Fix strftime wcschr namespace (bug 17634).
[glibc.git] / ChangeLog
blob0199461c5f163a433f6c744ec420d80c40f8729a
1 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
2             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4         [BZ #17634]
5         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
6         Undefine after defining function.  Define as weak alias of
7         __wcschr.  Use libc_hidden_weak.
8         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
9         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
10         (libc_hidden_def): Also define __GI___wcschr alias.
11         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
12         __wcschr and define as weak alias of __wcschr.
13         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
14         __wcschr.
15         [!WCSCHR] (DEFAULT_WCSCHR): Define.
16         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
17         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
18         libc_hidden_weak.  Do not use libc_hidden_def.
19         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
20         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
21         __GI___wcschr alias.
22         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
23         [IS_IN (libc)] (wcschr): Define as macro expanding to
24         __redirect_wcschr.
25         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
26         [IS_IN (libc)] (__wcschr_power6): Likewise.
27         [IS_IN (libc)] (__wcschr_power7): Likewise.
28         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
29         instead of wcschr.
30         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
31         __libc_wcschr.
32         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
33         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
34         __wcschr and define as weak alias of __wcschr.  Use
35         libc_hidden_builtin_def.
36         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
37         as weak alias of __wcschr.  Use libc_hidden_weak.
38         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
39         wcschr.
40         * time/era.c (_nl_init_era_entries): Likewise.
41         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
42         variable.
43         (test-xfail-XPG3/time.h/linknamespace): Likewise.
44         (test-xfail-XPG4/time.h/linknamespace): Likewise.
46 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
48         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
49         format for long int variable.
51 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
53         [BZ #10672]
54         * manual/search.texi: (Array Sort Function): Remove claim how make
55         qsort stable.
57 2014-12-10  Andreas Schwab  <schwab@suse.de>
59         [BZ #12847]
60         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
61         user-controlled locks.
63 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
65         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
66         register.
68 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
70         * configure.ac (--disable-werror): New configure option.
71         (enable_werror): New AC_SUBST.
72         * configure: Regenerated.
73         * config.make.in (enable-werror): New variable.
74         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
75         -Wno-error=undef.
76         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
77         * manual/install.texi (Configuring and compiling): Document
78         --disable-werror.
79         * INSTALL: Regenerated.
80         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
81         (CFLAGS-tst-chk2.c): Likewise.
82         (CFLAGS-tst-chk3.c): Likewise.
83         (CFLAGS-tst-chk4.cc): Likewise.
84         (CFLAGS-tst-chk5.cc): Likewise.
85         (CFLAGS-tst-chk6.cc): Likewise.
86         (CFLAGS-tst-lfschk1.c): Likewise.
87         (CFLAGS-tst-lfschk2.c): Likewise.
88         (CFLAGS-tst-lfschk3.c): Likewise.
89         (CFLAGS-tst-lfschk4.cc): Likewise.
90         (CFLAGS-tst-lfschk5.cc): Likewise.
91         (CFLAGS-tst-lfschk6.cc): Likewise.
93         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
94         (main): Disable -Wdeprecated-declarations around calls to
95         register_printf_function.
97         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
98         (do_test): Disable -Wdiv-by-zero around some calls to
99         fwrite_unlocked and fread_unlocked.
101         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
102         (DIAG_POP_NEEDS_COMMENT): Likewise.
103         (_DIAG_STR1): Likewise.
104         (_DIAG_STR): Likewise.
105         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
106         * stdio-common/bug21.c: Include <libc-internal.h>.
107         (do_test): Disable -Wformat around call to sscanf.
108         * stdio-common/scanf14.c: Include <libc-internal.h>.
109         (main): Disable -Wformat around some calls to scanf functions.
111 2014-12-09  Torvald Riegel  <triegel@redhat.com>
113         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
115 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
117         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
118         stack variable alignment.
120 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
122         [BZ #17682]
123         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
124         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
125         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
126         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
127         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
128         __getrlimit instead of getrlimit.
129         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
130         __gettimeofday instead of gettimeofday.
131         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
132         Likewise.
133         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
134         Likewise.
135         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
136         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
137         Remove variable.
138         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
139         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
141 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
143         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
144         for wide-character tests.
146 2014-12-04  Roland McGrath  <roland@hack.frob.com>
148         * io/openat64.c: #include <libc-internal.h>
149         (__openat64): Prototypify.  Use ignore_value on MODE.
150         * io/openat.c: Likewise.
151         * misc/reboot.c: #include <libc-internal.h>
152         (reboot): Prototypify.  Use ignore_value on HOWTO.
153         * misc/ptrace.c: #include <libc-internal.h>
154         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
156 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
158         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
159         XPG4, UNIX98 and XOPEN2K.
160         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
161         Remove variable.
162         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
164 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
166         * libio/fileops.c: Use ISO C style for function definitions.
167         * libio/iofopen.c: Likewise.
168         * libio/wfileops.c: Likewise.
170         [BZ #17653]
171         * libio/fileops.c (_IO_new_file_underflow): Unset cached
172         offset on EOF.
173         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
174         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
175         (fgets_func): Function pointer to fgets and fgetws.
176         (do_ftell_test): Add test to verify ftell value after read
177         EOF.
178         (do_test): Set fgets_func.
180         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
181         O_TRUNC flag for w and w+ modes.
182         (do_rewind_test): Likewise.
183         (do_ftell_test): Likewise.
184         (do_write_test): Likewise.
186         [BZ #17647]
187         * libio/fileops.c (do_ftell): Seek only when there are
188         unflushed writes.
189         * libio/wfileops.c (do_ftell_wide): Likewise.
190         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
191         test case.
192         (do_one_test): Call it.
194 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
196         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
197         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
198         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
199         Remove variable.
200         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
201         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
202         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
204 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
206         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
207         Remove variable.
208         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
210         [BZ #17668]
211         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
212         as weak alias of __getifaddrs.  Use libc_hidden_weak.
213         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
214         __freeifaddrs.  Use libc_hidden_weak.
215         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
216         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
217         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
218         __freeifaddrs.  Use libc_hidden_weak.
219         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
220         __getifaddrs and define as weak alias of __getifaddrs.  Use
221         libc_hidden_weak.
222         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
223         __freeifaddrs.  Use libc_hidden_weak.
224         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
225         Remove variable.
226         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
227         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
229 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
231         [BZ #17601]
232         * sysdeps/mips/start.S (__start): Use indirect jump to call
233         __libc_start_main.
235 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
237         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
239         * nptl/tst-mutex1.c: Include <stdbool.h>.
240         [!ATTR] (ATTR_NULL): New macro.
241         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
242         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
243         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
245         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
246         to char *.
248         [BZ #17665]
249         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
250         Change conditional to [__USE_MISC].
252         [BZ #17664]
253         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
254         fgets_unlocked.
255         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
256         __fgets_unlocked.
257         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
258         fgets_unlocked.
259         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
260         Remove variable.
261         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
262         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
263         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
264         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
265         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
266         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
267         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
268         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
269         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
271         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
273 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
275         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
276         Remove strpbrk objects.
277         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
278         (__libc_ifunc_impl_list): Remove strpbrk implementation.
279         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
280         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
281         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
282         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
284         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
285         Remove strcspn objects.
286         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
287         (__libc_ifunc_impl_list): Remove strcspn implementation.
288         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
289         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
290         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
291         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
293         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
294         Remove strspn objetcs.
295         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
296         (__libc_ifunc_impl_list): Remove strspn implementation.
297         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
298         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
299         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
300         * sysdeps/powerpc/powerpc64/strspn.S: New file.
302 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
304         [BZ #17581]
305         * malloc/hooks.c
306         (mem2mem_check): Add a terminator to the chain of checking blocks.
307         (malloc_check_get_size): Use it here.
308         (mem2chunk_check): Ditto.
310 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
312         * sysdeps/powerpc/powerpc64/strtok.S: New file.
313         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
315 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
317         * bits/ioctl-types.h: Indent preprocessor directives correctly.
319         * nptl/nptl-init.c: Include libc-internal.h.
320         (__pthread_initialize_minimal_internal): Use ROUND_UP.
322         * elf/ldconfig.c (search_dir): Expand comment.
324 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
326         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
327         variable.
328         (linknamespace-symlist-stdlibs-tests): Likewise.
329         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
330         instead of $(objpfx)symlist-stdlibs.
331         (linknamespace-libs-isoc): New variable.
332         (linknamespace-libs): Use $(linknamespace-libs-isoc).
333         (linknamespace-libs-ISO): New variable.
334         (linknamespace-libs-ISO99): Likewise.
335         (linknamespace-libs-ISO11): Likewise.
336         (linknamespace-libs-XPG3): Likewise.
337         (linknamespace-libs-XPG4): Likewise.
338         (linknamespace-libs-POSIX): Likewise.
339         (linknamespace-libs-UNIX98): Likewise.
340         (linknamespace-libs-XOPEN2K): Likewise.
341         (linknamespace-libs-POSIX2008): Likewise.
342         (linknamespace-libs-XOPEN2K8): Likewise.
343         ($(objpfx)symlist-stdlibs): Replace by
344         $(linknamespace-symlist-stdlibs-tests).  Use
345         $(linknamespace-libs-$*) as set of libraries.
346         ($(linknamespace-header-tests)): Update dependencies.  Use
347         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
348         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
349         * conform/linknamespace.pl: Remove comment about considering
350         definitions of symbols from irrelevant libraries.
352 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
354         [BZ #13862]
355         * elf/dl-tls.c: Include <atomic.h>.
356         (oom): Remove #ifdef SHARED/#endif.
357         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
358         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
359         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
360         big enough.
361         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
362         * nptl/Makefile (tests): Add tst-stack4.
363         (modules-names): Add tst-stack4mod.
364         ($(objpfx)tst-stack4): New.
365         (tst-stack4mod.sos): Likewise.
366         ($(objpfx)tst-stack4.out): Likewise.
367         ($(tst-stack4mod.sos)): Likewise.
368         (clean): Likewise.
369         * nptl/tst-stack4.c: New file.
370         * nptl/tst-stack4mod.c: Likewise.
372 2014-11-27  J. Brown  <jb999@gmx.de>
374         * sysdeps/x86/bits/string.h: Add recent CPUs.
376 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
378         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
379         sigblock.
381         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
382         feof.
384         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
385         variable.
387 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
389         * nscd/connections.c: Include libc-internal.h because of macro
390         usage ignore_value.
392 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
394         * string/bits/string3.h (__warn_memset_zero_len): Don't
395         declare for gcc newer than 5.0.
396         (memset): Don't test for zero-length __LEN for gcc newer than
397         5.0.
399 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
401         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
402         size_t for %zu format.
404         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
405         difference, not %ju.
407 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
409         * include/libc-internal.h (ignore_value): New macro.
410         * nscd/connections.c (restart): Wrap calls to setuid and setgid
411         with ignore_value.
413         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
414         definition.
416         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
417         pthread_cleanup_push to void *.
419         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
420         Undefine.
422         [BZ #16619]
423         [BZ #16740]
424         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
425         instead of 1L << 52.
427         * libio/bug-rewind.c (do_test): Check fwscanf return values.
428         * libio/bug-rewind2.c (do_test): Likewise.
430         * debug/test-stpcpy_chk-ifunc.c: Remove file.
431         * debug/test-strcpy_chk-ifunc.c: Likewise.
432         * wcsmbs/test-wcschr-ifunc.c: Likewise.
433         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
434         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
435         * wcsmbs/test-wcslen-ifunc.c: Likewise.
436         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
437         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
438         * Rules [$(multi-arch) = no] (tests): Do not filter out
439         $(tests-ifunc).
440         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
441         * debug/Makefile (tests-ifunc): Remove variable.
442         (tests): Do not add $(tests-ifunc).
443         * wcsmbs/Makefile (tests-ifunc): Remove variable.
444         (tests): Do not add $(tests-ifunc).
445         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
446         [TEST_IFUNC]: Remove conditionals.
447         * string/test-string.h (TEST_IFUNC): Remove macro.
448         [TEST_IFUNC]: Remove conditionals.
450         * string/test-strchr.c [!WIDE] (L): New macro.
451         [WIDE] (L): Likewise.
452         (check1): Use CHAR instead of char.  Use L on string and character
453         constants.
455 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
457         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
458         tests.
459         * sysdeps/powerpc/bits/atomic.h
460         (__arch_atomic_exchange_and_add_32_acq): Add definition.
461         (__arch_atomic_exchange_and_add_32_rel): Likewise.
462         (atomic_exchange_and_add_acq): Likewise.
463         (atomic_exchange_and_add_rel): Likewise.
464         * sysdeps/powerpc/powerpc32/bits/atomic.h
465         (__arch_atomic_exchange_and_add_64_acq): Add definition.
466         (__arch_atomic_exchange_and_add_64_rel): Likewise.
467         * sysdeps/powerpc/powerpc64/bits/atomic.h
468         (__arch_atomic_exchange_and_add_64_acq): Add definition.
469         (__arch_atomic_exchange_and_add_64_rel): Likewise.
471 2014-11-26  Torvald Riegel  <triegel@redhat.com>
473         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
474         Change synchronization of __sched_fifo_min_prio and
475         __sched_fifo_max_prio.
476         * nptl/pthread_mutexattr_getprioceiling.c
477         (pthread_mutexattr_getprioceiling): Likewise.
478         * nptl/pthread_mutexattr_setprioceiling.c
479         (pthread_mutexattr_setprioceiling): Likewise.
480         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
481         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
482         Likewise.
484 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
486         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
487         void.
489 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
491         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
492         third argument const.
494 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
496         fnmatch: work around GCC compiler warning bug with uninit var
497         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
498         This works around a bug with x86-64 GCC 4.9.2 and earlier
499         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
500         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
501         used uninitialized in this function [-Wmaybe-uninitialized]".
503 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
505         * posix/bug-regex31.c (main): Return RES not 0.
507 2014-11-25  Anton Blanchard <anton@samba.org>
509         * sysdeps/powerpc/bits/atomic.h
510         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
512 2014-11-24  Sterling Augustine  <saugustine@google.com>
514         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
516 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
518         [BZ #17608]
519         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
521 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
523         [BZ #17633]
524         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
525         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
526         variable.
527         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
528         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
530 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
532         * string/strncpy.c (strncpy): Improve performance by using memset.
534 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
536         * string/strcpy.c (strcpy):
537         Improve performance by using strlen and memcpy.
539 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
541         * string/strcoll_l.c (get_next_seq): __always_inline.
542         * string/strcoll_l.c (do_compare): __always_inline.
544 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
546         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
547         defined.
548         * include/mqueue.h: Likewise.
549         * include/stdlib.h: Likewise.
551         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
552         (get_null_defines): Adjust.
553         * sunrpc/Makefile: Adjust comment.
554         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
555         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
556         (CFLAGS-interp.c): Likewise.
557         (CFLAGS-ldconfig.c): Likewise.
558         (CPPFLAGS-.os): Likewise.
559         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
560         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
561         * extra-modules.mk (extra-modules.mk): Likewise.
562         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
563         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
564         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
565         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
566         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
567         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
568         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
569         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
570         * iconvdata/Makefile (CPPFLAGS): Likewise.
571         (cpp-srcs-left): Add libof for all iconvdata routines.
572         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
573         * include/assert.h: Likewise.
574         * include/ctype.h: Likewise.
575         * include/errno.h: Likewise.
576         * include/libc-symbols.h: Likewise.
577         * include/math.h: Likewise.
578         * include/netdb.h: Likewise.
579         * include/resolv.h: Likewise.
580         * include/stdio.h: Likewise.
581         * include/stdlib.h: Likewise.
582         * include/string.h: Likewise.
583         * include/sys/stat.h: Likewise.
584         * include/wctype.h: Likewise.
585         * intl/l10nflist.c: Likewise.
586         * libidn/idn-stub.c: Likewise.
587         * libio/libioP.h: Likewise.
588         * nptl/libc_multiple_threads.c: Likewise.
589         * nptl/pthreadP.h: Likewise.
590         * posix/regex_internal.h: Likewise.
591         * resolv/res_hconf.c: Likewise.
592         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
593         * sysdeps/arm/memmove.S: Likewise.
594         * sysdeps/arm/sysdep.h: Likewise.
595         * sysdeps/generic/_itoa.h: Likewise.
596         * sysdeps/generic/symbol-hacks.h: Likewise.
597         * sysdeps/gnu/errlist.awk: Likewise.
598         * sysdeps/gnu/errlist.c: Likewise.
599         * sysdeps/i386/i586/memcpy.S: Likewise.
600         * sysdeps/i386/i586/memset.S: Likewise.
601         * sysdeps/i386/i686/memcpy.S: Likewise.
602         * sysdeps/i386/i686/memmove.S: Likewise.
603         * sysdeps/i386/i686/mempcpy.S: Likewise.
604         * sysdeps/i386/i686/memset.S: Likewise.
605         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
606         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
607         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
608         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
609         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
610         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
611         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
612         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
613         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
614         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
615         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
616         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
617         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
618         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
619         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
620         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
621         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
622         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
623         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
624         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
625         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
626         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
627         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
628         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
629         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
630         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
631         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
632         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
633         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
634         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
635         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
636         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
637         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
638         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
639         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
640         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
641         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
642         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
643         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
644         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
645         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
646         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
647         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
648         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
649         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
650         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
651         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
652         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
653         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
654         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
655         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
656         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
657         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
658         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
659         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
660         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
661         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
662         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
663         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
664         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
665         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
666         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
667         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
668         * sysdeps/nptl/bits/libc-lock.h: Likewise.
669         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
670         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
671         * sysdeps/posix/closedir.c: Likewise.
672         * sysdeps/posix/opendir.c: Likewise.
673         * sysdeps/posix/readdir.c: Likewise.
674         * sysdeps/posix/rewinddir.c: Likewise.
675         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
676         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
677         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
678         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
679         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
680         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
681         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
682         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
683         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
684         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
685         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
686         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
687         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
688         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
689         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
690         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
691         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
692         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
693         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
694         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
695         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
696         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
697         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
698         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
699         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
700         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
701         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
702         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
703         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
704         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
705         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
706         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
707         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
708         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
709         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
710         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
711         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
712         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
713         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
714         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
715         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
716         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
717         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
718         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
719         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
720         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
721         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
722         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
723         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
724         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
725         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
726         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
727         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
728         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
729         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
730         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
731         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
732         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
733         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
734         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
735         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
736         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
737         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
738         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
739         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
740         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
741         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
742         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
743         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
744         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
745         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
746         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
747         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
748         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
749         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
750         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
751         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
752         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
753         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
754         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
755         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
756         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
757         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
758         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
759         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
760         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
761         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
762         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
763         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
764         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
765         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
766         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
767         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
768         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
769         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
770         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
771         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
772         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
773         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
774         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
775         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
776         * sysdeps/unix/alpha/sysdep.S: Likewise.
777         * sysdeps/unix/alpha/sysdep.h: Likewise.
778         * sysdeps/unix/make-syscalls.sh: Likewise.
779         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
780         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
781         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
782         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
783         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
784         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
785         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
786         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
787         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
788         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
789         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
790         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
791         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
792         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
793         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
794         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
795         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
796         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
797         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
798         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
799         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
800         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
801         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
802         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
803         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
804         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
805         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
806         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
807         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
808         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
809         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
810         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
811         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
812         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
813         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
814         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
815         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
816         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
817         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
818         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
819         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
820         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
821         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
822         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
823         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
824         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
825         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
826         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
827         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
828         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
829         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
830         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
831         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
832         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
833         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
834         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
835         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
836         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
837         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
838         * sysdeps/x86_64/memcpy.S: Likewise.
839         * sysdeps/x86_64/memmove.c: Likewise.
840         * sysdeps/x86_64/memset.S: Likewise.
841         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
842         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
843         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
844         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
845         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
846         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
847         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
848         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
849         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
850         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
851         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
852         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
853         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
854         * sysdeps/x86_64/multiarch/memset.S: Likewise.
855         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
856         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
857         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
858         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
859         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
860         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
861         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
862         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
863         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
864         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
865         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
866         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
867         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
868         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
869         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
870         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
871         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
872         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
873         * sysdeps/x86_64/strcmp.S: Likewise.
875         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
877         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
878         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
879         * elf/rtld-Rules: Likewise.
880         * elf/setup-vdso.h: Likewise.
881         * include/assert.h: Likewise.
882         * include/bits/stdlib-float.h: Likewise.
883         * include/errno.h: Likewise.
884         * include/sys/stat.h: Likewise.
885         * include/unistd.h: Likewise.
886         * sysdeps/aarch64/setjmp.S: Likewise.
887         * sysdeps/alpha/setjmp.S: Likewise.
888         * sysdeps/arm/__longjmp.S: Likewise.
889         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
890         * sysdeps/arm/setjmp.S: Likewise.
891         * sysdeps/arm/sysdep.h: Likewise.
892         * sysdeps/generic/_itoa.h: Likewise.
893         * sysdeps/generic/dl-sysdep.h: Likewise.
894         * sysdeps/generic/ldsodefs.h: Likewise.
895         * sysdeps/i386/dl-tls.h: Likewise.
896         * sysdeps/i386/setjmp.S: Likewise.
897         * sysdeps/m68k/setjmp.c: Likewise.
898         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
899         * sysdeps/mach/hurd/opendir.c: Likewise.
900         * sysdeps/posix/getcwd.c: Likewise.
901         * sysdeps/posix/opendir.c: Likewise.
902         * sysdeps/posix/profil.c: Likewise.
903         * sysdeps/powerpc/dl-procinfo.h: Likewise.
904         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
905         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
906         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
907         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
908         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
909         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
910         * sysdeps/s390/dl-tls.h: Likewise.
911         * sysdeps/s390/s390-32/setjmp.S: Likewise.
912         * sysdeps/s390/s390-64/setjmp.S: Likewise.
913         * sysdeps/sh/sh3/setjmp.S: Likewise.
914         * sysdeps/sh/sh4/setjmp.S: Likewise.
915         * sysdeps/unix/alpha/sysdep.h: Likewise.
916         * sysdeps/unix/arm/sysdep.S: Likewise.
917         * sysdeps/unix/i386/sysdep.S: Likewise.
918         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
919         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
920         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
921         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
922         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
923         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
924         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
925         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
926         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
927         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
928         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
929         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
930         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
931         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
932         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
933         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
934         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
935         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
936         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
937         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
938         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
939         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
940         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
941         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
942         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
943         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
944         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
945         * sysdeps/unix/x86_64/sysdep.S: Likewise.
946         * sysdeps/x86_64/setjmp.S: Likewise.
948         * include/math.h: Use IS_IN instead of IS_IN_libm.
949         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
950         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
951         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
952         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
953         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
954         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
955         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
956         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
957         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
958         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
959         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
960         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
961         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
962         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
963         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
964         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
965         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
966         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
967         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
968         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
969         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
970         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
971         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
972         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
973         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
974         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
975         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
976         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
977         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
978         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
979         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
980         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
981         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
982         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
983         Likewise.
984         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
985         Likewise.
986         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
987         Likewise.
988         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
989         Likewise.
990         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
991         Likewise.
992         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
993         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
994         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
995         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
996         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
997         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
998         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
999         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
1000         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
1001         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
1002         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
1003         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
1004         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
1005         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
1006         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
1007         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
1008         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
1009         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
1010         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
1011         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
1012         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
1013         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
1014         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
1015         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
1016         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
1017         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
1018         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
1020         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
1021         * nptl/pthreadP.h: Likewise.
1022         * nptl_db/structs.def: Likewise.
1023         * sysdeps/arm/sysdep.h: Likewise.
1024         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1025         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1026         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
1027         * sysdeps/unix/alpha/sysdep.h: Likewise.
1028         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1029         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1030         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1031         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1032         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1033         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1034         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1035         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1036         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1037         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1038         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1039         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1040         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1041         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1042         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1043         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1044         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1045         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1046         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1047         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1048         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1049         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1050         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1051         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1052         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
1053         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1055         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
1056         * nptl/pthreadP.h: Likewise.
1057         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1058         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1059         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1060         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1061         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1062         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1063         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1064         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1065         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1066         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1067         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1068         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1069         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
1070         Likewise.
1071         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
1072         Likewise.
1073         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1074         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1075         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1076         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1077         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1078         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1079         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1080         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1082         * dlfcn/dladdr.c: Use IS_IN.
1083         * dlfcn/dladdr1.c: Likewise.
1084         * dlfcn/dlclose.c: Likewise.
1085         * dlfcn/dlerror.c: Likewise.
1086         * dlfcn/dlinfo.c: Likewise.
1087         * dlfcn/dlmopen.c: Likewise.
1088         * dlfcn/dlopen.c: Likewise.
1089         * dlfcn/dlsym.c: Likewise.
1090         * dlfcn/dlvsym.c: Likewise.
1092         * include/ifaddrs.h: Use IS_IN.
1093         * inet/check_pf.c: Likewise.
1094         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
1095         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
1097         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
1098         IS_IN_ldconfig.
1099         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
1100         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
1102         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
1103         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
1104         IS_IN (libc).
1106         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
1108         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
1109         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1110         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1111         * include/libc-symbols.h (IS_IN_LIB): New macro.
1112         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
1113         * include/netdb.h: Likewise.
1114         * include/stap-probe.h: Remove all uses of IN_LIB.
1116         * Makeconfig (module-cppflags-real): Define MODULE_NAME
1117         instead of IN_MODULE.
1118         * include/libc-symbols.h (IN_MODULE): Define using
1119         MODULE_NAME.
1120         (PASTE_NAME, PASTE_NAME1): New macros.
1121         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
1122         of IN_LIB.
1123         (STAP_PROBE_ASM): Likewise.
1125 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1127         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
1128         __mach_init in dlopened libc.
1130 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
1132         * sysdeps/arm/preconfigure.ac: Delete EABI check.
1133         * sysdeps/arm/preconfigure: Regenerate.
1135 2014-11-21  Roland McGrath  <roland@hack.frob.com>
1137         * nptl/pthread_create.c (__pthread_create_2_1): Set
1138         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
1139         when copying values from IATTR into PD.
1141 2014-11-21  Will Newton  <will.newton@linaro.org>
1142             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
1144         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
1145         Refactor inline-asm.  Also add comment.
1147         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
1148         ElfW macro instead of hardcoded Elf64 types.
1149         (la_aarch64_gnu_pltenter): Likewise.
1150         * sysdeps/aarch64/dl-machine.h
1151         (elf_machine_runtime_setup): Use ElfW(Addr).
1153         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
1154         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
1155         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
1156         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
1157         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
1158         (R_AARCH64_TLS_DTPMOD64): Rename to ..
1159         (R_AARCH64_TLS_DTPMOD): This.
1160         (R_AARCH64_TLS_DTPREL64): Rename to ...
1161         (R_AARCH64_TLS_DTPREL): This.
1162         (R_AARCH64_TLS_TPREL64): Rename to ...
1163         (R_AARCH64_TLS_TPREL): This.
1164         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
1165         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
1166         R_AARCH64_TLS_TPREL64.
1167         (elf_machine_rela): Likewise.
1169 2014-11-21  Torvald Riegel  <triegel@redhat.com>
1171         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
1172         by setting it to 0.  64b atomics are not supported currently.
1174 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1176         [BZ #16469]
1177         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
1178         search domain names.
1180 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1182         [BZ #16469]
1183         * NEWS: Update.
1184         * resolv/res_query.c (__libc_res_nquerydomain): Retain
1185         trailing dot.
1186         * posix/tst-getaddrinfo5.c: New.
1187         * posix/Makefile (tests): Add it.
1189 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1191         [BZ #14498]
1192         * NEWS: Fixed.
1193         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
1194         after parsing line but before break_if_match.
1195         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
1196         if there is a protocol mismatch.
1198 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
1200         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
1201         because the potential race is on the user-supplied stream.
1203 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1205         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
1206         string literal if not passed a buffer.
1207         * manual/job.texi (ctermid): Update reasoning, note deviation
1208         from posix, suggest mtasurace when not passed a buffer, for
1209         future non-preliminary safety notes.
1211 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1213         * manual/users.texi (cuserid): Fix MT-Safety note for the case
1214         of not passing it a buffer.
1215         Reported by Peng Haitao.
1217 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1219         * manual/Makefile ($(objpfx)stamp-summary): Require
1220         check-safety.sh to pass.
1221         * manual/check-safety.sh: Wish for verification that every
1222         @deftypefn and @deftypefun is followed by a @safety remark.
1224 2014-11-20  Roland McGrath  <roland@hack.frob.com>
1226         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
1228         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
1229         PTHREAD_CANCEL_ASYNCHRONOUS.
1230         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
1231         send SIGCANCEL.
1233         * nptl/default-sched.h: New file.
1234         * sysdeps/unix/sysv/linux/default-sched.h: New file.
1235         * nptl/pthread_create.c: Include it.
1236         (__pthread_create_2_1): Use collect_default_sched instead of making
1237         Linux syscalls here directly.
1239 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1241         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
1242         __pthread_once): Use C11 atomics.
1244 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1246         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
1248 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1250         * include/atomic.h (__atomic_link_error, __atomic_check_size,
1251         atomic_thread_fence_acquire, atomic_thread_fence_release,
1252         atomic_thread_fence_seq_cst, atomic_load_relaxed,
1253         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
1254         atomic_compare_exchange_weak_relaxed,
1255         atomic_compare_exchange_weak_acquire,
1256         atomic_compare_exchange_weak_release,
1257         atomic_exchange_acquire, atomic_exchange_release,
1258         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
1259         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
1260         atomic_fetch_and_acquire,
1261         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
1263 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1265         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
1266         USE_ATOMIC_COMPILER_BUILTINS): Define.
1267         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
1268         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1269         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
1270         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1271         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
1272         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1273         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
1274         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1275         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
1276         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1277         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
1278         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1279         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
1280         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1281         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
1282         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1283         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1284         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1285         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1286         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1287         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
1288         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1289         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1290         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1291         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
1292         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1293         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1294         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1295         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
1296         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1297         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
1298         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1299         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
1300         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1301         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
1302         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1303         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
1304         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1305         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
1306         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1308 2014-11-19  Roland McGrath  <roland@hack.frob.com>
1310         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
1311         the sched_priority value here.  It was already checked when the user
1312         called pthread_attr_setschedparam.
1314         * nptl/tst-bad-schedattr.c: New file.
1315         * nptl/Makefile (tests): Add it.
1317 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
1318             Florian Weimer  <fweimer@redhat.com>
1319             Joseph Myers  <joseph@codesourcery.com>
1320             Adam Conrad  <adconrad@0c3.net>
1321             Andreas Schwab  <schwab@suse.de>
1322             Brooks  <bmoses@google.com>
1324         [BZ #17625]
1325         * wordexp-test.c (__dso_handle): Add prototype.
1326         (__register_atfork): Likewise.
1327         (__app_register_atfork): New function.
1328         (registered_forks): New global.
1329         (register_fork): New function.
1330         (test_case): Add 3 new tests for WRDE_CMDSUB.
1331         (main): Call __app_register_atfork.
1332         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
1333         fork count is non-zero fail the test.
1334         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
1335         is set.
1336         (parse_dollars): Remove check for WRDE_NOCMD.
1337         (parse_dquote): Likewise.
1339 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
1341         * Makeconfig (built-modules): List non-library modules to be
1342         built.
1343         (module-cppflags): Include libc-modules.h for
1344         everything except shlib-versions.v.i.
1345         (CPPFLAGS): Use it.
1346         (before-compile): Add libc-modules.h.
1347         ($(common-objpfx)libc-modules.h,
1348         $(common-objpfx)libc-modules.stmp): New targets.
1349         (common-generated): Add libc-modules.h and libc-modules.stmp.
1350         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
1351         * include/libc-symbols.h: Don't include libc-modules.h.
1352         * include/libc-modules.h: Remove file.
1353         * scripts/gen-libc-modules.awk: New script to generate
1354         libc-modules.h.
1355         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
1356         Depend on libc-modules.stmp.
1358         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
1360         * Makeconfig (in-module): Get value of libof set for the
1361         translation unit.
1362         (CPPFLAGS): Use $(in-module).
1363         * Makerules: Don't suffix routine names for nonlib.
1364         * include/libc-modules.h: New file.
1365         * include/libc-symbols.h: Include libc-modules.h
1366         (IS_IN): New macro to replace IS_IN_* macros.
1367         * elf/Makefile: Set libof-* for each routine.
1368         * elf/rtld-Rules: Likewise.
1369         * extra-modules.mk: Likewise.
1370         * iconv/Makefile: Likewise.
1371         * iconvdata/Makefile: Likewise.
1372         * locale/Makefile: Likewise.
1373         * malloc/Makefile: Likewise.
1374         * nss/Makefile: Likewise.
1375         * sysdeps/gnu/Makefile: Likewise.
1376         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
1377         * sysdeps/unix/sysv/linux/Makefile: Likewise.
1378         * sysdeps/s390/s390-64/Makefile: Likewise.
1379         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
1380         CPPFLAGS for nscd instead of nonlib.
1382 2014-11-18  Roland McGrath  <roland@hack.frob.com>
1384         * nptl/createthread.c: New file.
1386         * nptl/createthread.c: Moved ...
1387         * sysdeps/unix/sysv/linux/createthread.c: ... here.
1389         * nptl/createthread.c: Add proper top-line comment.
1390         (do_clone): Folded into ...
1391         (create_thread): ... here.  Take new arguments STOPPED_START and
1392         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
1393         increment __nptl_threads, do event-reporting logic, do
1394         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
1395         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
1396         resource cleanup if sched_setaffinity or sched_setscheduler fails,
1397         just send SIGCANCEL.
1398         * nptl/pthread_create.c: Forward-declare create_thread before
1399         including createthread.c.
1400         (start_thread): Use new macro START_THREAD_DEFN to replace defining
1401         declaration, and new macro START_THREAD_SELF to replace argument.
1402         Remove return statement.
1403         (report_thread_creation): New function.
1404         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
1405         synchronization logic, and __nptl_nthreads increment here, around
1406         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
1407         PD->parent_cancelhandling here, before create_thread.  When
1408         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
1409         __deallocate_stack, and ENOMEM translation here.
1411 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
1413         [BZ #17616]
1414         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
1415         (mptwo): Rename to __mptwo.
1416         (__inv): Use __mptwo instead of mptwo.
1417         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
1418         (mptwo): Rename to __mptwo.
1419         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
1420         of mpone and __mptwo instead of mptwo.
1421         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
1422         instead of mpone.
1423         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
1424         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
1425         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
1426         of mpone and __mptwo instead of mptwo.
1427         (__mpranred): Use __mpone instead of mpone.
1428         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
1429         variable.
1430         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
1431         (test-xfail-ISO99/math.h/linknamespace): Likewise.
1432         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
1433         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
1434         (test-xfail-ISO11/math.h/linknamespace): Likewise.
1435         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
1436         (test-xfail-XPG3/math.h/linknamespace): Likewise.
1437         (test-xfail-XPG4/math.h/linknamespace): Likewise.
1438         (test-xfail-POSIX/math.h/linknamespace): Likewise.
1439         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
1440         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
1441         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
1442         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
1443         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
1444         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
1445         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
1446         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
1447         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
1448         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
1450 2014-11-18  Tom de Vries  <tom@codesoucery.com>
1452         * manual/signal.texi (Primitives Interrupted by Signals): In section,
1453         replace BSD Handler xref with BSD Signal Handling.
1455 2014-11-17  Richard Henderson  <rth@redhat.com>
1457         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
1458         (_FP_PACK_RAW_2): Remove.
1459         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
1460         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
1461         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
1462         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
1463         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
1464         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
1465         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
1466         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
1467         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
1468         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
1469         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
1470         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
1471         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
1472         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
1473         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
1474         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
1476 2014-11-14  Roland McGrath  <roland@hack.frob.com>
1478         * signal/signal.h [__USE_MISC]
1479         (struct sigvec): Remove type.
1480         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
1481         (sigvec): Remove declaration.
1482         * sysdeps/posix/sigvec.c: Moved ...
1483         * signal/sigvec.c: ... here, replacing old file.
1484         (struct sigvec): New type, copied from old signal.h definition.
1485         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
1486         (__sigvec): Convert definition to prototype.
1487         (sigvec): Replace weak_alias with compat_symbol.
1488         * signal/Versions (libc: GLIBC_2.21): New version set.
1489         * include/signal.h: Remove __sigvec declaration.
1490         * sysdeps/unix/bsd/sigvec.c: Remove file.
1491         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
1492         * manual/signal.texi (BSD Handler): Remove subsection.
1493         Move siginterrupt up to ...
1494         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
1495         (Blocking in BSD): Fold subsection into its parent.
1496         * NEWS: Mention sigvec removal.
1498 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
1500         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
1501         (DLA_FMS): Make definition conditional only on [__FMA4__].
1502         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
1503         definition.
1505         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
1506         Make definition conditional only on [PROF].
1507         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
1508         definition.
1509         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
1510         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
1512         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
1513         !__GNUC__].
1514         * include/signal.h (__sigpause): Move declaration above call to
1515         libc_hidden_proto.
1516         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
1517         variable.
1518         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
1519         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
1521 2014-11-14  David S. Miller  <davem@davemloft.net>
1523         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
1524         Define before including <string/memcpy.c> and <string/mempcpy.c>.
1526 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
1528         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
1529         * configure: Regenerated.
1530         * manual/install.texi (Tools for Compilation): Document a
1531         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
1532         compiler verified to work.
1533         * INSTALL: Regenerated.
1535         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
1536         redeclare with asm name.
1537         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
1538         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
1539         including <string.h>.
1540         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1541         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
1542         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1543         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
1544         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1545         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
1546         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1548 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
1550         * stdlib/strtol.c (__strtol): Use prototype definition.
1552         [BZ #17594]
1553         * stdlib/strtol.c (SYM__): New macro.
1554         (SYM__1): Likewise.
1555         (__strtol): Likewise.
1556         (strtol): Rename to __strtol and define as weak alias of
1557         __strtol.  Use libc_hidden_weak.
1559 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1561         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
1562         Use numbered labels in inline assembly.
1564 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1566         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
1567         Add setjmp LIBC_PROBE.
1568         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
1569         Likewise.
1570         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
1571         Add longjmp, longjmp_target LIBC_PROBE.
1572         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
1573         Likewise.
1575 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1577         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
1578         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
1579         to get rid of unused variable warning.
1581 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1583         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
1584         Check for unwind_backtrace ==  NULL only in SHARED case.
1585         (__backchain_backtrace): Compile only in SHARED case.
1586         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
1587         Likewise.
1588         (__backchain_backtrace): Declare as static.
1590 2014-11-12  Roland McGrath  <roland@hack.frob.com>
1592         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
1593         (__libc_multiple_threads_ptr): Variable moved ...
1594         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
1596 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
1598         * conform/GlibcConform.pm: New file.
1599         * conform/conformtest.pl: Use GlibcConform module.
1600         * conform/linknamespace.pl: New file.
1601         * conform/list-header-symbols.pl: Likewise.
1602         * conform/Makefile (linknamespace-symlists-base): New variable.
1603         (linknamespace-symlists-tests): Likewise.
1604         (linknamespace-header-base): Likewise.
1605         (linknamespace-header-tests): Likewise.
1606         (tests-special): Add new tests.
1607         ($(linknamespace-symlists-tests)): New rule.
1608         (linknamespace-libs): New variable.
1609         ($(objpfx)symlist-stdlibs): New rule.
1610         ($(linknamespace-header-tests)): Likewise.
1611         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
1612         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
1613         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
1614         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
1615         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
1616         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
1617         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
1618         (test-xfail-ISO/math.h/linknamespace): Likewise.
1619         (test-xfail-ISO/signal.h/linknamespace): Likewise.
1620         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
1621         (test-xfail-ISO/time.h/linknamespace): Likewise.
1622         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
1623         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
1624         (test-xfail-ISO99/math.h/linknamespace): Likewise.
1625         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
1626         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
1627         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
1628         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
1629         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
1630         (test-xfail-ISO11/math.h/linknamespace): Likewise.
1631         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
1632         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
1633         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
1634         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
1635         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
1636         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
1637         (test-xfail-XPG3/math.h/linknamespace): Likewise.
1638         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
1639         (test-xfail-XPG3/search.h/linknamespace): Likewise.
1640         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
1641         (test-xfail-XPG3/time.h/linknamespace): Likewise.
1642         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
1643         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
1644         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
1645         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
1646         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
1647         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
1648         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
1649         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
1650         (test-xfail-XPG4/math.h/linknamespace): Likewise.
1651         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
1652         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
1653         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
1654         (test-xfail-XPG4/search.h/linknamespace): Likewise.
1655         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
1656         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
1657         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
1658         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
1659         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
1660         (test-xfail-XPG4/time.h/linknamespace): Likewise.
1661         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
1662         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
1663         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
1664         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
1665         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
1666         (test-xfail-POSIX/math.h/linknamespace): Likewise.
1667         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
1668         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
1669         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
1670         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
1671         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
1672         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
1673         (test-xfail-POSIX/time.h/linknamespace): Likewise.
1674         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
1675         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
1676         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
1677         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
1678         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
1679         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
1680         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
1681         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
1682         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
1683         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
1684         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
1685         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
1686         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
1687         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
1688         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
1689         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
1690         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
1691         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
1692         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
1693         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
1694         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
1695         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
1696         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
1697         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
1698         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
1699         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
1700         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
1701         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
1702         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
1703         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
1704         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
1705         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
1706         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
1707         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
1708         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
1709         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
1710         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
1711         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
1712         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
1713         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
1714         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
1715         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
1716         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
1717         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
1718         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
1719         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
1720         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
1721         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
1722         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
1723         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
1724         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
1725         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
1726         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
1727         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
1728         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
1729         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
1730         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
1731         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
1732         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
1733         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
1734         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
1735         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
1736         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
1737         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
1738         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
1739         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
1740         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
1741         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
1742         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
1743         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
1744         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
1745         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
1746         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
1747         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
1748         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
1749         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
1750         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
1751         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
1752         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
1753         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
1754         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
1755         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
1756         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
1757         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
1758         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
1759         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
1760         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
1761         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
1762         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
1763         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
1764         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
1765         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
1766         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
1767         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
1768         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
1769         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
1770         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
1771         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
1773         [BZ #17589]
1774         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
1775         of fgets_unlocked.
1777         [BZ #17585]
1778         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
1779         (memmem): Rename to __memmem and define as weak alias of
1780         __memmem.  Use libc_hidden_weak.
1781         (__memmem): Use libc_hidden_def.
1782         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
1783         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
1784         memmem.
1786         [BZ #17582]
1787         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
1788         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
1789         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
1790         and define as weak alias of __fgets_unlocked.  Use
1791         libc_hidden_weak.
1792         (__fgets_unlocked): Use libc_hidden_def.
1793         * include/stdio.h (__fgets_unlocked): Declare.  Use
1794         libc_hidden_proto.
1795         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
1796         __fgets_unlocked instead of fgets_unlocked.
1797         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
1798         (GET_NPROCS_CONF_PARSER): Likewise.
1799         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
1800         (GET_NPROCS_CONF_PARSER): Likewise.
1802         [BZ #17574]
1803         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
1804         weak alias of __wmemset.  Use libc_hidden_weak.
1805         (__wmemset): Use libc_hidden_def.
1806         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
1807         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
1808         of wmemset.
1810         [BZ #17573]
1811         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
1812         with asm name __mempcpy.
1813         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
1815         [BZ #17572]
1816         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
1817         and define as weak alias of __rawmemchr.
1818         (__rawmemchr): Do not define as strong alias of rawmemchr.
1820         [BZ #17571]
1821         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
1822         alias of __qsort_r.
1823         (qsort): Call __qsort_r instead of qsort_r.
1824         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
1825         (__qsort_r): Declare.  Call libc_hidden_proto.
1826         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
1827         instead of qsort_r.
1828         * nscd/gai.c (__qsort_r): Define to qsort_r.
1829         * posix/tst-rfc3484.c (__qsort_r): Likewise.
1830         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
1831         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
1833         [BZ #17570]
1834         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
1835         define as weak alias of __malloc_info.
1837         [BZ #17584]
1838         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
1839         as weak alias of __rewinddir.  Don't use libc_hidden_def.
1840         (__rewinddir): Use libc_hidden_def.
1841         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
1842         as weak alias of __rewinddir.  Don't use libc_hidden_def.
1843         (__rewinddir): Use libc_hidden_def.
1844         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
1845         weak alias of __rewinddir.  Don't use libc_hidden_def.
1846         (__rewinddir): Use libc_hidden_def.
1847         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
1848         (__rewinddir): Use libc_hidden_proto.
1849         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
1850         rewinddir.
1851         (__getcwd): Use __rewinddir instead of rewinddir.
1853         [BZ #17583]
1854         * libio/fileno.c (fileno): Rename to __fileno and define as weak
1855         alias of __fileno.  Use libc_hidden_weak.
1856         (__fileno): Use libc_hidden_def.
1857         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
1858         * libio/ftello.c (ftello): Rename to __ftello and define as weak
1859         alias of __ftello.
1860         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
1861         __ftello.
1862         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
1863         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
1864         libc_hidden_def.
1865         (fread_unlocked): Don't use libc_hidden_ver.
1866         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
1867         and define as weak alias of __fread_unlocked.  Don't use
1868         libc_hidden_def.
1869         (__fread_unlocked): Use libc_hidden_def.
1870         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
1871         (ftello): Don't use libc_hidden_proto.
1872         (__ftello): Declare.  Use libc_hidden_proto.
1873         (fread_unlocked): Don't use libc_hidden_proto.
1874         (__fread_unlocked): Declare.  Use libc_hidden_proto.
1875         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
1876         and __ftello instead of fileno, fread_unlocked and ftello.
1878 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
1880         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
1881         GOT12.
1882         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
1883         Likewise.
1884         (_dl_start_user): Likewise.
1885         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
1887 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
1888             Siddhesh Poyarekar  <siddhesh@redhat.com>
1890         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
1891         Move argv and envp down instead of moving argc up.
1892         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
1894 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
1896         [BZ #17506]
1897         * test-skeleton.c (main): Return successful if one of
1898         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
1899         * string/tst-strcoll-overflow.c: Define expected status.
1901 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
1903         [BZ #17475]
1904         * locale/iso-639.def: Define Bhili and Tulu language codes.
1906 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
1908         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
1910 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
1912         [BZ #17555]
1913         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
1915 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
1917         * configure.ac: Updated check of minimal required version to
1918         2.22.
1919         * manual/install.texi (Tools for Compilation): Updated version
1920         number.
1921         * configure: Regenerated.
1922         * INSTALL: Likewise.
1924 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
1926         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
1927         __tls_get_addr.
1929 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
1931         * include/sys/wait.h (__libc_waitpid): Remove declaration.
1932         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
1933         (__waitpid): Don't define as alias.  Use libc_hidden_def not
1934         libc_hidden_weak.
1935         (waitpid): Define as alias of __waitpid.
1936         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
1937         __waitpid.
1938         (__waitpid): Don't define as alias.  Use libc_hidden_def not
1939         libc_hidden_weak.
1940         (waitpid): Define as alias of __waitpid.
1941         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
1942         __libc_waitpid alias.
1943         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
1944         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
1945         Likewise.
1946         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
1947         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
1948         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
1949         alias.
1950         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
1951         __waitpid.
1952         (__waitpid): Don't define as alias.  Use libc_hidden_def not
1953         libc_hidden_weak.
1954         (waitpid): Define as alias of __waitpid.
1956 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
1958         * manual/llio.texi: Add comment that write safety has been
1959         fixed in Linux.
1961         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
1962         (localplt-build-dso): Add elf/ld.so.
1963         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
1964         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
1965         and free for ld.so.
1966         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
1967         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
1968         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
1969         Likewise.
1970         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
1971         Likewise.
1972         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
1973         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
1974         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
1975         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
1976         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
1977         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
1978         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
1979         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
1980         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
1981         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
1982         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
1984 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
1986         [BZ #14132]
1987         * include/libc-symbols.h (INTUSE): Remove macro.
1988         (INTDEF): Likewise.
1989         (INTVARDEF): Likewise.
1990         (_INTVARDEF): Likewise.
1991         (INTDEF2): Likewise.
1992         (INTVARDEF2): Likewise.
1993         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
1994         rtld_hidden_def instead of INTVARDEF.
1995         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
1996         (_dl_starting_up_internal): Remove declaration.
1997         (_dl_starting_up): Use rtld_hidden_proto.
1998         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
1999         declaration.
2000         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
2001         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
2002         _dl_starting_up.
2003         * elf/dl-writev.h (_dl_writev): Likewise.
2004         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
2005         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
2006         _dl_starting_up_internal.
2008 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2010         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
2011         test-skeleton.c.
2013 2014-11-05  Will Newton  <will.newton@linaro.org>
2015         * benchtests/Makefile: (bench-malloc): Add malloc thread
2016         scalability benchmark.
2017         * benchtests/bench-malloc-threads.c: New file.
2019 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
2021         * sysdeps/aarch64/strchrnul.S: New file.
2023 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2025         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
2026         definition.
2027         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
2028         Likwise.
2029         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
2030         Likewise.
2031         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
2032         Likewise.
2033         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
2034         Likewise.
2035         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
2036         Likewise.
2038 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
2040         * catgets/test-gencat.c: Use test-skeleton.c.
2041         * catgets/tst-catgets.c: Likewise.
2042         * csu/tst-empty.c: Likewise.
2043         * elf/tst-audit2.c: Likewise.
2044         * elf/tst-global1.c: Likewise.
2045         * elf/tst-pathopt.c: Likewise.
2046         * elf/tst-piemod1.c: Likewise.
2047         * elf/tst-tls10.c: Likewise.
2048         * elf/tst-tls11.c: Likewise.
2049         * elf/tst-tls12.c: Likewise.
2050         * gnulib/tst-gcc.c: Likewise.
2051         * iconvdata/tst-e2big.c: Likewise.
2052         * iconvdata/tst-loading.c: Likewise.
2053         * iconv/tst-iconv1.c: Likewise.
2054         * iconv/tst-iconv2.c: Likewise.
2055         * inet/test-inet6_opt.c: Likewise.
2056         * inet/tst-gethnm.c: Likewise.
2057         * inet/tst-network.c: Likewise.
2058         * inet/tst-ntoa.c: Likewise.
2059         * intl/tst-codeset.c: Likewise.
2060         * intl/tst-gettext2.c: Likewise.
2061         * intl/tst-gettext3.c: Likewise.
2062         * intl/tst-ngettext.c: Likewise.
2063         * intl/tst-translit.c: Likewise.
2064         * io/test-stat.c: Likewise.
2065         * libio/test-fmemopen.c: Likewise.
2066         * libio/tst-freopen.c: Likewise.
2067         * libio/tst-sscanf.c: Likewise.
2068         * libio/tst-ungetwc1.c: Likewise.
2069         * libio/tst-ungetwc2.c: Likewise.
2070         * libio/tst-widetext.c: Likewise.
2071         * localedata/tst-ctype.c: Likewise.
2072         * localedata/tst-digits.c: Likewise.
2073         * localedata/tst-leaks.c: Likewise.
2074         * localedata/tst-mbswcs1.c: Likewise.
2075         * localedata/tst-mbswcs2.c: Likewise.
2076         * localedata/tst-mbswcs3.c: Likewise.
2077         * localedata/tst-mbswcs4.c: Likewise.
2078         * localedata/tst-mbswcs5.c: Likewise.
2079         * localedata/tst-setlocale.c: Likewise.
2080         * localedata/tst-trans.c: Likewise.
2081         * localedata/tst-wctype.c: Likewise.
2082         * localedata/tst-xlocale1.c: Likewise.
2083         * login/tst-grantpt.c: Likewise.
2084         * malloc/tst-calloc.c: Likewise.
2085         * malloc/tst-malloc.c: Likewise.
2086         * malloc/tst-mallocstate.c: Likewise.
2087         * malloc/tst-mcheck.c: Likewise.
2088         * malloc/tst-mtrace.c: Likewise.
2089         * malloc/tst-obstack.c: Likewise.
2090         * math/atest-exp2.c: Likewise.
2091         * math/atest-exp.c: Likewise.
2092         * math/atest-sincos.c: Likewise.
2093         * math/test-matherr.c: Likewise.
2094         * math/test-misc.c: Likewise.
2095         * math/test-powl.c: Likewise.
2096         * math/tst-definitions.c: Likewise.
2097         * misc/tst-dirname.c: Likewise.
2098         * misc/tst-efgcvt.c: Likewise.
2099         * misc/tst-fdset.c: Likewise.
2100         * misc/tst-hsearch.c: Likewise.
2101         * misc/tst-mntent2.c: Likewise.
2102         * nptl/tst-sem7.c: Likewise.
2103         * nptl/tst-sem8.c: Likewise.
2104         * nptl/tst-sem9.c: Likewise.
2105         * nss/test-netdb.c: Likewise.
2106         * posix/tst-fnmatch.c: Likewise.
2107         * posix/tst-getlogin.c: Likewise.
2108         * posix/tst-gnuglob.c: Likewise.
2109         * posix/tst-mmap.c: Likewise.
2110         * pwd/tst-getpw.c: Likewise.
2111         * resolv/tst-inet_ntop.c: Likewise.
2112         * rt/tst-timer.c: Likewise.
2113         * stdio-common/test-fseek.c: Likewise.
2114         * stdio-common/test-popen.c: Likewise.
2115         * stdio-common/test-vfprintf.c: Likewise.
2116         * stdio-common/tst-cookie.c: Likewise.
2117         * stdio-common/tst-fileno.c: Likewise.
2118         * stdio-common/tst-gets.c: Likewise.
2119         * stdio-common/tst-obprintf.c: Likewise.
2120         * stdio-common/tst-perror.c: Likewise.
2121         * stdio-common/tst-sprintf2.c: Likewise.
2122         * stdio-common/tst-sprintf3.c: Likewise.
2123         * stdio-common/tst-sprintf.c: Likewise.
2124         * stdio-common/tst-swprintf.c: Likewise.
2125         * stdio-common/tst-tmpnam.c: Likewise.
2126         * stdio-common/tst-unbputc.c: Likewise.
2127         * stdio-common/tst-wc-printf.c: Likewise.
2128         * stdlib/tst-environ.c: Likewise.
2129         * stdlib/tst-fmtmsg.c: Likewise.
2130         * stdlib/tst-limits.c: Likewise.
2131         * stdlib/tst-rand48-2.c: Likewise.
2132         * stdlib/tst-rand48.c: Likewise.
2133         * stdlib/tst-random2.c: Likewise.
2134         * stdlib/tst-random.c: Likewise.
2135         * stdlib/tst-strtol.c: Likewise.
2136         * stdlib/tst-strtoll.c: Likewise.
2137         * stdlib/tst-tls-atexit.c: Likewise.
2138         * stdlib/tst-xpg-basename.c: Likewise.
2139         * string/test-ffs.c: Likewise.
2140         * string/tst-bswap.c: Likewise.
2141         * string/tst-inlcall.c: Likewise.
2142         * string/tst-strtok.c: Likewise.
2143         * string/tst-strxfrm.c: Likewise.
2144         * sysdeps/x86_64/tst-audit10.c: Likewise.
2145         * sysdeps/x86_64/tst-audit3.c: Likewise.
2146         * sysdeps/x86_64/tst-audit4.c: Likewise.
2147         * sysdeps/x86_64/tst-audit5.c: Likewise.
2148         * time/tst-ftime_l.c: Likewise.
2149         * time/tst-getdate.c: Likewise.
2150         * time/tst-mktime3.c: Likewise.
2151         * time/tst-mktime.c: Likewise.
2152         * time/tst-posixtz.c: Likewise.
2153         * time/tst-strptime2.c: Likewise.
2154         * time/tst-strptime3.c: Likewise.
2155         * wcsmbs/tst-btowc.c: Likewise.
2156         * wcsmbs/tst-mbrtowc.c: Likewise.
2157         * wcsmbs/tst-mbsrtowcs.c: Likewise.
2158         * wcsmbs/tst-wchar-h.c: Likewise.
2159         * wcsmbs/tst-wcpncpy.c: Likewise.
2160         * wcsmbs/tst-wcrtomb.c: Likewise.
2161         * wcsmbs/tst-wcsnlen.c: Likewise.
2162         * wcsmbs/tst-wcstof.c: Likewise.
2164 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
2166         [BZ #14132]
2167         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
2168         INTDEF.
2169         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
2170         declaration.
2171         (_dl_mcount): Use rtld_hidden_proto.
2172         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
2173         _dl_mcount.
2174         * elf/rtld.c (_rtld_global_ro): Likewise.
2176         [BZ #14132]
2177         * elf/dl-init.c (_dl_init): Don't use INTDEF.
2178         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
2179         of _dl_init_internal.
2180         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
2181         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
2182         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
2183         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
2184         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
2185         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
2186         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
2187         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
2188         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
2189         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
2190         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
2191         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
2192         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
2193         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
2194         * sysdeps/tile/dl-start.S (_start): Likewise.
2195         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
2196         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
2198         [BZ #14132]
2199         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
2200         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
2201         (rtld_progname): Make macro definition unconditional.
2202         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
2203         INTDEF.
2204         (dlmopen_doit): Do not use INTUSE with _dl_argv.
2205         (dl_main): Likewise.
2206         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
2207         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
2208         instead of _dl_argv_internal.
2209         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
2210         __GI__dl_argv instead of INTUSE(_dl_argv).
2211         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
2212         __GI__dl_argv instead of _dl_argv_internal.
2214         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
2215         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
2216         macro.
2217         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
2218         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
2219         New macro.
2220         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
2221         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
2222         macro.
2223         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
2224         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
2226 2014-11-04  Andreas Schwab  <schwab@suse.de>
2228         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
2230 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2232         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
2233         mtvsrd instruction in binary form.
2235 2014-11-03  Andreas Schwab  <schwab@suse.de>
2237         [BZ #17522]
2238         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
2239         for less than MB_LEN_MAX use a local buffer of that size.
2240         * libio/tst-fputws.c: New file.
2241         * libio/Makefile (tests): Add tst-fputws.
2243 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
2245         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
2246         the size of the fpu_fr.fpu_dregs[] array.
2248 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
2250         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
2251         (__nanosleep): Do not define as alias.
2252         (nanosleep): Define as alias of __nanosleep.
2253         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
2254         __libc_nanosleep name.
2256 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2258         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
2259         install.texi in comment.
2261 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2263         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
2264         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
2265         ... add here and use lwsync or sync ...
2266         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
2267         ... and add here using lwsync.
2269 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
2271         * elf/dl-machine-reject-phdr.h: New file.
2272         * elf/dl-load.c: #include that.
2273         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
2274         if that returned true.
2276 2014-10-31  Roland McGrath  <roland@hack.frob.com>
2278         [BZ #17496]
2279         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
2280         gen-as-const-headers chunk.  Add a big scare comment after the last
2281         safe place to touch before-compile.
2283 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2285         * manual/install.texi (Tools for Compilation): Update autoconf
2286         version requirements.
2287         * INSTALL: Regenerated.
2289         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
2290         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
2291         (__libc_pselect): Likewise.
2293         [BZ #14138]
2294         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
2295         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
2296         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
2297         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
2299 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2301         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
2302         correct barrier instruction.
2303         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
2304         Likewise.
2305         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
2306         Likewise.
2308 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2310         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
2311         after defining inlines.  Instead, just use parens to defeat macro
2312         expansion of __isctype in its declaration.
2314 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
2316         * include/sys/uio.h (__libc_readv): Remove declaration.
2317         (__libc_writev): Likewise.
2318         * misc/readv.c (__libc_readv): Rename to __readv.
2319         (__readv): Do not define as alias.
2320         (readv): Define as alias of __readv.
2321         * misc/writev.c (__libc_writev): Rename to __writev.
2322         (__writev): Do not define as alias.
2323         (writev): Define as alias of __writev.
2324         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
2325         (__readv): Do not define as alias.
2326         (readv): Define unconditionally as alias of __readv.
2327         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
2328         (__writev): Do not define as alias.
2329         (writev): Define unconditionally as alias of __writev.
2330         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
2331         name.
2332         (writev): Do not define __libc_writev name.
2334 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2336         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
2337         (convert_charseq): New function, broken out of ...
2338         (use_from_charmap): ... here.  Call it.
2339         (use_to_charmap): Use convert_charseq and free instead of duplicating
2340         its code with a variable-length stack struct.
2342 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
2344         * include/fcntl.h (__libc_creat): Remove declaration.
2345         * io/creat.c (__libc_creat): Rename to creat.
2346         (creat): Do not define as alias.
2347         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
2348         of creat instead of __libc_creat.
2349         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
2350         to creat.
2351         (creat): Do not define as alias.
2352         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
2353         __libc_creat.
2354         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
2355         __libc_creat name.
2356         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
2357         Likewise.
2359 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
2361         * manual/llio.texi: Add comments discussing why write() may be
2362         considered MT-unsafe on Linux.
2364 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
2366         * dl-load.c (local_strdup): Remove.
2367         (expand_dynamic_string_token): Use __strdup.
2368         (decompose_rpath): Likewise.
2369         (_dl_map_object): Likewise.
2371 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
2373         [BZ #14132]
2374         * sysdeps/generic/unwind-dw2-fde.c
2375         (__register_frame_info_bases_internal): Do not declare.
2376         (__register_frame_info_table_bases_internal): Likewise.
2377         (__deregister_frame_info_bases_internal): Likewise.
2378         (__register_frame_info_bases): Declare and use hidden_proto before
2379         definition.  Use hidden_def instead of INTDEF.
2380         (__register_frame_info_table_bases): Likewise.
2381         (__deregister_frame_info_bases): Likewise.
2382         (__register_frame_info): Do not use INTUSE.
2383         (__register_frame): Likewise.
2384         (__register_frame_info_table): Likewise.
2385         (__register_frame_table): Likewise.
2386         (__deregister_frame_info): Likewise.
2387         (__deregister_frame): Likewise.
2389 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
2391         * sysdeps/unix/sysv/linux/arm/kernel-features.h
2392         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
2393         not undefine.
2394         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
2395         Likewise.
2396         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
2397         Likewise.
2399 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
2401         [BZ #14138]
2402         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
2403         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
2404         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
2405         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
2406         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
2407         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
2408         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
2409         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
2410         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
2411         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
2412         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
2413         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
2414         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
2415         syscall.
2416         (setfsuid): Likewise.
2417         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
2418         (setfsuid): Likewise.
2419         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
2420         (setfsuid): Likewise.
2421         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
2422         Likewise.
2423         (setfsuid): Likewise.
2424         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
2425         (setfsuid): Likewise.
2426         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
2427         Likewise.
2428         (setfsuid): Likewise.
2430 2014-10-27  Andreas Schwab  <schwab@suse.de>
2432         [BZ #17501]
2433         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
2434         check for Slow_SSE4_2 feature bit.
2435         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
2436         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
2437         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
2438         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
2440 2014-10-24  Roland McGrath  <roland@hack.frob.com>
2442         * configure.ac: Validate compiler version with a empirical test of
2443         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
2444         $CC -v output.
2445         * configure: Regenerated.
2447         * inet/htons.c (htons): Prototypify.
2448         * inet/htonl.c (htonl): Likewise.
2450 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2452         * string/strncat.c (strncat): Improve performance by using strlen.
2454 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2456         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
2458 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2460         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
2461         Call libc_fetestexcept_aarch64.
2463 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2465         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
2466         Call libc_feholdexcept_aarch64.
2468 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2470         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
2471         Call get_rounding_mode.
2473 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2475         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
2476         Simplify logic.
2478 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2480         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
2481         Simplify logic.
2483 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
2485         [BZ #14138]
2486         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
2487         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
2488         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
2489         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
2490         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
2491         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
2492         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
2493         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
2494         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
2495         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
2496         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
2497         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
2498         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
2499         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
2500         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
2501         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
2502         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
2503         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
2504         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
2505         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
2506         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
2507         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
2508         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
2509         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
2510         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
2511         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
2512         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
2513         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
2514         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
2515         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
2516         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
2517         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
2518         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
2519         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
2520         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
2521         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
2522         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
2523         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
2524         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
2525         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
2526         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
2527         syscall.
2528         (geteuid): Likewise.
2529         (getgid): Likewise.
2530         (getuid): Likewise.
2531         (getresgid): Likewise.
2532         (getresuid): Likewise.
2533         (getgroups): Likewise.
2534         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
2535         (geteuid): Likewise.
2536         (getgid): Likewise.
2537         (getuid): Likewise.
2538         (getresgid): Likewise.
2539         (getresuid): Likewise.
2540         (getgroups): Likewise.
2541         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
2542         (geteuid): Likewise.
2543         (getgid): Likewise.
2544         (getuid): Likewise.
2545         (getresgid): Likewise.
2546         (getresuid): Likewise.
2547         (getgroups): Likewise.
2548         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
2549         Likewise.
2550         (geteuid): Likewise.
2551         (getgid): Likewise.
2552         (getuid): Likewise.
2553         (getresgid): Likewise.
2554         (getresuid): Likewise.
2555         (getgroups): Likewise.
2556         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
2557         (geteuid): Likewise.
2558         (getgid): Likewise.
2559         (getuid): Likewise.
2560         (getresgid): Likewise.
2561         (getresuid): Likewise.
2562         (getgroups): Likewise.
2563         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
2564         Likewise.
2565         (geteuid): Likewise.
2566         (getgid): Likewise.
2567         (getuid): Likewise.
2568         (getgroups): Likewise.
2570         [BZ #14138]
2571         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
2572         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
2573         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
2574         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
2575         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
2576         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
2577         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
2578         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
2579         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
2580         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
2581         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
2582         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
2583         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
2584         __chown.
2585         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
2586         (lchown): Likewise.
2587         (fchown): Likewise.
2588         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
2589         Likewise.
2590         (lchown): Likewise.
2591         (fchown): Likewise.
2592         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
2593         (lchown): Likewise.
2594         (fchown): Likewise.
2595         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
2596         Likewise.
2597         (lchown): Likewise.
2598         (fchown): Likewise.
2600 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2602         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
2603         Simplify logic.
2605 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2607         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
2608         Cleanup logic.
2610 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2612         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
2613         Remove unused include.
2615 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2617         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
2618         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
2619         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
2620         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
2622 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
2623             Helge Deller <deller@gmx.de>
2625         [BZ #17508]
2626         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
2627         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
2628         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
2630 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
2632         [BZ #14132]
2633         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
2634         Remove macro definition.
2635         (__ashrdi3_v_glibc20): Likewise.
2636         (__lshrdi3_v_glibc20): Likewise.
2637         (__cmpdi2_v_glibc20): Likewise.
2638         (__ucmpdi2_v_glibc20): Likewise.
2639         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
2640         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
2641         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
2642         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
2643         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
2644         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
2646 2014-10-22  Roland McGrath  <roland@hack.frob.com>
2648         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
2649         old GNU extension [0] syntax.
2650         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
2651         alloca rather than an array member with variable length.
2652         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
2653         * nscd/nscd.c (invalidate_db): New function, broken out of ...
2654         (parse_opt): ... here.  Likewise use alloca there.
2655         Validate the -i argument before checking for rootness.
2656         (send_shutdown): New function, broken out of ...
2657         (parse_opt): ... here.
2659 2014-10-22  Roland McGrath  <roland@hack.frob.com>
2661         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
2662         macro to get at the _rt_local_ro field.
2663         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
2664         ([PIC] case) or _dl_hwcap ([!PIC] case).
2665         * sysdeps/arm/setjmp.S: Likewise.
2667         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
2668         * sysdeps/arm/configure.ac: New check to define it.
2669         * sysdeps/arm/configure: Regenerated.
2670         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
2671         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
2672         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
2673         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
2674         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
2675         Use move/movt pair instead of a load.
2676         (LDST_GLOBAL): Macro removed.
2677         (LDR_GLOBAL): New macro replaces it.
2678         (LDR_HIDDEN): New macro.
2679         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
2680         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
2682         * setjmp/tst-setjmp-static.c: New file.
2683         * setjmp/Makefile (tests): Add it.
2684         (tests-static): New variable.
2686 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
2688         [BZ #17485]
2689         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
2691 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
2693         [BZ #14132]
2694         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
2696 2014-10-21  Roland McGrath  <roland@hack.frob.com>
2698         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
2700 2014-10-20  Roland McGrath  <roland@hack.frob.com>
2702         * io/fts.c (dirent_not_directory): New function.
2703         (fts_build): Call it.
2705 2014-10-20  Roland McGrath  <roland@hack.frob.com>
2707         * nptl/version.c (__nptl_main): Use normal __write rather than
2708         INTERNAL_SYSCALL.
2709         (banner): Update copyright years.
2711         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
2712         gettimeofday.
2713         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
2714         * nptl/pthread_cond_timedwait.c: Likewise.
2715         * nptl/pthread_mutex_timedlock.c: Likewise.
2716         * nptl/sem_timedwait.c: Likewise.
2718         * sysdeps/nptl/bits/libc-lock.h
2719         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
2720         (__libc_lock_init_recursive): Return void, not 0.
2721         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
2722         (__libc_rwlock_init): Likewise.
2723         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
2725 2014-10-20  Torvald Riegel  <triegel@redhat.com>
2727         [BZ #15215]
2728         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
2729         (__pthread_once_slow): ... here.
2730         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
2731         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
2733 2014-10-20  Torvald Riegel  <triegel@redhat.com>
2735         [BZ #15215]
2736         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
2737         __PTHREAD_ONCE_FORK_GEN_INCR): New.
2738         * sysdeps/nptl/fork.c (__libc_fork): Use them.
2739         * nptl/pthread_once.c (__pthread_once): Likewise.
2740         Update comments.
2742 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
2744         [BZ #14138]
2745         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
2746         name.
2747         (writev): Use __libc_writev as strong name.
2748         * sysdeps/unix/sysv/linux/readv.c: Remove file.
2749         * sysdeps/unix/sysv/linux/writev.c: Likewise.
2751 2014-10-17  Roland McGrath  <roland@hack.frob.com>
2753         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
2755         * sysdeps/i386/nptl/tls.h
2756         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
2757         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
2758         New macros.
2759         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
2760         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
2761         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
2762         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
2763         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
2764         Call CHECK_THREAD_SYSINFO instead of doing an assert.
2766         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
2767         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
2768         on [__NR_futex].
2769         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
2770         broken out of ...
2771         (__pthread_mutex_init): ... here.  Call it.
2772         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
2773         Conditionalize PI cases on [__NR_futex].
2774         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
2775         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
2776         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
2778         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
2779         conditional on [SIGSETXID].
2780         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
2781         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
2782         is defined.  Likewise for SIGSETXID.
2783         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
2784         Conditionalize definitions on [SIGSETXID].
2785         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
2786         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
2787         unblocking on [SIGCANCEL].
2789         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
2790         [__NR_set_robust_list].
2792 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
2794         * string/strcoll_l.c (get_next_seq): Fix up formatting.
2795         (do_compare): Likewise.
2797 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
2799         [BZ #15884]
2800         * string/strcoll_l.c: Don't include stdio.h.
2801         (coll_seq): Remove members idxarr and rulearr.
2802         (get_next_seq_cached): Remove function.
2803         (get_next_seq): Likewise.
2804         (get_next_seq_nocache): Rename to get_next_seq.
2805         (do_compare): Remove function.
2806         (do_compare_nocache): Rename to do_compare.
2807         (STRCOLL): Remove weight and rules cache.
2809 2014-10-16  Roland McGrath  <roland@hack.frob.com>
2811         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
2812         * sysdeps/arm/sfp-machine.h: ... to here.
2813         * sysdeps/arm/Implies: Remove arm/soft-fp.
2815 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
2817         * conform/data/sys/utsname.h-data (*_t): Allow.
2818         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
2819         [POSIX] (WEXITED): Do not expect constant.
2820         [POSIX] (WSTOPPED): Likewise.
2821         [POSIX] (WNOHANG): Likewise.
2822         [POSIX] (WNOWAIT): Likewise.
2823         [POSIX] (siginfo_t): Do not expect type or elements.
2824         [POSIX] (pid_t): Do not expect type.
2825         [POSIX] (signal.h): Do not allow header.
2826         [POSIX] (sys/resource.h): Likewise.
2827         [POSIX] (si_*): Do not allow pattern.
2828         [POSIX] (W*): Likewise.
2829         [POSIX] (P_*): Likewise.
2830         [POSIX] (BUS_*): Likewise.
2831         [POSIX] (CLD_*): Likewise.
2832         [POSIX] (FPE_*): Likewise.
2833         [POSIX] (ILL_*): Likewise.
2834         [POSIX] (POLL_*): Likewise.
2835         [POSIX] (SEGV_*): Likewise.
2836         [POSIX] (SI_*): Likewise.
2837         [POSIX] (TRAP_*): Likewise.
2838         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
2839         variable.
2841 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
2843         [BZ #12926]
2844         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
2845         infinite loop when __recvmsg returns 0.
2847 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
2849         * CANCEL-FCT-WAIVE: Remove file.
2850         * CANCEL-FILE-WAIVE: Likewise.
2852         [BZ #14132]
2853         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
2854         instead of INTVARDEF.
2855         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
2856         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
2857         rtld_hidden_data_def instead of INTVARDEF.
2858         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
2859         * elf/dl-deps.c (expand_dst): Likewise.
2860         * elf/dl-load.c (_dl_dst_count): Likewise.
2861         (_dl_dst_substitute): Likewise.
2862         (decompose_rpath): Likewise.
2863         (_dl_init_paths): Likewise.
2864         (open_path): Likewise.
2865         (_dl_map_object): Likewise.
2866         * elf/rtld.c (dl_main): Likewise.
2867         (process_dl_audit): Likewise.
2868         (process_envvars): Likewise.
2869         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
2870         Remove declaration.
2871         (__libc_enable_secure): Use rtld_hidden_proto.
2873 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
2875         * elf/dl-load.c
2876         (add_path): New function broken out of _dl_rtld_di_serinfo.
2877         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
2879 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
2881         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
2882         parentheses around macro arguments.
2883         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
2884         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
2885         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
2886         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
2887         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
2888         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
2889         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
2890         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
2891         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
2892         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
2893         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
2894         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
2895         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
2896         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
2897         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
2898         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
2899         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
2900         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
2901         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
2902         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
2903         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
2904         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
2905         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
2906         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
2907         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
2908         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
2909         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
2910         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
2911         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
2912         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
2913         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
2914         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
2915         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
2916         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
2917         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
2918         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
2919         Likewise.
2920         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
2921         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
2922         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
2923         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
2924         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
2925         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
2926         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
2927         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
2928         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
2929         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
2930         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
2931         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
2932         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
2933         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
2934         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
2935         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
2936         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
2937         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
2938         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
2939         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
2940         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
2941         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
2942         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
2943         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
2944         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
2945         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
2946         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
2947         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
2948         (_FP_FRAC_SRS_1): Likewise.
2949         (_FP_FRAC_CLZ_1): Likewise.
2950         (_FP_MUL_MEAT_1_imm): Likewise.
2951         (_FP_MUL_MEAT_1_wide): Likewise.
2952         (_FP_MUL_MEAT_1_hard): Likewise.
2953         (_FP_SQRT_MEAT_1): Likewise.
2954         (_FP_FRAC_ASSEMBLE_1): Likewise.
2955         (_FP_FRAC_DISASSEMBLE_1): Likewise.
2956         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
2957         (__FP_CLZ_2): Likewise.
2958         (_FP_MUL_MEAT_2_wide): Likewise.
2959         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
2960         (_FP_MUL_MEAT_2_gmp): Likewise.
2961         (_FP_MUL_MEAT_2_120_240_double): Likewise.
2962         (_FP_SQRT_MEAT_2): Likewise.
2963         (_FP_FRAC_ASSEMBLE_2): Likewise.
2964         (_FP_FRAC_DISASSEMBLE_2): Likewise.
2965         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
2966         (_FP_FRAC_CLZ_4): Likewise.
2967         (_FP_MUL_MEAT_4_wide): Likewise.
2968         (_FP_MUL_MEAT_4_gmp): Likewise.
2969         (_FP_SQRT_MEAT_4): Likewise.
2970         (_FP_FRAC_ASSEMBLE_4): Likewise.
2971         (_FP_FRAC_DISASSEMBLE_4): Likewise.
2972         * soft-fp/op-common.h (_FP_CMP): Likewise.
2973         (_FP_CMP_EQ): Likewise.
2974         (_FP_CMP_UNORD): Likewise.
2975         (_FP_TO_INT): Likewise.
2976         (_FP_FROM_INT): Likewise.
2977         [!__FP_CLZ] (__FP_CLZ): Likewise.
2978         (_FP_DIV_HELP_imm): Likewise.
2979         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
2980         Likewise.
2981         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
2982         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
2983         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
2984         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
2985         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
2986         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
2987         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
2988         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
2989         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
2990         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
2991         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
2992         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
2993         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
2994         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
2995         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
2996         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
2997         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
2998         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
2999         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
3000         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
3001         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
3002         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
3003         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
3004         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3005         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3006         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
3007         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
3008         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
3009         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
3010         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
3011         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
3012         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
3013         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
3014         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
3015         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
3016         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
3017         (FP_UNPACK_RAW_SP): Likewise.
3018         (FP_PACK_RAW_S): Likewise.
3019         (FP_PACK_RAW_SP): Likewise.
3020         (FP_UNPACK_S): Likewise.
3021         (FP_UNPACK_SP): Likewise.
3022         (FP_UNPACK_SEMIRAW_S): Likewise.
3023         (FP_UNPACK_SEMIRAW_SP): Likewise.
3024         (FP_PACK_S): Likewise.
3025         (FP_PACK_SP): Likewise.
3026         (FP_PACK_SEMIRAW_S): Likewise.
3027         (FP_PACK_SEMIRAW_SP): Likewise.
3028         (_FP_SQRT_MEAT_S): Likewise.
3029         (FP_CMP_S): Likewise.
3030         (FP_CMP_EQ_S): Likewise.
3031         (FP_CMP_UNORD_S): Likewise.
3032         (FP_TO_INT_S): Likewise.
3033         (FP_FROM_INT_S): Likewise.
3035         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
3037         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
3038         (FP_EX_INVALID_IMZ): Likewise.
3039         (FP_EX_INVALID_IMZ_FMA): Likewise.
3040         (FP_EX_INVALID_ISI): Likewise.
3041         (FP_EX_INVALID_ZDZ): Likewise.
3042         (FP_EX_INVALID_IDI): Likewise.
3043         (FP_EX_INVALID_SQRT): Likewise.
3044         (FP_EX_INVALID_CVI): Likewise.
3045         (FP_EX_INVALID_VC): Likewise.
3046         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
3047         "invalid" exceptions.
3048         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
3049         (_FP_ADD_INTERNAL): Likewise.
3050         (_FP_MUL): Likewise.
3051         (_FP_FMA): Likewise.
3052         (_FP_DIV): Likewise.
3053         (_FP_CMP_CHECK_NAN): Likewise.
3054         (_FP_SQRT): Likewise.
3055         (_FP_TO_INT): Likewise.
3056         (FP_EXTEND): Likewise.
3058 2014-10-09  Allan McRae  <allan@archlinux.org>
3060         * po/fr.po: Update French translation from translation project.
3062 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3064         [BZ #14132]
3065         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
3066         of INTDEF.
3067         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
3068         (__cxa_atexit): Use libc_hidden_proto.
3069         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
3071         [BZ #14132]
3072         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
3073         declaration.
3074         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
3075         [!_ISOMAC] (__iswspace_l_internal): Likewise.
3076         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
3077         [!_ISOMAC] (__iswctype_internal): Likewise.
3078         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
3079         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
3080         alias.
3081         (fcntl): Remove __fcntl_internal alias.
3082         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
3083         __connect_internal alias.
3084         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
3085         Likewise.
3087         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
3088         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
3089         FP_DENORM_ZERO.
3090         (_FP_CHECK_FLUSH_ZERO): New macro.
3091         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
3092         (_FP_CMP): Likewise.
3093         (_FP_CMP_EQ): Likewise.
3094         (_FP_TO_INT): Do not set inexact for subnormal arguments if
3095         FP_DENORM_ZERO.
3096         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
3097         (FP_TRUNC): Likewise.
3099         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
3100         treated as invalid conversion, not as normal exponent.
3102         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
3103         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
3104         (_FP_CMP_EQ): Likewise.
3105         (_FP_CMP_UNORD): Likewise.
3106         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
3107         (FP_CMP_EQ_D): Likewise.
3108         (FP_CMP_UNORD_D): Likewise.
3109         * soft-fp/extended.h (FP_CMP_E): Likewise.
3110         (FP_CMP_EQ_E): Likewise.
3111         (FP_CMP_UNORD_E): Likewise.
3112         * soft-fp/quad.h (FP_CMP_Q): Likewise.
3113         (FP_CMP_EQ_Q): Likewise.
3114         (FP_CMP_UNORD_Q): Likewise.
3115         * soft-fp/single.h (FP_CMP_S): Likewise.
3116         (FP_CMP_EQ_S): Likewise.
3117         (FP_CMP_UNORD_S): Likewise.
3118         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
3119         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
3120         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
3121         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
3122         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
3123         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
3124         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
3125         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
3126         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
3127         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
3128         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
3129         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
3130         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
3131         to FP_CMP_Q.
3132         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
3133         FP_CMP_Q.
3134         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
3135         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
3136         FP_CMP_EQ_Q.
3137         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
3138         FP_CMP_Q.
3139         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
3140         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
3141         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
3142         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
3143         FP_CMP_EQ_Q.
3144         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
3145         FP_CMP_Q.
3146         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
3147         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
3148         FP_CMP_EQ_Q.
3149         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
3150         FP_CMP_Q.
3151         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
3152         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
3153         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
3154         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
3155         FP_CMP_EQ_Q.
3157         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
3158         a subnormal result, set the underflow exception if trapping on
3159         underflow is enabled.
3160         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
3161         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
3162         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
3163         redefine to 0.
3164         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
3165         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3166         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3167         * soft-fp/extendxftf2.c (__extendxftf2): Use
3168         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
3170         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
3171         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
3172         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3173         FP_HANDLE_EXCEPTIONS.
3174         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
3175         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3176         FP_HANDLE_EXCEPTIONS.
3177         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
3178         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3179         FP_HANDLE_EXCEPTIONS.
3180         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
3181         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3182         FP_HANDLE_EXCEPTIONS.
3184 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
3186         [BZ #14132]
3187         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
3188         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
3189         use INTUSE.
3190         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
3191         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
3192         Remove alias.
3193         (__adjtimex): Define using libc_hidden_ver.
3194         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
3195         Remove declaration.
3196         (ntp_gettime): Call __adjtimex directly.
3197         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
3198         Remove declaration.
3199         (ntp_gettimex): Call __adjtimex directly.
3200         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
3201         __adjtimex_internal alias.
3203 2014-10-08  Roland McGrath  <roland@hack.frob.com>
3205         [BZ #17460]
3206         * nscd/nscd.c (more_help): Rewrite list of tables collection
3207         using xstrdup and asprintf.
3209         * nscd/nscd_conf.c: Remove local xstrdup declaration.
3211 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3212             Roland McGrath  <roland@hack.frob.com>
3214         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
3215         (do_lookup_unique): ... local function 'enter' here; update callers.
3217 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
3219         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
3220         compat_symbol calls on [SHARED].
3221         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
3222         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
3223         Remove.
3224         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3225         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
3226         (oldsetrlimit): Remove.
3227         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3228         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3229         (lchown): New syscall entry.
3230         (oldsetrlimit): Remove.
3231         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3232         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
3233         (oldsetrlimit): Remove.
3234         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3236         [BZ #14138]
3237         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
3238         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
3239         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
3240         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
3241         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
3242         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
3243         (fchown): Likewise.
3244         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
3245         (fchown): Likewise.
3246         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
3247         Likewise.
3249 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3251         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
3252         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
3253         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
3254         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
3255         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
3256         Likewise.
3257         (__old_sem_post): Likewise.
3259 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
3261         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
3262         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
3263         HAVE_CLOCK_GETTIME_VSYSCALL macros.
3264         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
3265         Use INLINE_VSYSCALL macro.
3266         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
3267         __vdso_clock_gettime.
3268         * sysdeps/unix/sysv/linux/tile/init-first.c
3269         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
3270         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
3271         __vdso_clock_gettime.
3273         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
3274         to set up frame more cleanly.
3276         * sysdeps/tile/memcmp.c: New file.
3278         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
3280         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
3281         * sysdeps/tile/tilegx/strcasestr.c: New file.
3282         * sysdeps/tile/tilegx/strnlen.c: New file.
3283         * sysdeps/tile/tilegx/strstr.c: New file.
3285         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
3287 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
3289         * nptl/tst-setuid3.c: Write errors to stdout.
3291 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3293         * elf/dl-deps.c
3294         (preload): New functions broken out of _dl_map_object_deps.
3295         (_dl_map_object_deps):  Remove a nested function. Update call sites.
3297 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
3299         [BZ #14138]
3300         * sysdeps/unix/sysv/linux/execve.c: Remove file.
3301         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
3303 2014-10-01  Steve Ellcey  <sellcey@mips.com>
3305         * sysdeps/mips/strcmp.S: New.
3307 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
3309         [BZ #14138]
3310         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
3311         (linkat): Likewise.
3312         (mkdirat): Likewise.
3313         (readlinkat): Likewise.
3314         (renameat): Likewise.
3315         (symlinkat): Likewise.
3316         (unlinkat): Likewise.
3317         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
3318         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
3319         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
3320         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
3321         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
3322         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
3323         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
3325 2014-09-30  Will Newton  <will.newton@linaro.org>
3327         * math/math.h: Define long double math functions if
3328         _LIBC_TEST is defined.
3329         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
3331         * localedata/Makefile: Move assignment to tests-special
3332         into an ifdef testing run-built-tests.
3333         * timezone/Makefile: Likewise.
3335 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
3337         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
3338         with $(BASH) not $(SHELL).
3340 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
3341             Matthew LeGendre  <legendre1@llnl.gov>
3343         [BZ #17411]
3344         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
3345         l_reloc_result.
3347 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3349         * stdio-common/printf_fp.c
3350         (hack_digit): New function, broken out of ...
3351         (__printf_fp): ... local function here.  Update call sites.
3352         hack_digit now takes an additional parameter that is a pointer
3353         to a struct of the referenced locals.  Those locals moved inside
3354         the struct and references updated.
3356 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
3358         * aclocal.m4: Require autoconf 2.69.
3359         * configure: Regenerated.
3360         * sysdeps/aarch64/configure: Likewise.
3361         * sysdeps/alpha/configure: Likewise.
3362         * sysdeps/arm/armv7/configure: Likewise.
3363         * sysdeps/arm/configure: Likewise.
3364         * sysdeps/ia64/configure: Likewise.
3365         * sysdeps/mach/configure: Likewise.
3366         * sysdeps/mips/configure: Likewise.
3367         * sysdeps/s390/configure: Likewise.
3368         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
3369         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
3371         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
3372         file.
3373         * sysdeps/ia64/configure.ac: Likewise.
3375 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
3377         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
3378         specify symbol version for ld.so.  Do not include entry for
3379         libpthread.
3380         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3381         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
3382         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3384         [BZ #14171]
3385         * Makeconfig [$(build-shared) = yes]
3386         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
3387         makefiles.
3388         [$(build-shared) = yes && $(soversions.mk-done) = t]
3389         ($(common-objpfx)gnu/lib-names.h): Remove rule.
3390         [$(build-shared) = yes && $(soversions.mk-done) = t]
3391         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
3392         to Makerules.
3393         [$(build-shared) = yes && $(soversions.mk-done) = t]
3394         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
3395         here.
3396         [$(build-shared) = yes && $(soversions.mk-done) = t]
3397         (common-generated): Don't append gnu/lib-names.h and
3398         gnu/lib-names.stmp here.
3399         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
3400         (lib-names-h-abi): New variable.
3401         [$(build-shared) = yes && $(soversions.mk-done) = t]
3402         (lib-names-stmp-abi): Likewise.
3403         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3404         abi-variants] (before-compile): Append
3405         $(common-objpfx)$(lib-names-h-abi).
3406         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3407         abi-variants] (common-generated): Append gnu/lib-names.h.
3408         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3409         abi-variants] (install-others-nosubdir): Depend on
3410         $(inst_includedir)/$(lib-names-h-abi).
3411         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3412         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
3413         [$(build-shared) = yes && $(soversions.mk-done) = t]
3414         ($(common-objpfx)$(lib-names-h-abi)): New rule.
3415         [$(build-shared) = yes && $(soversions.mk-done) = t]
3416         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
3417         [$(build-shared) = yes && $(soversions.mk-done) = t]
3418         (common-generated): Append $(lib-names-h-abi) and
3419         $(lib-names-stmp-abi).
3420         * scripts/lib-names.awk: Do not handle multi being set.
3421         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
3422         Remove variable.
3423         (abi-lp64_be-ld-soname): Likewise.
3424         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
3425         Likewise.
3426         (abi-hard-ld-soname): Likewise.
3427         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
3428         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
3429         Remove variable.
3430         (abi-o32_hard-ld-soname): Likewise.
3431         (abi-o32_soft_2008-ld-soname): Likewise.
3432         (abi-o32_hard_2008-ld-soname): Likewise.
3433         (abi-n32_soft-ld-soname): Likewise.
3434         (abi-n32_hard-ld-soname): Likewise.
3435         (abi-n32_soft_2008-ld-soname): Likewise.
3436         (abi-n32_hard_2008-ld-soname): Likewise.
3437         (abi-n64_soft-ld-soname): Likewise.
3438         (abi-n64_hard-ld-soname): Likewise.
3439         (abi-n64_soft_2008-ld-soname): Likewise.
3440         (abi-n64_hard_2008-ld-soname): Likewise.
3441         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
3442         Likewise.
3443         (abi-64-v2-ld-soname): Likewise.
3444         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
3445         ld.so entries.
3446         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
3447         variable.
3448         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
3449         entry.
3450         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
3451         variable.
3452         (abi-64-ld-soname): Likewise.
3453         (abi-x32-ld-soname): Likewise.
3454         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
3455         entry.
3456         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3458 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
3460         [BZ #14138]
3461         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
3462         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
3463         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
3464         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
3465         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
3466         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
3467         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
3468         syscall entry for GLIBC_2.2 symbol version.
3469         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
3470         Likewise.
3471         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3472         (setrlimit): Likewise.
3473         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
3474         Likewise.
3476 2014-09-23  Will Newton  <will.newton@linaro.org>
3478         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
3479         _LINUX_ARM_SYSDEP_H include guard too.
3480         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
3481         define.
3483 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
3485         * sysdeps/unix/sysv/linux/eventfd.c:
3486         Make first argument unsigned.
3487         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
3488         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
3490 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
3492         * socket/recvmmsg.c (recvmmsg): Drop const argument.
3493         * socket/sys/socket.h: Likewise
3494         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
3496 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3498         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
3500 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
3502         * time/tst-ftime.c: New test.
3503         * time/Makefile (tests): Add tst-ftime.
3505 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
3507         * soft-fp/extended.h: Fix comment formatting.
3508         * soft-fp/op-1.h: Likewise.
3509         * soft-fp/op-2.h: Likewise.
3510         * soft-fp/op-4.h: Likewise.
3511         * soft-fp/op-8.h: Likewise.
3512         * soft-fp/op-common.h: Likewise.
3513         * soft-fp/soft-fp.h: Likewise.
3515         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
3517 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
3519         [BZ #6652]
3520         * Makeconfig (soversions-default-setname): Remove variable.
3521         ($(common-objpfx)soversions.i): Don't pass default_setname to
3522         soversions.awk.
3523         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
3524         oldest_abi to abi-versions.awk.
3525         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
3526         * config.make.in (oldest-abi): Remove variable.
3527         * configure.ac (--enable-oldest-abi): Remove configure option.
3528         * configure: Regenerated.
3529         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
3530         text.
3531         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
3532         * scripts/soversions.awk: Do not handle default_setname variable.
3533         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
3534         variable.
3535         * sysdeps/mach/hurd/configure: Regenerated.
3536         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
3537         variable.
3538         * sysdeps/unix/sysv/linux/configure: Regenerated.
3540 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
3542         * elf/Makefile (CFLAGS-interp.c): Remove.
3543         ($(elf-objpfx)runtime-linker.h): Generate header with linker
3544         path string.
3545         * elf/interp.c: Include generated runtime-linker.h
3547         * Makerules (lib%.so): Don't include $(+interp) in
3548         prerequisites.
3549         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
3550         * dlfcn/eval.c: Remove file.
3552         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
3553         macros.
3555         [BZ #17266]
3556         * misc/sys/cdefs.h: Define __extern_always_inline for clang
3557         4.2 and newer.
3559         [BZ #17370]
3560         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
3562 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
3563             Jakub Jelinek  <jakub@redhat.com>
3565         [BZ #17266]
3566         * libio/stdio.h: Check definition of __fortify_function
3567         instead of __extern_always_inline to include bits/stdio2.h.
3568         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
3569         check if __extern_always_inline is defined.
3570         [__USE_MISC || __USE_XOPEN]: Likewise.
3571         [__USE_ISOC99] Likewise.
3572         * misc/sys/cdefs.h (__fortify_function): Define only if
3573         __extern_always_inline is defined.
3574         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
3575         __extern_always_inline and __extern_inline only for g++-4.3
3576         and newer or a compatible gcc.
3578 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
3580         [BZ #17371]
3581         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
3582         last change to handle zero prefix length.
3584 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
3586         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
3587         _SC_REGEX_VERSION.
3589         * posix/getconf.c (vars): Add _POSIX_IPV6 and
3590         _POSIX_RAW_SOCKETS.
3592 2014-09-13  Allan McRae  <allan@archlinux.org>
3594         * po/ru.po: Update Russian translation from translation project.
3596 2014-09-12  Roland McGrath  <roland@hack.frob.com>
3598         * locale/programs/locale.c (show_locale_vars): Inline local function
3599         into its sole call site.  Clean up some style nits.
3600         (print_item): New function, broken out of ...
3601         (show_info): ... local function here.  Clean up style nits.
3603         * locale/programs/ld-ctype.c (set_one_default): New function, broken
3604         out of ...
3605         (set_class_defaults): ... local function set_default here.
3606         Define set_default as a macro locally to pass constant parameters.
3607         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
3608         rather than a shared local.
3610         * stdlib/rpmatch.c (try): New function, broken out of ...
3611         (rpmatch): ... local function here.  Also, prototypify definition.
3613 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
3615         * scripts/soversions.awk: Do not handle configuration names.
3616         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
3617         vendor and os variables to soversions.awk.
3618         * configure.ac: Do not modify gnu-* host_os.
3619         * configure: Regenerated
3620         * shlib-versions: Remove first column with configuration names.
3621         * nptl/shlib-versions: Likewise.
3622         * nptl_db/shlib-versions: Likewise.
3623         * sysdeps/hppa/shlib-versions: Likewise.
3624         * sysdeps/m68k/shlib-versions: Likewise.
3625         * sysdeps/mach/hurd/shlib-versions: Likewise.
3626         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
3627         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
3628         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
3629         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
3630         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
3631         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
3632         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
3633         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
3634         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
3635         Likewise.
3636         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3637         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
3638         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
3639         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
3640         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
3641         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
3642         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
3643         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3645         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
3646         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
3647         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
3648         Regenerated.
3649         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
3650         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
3651         Condition symbol version definitions on [HAVE_ELFV2_ABI].
3653         * shlib-versions: Remove OS-specific entries.  Moved to files in
3654         sysdeps.
3655         * sysdeps/mach/hurd/shlib-versions: New file.
3656         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
3658         * nptl/shlib-versions: Remove architecture-specific entries.
3659         Moved to files in sysdeps.
3660         * shlib-versions: Likewise.
3661         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
3662         file.
3663         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3664         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
3665         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
3666         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
3668         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
3669         (UDP_NO_CHECK6_RX): Likewise.
3671 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
3673         * sysdeps/posix/sysconf.c (__sysconf): Spell
3674         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
3676 2014-08-12  Florian Weimer  <fweimer@redhat.com>
3678         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
3679         loading.
3680         * iconv/Versions (__gconv_transliterate): Export for use from
3681         gconv modules.
3682         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
3683         (struct __gconv_trans_data, __gconv_trans_fct,
3684         __gconv_trans_context_fct, __gconv_trans_query_fct,
3685         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
3686         definitions.
3687         (struct __gconv_step_data): Remove __trans member.
3688         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
3689         longer hidden.  Remove unused trans_data argument.
3690         * iconv/gconv_int.h (struct trans_struct): Remove definition.
3691         (__gconv_translit_find): Remove declaration.
3692         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
3693         prototype.
3694         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
3695         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
3696         trans_data argument.  Add hidden definition.
3697         (__gconv_translit_find): Remove.
3698         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
3699         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
3700         * iconv/skeleton.c: Remove transliteration initialization.
3701         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
3702         __gconv_step_data initialization.
3703         * libio/iofwide.c (__libio_translit_): Remove.
3704         (_IO_fwide): Adjust struct __gconv_step_data initialization.
3705         * wcsmbs/btowc.c (__btowc): Likewise.
3706         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
3707         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
3708         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
3709         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
3710         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
3711         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
3712         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
3713         * wcsmbs/wctob.c (wctob): Likewise.
3715 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
3717         [BZ #16194]
3718         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
3719         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
3720         register usage.
3721         * sysdeps/x86/Makefile: Adjust.
3723 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3724             Roland McGrath  <roland@hack.frob.com>
3726         * locale/weight.h: Add include guard.
3727         (findidx): Make static rather than auto; take new parameters
3728         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
3729         * locale/weightwc.h: Likewise.
3730         * posix/fnmatch_loop.c
3731         (FCT): Change type of EXTRA from int32_t to wint_t.
3732         Don't include either header inside the function.
3733         Call FINDIDX rather than findidx, and pass new arguments.
3734         #undef FINDIDX at the end of the file.
3735         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
3736         FINDIDX before including fnmatch_loop.c for the non-wide version.
3737         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
3738         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
3739         for the wide version.
3740         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
3741         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
3742         Pass new arguments to findidx.
3743         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
3744         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
3745         Don't #include it inside the function.  Pass new arguments to findidx.
3746         * posix/regex_internal.h
3747         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
3748         (re_string_elem_size_at): Don't #include it inside the function.
3749         Pass new arguments to findidx.
3750         * string/strcoll_l.c: #include WEIGHT_H at top level.
3751         (get_next_seq): Don't #include it inside the function.
3752         Pass new arguments to findidx.
3753         (get_next_seq_nocache): Likewise.
3754         * string/strxfrm_l.c: #include WEIGHT_H at top level.
3755         (STRXFRM): Don't #include it inside the function.
3756         Pass new arguments to findidx.
3758 2014-09-11  Florian Weimer  <fweimer@redhat.com>
3760         [BZ #17344]
3761         * malloc/malloc.c (unlink): Turn asserts into a call to
3762         malloc_printerr.
3764 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
3766         [BZ #17370]
3767         * libio/wfileops (do_ftell_wide): Free OUT.
3769 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
3771         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
3773 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
3775         [BZ #17363]
3776         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
3777         group if the current group is empty.
3779 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3781         * benchtests/bench-memset.c (test_main): Add more test from size
3782         from 32 to 512 bytes.
3783         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3784         Add POWER8 memset object.
3785         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3786         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
3787         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
3788         implementation.
3789         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
3790         Likewise.
3791         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
3792         multiarch POWER8 memset optimization.
3793         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
3794         POWER8 memset optimization.
3796         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3797         Remove bzero multiarch objects.
3798         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
3799         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
3800         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
3801         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
3802         Remove define.
3803         [__bzero]: Redefine to specific name.
3804         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
3805         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
3806         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
3807         define.
3808         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
3809         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
3811 2014-09-10  Florian Weimer  <fweimer@redhat.com>
3813         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
3814         warnings into errors.
3816         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
3817         __cxa_thread_atexit_impl prototype.
3819 2014-09-09  Steve Ellcey  <sellcey@mips.com>
3821         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
3822         Fix capitalization of error message.
3824 2014-09-09  Steve Ellcey  <sellcey@mips.com>
3826         * sysdeps/mips/preconfigure: Modify ABI tests.
3828 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
3830         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
3832 2014-09-07  Roland McGrath  <roland@hack.frob.com>
3833             Carlos O'Donell  <carlos@systemhalted.org>
3835         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
3836         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
3837         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
3838         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
3839         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
3840         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
3841         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
3842         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
3843         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
3844         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
3845         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
3846         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
3847         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
3848         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
3849         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
3850         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
3851         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
3852         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
3853         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
3854         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
3855         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
3856         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
3857         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
3858         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
3859         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
3860         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
3861         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
3862         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
3863         Deconditionalize the code that was previously under [RESET_PID].
3864         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
3865         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
3866         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
3867         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
3868         include sysdep.h.
3870 2014-09-08  Allan McRae  <allan@archlinux.org>
3872         * version.h (RELEASE): Set to "development".
3873         (VERSION): Set to "2.20.90"
3875 2014-09-07  Allan McRae  <allan@archlinux.org
3877         * version.h (RELEASE): Set to "stable".
3878         (VERSION): Set to "2.20"
3879         * include/features.h (__GLIBC_MINOR__): Set to 20.
3881         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
3882         Liebler.
3884         * po/ko.po: Update Korean translation from translation project.
3886 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
3888         [BZ #17354]
3889         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
3890         macro for handling signed relocations.
3892 2014-09-03  Florian Weimer  <fweimer@redhat.com>
3894         [BZ #17325]
3895         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
3896         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
3897         assert.
3898         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
3899         * iconvdata/ibm935.c (BODY): Likewise.
3900         * iconvdata/ibm937.c (BODY): Likewise.
3901         * iconvdata/ibm939.c (BODY): Likewise.
3902         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
3903         assert.
3904         * iconvdata/Makefile (iconv-test.out): Pass module list to test
3905         script.
3906         * iconvdata/run-iconv-test.sh: New test loop for checking for
3907         decoder crashers.
3909 2014-09-02  Khem Raj  <raj.khem@gmail.com>
3911         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
3912         libm_hidden_ver.
3914 2014-09-01  Allan McRae  <allan@archlinux.org>
3916         * po/eo.po: Update Esperanto translation from translation project.
3918         * po/ca.po: Update Catalan translation from translation project.
3920 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3922         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
3923         __proc_dostop call.
3925 2014-08-27  Mark Wielaard  <mjw@redhat.com>
3927         [BZ #17319]
3928         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
3929         to call set_thread_area instead of hand written asm.
3930         (__NR_set_thread_area): Removed define.
3931         (TLS_FLAG_WRITABLE): Likewise.
3932         (__ASSUME_SET_THREAD_AREA): Remove check.
3933         (TLS_EBX_ARG): Remove define.
3934         (TLS_LOAD_EBX): Likewise.
3936 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3938         Simplify atomicity of socket creation in bind.
3940         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
3941         looking up the name after linking the file.
3943 2014-08-27  Allan McRae  <allan@archlinux.org>
3945         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
3947 2014-08-26  Florian Weimer  <fweimer@redhat.com>
3949         [BZ #17187]
3950         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
3951         trans_compare, open_translit, __gconv_translit_find):
3952         Remove module loading code.
3954 2014-08-26  Allan McRae  <allan@archlinux.org>
3956         * po/vi.po: Update Vietnamese translation from translation project.
3958         * po/uk.po: Update Ukrainian translation from translation project.
3960         * po/fr.po: Update French translation from translation project.
3962         * po/ru.po: Update Russian translation from translation project.
3964         * po/pl.po: Update Polish translation from translation project.
3966         * po/cs.po: Update Czech translation from translation project.
3968         * po/de.po: Update German translation from translation project.
3970         * po/bg.po: Update Bulgarian translation from translation project.
3972         * po/sv.po: Update Sweedish translation from translation project.
3974         * po/nl.po: Update Dutch translation from translation project.
3976         * po/es.po: Update Spanish translation from translation project.
3978 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
3980         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
3982         * catgets/Makefile (CPPFLAGS-gencat): Remove.
3983         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
3984         (CPPFLAGS-iconvconfig): Likewise.
3985         * timezone/Makefile (CPPFLAGS-zic): Likewise.
3987         * include/libc-symbols.h: Remove unnecessary check for
3988         NOT_IN_libc.
3989         * nptl/pthreadP.h: Likewise.
3990         * sysdeps/aarch64/setjmp.S: Likewise.
3991         * sysdeps/alpha/setjmp.S: Likewise.
3992         * sysdeps/arm/sysdep.h: Likewise.
3993         * sysdeps/i386/setjmp.S: Likewise.
3994         * sysdeps/m68k/setjmp.c: Likewise.
3995         * sysdeps/posix/getcwd.c: Likewise.
3996         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
3997         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
3998         * sysdeps/s390/s390-32/setjmp.S: Likewise.
3999         * sysdeps/s390/s390-64/setjmp.S: Likewise.
4000         * sysdeps/sh/sh3/setjmp.S: Likewise.
4001         * sysdeps/sh/sh4/setjmp.S: Likewise.
4002         * sysdeps/unix/alpha/sysdep.h: Likewise.
4003         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4004         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4005         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4006         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4007         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
4008         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4009         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4010         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4011         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4012         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4013         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4014         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4015         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4016         * sysdeps/x86_64/setjmp.S: Likewise.
4018 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
4020         [BZ #17263]
4021         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
4022         <stdint.h>.
4023         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
4024         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
4026 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
4028         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
4030         [BZ #17262]
4031         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
4032         and __x86_64__ when disabling x87 inline functions.
4034 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
4036         [BZ #17259]
4037         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
4038         asm statement with __cpuid_count.
4040 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
4042         * configure.ac: Change __ehdr_start code to dereference the struct.
4043         Run readelf on the output to look for relocations.
4044         * configure: Regenerated.
4046 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
4048         [BZ #17261]
4049         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
4050         value to 0.
4051         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
4053 2014-08-12  Roland McGrath  <roland@hack.frob.com>
4055         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
4057 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
4059         [BZ #16892]
4060         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
4061         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
4063 2014-08-12  Sean Anderson  <seanga2@gmail.com>
4065         * malloc/malloc.c: Fix typo in comment.
4067 2014-08-09  Allan McRae  <allan@archlinux.org>
4069         * Regenerate libc.po.
4071 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
4073         * intl/tst-gettext2.sh: Check every lang file for creation.
4075 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4077         * sysdeps/aarch64/fpu/math_private.h
4078         (libc_feholdsetround_noex_aarch64_ctx): New function.
4080 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4082         * sysdeps/arm/armv6/strcpy.S (strcpy):
4083         Fix performance issue in misaligned cases.
4085 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4087         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
4088         Move definition from termios.h.
4089         (struct termio): Likewise.
4090         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4091         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4092         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4093         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4094         Likewise.
4095         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
4096         Move definition to ioctl-types.h
4097         (struct termio): Likewise.
4098         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4099         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4100         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4101         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4102         Likewise.
4104 2014-08-05  Richard Henderson  <rth@redhat.com>
4106         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
4107         exceptions.
4108         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
4109         Add fraiseexcpt.
4110         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
4111         Use __feraiseexcept.
4112         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
4113         Protect libm symbols with IS_IN_libm.
4115         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
4117 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
4119         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
4121 2014-08-04  Will Newton  <will.newton@linaro.org>
4123         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
4124         file.
4126 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
4128         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
4129         variants for each function.
4131 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4133         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
4134         appended ...
4135         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
4136         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
4137         appended ...
4138         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
4139         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
4140         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
4141         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
4142         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
4143         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
4144         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
4145         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
4146         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
4147         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
4148         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
4149         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
4150         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
4151         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
4152         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
4153         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
4154         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
4155         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
4156         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
4157         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
4158         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
4159         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
4160         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
4161         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
4162         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
4163         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
4164         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
4165         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
4166         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
4167         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
4168         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
4169         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
4170         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
4171         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
4172         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
4173         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
4174         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
4175         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
4176         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
4177         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
4178         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
4179         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
4180         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
4181         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
4182         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
4183         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
4184         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
4185         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
4186         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
4187         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
4188         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
4189         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
4190         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
4191         Update #include.
4192         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
4193         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
4195 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4197         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
4198         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
4199         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
4200         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
4201         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
4202         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
4204 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4206         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
4207         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
4208         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4209         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
4211 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4213         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
4214         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
4215         (__libc_vfork): Define function under this name.
4216         (__vfork): Define as an alias.
4217         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
4218         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
4220 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4222         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
4223         that was previously under [RESET_PID].
4224         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
4226 2014-08-04  Andreas Schwab  <schwab@suse.de>
4228         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
4230 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
4232         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
4233         (main): Likewise.
4235 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4237         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
4239 2014-08-01  Richard Henderon  <rth@redhat.com>
4241         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
4242         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
4243         typo in exact zero test.
4244         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
4245         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
4246         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
4248 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4250         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
4251         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
4252         * sysdeps/arm/sysdep.h: ... here.
4253         [!__ASSEMBLER__]: Include <stdint.h>.
4255 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
4257         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
4258         (HAVE_WCTYPE_H): Likewise.
4259         (HAVE_ISWCTYPE): Likewise.
4260         (ENABLE_NLS): Likewise.
4261         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
4262         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
4264         * posix/regex_internal.c: Check if DEBUG is defined and is
4265         set.
4267         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
4268         (HAVE_MBSRTOWCS): Likewise.
4269         * posix/fnmatch.c: Include string.h unconditionally.
4271 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
4273         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
4274         reversal.
4276 2014-07-31  Roland McGrath  <roland@hack.frob.com>
4278         * sysdeps/generic/safe-fatal.h: New file.
4279         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
4280         * nptl/forward.c: Include it.
4281         (__pthread_unwind): Use __safe_fatal as default action, rather
4282         than a bogus use of INTERNAL_SYSCALL that could never work.
4284         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
4285         * configure.ac (libc_cv_builtin_trap): New test.
4286         * configure: Regenerated.
4287         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
4288         (ABORT_INSTRUCTION): Define using __builtin_trap.
4290         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
4291         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
4292         * sysdeps/nptl/nptl-signals.h: New file.
4293         * nptl/pthreadP.h: Include <nptl-signals.h>.
4295 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4297         * sysdeps/s390/s390-64/utf16-utf32-z9.c
4298         (ONE_DIRECTION): Define.
4299         * sysdeps/s390/s390-64/utf8-utf16-z9.c
4300         (ONE_DIRECTION): Define.
4301         * sysdeps/s390/s390-64/utf8-utf32-z9.c
4302         (ONE_DIRECTION): Define.
4304 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4306         * sysdeps/s390/Makefile: Delete file.
4307         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
4308         * sysdeps/s390/__longjmp.c: Delete file.
4309         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
4310         Remove fields __flags and __reserved.
4311         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
4312         and add versioning.
4313         * sysdeps/s390/rtld-__longjmp.c: Delete file.
4314         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
4315         * sysdeps/s390/rtld-setjmp.S: Likewise.
4316         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
4317         * sysdeps/s390/s390-32/__longjmp.c: ... here.
4318         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
4319         * sysdeps/s390/s390-32/setjmp.S: ... here.
4320         Add versioning.
4321         (__sigsetjmp): Remove setting __flags field.
4322         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
4323         * sysdeps/s390/s390-64/__longjmp.c: ... here.
4324         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
4325         * sysdeps/s390/s390-64/setjmp.S: ... here.
4326         Add versioning.
4327         (__sigsetjmp): Remove setting __flags field.
4328         * sysdeps/s390/setjmp.S: Delete file.
4329         * sysdeps/s390/sigjmp.c: Likewise.
4330         * sysdeps/s390/v1-longjmp.c: Likewise.
4331         * sysdeps/s390/v1-setjmp.h: Likewise.
4332         * sysdeps/s390/v1-sigjmp.c: Likewise.
4333         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
4334         Remove v1-longjmp_chk.
4335         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
4336         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
4337         Include debug/longjmp_chk.c and add versioning.
4338         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
4339         Include nptl/pt-longjmp.c and add versioning.
4340         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
4341         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
4342         Include __longjmp.c.
4343         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
4344         Move to ...
4345         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
4346         (__getcontext): Remove setting __flags field.
4347         Add versioning.
4348         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
4349         Don't restore upper high grps.
4350         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
4351         Likewise.
4352         (__swapcontext): Remove setting uc_flags field.
4353         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
4354         Delete file.
4355         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
4356         Include __longjmp.c.
4357         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
4358         Move to ...
4359         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
4360         (__getcontext): Remove setting __flags field.
4361         Add versioning.
4362         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
4363         (__swapcontext): Remove setting uc_flags field.
4364         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
4365         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
4366         Remove fields uc_high_gprs and __reserved.
4367         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
4368         New file with reverted content.
4369         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
4370         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
4371         Regenerated.
4372         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
4373         Regenerated.
4375 2014-07-31  Andreas Schwab  <schwab@suse.de>
4377         * config.h.in (HAVE_IFUNC): Define to 0.
4378         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
4379         definedness.
4381 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
4383         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
4384         memmove-avx-unaligned, memcpy-avx-unaligned and
4385         mempcpy-avx-unaligned.
4386         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4387         Add tests for AVX memcpy functions.
4388         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
4389         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
4390         memcpy_chk.
4391         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
4392         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
4393         memmove_chk.
4394         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
4395         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
4396         mempcpy_chk.
4397         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
4398         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
4399         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
4401 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4403         [BZ #17213]
4404         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
4405         powerpc64le.
4407 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
4409         [BZ #16839]
4410         * manual/llio.texi: Add section about open file description locks.
4411         * manual/examples/ofdlocks.c: Example of open file description
4412         lock usage.
4413         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
4414         F_OFD_SETLK, and F_OFD_SETLKW.
4416 2014-07-23  Allan McRae  <allan@archlinux.org>
4418         * po/es.po: Update Spanish translation from translation project.
4420 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
4422         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
4424 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
4426         [BZ #17078]
4427         * sysdeps/arm/dl-machine.h (elf_machine_rela)
4428         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
4429         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
4431 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
4433         [BZ #17088]
4434         * math/fesetenv.c (__fesetenv)
4435         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
4436         * math/feupdateenv.c (__feupdateenv)
4437         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
4439         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
4440         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
4441         (__ASSUME_SOCKETCALL): Do not define.
4443         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
4444         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
4445         (__ASSUME_SOCKETCALL): Do not define.
4446         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
4447         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
4448         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4449         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
4450         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4451         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
4452         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4453         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4455         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
4456         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
4457         (__ASSUME_SOCKETCALL): Do not define.
4458         (__ASSUME_IPC64): Define unconditionally.
4459         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
4460         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4461         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
4462         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4463         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
4464         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4465         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
4466         Likewise.
4468         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
4469         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
4470         (__ASSUME_SOCKETCALL): Do not define.
4471         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
4472         (__ASSUME_FUTEX_LOCK_PI): Likewise.
4473         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4474         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
4475         (__ASSUME_REQUEUE_PI): Define unconditionally.
4476         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
4477         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
4478         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4479         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
4480         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4481         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4483         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
4484         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
4485         (__ASSUME_SOCKETCALL): Do not define.
4486         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
4487         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4488         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4489         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
4490         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4491         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4493         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
4494         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
4495         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4496         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
4497         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4498         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
4499         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4500         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
4501         (__ASSUME_GETCPU_SYSCALL): Likewise.
4503         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
4504         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
4505         cases for individual architectures.
4506         * sysdeps/gnu/configure: Regenerated.
4507         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
4508         LIBC_SLIBDIR_RTLDDIR.
4509         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
4510         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
4511         LIBC_SLIBDIR_RTLDDIR.
4512         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
4513         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
4514         LIBC_SLIBDIR_RTLDDIR.
4515         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
4516         Regenerated.
4517         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
4518         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
4519         file.
4520         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
4521         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
4522         file.
4523         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
4524         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
4525         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
4526         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
4528         * sysdeps/aarch64/shlib-versions: Move to ...
4529         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
4530         * sysdeps/alpha/shlib-versions: Move to ...
4531         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
4532         * sysdeps/arm/shlib-versions: Move to ...
4533         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
4534         * sysdeps/hppa/shlib-versions: Move all contents except for
4535         libgcc_s entry to ...
4536         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
4537         entry from ...
4538         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
4539         * sysdeps/ia64/shlib-versions: Move to ...
4540         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
4541         entry from ...
4542         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
4543         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
4544         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
4545         * sysdeps/microblaze/shlib-versions: Move to ...
4546         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
4547         * sysdeps/mips/shlib-versions: Move to ...
4548         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
4549         entry from ...
4550         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
4551         * sysdeps/tile/shlib-versions: Move to ...
4552         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
4553         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
4554         from ...
4555         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
4556         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
4557         entry from ...
4558         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
4560 2014-07-17  Will Newton  <will.newton@linaro.org>
4562         * sysdeps/arm/bits/atomic.h
4563         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
4564         (__arch_compare_and_exchange_bool_16_int): Likewise.
4565         (__arch_compare_and_exchange_bool_64_int): Likewise.
4567         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
4568         into an #else block.
4570 2014-07-16  Roland McGrath  <roland@hack.frob.com>
4572         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
4573         just Linux configurations.  Test empirically that the compiler sets
4574         __ARM_EABI__, rather than using the tuple to decide.
4575         * sysdeps/arm/preconfigure: Regenerated.
4576         * sysdeps/unix/sysv/linux/arm/configure: File removed.
4577         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
4578         contents appended ...
4579         * sysdeps/arm/configure.ac: ... here.
4580         * sysdeps/arm/configure: Regenerated.
4582 2014-07-15  Roland McGrath  <roland@hack.frob.com>
4584         * nptl/pthread_kill.c: New file.
4585         * nptl/pthread_sigmask.c: New file.
4586         * nptl/pthread_sigqueue.c: New file.
4588         * sysdeps/nptl/lowlevellock.h: New file.
4589         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
4590         * sysdeps/nptl/lowlevellock-futex.h: New file.
4592         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
4593         Remove dead declarations.
4595 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
4597         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
4598         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
4599         config-cflags-avx2.
4600         * sysdeps/x86_64/configure.ac: Likewise.
4601         * sysdeps/i386/configure: Regenerated.
4602         * sysdeps/x86_64/configure: Likewise.
4603         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
4604         memset-avx2 only if config-cflags-avx2 is yes.
4605         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4606         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
4607         defined.
4608         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
4609         only if HAVE_AVX2_SUPPORT is defined.
4610         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
4612 2014-07-14  Alan Modra  <amodra@gmail.com>
4614         [BZ #17153]
4615         * elf/elf.h (DT_PPC64_NUM): Correct value.
4616         * NEWS: Add to fixed bug list.
4618 2014-07-13  Jim Meyering  <meyering@fb.com>
4620         [BZ 17150]
4621         regex: don't deref NULL upon heap allocation failure
4622         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
4623         failure in one more place.
4624         To trigger the segfault, configure grep -with-included-regex,
4625         build it, and run these commands:
4626         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
4628 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
4630         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
4632 2014-07-11  Richard Henderson  <rth@redhat.com>
4634         * sysdeps/aarch64/libm-test-ulps: Update.
4636 2014-07-10  Florian Weimer  <fweimer@redhat.com>
4638         [BZ #17135]
4639         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
4640         * nptl/allocatestack.c (__nptl_setxid_error): New function.
4641         (__nptl_setxid): Initialize error member.  Call
4642         __nptl_setxid_error.
4643         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
4644         * nptl/descr.h (struct xid_command): Add error member.
4645         * nptl/tst-setuid3.c: New file.
4646         * nptl/Makefile (tests): Add it.
4648 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4650         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
4651         New define.
4652         (__lll_trylock): Use __lll_base_trylock.
4653         (__lll_cond_trylock): Likewise.
4655 2014-07-10  Roland McGrath  <roland@hack.frob.com>
4657         * nptl/pthread_create.c (start_thread): Use atomic_or and
4658         lll_futex_wake directly rather than lll_robust_dead.
4659         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
4660         (lll_robust_dead): Macro removed.
4661         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
4662         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
4663         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
4664         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4665         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4666         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
4667         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
4668         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4669         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
4670         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4671         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4672         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4673         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4674         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4675         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4677         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
4678         Use atomic_compare_and_exchange_val_acq directly rather than
4679         lll_robust_trylock.
4680         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
4681         (__lll_robust_trylock, lll_robust_trylock): Removed.
4682         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
4683         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
4684         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4685         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4686         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
4687         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
4688         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4689         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
4690         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4691         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4692         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4693         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4694         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4695         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4697 2014-07-02  Florian Weimer  <fweimer@redhat.com>
4699         * manual/locale.texi (Locale Names): New section documenting
4700         locale name syntax.  Adjust menu and node chaining accordingly.
4701         (Choosing Locale): Reference Locale Names, Locale Categories.
4702         Mention setting LC_ALL=C.  Reflect that name syntax is now
4703         documented.
4704         (Locale Categories): New section title.  Reference Locale Names.
4705         LC_ALL is an environment variable, but not a category.
4706         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
4707         description, now in Locale Name.  Reference that section.  Locale
4708         name syntax is now documented.
4710 2014-07-02  Florian Weimer  <fweimer@redhat.com>
4712         [BZ #17137]
4713         * locale/findlocale.c (name_present, valid_locale_name): New
4714         functions.
4715         (_nl_find_locale): Use the loc_name variable to store name
4716         candidates.  Call name_present and valid_locale_name to check and
4717         validate locale names.  Return an error if the locale is invalid.
4719 2014-07-02  Florian Weimer  <fweimer@redhat.com>
4721         * locale/setlocale.c (setlocale): Use strdup for allocating
4722         composite name copy.
4724 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
4726         Sync up with gnulib.
4727         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
4728         [!_LIBC && ENABLE_NLS]: Include gettext.h.
4729         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
4730         and _GL_ARG_NONNULL.
4731         [USE_UNLOCKED_IO]: Include unlocked-io.h.
4732         [!_LIBC]: Include code for Windows and Cygwin.
4733         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
4734         Include prototype for int strerror_r.
4735         [!_LIBC] (is_open): New function.
4736         (flush_stdout): New function.
4737         (print_errno_message): Use it.
4738         (error): Likewise.
4739         (error_at_line): Likewise.
4740         (error_tail) Add function attribute macros.  Use
4741         __builtin_expect.
4743         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
4745         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
4747         * io/ftw.c: Include sys/param.h unconditionally.
4749         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
4751         [BZ #17125]
4752         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
4753         libc_freeres_ptr.
4754         (freecache): New function to free CACHE on exit.
4756         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
4757         initialization.
4759 2014-07-09  David S. Miller  <davem@davemloft.net>
4761         * sysdeps/sparc/fpu/libm-test-ulps: Update.
4763         * sysdeps/sparc/nptl/internaltypes.h: Delete.
4764         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
4765         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
4766         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
4767         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
4768         * sysdeps/sparc/nptl/sem_init.c: Likewise.
4769         * sysdeps/sparc/nptl/sem_post.c: Likewise.
4770         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
4771         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
4772         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
4773         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
4774         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
4775         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
4777 2014-07-09  Andreas Schwab  <schwab@suse.de>
4779         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
4780         output.
4781         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
4782         (do_test): Likewise.
4784         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
4786 2014-07-09  Will Newton  <will.newton@linaro.org>
4788         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
4789         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
4790         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
4791         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
4792         * sysdeps/hppa/start.S (_start): Likewise.
4794 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
4796         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
4798         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
4799         defined.
4801 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
4803         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
4804         after checking that it is non-NULL.
4806         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
4808 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4810         * sysdeps/powerpc/memmove.c: Remove file.
4811         * sysdeps/powerpc/powerpc32/power4/memcopy.h
4812         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
4813         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
4814         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
4815         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
4816         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
4817         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
4818         string memmove instead of removed powerpc one.
4820         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
4821         [weak_alias]: Fix compiler warning due trailing data.
4822         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
4823         [weak_alias]: Likewise.
4824         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
4825         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
4827         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
4828         (__libc_ifunc_impl_list): Add memmove functions.
4830 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
4832         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
4833         Remove code.
4834         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
4835         Likewise
4836         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
4837         Likewise
4838         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
4839         Likewise
4840         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
4841         Likewise
4842         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
4843         Likewise
4844         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
4845         Likewise
4846         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
4847         Likewise
4848         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
4849         Likewise
4850         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
4851         Likewise
4852         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
4853         Likewise
4854         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
4855         Likewise
4856         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
4857         Likewise
4858         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
4859         Likewise
4860         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
4861         Likewise
4862         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
4863         Likewise
4864         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
4865         Likewise
4867 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4869         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
4870         to avoid alignment traps in non-cacheable memory.
4871         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
4873         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
4874         multiarch objects.
4875         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
4876         file: multiarch power7 memmove.
4877         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
4878         multiarch default memmove.
4879         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
4880         multiarch memove for powerpc32/power4.
4882         * string/bcopy.c: Use full path to include memmove.c.
4883         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
4884         multiarch objects.
4885         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
4886         bcopy for powerpc64.
4887         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
4888         bcopy for powerpc64.
4889         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
4890         and memmove implementations.
4891         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
4892         optimized multiarch memmove for POWER7/powerpc64.
4893         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
4894         default multiarch memmove for powerpc64.
4895         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
4896         multiarch for powerpc64.
4897         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
4898         for POWER7/powerpc64.
4899         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
4900         memmove for POWER7/powerpc64.
4902         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
4903         glibc default one.
4905         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
4906         __ELF_NATIVE_CLASS equal to 64.
4908 2014-07-07  Roland McGrath  <roland@hack.frob.com>
4910         * sysdeps/nptl/lowlevellock.h: File removed.
4912         * NEWS: NPTL is no longer an add-on!
4913         * nptl/internaltypes.h: Moved ...
4914         * sysdeps/nptl/internaltypes.h: ... here.
4915         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
4916         * sysdeps/nptl/fork.c: Likewise.
4917         * sysdeps/nptl/gai_misc.h: Likewise.
4918         * sysdeps/nptl/librt-cancellation.c: Likewise.
4919         * sysdeps/nptl/jmp-unwind.c: Likewise.
4920         * sysdeps/nptl/setxid.h: Likewise.
4921         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
4922         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
4923         * sysdeps/unix/sysv/linux/arm/Implies: New file.
4924         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
4925         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
4926         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
4927         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
4928         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
4929         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
4930         * sysdeps/unix/sysv/linux/mips/Implies: New file.
4931         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
4932         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
4933         * sysdeps/unix/sysv/linux/sh/Implies: New file.
4934         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
4935         * sysdeps/unix/sysv/linux/tile/Implies: New file.
4936         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
4937         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
4938         * nptl/Makeconfig: Moved ...
4939         * sysdeps/nptl/Makeconfig: ... here.
4940         * nptl/configure: File removed.
4941         * nptl/ANNOUNCE: File removed.
4942         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
4943         * sysdeps/unix/sysv/linux/configure: Regenerated.
4945         * nptl/Makefile (routines): Add libc_pthread_init,
4946         libc_multiple_threads, register-atfork and unregister-atfork.
4947         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
4948         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
4949         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
4950         pthread-pi-defines.sym, structsem.sym.
4951         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
4952         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
4953         [$(subdir) = nptl] (tests): Add tst-setgetname.
4954         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
4955         * sysdeps/unix/sysv/linux/sigaction.c: Just include
4956         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
4957         [!LIBC_SIGACTION]: Remove aliases.
4958         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
4959         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
4960         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
4961         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
4962         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
4963         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
4964         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
4965         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
4966         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
4967         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
4968         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
4969         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
4970         __libc_allocate_rtsig_private.
4971         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
4972         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
4973         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
4974         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
4975         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
4976         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
4977         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
4978         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
4979         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
4980         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
4981         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
4982         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
4983         * nptl/internaltypes.h: ... here.
4984         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
4985         * sysdeps/nptl/jmp-unwind.c: ... here.
4986         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
4987         * nptl/libc-lowlevellock.c: ... here.
4988         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
4989         * nptl/libc_multiple_threads.c: ... here.
4990         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
4991         * nptl/libc_pthread_init.c: ... here.
4992         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
4993         * nptl/lowlevelbarrier.sym: ... here.
4994         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
4995         * nptl/lowlevelcond.sym: ... here.
4996         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
4997         * nptl/lowlevellock.c: ... here.
4998         * nptl/lowlevellock.h: Moved ...
4999         * sysdeps/nptl/lowlevellock.h: ... here.
5000         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
5001         * nptl/lowlevelrobustlock.c: ... here.
5002         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
5003         * nptl/lowlevelrobustlock.sym: ... here.
5004         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
5005         * nptl/lowlevelrwlock.sym: ... here.
5006         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
5007         * nptl/pt-fork.c: ... here.
5008         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
5009         * nptl/pthread-pi-defines.sym: ... here.
5010         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
5011         * nptl/pthread_attr_getaffinity.c: ... here.
5012         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
5013         * nptl/pthread_attr_setaffinity.c: ... here.
5014         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
5015         * nptl/pthread_mutex_cond_lock.c: ... here.
5016         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
5017         Update #include.
5018         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
5019         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
5020         * nptl/pthread_once.c: ... here, replacing old file.
5021         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
5022         * nptl/pthread_yield.c: ... here.
5023         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
5024         * nptl/register-atfork.c: ... here.
5025         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
5026         * nptl/sem_post.c: ... here.
5027         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
5028         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
5029         * nptl/sem_timedwait.c: ... here.
5030         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
5031         * nptl/sem_trywait.c: ... here.
5032         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
5033         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
5034         * nptl/sem_wait.c: ... here.
5035         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
5036         * nptl/structsem.sym: ... here.
5037         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
5038         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
5039         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
5040         * nptl/unregister-atfork.c: ... here.
5041         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
5042         * nptl/unwindbuf.sym: ... here.
5043         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
5044         * sysdeps/nptl/fork.c: ... here.
5045         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
5046         * sysdeps/nptl/fork.h: ... here.
5047         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
5048         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
5049         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
5050         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
5051         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
5052         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
5053         * sysdeps/unix/sysv/linux/getpid.c: ... here.
5054         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
5055         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
5056         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
5057         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
5058         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
5059         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
5060         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
5061         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
5062         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
5063         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
5064         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
5065         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
5066         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
5067         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
5068         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
5069         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
5070         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
5071         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
5072         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
5073         * sysdeps/unix/sysv/linux/raise.c: ... here.
5074         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
5075         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
5076         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
5077         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
5078         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
5079         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
5080         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
5081         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
5082         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
5083         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
5084         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
5085         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
5086         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
5087         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
5088         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
5090 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
5092         * sysdeps/generic/memcopy.h: Add comment for
5093         MEMCPY_OK_FOR_FWD_MEMMOVE.
5095 2014-07-04  Will Newton  <will.newton@linaro.org>
5097         * string/memchr.c: Merge from gnulib.
5098         [_LIBC]: Remove conditionals.
5099         (__ptr_t): Remove define.
5100         (LONG_MAX_32_BITS): Likewise.
5101         (LONG_MAX): Likewise.
5102         (MEMCHR): Use ANSI prototype and optimize algorithm.
5104         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
5106 2014-07-03  Roland McGrath  <roland@hack.frob.com>
5108         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
5109         (lll_futex_timed_wait_bitset): Fix syscall argument count.
5111         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
5112         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
5113         in a bare environment with no <stdlib.h> installed.
5114         * sysdeps/nptl/configure: Regenerated.
5116         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
5118         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
5119         AC_EGREP_CPP for kernel header checks, so they only succeed if
5120         including <linux/version.h> actually works right.
5121         * sysdeps/unix/sysv/linux/configure: Regenerated.
5123         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
5124         value so it's not diagnosed as unused.
5126         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
5127         thing) with "ifeq ($(subdir),rt)".
5129 2014-07-03  Richard Henderson  <rth@redhat.com>
5131         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
5132         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
5133         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
5135         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
5136         (math_force_eval): New.
5138         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
5139         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
5141         * sysdeps/alpha/fpu/s_round.c: Remove file.
5142         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
5144         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
5145         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
5146         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
5147         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
5148         (_dl_start, print_statistics): Likewise.
5149         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
5150         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
5152         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5153         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5154         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5155         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5156         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5157         (HP_SMALL_TIMING_AVAIL): Define.
5158         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5159         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5160         (HP_SMALL_TIMING_AVAIL): Define.
5161         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5162         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5164         * sysdeps/aarch64/hp-timing.h: New file.
5166         * sysdeps/generic/hp-timing.h: Remove dead comment.
5167         * sysdeps/generic/hp-timing-common.h: New file.
5168         * sysdeps/alpha/hp-timing.h: Include it.
5169         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
5170         * sysdeps/i386/i686/hp-timing.h: Likewise.
5171         * sysdeps/ia64/hp-timing.h: Likewise.
5172         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
5173         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
5174         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
5175         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
5176         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
5177         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
5178         (hp_timing_t): New.
5180         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
5181         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
5182         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
5183         * elf/rtld.c (_dl_start_final): Likewise.
5184         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
5185         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5186         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5187         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5188         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5189         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5190         (HP_TIMING_DIFF_INIT): Remove.
5191         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5192         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5193         (HP_TIMING_DIFF_INIT): Remove.
5194         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5195         * sysdeps/i386/i686/hp-timing.c: Remove file.
5196         * sysdeps/x86_64/hp-timing.c: Remove file.
5197         * sysdeps/ia64/hp-timing.c: Remove file.
5198         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
5199         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
5200         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
5201         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
5203         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
5204         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
5205         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
5206         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5207         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5208         (HP_TIMING_ACCUM): Remove.
5209         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5210         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
5211         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5213         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
5214         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
5215         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
5216         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
5217         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
5218         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5219         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
5220         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5222         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
5224 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
5226         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
5228 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5230         Sync up with gettext.
5231         * intl/loadmsgcat.c: Define O_BINARY if not defined.
5232         [_MSC_VER]: Include malloc.h
5233         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
5234         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
5235         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
5236         TEMP_FAILURE_RETRY.  Cast return of alloca.
5237         [!_LIBC] Call gl_rwlock_init.
5238         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
5240 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5242         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
5243         before checking its value.
5245 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5247         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
5249         * debug/memcpy_chk.c: Don't include pagecopy.h.
5250         * debug/mempcpy_chk.c: Likewise.
5251         * string/memcpy.c: Likewise.
5252         * string/memmove.c: Likewise.
5253         * sysdeps/powerpc/memmove.c: Likewise.
5254         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
5255         definition of PAGE_COPY_FWD_MAYBE here...
5256         * sysdeps/generic/pagecopy.h: ... from here.
5257         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
5259 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
5260             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5262         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
5263         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
5264         optimizations.
5265         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
5266         (__libc_ifunc_impl_list): Likewise.
5267         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
5268         multiarch strcat for PPC64.
5269         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
5270         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
5272 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5274         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
5276 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5278         * intl/loadmsgcat.c: Remove declaration of
5279         get_sysdep_segment_value.
5280         (get_sysdep_segment_value): Use ISO C style.
5281         (_nl_load_domain): Use ISO C style.  Get rid of redundant
5282         semicolon.  Fix typo and formatting in comment.
5283         (_nl_unload_domain): Use ISO C style.
5285         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
5287 2014-07-02  Will Newton  <will.newton@linaro.org>
5289         * malloc/obstack.c: Merge from gnulib master.
5290         [HAVE_CONFIG_H]: Remove conditional code.
5291         [!_LIBC]: Include config.h.
5292         [!ELIDE_CODE]: Don't include inttypes.h, include
5293         stdint.h unconditionally.
5294         (print_and_abort): Mark as _Noreturn.
5295         (_obstack_allocated_p): Mark as __attribute_pure__.
5296         (obstack_free): Rename to __obstack_free.
5297         [!__attribute__]: Remove conditional code.
5298         * malloc/obstack.h: Merge from gnulib master.
5299         [__cplusplus]: Move conditional down.
5300         [!__attribute_pure__]: Define __attribute_pure__ here
5301         if it is not already defined.
5302         (_obstack_memory_used): Mark as __attribute_pure__.
5303         [!__obstack_free]: Define as obstack_free.
5304         [__GNUC__]: Remove check for ancient NeXT gcc.
5306 2014-07-02  Will Newton  <will.newton@linaro.org>
5307             Paul Eggert  <eggert@cs.ucla.edu>
5309         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
5311 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5313         * resolv/gethnamaddr.c: Add comment warning that the file is
5314         not maintained.
5316 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
5318         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
5319         entries.
5321         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
5322         entry for aio_cancel and aio_cancel64.
5323         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
5324         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
5325         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
5326         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
5327         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
5328         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
5329         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
5330         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
5331         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
5332         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
5333         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
5334         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
5335         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
5337 2014-07-01  Roland McGrath  <roland@hack.frob.com>
5339         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
5340         * nptl/pthread_mutex_lock.c: Likewise.
5341         * nptl/pthread_mutex_timedlock.c: Likewise.
5342         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
5344 2014-07-01  Richard henderson  <rth@redhat.com>
5346         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
5347         (__isnan, __isnanl): Remove.
5348         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
5350         * sysdeps/alpha/fpu/libm-test-ulps: Update.
5352 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
5354         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
5356 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
5358         * resolv/nss_dns/dns-host.c (getanswer_r)
5359         [MULTI_PTRS_ARE_ALIASES]: Remove code.
5361 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
5363         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
5364         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
5365         undefine.
5366         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
5367         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
5369 2014-07-01  Roland McGrath <roland@hack.frob.com>
5371         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
5372         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
5374         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
5375         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
5377         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
5378         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
5379         ... here.
5380         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
5381         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
5383         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
5384         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
5385         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
5386         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
5388         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
5389         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
5390         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
5391         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
5392         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
5393         Moved ...
5394         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
5395         ... here.
5396         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
5397         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
5398         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
5399         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
5400         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
5401         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
5402         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
5403         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
5404         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
5405         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
5406         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
5407         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
5408         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
5409         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
5410         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
5411         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
5412         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
5413         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
5414         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
5415         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
5416         ... here.
5417         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
5418         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
5419         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
5420         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
5421         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
5422         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
5423         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
5424         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
5426 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
5428         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
5429         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
5430         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
5431         Add sysdep.
5433 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5435         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5437 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
5439         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
5440         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
5442         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
5444         * sysdeps/arm/libm-test-ulps: Regenerated.
5446 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
5447             Roland McGrath <roland@hack.frob.com>
5449         * test-skeleton.c (signal_handler): Kill the whole process group
5450         before killing the child individually.
5451         (main): Report any failure on `setpgid'.
5453 2014-06-30  Roland McGrath  <roland@hack.frob.com>
5455         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
5456         from _TLS_H to _ARM_NPTL_TLS_H.
5457         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
5458         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
5460 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
5462         [BZ #16539]
5463         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
5464         (__expm1l): Return argument unchanged when small but not
5465         subnormal.
5467         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
5468         include macro name.
5469         (_FP_UNPACK_RAW_1_P): Likewise.
5470         (_FP_PACK_RAW_1): Likewise.
5471         (_FP_PACK_RAW_1_P): Likewise.
5472         (_FP_MUL_MEAT_1_wide): Likewise.
5473         (_FP_MUL_MEAT_DW_1_hard): Likewise.
5474         (_FP_MUL_MEAT_1_hard): Likewise.
5475         (_FP_DIV_MEAT_1_imm): Likewise.
5476         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
5477         (_FP_DIV_MEAT_1_udiv): Likewise.
5478         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
5479         (_FP_UNPACK_RAW_2): Likewise.
5480         (_FP_UNPACK_RAW_2_P): Likewise.
5481         (_FP_PACK_RAW_2): Likewise.
5482         (_FP_PACK_RAW_2_P): Likewise.
5483         (_FP_MUL_MEAT_DW_2_wide): Likewise.
5484         (_FP_MUL_MEAT_2_wide): Likewise.
5485         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
5486         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
5487         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
5488         (_FP_MUL_MEAT_2_gmp): Likewise.
5489         (_FP_DIV_MEAT_2_udiv): Likewise.
5490         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
5491         (_FP_FRAC_SRL_4): Likewise.
5492         (_FP_FRAC_SRST_4): Likewise.
5493         (_FP_FRAC_SRS_4): Likewise.
5494         (_FP_UNPACK_RAW_4): Likewise.
5495         (_FP_UNPACK_RAW_4_P): Likewise.
5496         (_FP_PACK_RAW_4): Likewise.
5497         (_FP_PACK_RAW_4_P): Likewise.
5498         (_FP_MUL_MEAT_DW_4_wide): Likewise.
5499         (_FP_MUL_MEAT_4_wide): Likewise.
5500         (_FP_MUL_MEAT_4_gmp): Likewise.
5501         (umul_ppppmnnn): Likewise.
5502         (_FP_DIV_MEAT_4_udiv): Likewise.
5503         (__FP_FRAC_ADD_4): Likewise.
5504         (__FP_FRAC_SUB_3): Likewise.
5505         (__FP_FRAC_SUB_4): Likewise.
5506         (__FP_FRAC_DEC_3): Likewise.
5507         (__FP_FRAC_DEC_4): Likewise.
5508         (__FP_FRAC_ADDI_4): Likewise.
5509         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
5510         (_FP_FRAC_SRL_8): Likewise.
5511         (_FP_FRAC_SRS_8): Likewise.
5513         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
5514         include macro name.
5515         (FP_UNPACK_RAW_EP): Likewise.
5516         (FP_PACK_RAW_E): Likewise.
5517         (FP_PACK_RAW_EP): Likewise.
5518         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
5519         (_FP_ISSIGNAN): Likewise.
5520         (_FP_ADD_INTERNAL): Likewise.
5521         (_FP_FMA): Likewise.
5522         (_FP_CMP): Likewise.
5523         (_FP_SQRT): Likewise.
5524         (_FP_TO_INT): Likewise.
5525         (_FP_FROM_INT): Likewise.
5526         (FP_EXTEND): Likewise.
5527         (_FP_DIV_MEAT_N_loop): Likewise.
5529 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
5531         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
5532         throughout.
5534 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
5536         [BZ #17097]
5537         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
5538         result with correct sign in case of exponents that produce
5539         overflow except for X very close to 1.
5541 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
5543         mktime: merge #if/#ifdef usage from glibc
5544         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
5545         as that works with both Glibc's and Gnulib's style.
5546         See thread starting at Siddhesh Poyarekar's bug report at:
5547         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
5549 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
5551         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
5552         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
5553         * sysdeps/tile/tilegx/memmove.c: Remove file.
5555 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
5557         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
5558         abi-name definition.
5559         * scripts/soversions.awk: Do not handle or generate ABI lines.
5560         * shlib-versions: Remove ABI entries.
5561         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
5562         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
5564 2014-06-27  Roland McGrath  <roland@hack.frob.com>
5566         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
5567         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
5568         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
5569         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
5570         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
5571         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
5572         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
5573         Moved ...
5574         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
5575         ... here.
5576         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
5577         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
5578         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
5579         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
5580         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
5581         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
5582         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
5583         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
5584         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
5585         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
5586         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
5587         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
5588         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
5589         Moved ...
5590         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
5591         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
5592         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
5593         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
5594         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
5595         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
5596         Moved ...
5597         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
5598         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
5599         Moved ...
5600         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
5601         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
5602         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
5603         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
5604         Moved ...
5605         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
5606         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
5607         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
5608         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
5609         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
5610         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
5611         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
5612         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
5613         Moved ...
5614         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
5615         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
5616         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
5617         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
5618         Moved ...
5619         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
5620         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
5621         Moved ...
5622         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
5623         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
5624         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
5625         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
5626         Moved ...
5627         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
5628         ... here.
5629         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
5630         Identical file removed.
5631         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
5632         Moved ...
5633         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
5634         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
5635         Identical file removed.
5636         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
5637         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
5638         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
5639         Moved ...
5640         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
5641         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
5642         Identical file removed.
5643         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
5644         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
5645         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
5646         Identical file removed.
5647         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
5648         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
5649         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
5650         Identical file removed.
5651         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
5652         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
5653         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
5654         Identical file removed.
5655         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
5656         Moved ...
5657         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
5658         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
5659         Identical file removed.
5660         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
5661         Moved ...
5662         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
5663         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
5664         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
5665         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
5666         Identical file removed.
5667         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
5668         Moved ...
5669         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
5670         ... here.
5671         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
5672         Identical file removed.
5673         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
5674         Moved ...
5675         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
5676         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
5677         Identical file removed.
5678         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
5679         Moved ...
5680         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
5681         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
5682         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
5683         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
5684         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
5685         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
5686         Moved ...
5687         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
5688         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
5689         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
5691         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
5692         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
5693         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
5694         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
5695         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
5697 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
5699         [BZ #17092]
5700         * nscd/nscd.c (monitor_child): Return exit status of child
5701         instead of return value from wait syscall.
5703 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
5705         * configure.ac (libc_commonpagesize): Remove variable.
5706         (libc_relro_required): Likewise.
5707         (libc_cv_z_relro): Remove configure test.
5708         * configure: Regenerated.
5709         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
5710         variable.
5711         (libc_relro_required): Likewise.
5712         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
5713         (libc_relro_required): Likewise.
5714         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
5715         (libc_relro_required): Likewise.
5716         * sysdeps/arm/preconfigure: Regenerated.
5717         * sysdeps/ia64/preconfigure: Remove file.
5718         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
5719         variable.
5720         (libc_relro_required): Likewise.
5722         [BZ #16561]
5723         [BZ #16562]
5724         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
5725         (__ieee754_yn): Set FE_TONEAREST mode internally and then
5726         recompute overflowing results in original rounding mode.
5727         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
5728         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
5729         recompute overflowing results in original rounding mode.
5730         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
5731         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
5732         recompute overflowing results in original rounding mode.
5733         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
5734         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
5735         recompute overflowing results in original rounding mode.
5736         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
5737         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
5738         recompute overflowing results in original rounding mode.
5739         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
5740         (libc_feholdsetround_ctx): New macro.
5741         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
5742         * sysdeps/i386/fpu/libm-test-ulps: Update.
5743         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
5745 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
5747         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
5748         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
5749         corresponding .cpsetup call.
5751 2014-06-26  Roland McGrath  <roland@hack.frob.com>
5753         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
5754         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
5755         * sysdeps/arm/Makefile [$(subdir) = csu]
5756         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
5757         (static-only-routines): Add aeabi_read_tp here.
5758         (shared-only-routines): Add libc-aeabi_read_tp here.
5759         (CFLAGS-libc-start.c): Add -fexceptions here.
5760         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
5761         (sysdep_routines, static-only-routines, shared-only-routines):
5762         Don't add to these here.
5763         (CFLAGS-libc-start.c): Likewise.
5765         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
5766         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
5767         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
5768         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
5769         * sysdeps/arm/Makefile [$(subdir) = rt]
5770         (librt-sysdep_routines, librt-shared-only-routines):
5771         Append rt-aeabi_unwind_cpp_pr1 here.
5772         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
5773         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
5774         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
5775         (libpthread-sysdep_routines, libpthread-shared-only-routines):
5776         Append nptl-aeabi_unwind_cpp_pr1 here.
5777         (tests): Filter out tst-cleanupx4 here.
5778         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
5779         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
5780         Don't do those here.
5782 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
5784         * scripts/list-sources.sh: Do not handle ports specially.
5786 2014-06-26  Roland McGrath  <roland@hack.frob.com>
5788         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
5789         * sysdeps/arm/feupdateenv.c: Likewise.
5791         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
5793 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
5795         * manual/texinfo.tex: Update to version 2014-05-05.10 with
5796         trailing whitespace removed.
5797         * scripts/config.guess: Update to version 2014-03-23.
5798         * scripts/config.sub: Update to version 2014-05-01
5799         * scripts/install-sh: Update to version 2013-12-25.23.
5800         * scripts/move-if-change: Update from gnulib.
5802 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
5804         * debug/memmove_chk.c: Remove pagecopy.h include.
5806 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
5808         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
5809         identical to gnulib mktime.
5811 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
5813         * configure.ac: Do not test for machine being rs6000.  Do not test
5814         for powerpc*-*soft.
5815         * configure: Regenerated.
5817         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
5818         test.
5819         * configure: Regenerated.
5820         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
5821         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
5822         Remove configure test.
5823         * sysdeps/arm/configure: Regenerated.
5824         * sysdeps/nptl/configure.ac: Do not check
5825         libc_cv_asm_cfi_directives.
5826         * sysdeps/nptl/configure: Regenerated.
5827         * sysdeps/x86_64/nptl/configure.ac: Remove file.
5828         * sysdeps/x86_64/nptl/configure: Remove generated file.
5829         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
5830         unconditional.
5831         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
5833 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
5835         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
5836         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
5837         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
5838         it is defined.
5840         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
5841         instead of whether it is defined.
5842         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
5843         * sysdeps/hppa/dl-machine.h: Likewise.
5844         * sysdeps/ia64/dl-machine.h: Likewise.
5845         * sysdeps/m68k/dl-machine.h: Likewise.
5846         * sysdeps/microblaze/dl-machine.h: Likewise.
5847         * sysdeps/mips/dl-machine.: Likewise.
5848         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
5849         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
5850         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
5851         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
5852         * sysdeps/sh/dl-machine.h: Likewise.
5853         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
5854         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
5855         * sysdeps/tile/dl-machine.h: Likewise.
5856         * sysdeps/x86_64/dl-machine.h: Likewise.
5858         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
5859         code.
5860         (verify_persistent_db): Likewise.
5862 2014-06-26  Roland McGrath  <roland@hack.frob.com>
5864         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
5865         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
5866         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
5867         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
5868         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
5869         Moved ...
5870         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
5871         ... here.
5872         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
5873         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
5874         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
5875         Identical file removed.
5876         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
5877         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
5878         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
5879         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
5880         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
5881         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
5882         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
5883         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
5884         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
5885         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
5886         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
5887         Moved ...
5888         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
5889         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
5890         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
5891         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
5892         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
5893         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
5894         Moved ...
5895         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
5896         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
5897         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
5898         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
5899         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
5900         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
5901         Identical file removed.
5902         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
5903         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
5904         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
5905         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
5906         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
5907         Moved ...
5908         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
5909         ... here.
5910         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
5911         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
5912         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
5913         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
5914         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
5915         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
5916         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
5917         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
5918         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
5919         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
5920         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
5921         Moved ...
5922         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
5923         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
5924         Moved ...
5925         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
5926         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
5927         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
5928         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
5929         Moved ...
5930         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
5931         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
5932         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
5934         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
5935         folded into ...
5936         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
5937         * sysdeps/unix/sysv/linux/s390/Versions
5938         (libpthread: GLIBC_2.19): New version set.
5939         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
5940         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
5941         (librt: GLIBC_2.3.3): New version set.
5942         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
5943         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
5944         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
5945         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
5946         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
5947         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
5948         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
5949         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
5950         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
5951         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
5952         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
5953         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
5954         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
5955         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
5956         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
5957         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
5958         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
5959         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
5960         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
5961         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
5962         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
5963         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
5964         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
5965         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
5966         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
5967         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
5968         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
5969         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
5970         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
5971         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
5972         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
5973         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
5974         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
5975         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
5976         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
5977         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
5978         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
5979         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
5980         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
5981         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
5982         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
5983         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
5984         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
5985         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
5986         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
5988         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
5989         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
5990         (__libc_vfork): Define the function under this name.
5991         [!NOT_IN_libc] (__vfork): Make this an alias.
5992         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
5993         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
5994         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
5995         (__libc_vfork): Define the function under this name.
5996         [!NOT_IN_libc] (__vfork): Make this an alias.
5997         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
5998         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
5999         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
6000         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
6001         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
6002         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6004         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
6005         code that was previously under [RESET_PID].
6006         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
6007         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
6008         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
6010         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
6011         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
6012         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
6013         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
6014         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
6015         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
6016         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
6017         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
6018         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
6019         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
6020         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
6021         Moved ...
6022         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
6023         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
6024         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
6025         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
6026         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
6027         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
6028         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
6029         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
6030         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
6031         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
6032         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
6033         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
6034         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
6035         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
6036         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
6037         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
6038         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
6039         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
6040         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
6041         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
6042         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
6043         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
6044         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
6045         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
6046         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
6047         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
6048         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
6049         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
6050         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
6052 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6054         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
6055         that was previously under [RESET_PID].
6056         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
6058 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6060         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
6061         not undefine and redefine.
6062         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
6063         [O_CLOEXEC]: Make code unconditional.
6064         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
6065         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
6066         <kernel-features.h>.
6067         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
6068         conditional variable definition.
6069         (shm_open) [O_CLOEXEC]: Make code unconditional.
6070         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
6071         code.
6073         * configure.ac (USE_REGPARMS): Don't define here.
6074         * configure: Regenerated.
6075         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
6076         * sysdeps/i386/configure: Regenerated.
6078         * nptl/createthread.c: Don't include kernel-features.h.
6079         * nptl/pthread_cancel.c: Likewise.
6080         * nptl/pthread_condattr_setclock.c: Likewise.
6081         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
6082         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
6083         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
6084         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
6085         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
6086         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
6087         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
6088         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
6089         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
6090         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
6091         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
6092         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
6093         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
6094         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
6095         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
6096         * nscd/gai.c: Likewise.
6097         * nss/nss_db/db-open.c: Likewise.
6098         * sysdeps/generic/ldsodefs.h: Likewise.
6099         * sysdeps/sh/nptl/tls.h: Likewise.
6100         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
6101         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
6102         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
6103         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
6104         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
6105         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
6106         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
6107         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
6108         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
6109         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
6110         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
6111         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
6112         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
6113         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
6114         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
6115         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
6116         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
6117         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
6118         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
6119         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
6120         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
6121         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
6122         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
6123         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
6124         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
6125         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
6126         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
6127         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
6128         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
6129         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
6130         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
6131         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
6132         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
6133         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
6134         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
6135         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
6136         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
6137         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
6138         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
6139         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
6140         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
6141         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
6142         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
6143         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
6144         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
6145         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
6146         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
6147         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
6148         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
6149         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
6150         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
6151         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
6152         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
6153         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
6154         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
6155         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
6156         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6157         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
6158         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
6159         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
6160         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
6161         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
6162         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
6163         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
6164         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
6165         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
6166         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
6167         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
6168         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
6169         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
6170         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
6171         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
6172         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
6173         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
6174         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6175         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6176         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6177         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
6178         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
6179         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
6180         * sysdeps/unix/sysv/linux/pread.c: Likewise.
6181         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
6182         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
6183         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
6184         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
6185         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
6186         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
6187         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
6188         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
6189         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
6190         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
6191         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
6192         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
6193         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
6194         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
6195         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
6196         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
6197         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
6198         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
6199         * sysdeps/unix/sysv/linux/system.c: Likewise.
6200         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
6201         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
6202         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
6203         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
6204         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
6205         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
6206         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
6208         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
6209         * configure: Regenerated.
6210         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
6212         * configure.ac (base_machine): Do not set specially for particular
6213         machines here.
6214         * configure: Regenerated.
6215         * sysdeps/powerpc/preconfigure: Move machine and base_machine
6216         settings from configure.ac.
6217         * sysdeps/i386/preconfigure: New file.
6218         * sysdeps/s390/preconfigure: Likewise.
6219         * sysdeps/sh/preconfigure: Likewise.
6220         * sysdeps/sparc/preconfigure: Likewise.
6222 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6224         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
6225         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
6226         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
6227         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
6228         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
6229         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
6230         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
6231         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
6232         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
6233         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
6234         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
6235         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
6236         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
6237         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
6238         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
6239         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
6240         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
6241         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
6242         * sysdeps/sparc/sparc64/Makefile: ... appended here.
6244         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
6245         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
6246         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
6247         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
6248         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
6249         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
6250         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
6251         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
6252         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
6253         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
6254         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
6255         * sysdeps/sparc/sparc32/sem_post.c: ... here.
6256         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
6257         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
6258         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
6259         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
6260         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
6261         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
6262         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
6263         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
6264         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
6265         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
6266         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
6267         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
6268         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
6269         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
6270         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
6271         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
6272         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
6273         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
6274         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
6275         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
6276         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
6277         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
6278         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
6279         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
6280         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
6281         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
6283         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
6284         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
6285         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
6286         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
6287         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
6288         Moved ...
6289         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
6290         ... here.
6291         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
6292         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
6293         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
6294         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
6295         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
6296         Moved ...
6297         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
6298         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
6299         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
6300         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
6301         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
6302         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
6303         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
6304         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
6305         Moved ...
6306         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
6307         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
6308         Moved ...
6309         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
6310         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
6311         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
6312         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
6313         Moved ...
6314         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
6315         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
6316         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
6317         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
6318         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
6319         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
6320         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
6321         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
6322         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
6323         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
6324         Moved ...
6325         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
6326         ... here.
6327         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
6328         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
6329         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
6330         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
6331         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
6332         Moved ...
6333         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
6334         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
6335         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
6336         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
6337         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
6338         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
6339         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
6340         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
6341         Moved ...
6342         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
6343         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
6344         Moved ...
6345         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
6346         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
6347         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
6348         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
6349         Moved ...
6350         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
6351         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
6352         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
6353         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
6354         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
6356 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6358         * timezone/checktab.awk: Update from tzcode 2014e.
6359         * timezone/private.h: Likewise.
6360         * timezone/tzfile.h: Likewise.
6361         * timezone/zdump.c: Likewise.
6362         * timezone/zic.c: Likewise.
6364         * sysdeps/unix/sysv/linux/kernel-features.h
6365         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
6366         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
6367         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
6368         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
6369         Remove conditional code.
6371 2014-06-25  Will Newton  <will.newton@linaro.org>
6373         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
6374         (_dl_arm_cap_flags): Add HWCAP2 values.
6375         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
6376         (_DL_HWCAP_COUNT): Increase to 37.
6377         (_DL_HWCAP_LAST): New define.
6378         (_DL_HWCAP2_LAST): New define.
6379         (_dl_procinfo): Add support for printing
6380         AT_HWCAP2 entries.
6381         (_dl_string_hwcap): Use _dl_hwcap_string.
6383 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6385         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6387 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6389         * README: Do not mention ports directory.
6391         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
6392         Remove macro.
6393         * sysdeps/unix/sysv/linux/futimes.c: Do not include
6394         <kernel-features.h>.
6395         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
6396         conditional variable definition.
6397         (__futimes): Update comment.
6398         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
6399         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
6401         [BZ #16560]
6402         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
6403         arguments close to 0.
6404         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
6405         Likewise.
6406         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
6407         Likewise.
6408         * math/auto-libm-test-in: Add more tests of exp10.
6409         * math/auto-libm-test-out: Regenerated.
6410         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
6412         * sysdeps/unix/sysv/linux/kernel-features.h
6413         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
6414         * sysdeps/unix/sysv/linux/readv.c: Do not include
6415         <kernel-features.h>.
6416         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
6417         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
6418         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
6419         unconditional.
6420         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
6421         conditional code.
6422         * sysdeps/unix/sysv/linux/writev.c: Do not include
6423         <kernel-features.h>.
6424         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
6425         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
6426         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
6427         unconditional.
6428         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
6429         conditional code.
6431 2014-06-25  Will Newton  <will.newton@linaro.org>
6433         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
6434         comment changes throughout the file.  Remove checks
6435         for HAVE_*_H definitions that are not required.
6436         (__gen_tempname): Call abort if an unknown kind value is
6437         passed.
6439 2014-06-25  Andreas Schwab  <schwab@suse.de>
6441         [BZ #17086]
6442         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
6443         scalbln, scalblnf, scalblnl in libc.
6445 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
6447         [BZ #17086]
6448         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
6449         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
6450         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
6452 2014-06-24  Roland McGrath  <roland@hack.frob.com>
6454         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
6455         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
6456         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
6457         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
6458         Update #include.
6459         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
6460         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
6461         Update #include.
6462         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
6463         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
6464         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
6465         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
6466         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
6467         * sysdeps/x86/bits/pthreadtypes.h: ... here.
6468         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
6469         * sysdeps/x86/bits/semaphore.h: ... here.
6470         * sysdeps/x86/nptl/elide.h: Moved ...
6471         * sysdeps/x86/elide.h: ... here.
6472         * sysdeps/x86_64/nptl/Implies: File removed.
6473         * sysdeps/i386/nptl/Implies: File removed.
6475 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
6477         [BZ #16539]
6478         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
6479         return the argument for normal arguments with exponent below -64.
6480         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
6481         Likewise.
6482         * math/auto-libm-test-in: Add another test of expm1.
6483         * math/auto-libm-test-out: Regenerated.
6485         [BZ #16287]
6486         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
6487         calling __erfcl for arguments at least 16.
6488         * math/auto-libm-test-in: Add more tests of erf.
6489         * math/auto-libm-test-out: Regenerated.
6491         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
6492         individual architectures.
6493         * sysdeps/unix/sysv/linux/configure: Regenerated.
6494         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
6495         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
6496         * sysdeps/unix/sysv/linux/powerpc/configure.ac
6497         (ldd_rewrite_script): Define variable.
6498         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
6499         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
6500         file.
6501         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
6502         generated file.
6503         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
6504         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
6505         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
6506         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
6507         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
6508         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
6509         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
6510         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
6512 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
6514         [BZ #17084]
6515         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
6516         Rename member __data.d to __data.__elision_data.
6518 2014-06-24  Wilco  <wdijkstr@arm.com>
6520         * NEWS: Add 16918 to fixed bug list.
6522 2014-06-24  Wilco  <wdijkstr@arm.com>
6524         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
6526 2014-06-24  Wilco  <wdijkstr@arm.com>
6528         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
6529         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
6530         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
6531         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
6532         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
6533         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
6534         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
6535         Use _FPU_MASK_RM.
6537 2014-06-24  Wilco  <wdijkstr@arm.com>
6539         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
6541 2014-06-24  Wilco  <wdijkstr@arm.com>
6543         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
6544         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
6545         * sysdeps/arm/fesetround.c (fesetround): Remove space.
6546         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
6548 2014-06-24  Wilco  <wdijkstr@arm.com>
6550         [BZ #16918]
6551         * sysdeps/arm/feupdateenv.c (feupdateenv):
6552         Rewrite to reduce FPSCR accesses and fix return value.
6554 2014-06-24  Wilco  <wdijkstr@arm.com>
6556         * sysdeps/arm/fclrexcpt.c (feclearexcept):
6557         Optimize to avoid unnecessary FPSCR writes.
6558         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
6559         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
6560         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
6561         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
6563 2014-06-24  Wilco  <wdijkstr@arm.com>
6565         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
6566         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
6567         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
6568         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
6569         Call libc_fetestexcept_vfp.
6570         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
6571         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
6572         __SOFTFP__ ifdef so that they can be built for softfp.
6574 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
6576         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
6577         argument type signed char.
6579         * Makerules (check-abi): Dump diff of symlist if the test
6580         fails.
6582 2014-06-23  Roland McGrath  <roland@hack.frob.com>
6584         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
6585         using abort.
6587         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
6588         Remove unused variable ST.
6590 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
6592         [BZ #16354]
6593         [BZ #17061]
6594         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
6595         small arguments before calling __expm1.
6596         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
6597         small arguments before calling __expm1f.
6598         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
6599         small arguments before calling __expm1l.
6600         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
6601         Likewise.
6602         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
6603         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
6604         spurious underflow for some cosh tests.
6605         * math/auto-libm-test-out: Regenerated.
6606         * sysdeps/i386/fpu/libm-test-ulps: Update.
6608         [BZ #17050]
6609         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
6610         (__ieee754_y1): Set errno if return value overflows.
6611         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
6612         (__ieee754_y1f): Set errno if return value overflows.
6613         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
6614         (__ieee754_y1l): Set errno if return value overflows.
6615         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
6616         (__ieee754_y1l): Set errno if return value overflows.
6617         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
6618         * math/auto-libm-test-out: Regenerated.
6620         * math/gen-auto-libm-tests.c: Document use of
6621         ignore-zero-inf-sign.
6622         (input_flag_type): Add value flag_ignore_zero_inf_sign.
6623         (input_flags): Add ignore-zero-inf-sign.
6624         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
6625         * math/gen-libm-test.pl (generate_testfile): Handle
6626         ignore-zero-inf-sign.
6627         * math/auto-libm-test-in: Mark some cpow tests with
6628         ignore-zero-inf-sign and some with xfail-rounding.
6629         * math/auto-libm-test-out: Regenerated.
6630         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
6631         * sysdeps/i386/fpu/libm-test-ulps: Update.
6632         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6634         [BZ #16315]
6635         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
6636         overflowing or underflowing operations take place with sign of
6637         result.
6638         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
6639         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
6640         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
6641         (__ieee754_pow): Recompute overflowing and underflowing results in
6642         original rounding mode.
6643         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
6644         (__powl_helper): Allow negative argument X and scale negated value
6645         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
6646         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
6647         overflowing or underflowing operations take place with sign of
6648         result.
6649         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
6650         Include <math.h>.
6651         * math/auto-libm-test-in: Add more tests of pow.
6652         * math/auto-libm-test-out: Regenerated.
6653         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
6654         (pow_tonearest_test_data): Remove.
6655         (pow_test_tonearest): Likewise.
6656         (pow_towardzero_test_data): Likewise.
6657         (pow_test_towardzero): Likewise.
6658         (pow_downward_test_data): Likewise.
6659         (pow_test_downward): Likewise.
6660         (pow_upward_test_data): Likewise.
6661         (pow_test_upward): Likewise.
6662         (main): Don't call removed functions.
6663         * sysdeps/i386/fpu/libm-test-ulps: Update.
6664         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6666 2014-06-23  Roland McGrath  <roland@hack.frob.com>
6668         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
6669         Moved ...
6670         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
6671         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
6672         Moved ...
6673         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
6674         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
6675         Moved ...
6676         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
6677         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
6678         Moved ...
6679         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
6680         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
6681         File removed.
6682         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
6683         File removed.
6684         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
6685         File removed.
6686         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
6687         File removed.
6688         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
6689         File removed.
6690         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
6691         File removed.
6692         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
6693         File removed.
6694         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
6695         File removed.
6696         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
6697         File removed.
6698         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
6699         File removed.
6700         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
6701         File removed.
6702         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
6703         File removed.
6704         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
6705         Moved ...
6706         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
6707         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
6708         Moved ...
6709         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
6710         ... here.
6711         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
6712         Moved ...
6713         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
6714         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
6715         Moved ...
6716         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
6717         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
6718         Moved ...
6719         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
6720         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
6721         Moved ...
6722         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
6723         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
6724         Moved ...
6725         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
6726         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
6727         Moved ...
6728         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
6729         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
6730         Moved ...
6731         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
6732         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
6733         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
6734         ... here.
6735         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
6736         Moved ...
6737         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
6738         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
6739         Moved ...
6740         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
6741         ... here.
6742         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
6743         Moved ...
6744         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
6745         ... here.
6746         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
6747         Moved ...
6748         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
6749         ... here.
6750         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
6751         Moved ...
6752         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
6753         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
6754         Moved ...
6755         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
6756         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
6757         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
6758         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
6759         Moved ...
6760         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
6761         ... here.
6762         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
6763         Moved ...
6764         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
6765         ... here.
6766         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
6767         Moved ...
6768         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
6769         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
6770         Moved ...
6771         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
6772         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
6773         Moved ...
6774         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
6775         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
6776         Moved ...
6777         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
6778         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
6779         Moved ...
6780         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
6781         ... here.
6782         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
6783         Moved ...
6784         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
6785         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
6786         Moved ...
6787         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
6788         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
6789         Moved ...
6790         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
6791         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
6792         Moved ...
6793         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
6794         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
6795         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
6796         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
6797         Moved ...
6798         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
6799         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
6800         Moved ...
6801         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
6802         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
6803         Moved ...
6804         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
6805         ... here.
6806         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
6807         Moved ...
6808         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
6809         ... here.
6810         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
6811         Moved ...
6812         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
6813         ... here.
6814         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
6815         Moved ...
6816         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
6817         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
6818         Moved ...
6819         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
6820         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
6821         Moved ...
6822         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
6823         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
6824         Moved ...
6825         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
6826         ... here.
6827         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
6828         Moved ...
6829         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
6830         ... here.
6831         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
6832         Moved ...
6833         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
6834         ... here.
6835         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
6836         Moved ...
6837         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
6838         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
6839         Moved ...
6840         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
6842 2014-06-23  Will Newton  <will.newton@linaro.org>
6843             Wilco  <wdijkstr@arm.com>
6845         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
6846         implementation.  Include get-rounding-mode.h.
6847         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
6848         [!libc_feholdsetround_noex_ctx]: Define
6849         libc_feholdsetround_noex_ctx.
6850         [!libc_feholdsetround_noexf_ctx]: Define
6851         libc_feholdsetround_noexf_ctx.
6852         [!libc_feholdsetround_noexl_ctx]: Define
6853         libc_feholdsetround_noexl_ctx.
6854         (libc_feholdsetround_ctx): New function.
6855         (libc_feresetround_ctx): New function.
6856         (libc_feholdsetround_noex_ctx): New function.
6857         (libc_feresetround_noex_ctx): New function.
6859 2014-06-23  Roland McGrath  <roland@hack.frob.com>
6861         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
6862         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
6863         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
6864         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
6865         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
6866         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
6868         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
6869         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
6870         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
6871         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
6872         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
6873         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
6874         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
6875         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
6876         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
6877         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
6878         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
6879         Moved ...
6880         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
6881         ... here.
6882         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
6883         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
6884         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
6885         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
6886         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
6887         Moved ...
6888         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
6889         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
6890         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
6891         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
6892         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
6893         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
6894         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
6895         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
6896         Moved ...
6897         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
6898         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
6899         Moved ...
6900         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
6901         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
6902         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
6903         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
6904         Moved ...
6905         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
6906         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
6907         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
6908         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
6909         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
6910         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
6911         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
6912         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
6913         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
6914         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
6915         Moved ...
6916         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
6917         ... here.
6918         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
6919         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
6920         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
6921         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
6922         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
6923         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
6924         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
6925         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
6926         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
6927         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
6928         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
6929         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
6930         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
6931         Moved ...
6932         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
6933         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
6934         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
6935         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
6936         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
6937         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
6938         Moved ...
6939         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
6940         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
6941         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
6942         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
6943         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
6945         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
6946         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
6947         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
6948         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
6949         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
6950         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
6951         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
6952         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
6953         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
6954         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
6955         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
6956         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
6957         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
6958         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
6959         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
6960         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
6961         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
6962         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
6963         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
6964         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
6965         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
6966         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
6967         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
6968         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
6969         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
6970         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
6971         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
6972         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
6974 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
6976         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
6977         (FALLOC_FL_COLLAPSE_RANGE): New macro.
6978         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
6979         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
6980         (IPV6_PMTUDISC_INTERFACE): Likewise.
6981         (IPV6_PMTUDISC_OMIT): Likewise.
6983 2014-06-23  Andreas Schwab  <schwab@suse.de>
6985         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
6986         Remove unused errout label.
6988 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6990         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
6991         macro: hardware supports Vector Crypto instructions.
6993 2014-06-23  Will Newton  <will.newton@linaro.org>
6995         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
6996         rather than __builtin_expect.
6998         * elf/dl-lookup.c (undefined_msg): Remove variable.
6999         (_dl_lookup_symbol_x): Replace undefined_msg with string
7000         literal.
7002         * elf/dl-lookup.c (do_lookup_unique): New function.
7003         (do_lookup_x): Move STB_GNU_UNIQUE handling code
7004         to a separate function.
7006 2014-06-23  Andreas Schwab  <schwab@suse.de>
7008         [BZ #17079]
7009         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
7010         before reading the next line.
7012 2014-06-23  Will Newton  <will.newton@linaro.org>
7014         * test-skeleton.c (signal_handler): Use printf and %m
7015         rather than perror.  Use printf rather than fprintf to
7016         stderr.  Use puts rather than fputs to stderr.
7017         (main): Likewise.
7019 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
7021         * nscd/nscd.c (thread_info_t): Remove typedef.
7022         (thread_info): Remove variable.
7024 2014-06-21  Allan McRae  <allan@archlinux.org>
7026         * NEWS: Mention CVE-2014-4043.
7028 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7030         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
7031         * nptl/smp.h: ... here.
7033         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
7035         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
7036         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
7037         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
7038         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
7040         * nptl/allocatestack.c: Include <stack-aliasing.h>.
7041         * nptl/stack-aliasing.h: New file.
7042         * sysdeps/i386/i686/stack-aliasing.h: New file.
7043         * sysdeps/i386/i686/nptl/Makefile: File removed.
7044         * sysdeps/x86_64/stack-aliasing.h: New file.
7045         * sysdeps/x86_64/nptl/Makefile
7046         (CFLAGS-pthread_create.c): Variable removed.
7048         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
7049         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
7050         old file.
7051         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
7052         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
7053         old file.
7055 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
7057         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7058         (__ASSUME_SIGFRAME_V2): Remove macro.
7059         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
7060         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
7061         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
7062         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
7063         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
7064         Declare as function.  Remove conditional macro definitions.
7065         (__default_rt_sa_restorer): Likewise.
7066         (__default_sa_restorer_v1): Remove declaration.
7067         (__default_sa_restorer_v2): Likewise.
7068         (__default_rt_sa_restorer_v1): Likewise.
7069         (__default_rt_sa_restorer_v2): Likewise.
7070         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
7071         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
7072         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
7074 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7076         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
7077         (libpthread-routines): Add sysdep.
7078         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
7079         * sysdeps/unix/sysv/linux/sparc/Versions
7080         (libpthread: GLIBC_2.3.3): New version set.
7081         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
7082         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
7083         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
7084         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
7085         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
7086         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
7087         Moved ...
7088         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
7089         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
7090         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
7091         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
7092         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
7093         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
7094         * sysdeps/sparc/nptl/sem_init.c: ... here.
7095         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
7096         * sysdeps/sparc/nptl/sem_post.c: ... here.
7097         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
7098         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
7099         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
7100         * sysdeps/sparc/nptl/sem_wait.c: ... here.
7101         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
7102         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
7103         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
7104         (libpthread-routines): Add cpu_relax.
7105         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
7106         File removed.
7107         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
7108         (librt: GLIBC_2.3.3): New version set.
7109         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
7110         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
7111         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
7112         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
7113         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
7114         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
7115         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
7116         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
7117         Moved ...
7118         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
7119         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
7120         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
7121         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
7122         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
7123         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
7124         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
7125         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
7126         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
7127         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
7128         Moved ...
7129         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
7130         Update #include.
7131         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
7132         Moved ...
7133         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
7134         Update #include.
7135         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
7136         Moved ...
7137         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
7138         Update #include.
7139         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
7140         Moved ...
7141         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
7142         Update #include.
7143         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
7144         Moved ...
7145         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
7146         Update #include.
7147         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
7148         Moved ...
7149         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
7150         Update #include.
7151         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
7152         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
7153         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
7154         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
7155         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
7156         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
7157         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
7158         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
7159         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
7160         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
7161         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
7162         Moved ...
7163         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
7164         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
7165         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
7166         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
7167         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
7169 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7171         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
7172         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
7173         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7174         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
7175         * nscd/nscd.c: Likewise.
7176         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
7177         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
7178         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
7179         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
7181         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
7182         <kernel-features.h>.
7183         (init_mq_netlink): Remove conditional have_sock_cloexec
7184         definitions.  Remove code conditional on have_sock_cloexec < 0.
7185         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
7186         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
7187         * sysdeps/unix/sysv/linux/opensock.c: Do not include
7188         <kernel-features.h>.
7189         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
7190         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
7192 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7194         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7195         Add tests for memset_chk and memset.
7197         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
7198         with AVX2_Usable.
7200 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7202         [BZ #16046]
7203         * elf/tst-dl-iter-static.c: New file.
7204         * elf/Makefile (tests-static): Add tst-dl-iter-static.
7206         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
7207         error.
7209 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7211         * sysdeps/unix/sysv/linux/kernel-features.h
7212         (__ASSUME_F_GETOWN_EX): Remove macro.
7213         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
7214         <kernel-features.h>.
7215         (miss_F_GETOWN_EX): Remove variable or macro.
7216         (do_fcntl): Do not check miss_F_GETOWN_EX.
7217         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
7219         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
7220         Remove macro.
7221         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
7222         [!__ASSUME_AT_RANDOM]: Remove conditional code.
7223         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
7225         * sysdeps/unix/sysv/linux/kernel-features.h
7226         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
7227         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
7228         [ADJ_OFFSET_SS_READ]: Make code unconditional.
7229         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
7231 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7233         [BZ #17075]
7234         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
7235         Fix calculation of the symbol's value.
7236         * sysdeps/arm/tst-armtlsdescloc.c: New file.
7237         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
7238         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
7239         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
7240         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
7241         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
7242         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
7243         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
7244         (modules-names): Add `tst-armtlsdescmod',
7245         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
7246         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
7247         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7248         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
7249         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
7250         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7251         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
7252         ($(objpfx)tst-armtlsdescloc): New dependency.
7253         ($(objpfx)tst-armtlsdescextnow): Likewise.
7254         ($(objpfx)tst-armtlsdescextlazy): Likewise.
7255         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
7256         TLS scheme support.
7257         * sysdeps/arm/configure: Regenerate.
7259 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7261         * include/fcntl.h (__atfct_seterrno): Remove prototype.
7262         (__atfct_seterrno_2): Likewise.
7263         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
7264         <kernel-features.h>.
7265         (__ASSUME_ATFCTS): Do not undefine and redefine.
7266         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
7267         (__have_atfcts): Remove conditional definition.
7268         (__fxstatat([__NR_fstatat64]: Make code unconditional.
7269         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
7270         unreachable if [__ASSUME_ATFCTS].
7271         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
7272         not undefine and redefine.
7273         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
7274         <kernel-features.h>.
7275         (faccessat) [__NR_faccessat]: Make code unconditional.
7276         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
7277         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
7278         <kernel-features.h>.
7279         (fchmodat) [__NR_fchmodat]: Make code unconditional.
7280         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7281         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
7282         <kernel-features.h>.
7283         (fchownat) [__NR_fchownat]: Make code unconditional.
7284         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
7285         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
7286         <kernel-features.h>.
7287         (futimesat) [__NR_futimesat]: Make code unconditional.
7288         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
7289         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
7290         <kernel-features.h>.
7291         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7292         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7293         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
7294         <kernel-features.h>.
7295         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
7296         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7297         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
7298         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
7299         <kernel-features.h>.
7300         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
7301         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7302         * sysdeps/unix/sysv/linux/linkat.c: Do not include
7303         <kernel-features.h>.
7304         (linkat) [__NR_linkat]: Make code unconditional.
7305         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7306         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
7307         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
7308         <kernel-features.h>.
7309         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
7310         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7311         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
7312         <kernel-features.h>.
7313         (mkdirat) [__NR_mkdirat]: Make code unconditional.
7314         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
7315         * sysdeps/unix/sysv/linux/openat.c: Do not include
7316         <kernel-features.h>.
7317         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
7318         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
7319         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
7320         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
7321         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
7322         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
7323         <kernel-features.h>.
7324         (readlinkat) [__NR_readlinkat]: Make code unconditional.
7325         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
7326         result of INLINE_SYSCALL directly, not via int variable.
7327         * sysdeps/unix/sysv/linux/renameat.c: Do not include
7328         <kernel-features.h>.
7329         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
7330         (renameat) [__NR_renameat]: Make code unconditional.
7331         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
7332         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
7333         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
7334         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
7335         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
7336         (__ASSUME_ATFCTS): Do not undefine and redefine.
7337         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
7338         <kernel-features.h>.
7339         (symlinkat) [__NR_symlinkat]: Make code unconditional.
7340         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7341         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
7342         <kernel-features.h>.
7343         (unlinkat) [__NR_unlinkat]: Make code unconditional.
7344         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7345         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
7346         (__ASSUME_ATFCTS): Do not undefine and redefine.
7347         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
7348         <kernel-features.h>.
7349         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7350         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7351         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
7352         <kernel-features.h>.
7353         (__xmknodat) [__NR_mknodat]: Make code unconditional.
7354         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7356 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7358         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
7360 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
7362         [BZ #17069]
7363         * posix/regcomp.c (parse_reg_exp): Deallocate partially
7364         constructed tree before returning error.
7365         * posix/bug-regexp36.c: Expand test case.
7367 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
7369         [BZ #6803]
7370         * math/libm-test.inc (scalbln_test_date):
7371         Add errno expectations.
7372         * math/w_scalblnf.c: New File.
7373         Add wrapper which checks for setting errno to ERANGE.
7374         Add weak_alias for corresponding scalbln function.
7375         * math/w_scalbln.c: Likewise.
7376         * math/w_scalblnl.c: Likewise.
7377         * math/Makefile (libm-calls): Add w_scalbln.
7378         * sysdeps/ieee754/flt-32/s_scalblnf.c:
7379         Remove weak_alias for corresponding scalbln function.
7380         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
7381         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
7382         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
7383         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
7384         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
7385         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
7386         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
7387         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
7388         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
7389         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
7390         Remove long_double_symbol for scalblnl function in libm, libc.
7391         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
7392         Add wrapper which checks for setting errno to ERANGE.
7393         Add long_double_symbol for scalblnl function in libm, libc.
7394         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
7395         Remove long_double_symbol for scalblnl in libm.
7396         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
7397         Add wrapper which checks for setting errno to ERANGE.
7398         Add long_double_symbol for scalblnl function in libm.
7399         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
7400         Do not use wrapper because of own implementation.
7402 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
7404         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
7405         3 bytes for __pad1 for x32.
7406         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
7408 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
7409             H.J. Lu  <hongjiu.lu@intel.com>
7411         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
7412         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
7413         * sysdeps/x86_64/multiarch/memset.S: Likewise.
7414         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
7415         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
7417 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
7419         [BZ #17069]
7420         * posix/regcomp.c (parse_expression): Deallocate partially
7421         constructed tree before returning error.
7422         * posix/Makefile.c (tests): Add bug-regex36.
7423         (generated): Add bug-regex36.mtrace.
7424         (tests-special): Add $(objpfx)bug-regex36-mem.out
7425         (bug-regex36-ENV): New variable.
7426         ($(objpfx)bug-regex36-mem.out): New rule.
7427         * posix/bug-regex36.c: New file.
7429 2014-06-19  Will Newton  <will.newton@linaro.org>
7431         * malloc/malloc.c (systrim): If extra is zero then return
7432         early.
7434 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
7436         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
7438 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
7440         * sysdeps/aarch64/strchr.S: New file.
7442 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
7444         [BZ #17022]
7445         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
7446         from arguments -2 or below.
7447         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
7448         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
7450 2014-06-18  Andreas Schwab  <schwab@suse.de>
7452         [BZ #17062]
7453         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
7454         of a bracket expr not to run off the end of the string.
7455         * posix/Makefile (tests): Add tst-fnmatch3.
7456         * posix/tst-fnmatch3.c: New file.
7458 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
7460         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
7461         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
7462         [$(cross-compiling) = no]: Likewise.
7463         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
7464         [$(cross-compiling) = no]: Likewise.
7466 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
7468         [BZ #17031]
7469         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
7470         double, adjusted for any remainder from the high double.
7471         * math/libm-test.inc (nearbyint): Add tests.
7472         (rint): Likewise.
7474 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7476         * nptl/sysdeps/powerpc/Makefile: Moved ...
7477         * sysdeps/powerpc/nptl/Makefile: ... here.
7478         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
7479         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
7480         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
7481         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
7482         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
7483         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
7484         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
7485         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
7486         * nptl/sysdeps/powerpc/tls.h: Moved ...
7487         * sysdeps/powerpc/nptl/tls.h: ... here.
7489 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
7491         [BZ #16681]
7492         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
7493         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
7494         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
7495         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
7496         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
7497         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
7498         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
7499         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
7500         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
7502 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
7504         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
7506 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
7508         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
7509         defined operator.
7511         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
7512         $TIMEOUTFACTOR.
7514 2014-06-16  Florian Weimer  <fweimer@redhat.com>
7516         [BZ #17058]
7517         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
7518         non-executed part of the test.
7520 2014-06-16  Andreas Schwab  <schwab@suse.de>
7522         * string/bits/string2.h (strdup, strndup): Update feature guard.
7524 2014-06-14  David S. Miller  <davem@davemloft.net>
7526         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7528 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
7530         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
7531         that was previously under [RESET_PID].
7532         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
7534         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
7535         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
7536         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
7537         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7538         (__libc_vfork): New strong alias.
7539         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
7541 2014-06-14 Andi Kleen  <ak@linux.intel.com>
7543         * sysdeps/generic/elide.h: New file.
7545 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
7547         * Makefile (installed-headers): Adjust path of pthread.h header.
7549 2014-06-13  Roland McGrath  <roland@hack.frob.com>
7551         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
7552         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
7553         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
7554         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
7556         * nptl/sysdeps/s390/Makefile: Moved ...
7557         * sysdeps/s390/nptl/Makefile: ... here.
7558         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
7559         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
7560         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
7561         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
7562         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
7563         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
7564         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
7565         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
7566         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
7567         * sysdeps/s390/nptl/pthreaddef.h: ... here.
7568         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
7569         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
7570         * nptl/sysdeps/s390/tls.h: Moved ...
7571         * sysdeps/s390/nptl/tls.h: ... here.
7573         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
7574         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
7576 2014-06-13  David S. Miller  <davem@davemloft.net>
7578         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
7579         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
7580         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
7581         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
7582         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
7583         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
7584         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
7585         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
7586         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
7587         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
7588         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
7589         Remove RESET_PID cpp guards.
7590         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
7591         Remove RESET_PID cpp guards.
7592         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
7594 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
7596         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
7597         __sp to uintptr_t.
7599 2014-06-13  Andi Kleen  <ak@linux.intel.com>
7601         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
7602         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
7603         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
7604         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
7605         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
7606         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
7607         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
7608         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
7609         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
7610         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
7611         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
7612         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
7613         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
7614         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
7615         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
7616         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
7617         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
7618         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
7619         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
7620         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
7622         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
7623         (pthread_rwlock_rdlock): Add elision.
7624         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
7625         (pthread_rwlock_wrlock): Add elision.
7626         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
7627         (pthread_rwlock_trywrlock): Add elision.
7628         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
7629         (pthread_rwlock_tryrdlock): Add elision.
7630         * nptl/pthread_rwlock_unlock.c: Include elide.h.
7631         (pthread_rwlock_tryrdlock): Add elision unlock.
7632         * nptl/sysdeps/pthread/pthread.h:
7633         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
7634         (PTHREAD_RWLOCK_INITIALIZER,
7635         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
7636         Handle new elision field.
7637         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
7638         * sysdeps/arm/nptl/bits/pthreadtypes.h
7639         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7640         * sysdeps/sh/nptl/bits/pthreadtypes.h
7641         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7642         * sysdeps/tile/nptl/bits/pthreadtypes.h
7643         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7644         * sysdeps/a/nptl/bits/pthreadtypes.h
7645         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7646         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
7647         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7648         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
7649         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7650         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
7651         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7652         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
7653         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7654         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
7655         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7656         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
7657         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7658         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
7659         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7660         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
7661         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7662         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
7663         (elision_init): Set try_xbegin to zero when no RTM.
7664         * sysdeps/x86/nptl/bits/pthreadtypes.h
7665         (pthread_rwlock_t): Change __pad1 to __rwelision.
7666         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7668 2014-06-13  Andi Kleen  <ak@linux.intel.com>
7670         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
7671         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
7672         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
7673         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
7675 2014-06-13  Meador Inge  <meadori@codesourcery.com>
7677         [BZ #16996]
7678         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
7679         that the cached result has been set before returning it.
7681 2014-06-12  Roland McGrath  <roland@hack.frob.com>
7683         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
7684         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
7685         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
7686         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
7687         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
7688         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
7690         * nptl/sysdeps/sparc/Makefile: Moved ...
7691         * sysdeps/sparc/nptl/Makefile: ... here.
7692         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
7693         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
7694         * nptl/sysdeps/sparc/tls.h: Moved ...
7695         * sysdeps/sparc/nptl/tls.h: ... here.
7696         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
7697         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
7698         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
7699         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
7700         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
7701         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
7702         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
7703         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
7704         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
7705         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
7706         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
7707         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
7708         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
7709         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
7710         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
7711         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
7712         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
7713         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
7714         Update #include.
7715         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
7716         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
7717         Update #include.
7718         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
7719         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
7720         Update #include.
7721         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
7722         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
7723         Update #include.
7725         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
7727         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
7728         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
7730         * sysdeps/pthread/posix-timer.h: Include <list.h>.
7731         (struct list_links): Type removed.
7732         (struct thread_node, struct timer_node): Replace struct list_links
7733         with struct list_head.
7734         (list_unlink_ip): Likewise.
7735         * sysdeps/pthread/timer_routines.c
7736         (timer_free_list, thread_free_list, thread_active_list): Likewise.
7737         (list_append, list_insbefore): Likewise.
7738         (list_init): Function removed.
7739         (thread_init, init_module): Use INIT_LIST_HEAD instead.
7740         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
7741         * sysdeps/pthread/Makefile: ... here, new file.
7743         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
7744         * sysdeps/nptl/Implies: ... here.
7745         * sysdeps/unix/sysv/linux/Implies: Add nptl.
7746         * nptl/sysdeps/pthread/list.h: Moved ...
7747         * include/list.h: ... here.
7748         * nptl/sysdeps/pthread/createthread.c: Moved ...
7749         * nptl/createthread.c: ... here.
7750         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
7751         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
7752         * nptl/pt-longjmp.c: ... here.
7753         * nptl/sysdeps/pthread/Makefile: Moved ...
7754         * sysdeps/nptl/Makefile: ... here.
7755         * nptl/sysdeps/pthread/Subdirs: Moved ...
7756         * sysdeps/nptl/Subdirs: ... here.
7757         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
7758         * sysdeps/nptl/aio_misc.h: ... here.
7759         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
7760         * sysdeps/nptl/bits/libc-lock.h: ... here.
7761         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
7762         * sysdeps/nptl/bits/libc-lockP.h: ... here.
7763         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
7764         * sysdeps/nptl/bits/stdio-lock.h: ... here.
7765         * nptl/sysdeps/pthread/configure: Moved ...
7766         * sysdeps/nptl/configure: ... here.
7767         * nptl/sysdeps/pthread/configure.ac: Moved ...
7768         * sysdeps/nptl/configure.ac: ... here.
7769         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
7770         * sysdeps/nptl/gai_misc.h: ... here.
7771         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
7772         * sysdeps/nptl/librt-cancellation.c: ... here.
7773         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
7774         * sysdeps/nptl/malloc-machine.h: ... here.
7775         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
7776         * sysdeps/nptl/pthread-functions.h: ... here.
7777         * nptl/sysdeps/pthread/pthread.h: Moved ...
7778         * sysdeps/nptl/pthread.h: ... here.
7779         * nptl/sysdeps/pthread/setxid.h: Moved ...
7780         * sysdeps/nptl/setxid.h: ... here.
7781         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
7782         * sysdeps/nptl/sigfillset.c: ... here.
7783         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
7784         * sysdeps/nptl/tcb-offsets.h: ... here.
7785         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
7786         * sysdeps/nptl/tst-mqueue8x.c: ... here.
7787         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
7788         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
7789         * nptl/sysdeps/pthread/allocalim.h: Moved ...
7790         * sysdeps/pthread/allocalim.h: ... here.
7791         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
7792         * sysdeps/pthread/bits/sigthread.h: ... here.
7793         * nptl/sysdeps/pthread/flockfile.c: Moved ...
7794         * sysdeps/pthread/flockfile.c: ... here.
7795         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
7796         * sysdeps/pthread/ftrylockfile.c: ... here.
7797         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
7798         * sysdeps/pthread/funlockfile.c: ... here.
7799         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
7800         * sysdeps/pthread/posix-timer.h: ... here.
7801         * nptl/sysdeps/pthread/timer_create.c: Moved ...
7802         * sysdeps/pthread/timer_create.c: ... here.
7803         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
7804         * sysdeps/pthread/timer_delete.c: ... here.
7805         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
7806         * sysdeps/pthread/timer_getoverr.c: ... here.
7807         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
7808         * sysdeps/pthread/timer_gettime.c: ... here.
7809         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
7810         * sysdeps/pthread/timer_routines.c: ... here.
7811         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
7812         * sysdeps/pthread/timer_settime.c: ... here.
7813         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
7814         * sysdeps/pthread/tst-timer.c: ... here.
7815         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
7816         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
7818         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
7819         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
7821         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
7822         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
7823         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
7824         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
7825         Update #include target.
7826         * nptl/sysdeps/i386/i686/Makefile: Moved ...
7827         * sysdeps/i386/i686/nptl/Makefile: ... here.
7828         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
7829         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
7830         Update #include target.
7831         * nptl/sysdeps/i386/i686/tls.h: Moved ...
7832         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
7833         * nptl/sysdeps/i386/Makefile: Moved ...
7834         * sysdeps/i386/nptl/Makefile: ... here.
7835         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
7836         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
7837         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
7838         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
7839         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
7840         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
7841         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
7842         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
7843         * sysdeps/i386/nptl/pthreaddef.h: ... here.
7844         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
7845         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
7846         * nptl/sysdeps/i386/tls.h: Moved ...
7847         * sysdeps/i386/nptl/tls.h: ... here.
7849         * sysdeps/sh/Makefile [$(subdir) = csu]
7850         (gen-as-const-headers): Add tcb-offsets.sym.
7851         * nptl/sysdeps/sh/Makefile: File removed.
7852         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
7853         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
7854         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
7855         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
7856         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
7857         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
7858         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
7859         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
7860         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
7861         * sysdeps/sh/nptl/pthreaddef.h: ... here.
7862         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
7863         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
7864         * nptl/sysdeps/sh/tls.h: Moved ...
7865         * sysdeps/sh/nptl/tls.h: ... here.
7866         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
7867         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
7868         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
7869         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
7870         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
7871         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
7872         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
7873         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
7874         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
7875         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
7876         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
7877         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
7878         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
7879         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
7880         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
7881         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
7882         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
7883         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
7884         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
7885         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
7886         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
7887         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
7888         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
7889         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
7890         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
7891         Moved ...
7892         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
7893         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
7894         Moved ...
7895         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
7896         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
7897         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
7898         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
7899         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
7900         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
7901         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
7902         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
7903         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
7904         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
7905         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
7906         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
7907         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
7908         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
7909         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
7910         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
7911         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
7912         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
7913         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
7915 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
7917         * posix/spawn_faction_addopen.c: Include string.h.
7919 2014-06-11  Roland McGrath  <roland@hack.frob.com>
7921         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
7922         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
7923         * nptl/sysdeps/x86_64/Makefile: Moved ...
7924         * sysdeps/x86_64/nptl/Makefile: ... here.
7925         * nptl/sysdeps/x86_64/configure: Moved ...
7926         * sysdeps/x86_64/nptl/configure: ... here.
7927         * nptl/sysdeps/x86_64/configure.ac: Moved ...
7928         * sysdeps/x86_64/nptl/configure.ac: ... here.
7929         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
7930         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
7931         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
7932         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
7933         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
7934         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
7935         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
7936         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
7937         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
7938         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
7939         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
7940         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
7941         * nptl/sysdeps/x86_64/tls.h: Moved ...
7942         * sysdeps/x86_64/nptl/tls.h: ... here.
7943         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
7944         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
7945         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
7946         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
7948         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
7950 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7952         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7954 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
7956         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
7957         type.
7958         [POSIX] (off_t): Likewise.
7959         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
7960         [POSIX] (S_ISBLK): Require macro.
7961         [POSIX] (S_ISCHR): Likewise.
7962         [POSIX] (S_ISDIR): Likewise.
7963         [POSIX] (S_ISFIFO): Likewise.
7964         [POSIX] (S_ISREG): Likewise.
7965         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
7966         optional-macro.
7967         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
7968         type.
7969         [POSIX] (time_t): Likewise.
7970         [POSIX] (timer_t): Likewise.
7972 2014-06-11  Florian Weimer  <fweimer@redhat.com>
7974         [BZ #17048]
7975         * posix/spawn_int.h (struct __spawn_action): Make the path string
7976         non-const to support deallocation.
7977         * posix/spawn_faction_addopen.c
7978         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
7979         * posix/spawn_faction_destroy.c
7980         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
7981         path in all spawn_do_open actions.
7982         * posix/tst-spawn.c (do_test): Exercise the copy operation in
7983         posix_spawn_file_actions_addopen.
7985 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
7987         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
7988         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
7989         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
7990         conditional code always true.
7991         (__libc_vfork): New alias.
7993 2014-06-11  Roland McGrath  <roland@hack.frob.com>
7995         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
7996         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
7998         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
8000         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8001         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
8003         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8004         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
8006         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8007         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
8009 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8011         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
8012         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
8013         multiarch strcmp for PPC64.
8014         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
8015         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
8016         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
8017         multiarch optimizations.
8018         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8019         (__libc_ifunc_impl_list): Likewise.
8021 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
8023         * benchtests/scripts/validate_benchout.py: New script.
8024         * benchtests/Makefile (bench-func): Call it.
8025         * benchtests/scripts/benchout.schema.json: New file.
8027 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
8029         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
8030         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
8031         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
8032         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
8033         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
8034         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
8035         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
8036         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
8037         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
8038         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
8039         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
8040         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
8041         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
8042         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
8043         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
8044         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
8045         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
8046         Moved ...
8047         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
8048         ... here.
8049         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
8050         Moved ...
8051         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
8052         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
8053         Moved ...
8054         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
8055         ... here.
8056         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
8057         Moved ...
8058         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
8059         ... here.
8060         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
8061         Moved ...
8062         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
8063         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
8064         Moved ...
8065         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
8066         ... here.
8067         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
8068         Moved ...
8069         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
8070         ... here.
8071         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
8072         Moved ...
8073         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
8074         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
8075         Moved ...
8076         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
8077         ... here.
8078         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
8079         Moved ...
8080         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
8081         ... here.
8082         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
8083         Moved ...
8084         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
8085         ... here.
8086         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
8087         Moved ...
8088         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
8089         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
8090         Moved ...
8091         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
8092         ... here.
8093         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
8094         Moved ...
8095         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
8096         ... here.
8097         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
8098         Moved ...
8099         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
8100         ... here.
8101         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
8102         Moved ...
8103         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
8104         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
8105         Moved ...
8106         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
8107         ... here.
8108         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
8109         Moved ...
8110         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
8111         ... here.
8112         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
8113         Moved ...
8114         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
8115         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
8116         Moved ...
8117         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
8118         ... here.
8119         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
8120         Moved ...
8121         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
8122         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
8123         Moved ...
8124         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
8125         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
8126         Moved ...
8127         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
8128         ... here.
8129         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
8130         Moved ...
8131         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
8132         ... here.
8133         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
8134         Moved ...
8135         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
8136         ... here.
8137         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
8138         Moved ...
8139         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
8140         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
8141         Moved ...
8142         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
8143         ... here.
8144         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
8145         Moved ...
8146         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
8147         ... here.
8148         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
8149         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
8150         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
8151         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
8152         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
8153         Moved ...
8154         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
8155         ... here.
8156         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
8157         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
8158         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
8159         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
8160         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
8161         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
8162         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
8163         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
8164         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
8165         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
8166         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
8167         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
8168         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
8169         Moved ...
8170         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
8171         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
8172         Moved ...
8173         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
8174         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
8175         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
8176         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
8177         Moved ...
8178         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
8179         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
8180         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
8181         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
8182         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
8183         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
8184         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
8186 2014-06-10  Wilco  <wdijkstr@arm.com>
8188         * math/test-fenv-return.c: New file.
8189         * math/Makefile: Add new test test-fenv-return.
8191 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
8193         [BZ #17042]
8194         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
8195         when x - 1 is zero.
8196         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
8197         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
8198         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
8199         0.0L for an argument of 1.0L.
8200         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
8201         Likewise.
8202         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
8203         value when x - 1 is zero.
8204         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
8205         * sysdeps/i386/fpu/libm-test-ulps: Update.
8206         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8208 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
8210         [BZ #15119]
8211         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
8213 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8215         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
8216         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
8218 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8220         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8221         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
8223         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8224         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
8226         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8227         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
8229         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8230         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
8232         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
8233         if not already defined.
8234         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
8235         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
8236         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
8237         (TLS_INIT_TP): Use it.
8238         (TLS_DEFINE_INIT_TP): New macro.
8239         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
8241 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
8243         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
8244         constant.
8245         [POSIX] (IXANY): Likewise.
8246         [POSIX] (OLCUC): Likewise.
8247         [POSIX || POSIX2008] (CBAUD): Do not allow.
8248         [POSIX || POSIX2008] (DEFECHO): Likewise.
8249         [POSIX || POSIX2008] (ECHOCTL): Likewise.
8250         [POSIX || POSIX2008] (ECHOKE): Likewise.
8251         [POSIX || POSIX2008] (ECHOPRT): Likewise.
8252         [POSIX || POSIX2008] (EXTA): Likewise.
8253         [POSIX || POSIX2008] (EXTB): Likewise.
8254         [POSIX || POSIX2008] (FLUSHO): Likewise.
8255         [POSIX || POSIX2008] (LOBLK): Likewise.
8256         [POSIX || POSIX2008] (PENDIN): Likewise.
8257         [POSIX || POSIX2008] (SWTCH): Likewise.
8258         [POSIX || POSIX2008] (VDISCARD): Likewise.
8259         [POSIX || POSIX2008] (VDSUSP): Likewise.
8260         [POSIX || POSIX2008] (VLNEXT): Likewise.
8261         [POSIX || POSIX2008] (VREPRINT): Likewise.
8262         [POSIX || POSIX2008] (VSTATUS): Likewise.
8263         [POSIX || POSIX2008] (VWERASE): Likewise.
8264         (B*): Change to B[0123456789]*.
8265         * conform/data/time.h-data [POSIX || UNIX98]
8266         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
8267         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
8268         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
8269         [POSIX] (tm_*): Do not allow.
8271 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
8273         * Makefile (install): Don't set LANGUAGE.
8274         * Makefile.in (install): Likewise.
8275         * assert/Makefile (test-assert-ENV): Remove variable.
8276         (test-assert-perr-ENV): Likewise.
8277         * elf/Makefile (neededtest4-ENV): Likewise.
8278         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8279         [$(cross-compiling) = no]: Don't set LANGUAGE.
8280         * io/ftwtest-sh (LANG): Remove variable.
8281         * libio/Makefile (tst-widetext-ENV): Likewise.
8282         * manual/install.texi (Running make install): Don't refer to
8283         environment settings for make install.
8284         * INSTALL: Regenerated.
8285         * nptl/tst-tls6.sh: Don't set LANG.
8286         * posix/globtest.sh (LANG): Remove variable.
8287         * string/Makefile (tester-ENV): Likewise.
8288         (inl-tester-ENV): Likewise.
8289         (noinl-tester-ENV): Likewise.
8290         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8291         [$(cross-compiling) = no]: Don't set LANGUAGE.
8292         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
8293         without explicit environment settings.
8295 2014-06-06  Roland McGrath  <roland@hack.frob.com>
8297         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
8298         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
8299         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
8300         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
8302 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
8304         * crypt/crypt-private.h [DOS]: Add some includes taken from the
8305         other files in the crypt directory.
8306         * crypt/crypt.c: Remove duplicate includes.
8307         * crypt/crypt-entry.c: Likewise.
8308         * crypt/crypt_util.c: Likewise.
8310 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
8312         * Makeconfig (run-program-env): New variable.
8313         (run-program-prefix-before-env): Likewise.
8314         (run-program-prefix-after-env): Likewise.
8315         (run-program-prefix): Define in terms of new variables.
8316         (built-program-cmd-before-env): New variable.
8317         (built-program-cmd-after-env): Likewise.
8318         (built-program-cmd): Define in terms of new variables.
8319         (test-program-prefix-before-env): New variable.
8320         (test-program-prefix-after-env): Likewise.
8321         (test-program-prefix): Define in terms of new variables.
8322         (test-program-cmd-before-env): New variable.
8323         (test-program-cmd-after-env): Likewise.
8324         (test-program-cmd): Define in terms of new variables.
8325         * Rules (make-test-out): Use $(run-program-env).
8326         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
8327         (help): Do not mention environment variables.  Mention
8328         --timeoutfactor option.
8329         (timeoutfactor): New variable.
8330         (blacklist_exports): Remove function.
8331         (exports): Remove variable.
8332         (command): Do not include ${exports}.
8333         * manual/install.texi (Configuring and compiling): Do not mention
8334         test wrappers preserving environment variables.  Mention that last
8335         assignment to a variable must take precedence.
8336         * INSTALL: Regenerated.
8337         * benchtests/Makefile (run-bench): Use $(run-program-env).
8338         * catgets/Makefile ($(objpfx)test1.cat): Use
8339         $(built-program-cmd-before-env), $(run-program-env) and
8340         $(built-program-cmd-after-env).
8341         ($(objpfx)test2.cat): Do not specify environment variables
8342         explicitly.
8343         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
8344         $(run-program-env) and $(built-program-cmd-after-env).
8345         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
8346         $(run-program-env) and $(test-program-cmd-after-env).
8347         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
8348         explicitly.
8349         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
8350         run_program_env and test_program_cmd_after_env arguments.
8351         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
8352         * elf/tst-pathopt.sh: Use run_program_env argument.
8353         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
8354         $(test-wrapper-env) and $(run-program-env).
8355         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
8356         run_program_env arguments.
8357         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
8358         * intl/Makefile ($(objpfx)tst-gettext.out): Use
8359         $(test-program-prefix-before-env), $(run-program-env) and
8360         $(test-program-prefix-after-env).
8361         ($(objpfx)tst-gettext2.out): Likewise.
8362         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
8363         run_program_env and test_program_prefix_after_env arguments.
8364         * intl/tst-gettext2.sh: Likewise.
8365         * intl/tst-gettext4.sh: Do not set environment variables
8366         explicitly.
8367         * intl/tst-gettext6.sh: Likewise.
8368         * intl/tst-translit.sh: Likewise.
8369         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
8370         $(test-program-prefix-before-env), $(run-program-env) and
8371         $(test-program-prefix-after-env).
8372         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
8373         run_program_env and test_program_prefix_after_env arguments.
8374         * math/Makefile (run-regen-ulps): Use $(run-program-env).
8375         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
8376         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
8377         explicitly with each use of ${test_wrapper_env}.
8378         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
8379         $(test-program-prefix-before-env), $(run-program-env) and
8380         $(test-program-prefix-after-env).
8381         * posix/tst-getconf.sh: Do not set environment variables
8382         explicitly.
8383         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
8384         run_program_env and test_program_prefix_after_env arguments.
8385         * stdio-common/tst-printf.sh: Do not set environment variables
8386         explicitly.
8387         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
8388         $(test-program-prefix-before-env), $(run-program-env) and
8389         $(test-program-prefix-after-env).
8390         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
8391         run_program_env and test_program_prefix_after_env arguments.
8392         Split $test calls into $test_pre and $test.
8393         * timezone/Makefile (build-testdata): Use
8394         $(built-program-cmd-before-env), $(run-program-env) and
8395         $(built-program-cmd-after-env).
8397 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8399         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
8400         strlen for non SHARED builds.
8402 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
8404         * nptl/allocatestack.c (check_list): Inlined function...
8405         (__reclaim_stacks): ... here.
8407 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
8409         [BZ #15698]
8410         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
8411         memory overrun.
8413 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
8415         * Rules (make-test-out): Include
8416         LOCPATH=$(common-objpfx)localedata in default environment.
8417         * debug/Makefile (tst-chk1-ENV): Remove variable.
8418         (tst-chk2-ENV): Likewise.
8419         (tst-chk3-ENV): Likewise.
8420         (tst-chk4-ENV): Likewise.
8421         (tst-chk5-ENV): Likewise.
8422         (tst-chk6-ENV): Likewise.
8423         (tst-lfschk1-ENV): Likewise.
8424         (tst-lfschk2-ENV): Likewise.
8425         (tst-lfschk3-ENV): Likewise.
8426         (tst-lfschk4-ENV): Likewise.
8427         (tst-lfschk5-ENV): Likewise.
8428         (tst-lfschk6-ENV): Likewise.
8429         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
8430         (tst-iconv7-ENV): Likewise.
8431         * intl/Makefile (LOCPATH-ENV): Likewise.
8432         (tst-codeset-ENV): Likewise.
8433         (tst-gettext3-ENV): Likewise.
8434         (tst-gettext5-ENV): Likewise.
8435         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
8436         (tst-fopenloc-ENV): Likewise.
8437         (tst-fgetws-ENV): Remove variable.
8438         (tst-ungetwc1-ENV): Likewise.
8439         (tst-ungetwc2-ENV): Likewise.
8440         (bug-ungetwc2-ENV): Likewise.
8441         (tst-swscanf-ENV): Likewise.
8442         (bug-ftell-ENV): Likewise.
8443         (tst-fgetwc-ENV): Likewise.
8444         (tst-fseek-ENV): Likewise.
8445         (tst-ftell-partial-wide-ENV): Likewise.
8446         (tst-ftell-active-handler-ENV): Likewise.
8447         (tst-ftell-append-ENV): Likewise.
8448         * posix/Makefile (tst-fnmatch-ENV): Likewise.
8449         (tst-regexloc-ENV): Likewise.
8450         (bug-regex1-ENV): Likewise.
8451         (tst-regex-ENV): Likewise.
8452         (tst-regex2-ENV): Likewise.
8453         (bug-regex5-ENV): Likewise.
8454         (bug-regex6-ENV): Likewise.
8455         (bug-regex17-ENV): Likewise.
8456         (bug-regex18-ENV): Likewise.
8457         (bug-regex19-ENV): Likewise.
8458         (bug-regex20-ENV): Likewise.
8459         (bug-regex22-ENV): Likewise.
8460         (bug-regex23-ENV): Likewise.
8461         (bug-regex25-ENV): Likewise.
8462         (bug-regex26-ENV): Likewise.
8463         (bug-regex30-ENV): Likewise.
8464         (bug-regex32-ENV): Likewise.
8465         (bug-regex33-ENV): Likewise.
8466         (bug-regex34-ENV): Likewise.
8467         (bug-regex35-ENV): Likewise.
8468         (tst-rxspencer-ENV): Likewise.
8469         (tst-rxspencer-no-utf8-ENV): Likewise.
8470         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
8471         (tst-sscanf-ENV): Likewise.
8472         (tst-swprintf-ENV): Likewise.
8473         (tst-swscanf-ENV): Likewise.
8474         (test-vfprintf-ENV): Likewise.
8475         (scanf13-ENV): Likewise.
8476         (bug14-ENV): Likewise.
8477         (tst-grouping-ENV): Likewise.
8478         * stdlib/Makefile (tst-strtod-ENV): Likewise.
8479         (tst-strtod3-ENV): Likewise.
8480         (tst-strtod4-ENV): Likewise.
8481         (tst-strtod5-ENV): Likewise.
8482         (testmb2-ENV): Likewise./
8483         * string/Makefile (tst-strxfrm-ENV): Likewise.
8484         (tst-strxfrm2-ENV): Likewise.
8485         (bug-strcoll1-ENV): Likewise.
8486         (test-strcasecmp-ENV): Likewise.
8487         (test-strncasecmp-ENV): Likewise.
8488         * time/Makefile (tst-strptime-ENV): Likewise.
8489         (tst-ftime_l-ENV): Likewise.
8490         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
8491         (tst-mbrtowc-ENV): Likewise.
8492         (tst-wcrtomb-ENV): Likewise.
8493         (tst-mbrtowc2-ENV): Likewise.
8494         (tst-c16c32-1-ENV): Likewise.
8495         (tst-mbsnrtowcs-ENV): Likewise.
8497 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
8499         * manual/resource.texi (How to get information about the memory
8500         subsystem?): Fix typo.
8501         Reported by Peon de la Parra Ivan <peon@keba.com>
8503 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
8505         [BZ #16882]
8506         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
8507         (pthread_spin_lock): Branch out of spin loop to proper location.
8508         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
8509         (pthread_spin_lock): Likewise.
8511         * nptl/tst-spin4.c: New test.
8512         * nptl/Makefile (tests): Add tst-spin4.
8514 2014-06-03  Andreas Schwab  <schwab@suse.de>
8516         [BZ #15946]
8517         * resolv/res_send.c (send_dg): Reload file descriptor after
8518         calling reopen.
8520 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
8522         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8524 2014-06-03  Richard Henderson  <rth@redhat.com>
8526         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
8527         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
8528         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
8529         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
8530         in the SAVE_PID block.
8531         (__libc_vfork): New alias.
8532         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
8534         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
8535         child in registers, not on the stack.  Remove RESET_PID conditionals.
8536         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
8538 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
8540         * sysdeps/aarch64/libm-test-ulps: Regenerate.
8542 2014-06-03  Wilco  <wdijkstr@arm.com>
8544         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
8545         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
8546         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
8547         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
8548         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
8549         Likewise.
8551 2014-06-03  Wilco  <wdijkstr@arm.com>
8553         * sysdeps/aarch64/fpu/math_private.h
8554         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
8555         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
8556         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
8557         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
8558         Fix declarations.
8560 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8562         * crypt/crypt-private.h: Include ufc-crypt.h.
8563         (__b64_from_24bit): Declare extern.
8564         * crypt/crypt_util.c(__b64_from_24bit): New function.
8565         (b64t): New static const variable.
8566         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
8567         (b64t): Remove variable.
8568         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
8569         * crypt/sha256-crypt.c: Include crypt-private.h.
8570         (b64t): Remove variable.
8571         (__sha256_crypt_r): Remove b64_from_24bit and replace
8572         with __b64_from_24bit.
8573         * crypt/sha512-crypt.c: Likewise.
8575 2014-06-02  Roland McGrath  <roland@hack.frob.com>
8577         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
8578         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
8579         Label the code __libc_vfork rather than __vfork.
8580         [!NOT_IN_libc] (vfork): Define as weak alias.
8581         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
8582         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
8583         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
8585 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8587         * malloc/malloc.c (malloc_info): Fix format specifier for
8588         n_mmaps.
8590 2014-06-02  Wilco  <wdijkstr@arm.com>
8592         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
8593         FPCR write.
8595 2014-06-02  Wilco  <wdijkstr@arm.com>
8597         [BZ #17009]
8598         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
8599         Rewrite to reduce FPCR/FPSR accesses.
8601 2014-06-01  David S. Miller  <davem@davemloft.net>
8603         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8605 2014-05-31  David S. Miller  <davem@davemloft.net>
8607         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
8608         to occur in round to nearest mode when |x| >= 2.0
8610 2014-05-30  Richard Henderson  <rth@twiddle.net>
8612         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
8613         (PSEUDO_RET_NOERRNO): Remove.
8614         (ret): Don't redefine.
8615         (ret_NOERRNO): Define in terms of ret.
8616         (ret_ERRVAL): Likewise.
8618         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
8619         use of PSEUDO_RET; perform the error check directly.
8621 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
8623         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
8624         with __int128_t.
8626 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
8628         * malloc/malloc (malloc_info): Fix formatting.
8630 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
8631             Roland McGrath  <roland@hack.frob.com>
8633         * malloc/malloc (malloc_info): Also print mmapped statistics.
8635 2014-05-30  Roland McGrath  <roland@hack.frob.com>
8637         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
8638         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
8640 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
8642         * malloc/malloc.c (malloc_info): Inline mi_arena.
8644 2014-05-29  Richard Henderson  <rth@twiddle.net>
8646         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
8647         Remove comma before expanding ASM_ARGS_##nr.
8648         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
8649         Make _x0 a strict output; make _x8 a strict input; adjust expansion
8650         of ASM_ARGS_##nr.
8651         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
8652         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
8653         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
8654         (ASM_ARGS_1): Add leading comma.
8656         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
8657         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
8658         to __errno_location.
8659         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
8660         Remove the expected plt for __errno_location.
8662         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
8663         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
8664         call to __read_tp.
8666         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
8667         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
8668         it and break it down.
8669         (DOCARGS_0, DOCARGS_1): Do nothing.
8670         (DOCARGS_2): Update to store into the new stack frame.
8671         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
8672         (UNDOCARGS_1): Update to restore from the new stack frame.
8673         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
8674         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
8676         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
8677         (SINGLE_THREAD_P): New parameter for result regno.
8678         (PSEUDO): Update to match; use cbz instead of beq.
8680         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
8681         Use ENTRY to define the _nocancel entry point.  Share the syscall
8682         and syscall error check paths with the cancel path.
8683         (PSEUDO_END): New.
8685         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
8686         whitespace; tabs before and after asm mnemonics.
8688 2014-05-29  Eric Wong  <normalperson@yhbt.net>
8690         [BZ #15132]
8691         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
8692         Call fstat64 or stat64 internally, depending on arguments passed.
8693         Replace stat buffer argument with file descriptor argument.
8694         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
8695         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
8696         Pass fd to __internal_statvfs instead of calling fstat64.
8697         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
8698         Pass fd to __internal_statvfs64 instead of calling fstat64.
8699         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
8700         Pass -1 to __internal_statvfs instead of calling stat64.
8701         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
8702         Pass -1 to __internal_statvfs64 instead of calling stat64.
8704 2014-05-28  Roland McGrath  <roland@hack.frob.com>
8706         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
8707         that was previously under [RESET_PID].
8708         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
8710         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
8711         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
8713 2014-05-27  Roland McGrath  <roland@hack.frob.com>
8715         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
8717         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
8718         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
8720 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
8722         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
8724 2014-05-27  Andreas Schwab  <schwab@suse.de>
8726         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
8727         TLS_INIT_TP macro.
8728         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
8729         * elf/rtld.c (init_tls, dl_main): Likewise.
8730         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
8731         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
8732         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
8733         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
8734         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
8735         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
8736         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
8737         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
8738         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
8739         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
8740         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
8741         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
8742         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
8743         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
8744         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
8745         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
8746         * sysdeps/generic/tls.h: Update description.
8748 2014-05-27  Will Newton  <will.newton@linaro.org>
8750         [BZ #16990]
8751         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
8752         and restore r2 rather than just restoring.
8754 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
8756         [BZ #16724]
8757         * libio/tst-ftell-append.c: New test case.
8758         * libio/Makefile (tests): Add test case.
8759         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
8760         append mode.
8761         * libio/wfileops.c (do_ftell_wide): Likewise.
8763 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8765         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8767         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
8768         ...
8769         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
8770         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
8771         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
8772         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
8773         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
8774         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
8775         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
8776         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
8777         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
8778         Moved ...
8779         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
8780         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
8781         Moved ...
8782         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
8783         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
8784         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
8785         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
8786         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
8787         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
8788         ...
8789         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
8790         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
8791         Moved ...
8792         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
8793         here.
8794         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
8795         ...
8796         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
8797         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
8798         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
8800         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
8801         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
8802         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
8803         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
8805         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
8806         merge into ...
8807         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
8808         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
8809         ...
8810         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
8811         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
8812         ...
8813         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
8814         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
8815         Moved ...
8816         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
8817         here.
8818         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
8819         Moved ...
8820         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
8821         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
8822         Moved ...
8823         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
8825         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
8826         conditional [RESET_PID].
8827         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
8828         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
8829         removed.
8830         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
8831         removed.
8833         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
8834         <tcb-offsets.h>.
8835         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
8836         (__libc_vfork): New strong alias.
8837         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
8838         removed.
8839         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
8840         Removed.
8842         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
8843         <tcb-offsets.h>.
8844         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
8845         (__libc_vfork): New strong alias.
8846         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
8847         removed.
8848         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
8849         removed.
8851 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
8853         * malloc/malloc.c (mi_arena): New function.
8854         (malloc_info): Remove nested function mi_arena. Call non-nosted
8855         function mi_arena.
8857 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8859         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
8860         by insrwi.
8861         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
8862         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
8863         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
8864         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
8865         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
8866         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
8867         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
8869 2014-05-26  Andreas Schwab  <schwab@suse.de>
8871         [BZ #16984]
8872         * locale/programs/repertoire.c (repertoire_read): Add slash
8873         between I18NPATH element and file name.
8874         * locale/programs/locfile.c (locfile_read): Likewise.
8876 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
8878         * nptl/pthread_mutexattr_settype.c
8879         (__pthread_mutexattr_settype):
8880         Disable lock elision for PTHREAD_MUTEX_NORMAL.
8882 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
8884         * nptl/tst-mutex5 (do_test):
8885         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
8887 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
8889         * benchtests/README: Document 'init' directive.
8890         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
8891         BENCH_INIT.
8892         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
8893         (parse_file): Recognize 'init' directive.
8895 2014-05-26  Kyle McMartin  <kyle@redhat.com>
8897         [BZ #16796]
8898         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
8899         alignment of struct pthread.
8901 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
8903         [BZ #16878]
8904         * nscd/netgroupcache.c (addgetnetgrentX): Look for
8905         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
8906         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
8907         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
8909 2014-05-25  Richard Henderson  <rth@twiddle.net>
8911         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
8912         (SINGLE_THREAD_P_PIC): Remove.
8913         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
8914         (SINGLE_THREAD_P_PIC): Remove.
8916         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
8917         branch to syscall error ...
8918         (PSEUDO): ... here.
8919         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
8920         from __local_syscall_error to .Lsyscall_error.
8921         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
8922         (SYSCALL_ERROR): Update label name.
8924         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
8925         Do not use DOARGS/UNDOARGS.
8926         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
8927         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
8928         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
8929         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
8930         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
8932         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
8933         block comment.
8935         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
8936         define if !NOT_IN_libc.
8937         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
8938         define with non-default symbol versions.
8940 2014-05-23  Richard Henderson  <rth@twiddle.net>
8942         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
8943         (vfork, __vfork): Define via compat_symbol.
8945         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
8946         [!HAVE_IFUNC] (vfork_compat): Remove.
8947         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
8949 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
8951         [BZ #16978]
8952         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
8953         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
8954         variable.
8956 2014-05-23  Richard Henderson  <rth@twiddle.net>
8958         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
8959         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
8960         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
8961         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
8963         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
8964         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
8965         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
8966         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
8967         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
8968         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
8969         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
8970         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
8971         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
8972         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
8973         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
8974         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
8975         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
8976         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
8977         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
8978         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
8979         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
8980         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
8981         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
8982         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
8983         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
8984         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
8985         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
8986         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
8987         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
8988         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
8989         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
8990         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
8991         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
8992         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
8993         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
8994         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
8995         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
8996         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
8997         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
8998         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
8999         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
9000         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
9001         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
9002         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
9003         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
9004         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
9005         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
9006         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
9007         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
9008         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
9009         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
9010         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
9011         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
9012         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
9013         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
9014         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
9015         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
9016         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
9017         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
9018         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
9020         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
9021         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
9022         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
9023         before exiting on error.
9024         (__libc_vfork): New strong alias.
9025         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
9026         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
9028         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
9029         that was previously under [RESET_PID].
9030         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
9032         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
9034 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9036         [BZ #16977]
9037         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
9038         value when x - 1 is zero.
9039         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
9040         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
9041         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
9042         0.0L for an argument of 1.0L.
9043         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
9044         Likewise.
9045         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
9046         value when x - 1 is zero.
9047         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
9048         * sysdeps/i386/fpu/libm-test-ulps: Update.
9049         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9051 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
9053         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
9054         alphasort and versionsort.
9056 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9058         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
9059         macro.
9060         [copysignf]: Likewise.
9062 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
9064         * crypt/md5-crypt.c: Fix formatting.
9066 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9068         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
9069         (b64_from_24bit): New function.
9071 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9073         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
9074         libc_hidden_builtin_def to ifunc.
9075         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
9076         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
9078 2014-05-21  Roland McGrath  <roland@hack.frob.com>
9080         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
9081         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
9083 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
9085         * nscd/Depend (linuxthreads): Remove.
9086         (nptl): Add.
9087         * resolv/Depend (linuxthreads): Remove.
9088         * rt/Depend (linuxthreads): Remove.
9090         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
9091         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
9092         $(common-objpfx)elf/.
9093         (link-libc-before-gnulib): Likewise.
9094         (elfobjdir): Remove variable.
9095         * Makefile (install): Use $(elf-objpfx) instead of
9096         $(common-objpfx)elf/.
9097         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
9098         $(elfobjdir)/.
9099         (link-libc-deps): Likewise.
9100         ($(common-objpfx)libc.so): Likewise.
9101         ($(common-objpfx)linkobj/libc.so): Likewise.
9102         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
9103         instead of $(common-objpfx)elf/.
9104         (symbolic-link-list): Likewise.
9105         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9106         [$(cross-compiling) = no]: Likewise.
9107         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
9108         $(elfobjdir)/.
9109         (static-gnulib-arch): Likewise.
9110         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9111         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
9112         $(common-objpfx)elf/.
9114 2014-05-21  Richard Henderson  <rth@redhat.com>
9116         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9117         (SINGLE_THREAD_P): Use the correct width load.  Fold
9118         into the ldr offset.
9120         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
9121         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
9123 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
9125         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
9126         (libgcc_s_resume): Use __attribute_used__.
9127         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
9128         Likewise.
9130 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9132         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
9133         optimization when used with float constants.
9135         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9137 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
9139         [BZ #16915]
9140         * locale/nl_langinfo_l.c: Make direct reference to every
9141         _nl_current_CATEGORY symbol.
9142         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
9143         (tests-static): Add tst-langinfo-static.
9144         (tests-special): Add tst-langinfo-static.out.
9145         ($(objpfx)tst-langinfo.out): Redirect output.
9146         ($(objpfx)tst-langinfo-static.out): New.
9147         * localedata/tst-langinfo.sh: Send output to stdout.
9148         * localedata/tst-langinfo-static.c: New file.
9150         [BZ #16965]
9151         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
9152         when the shift amount is modulo the limb size.
9154 2014-05-20  Richard Henderson  <rth@redhat.com>
9156         [BZ #16967]
9157         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
9158         Change type of sa_flags from unsigned int to int.
9160         [BZ #16966]
9161         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
9163         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
9165 2014-05-20  Will Newton  <will.newton@linaro.org>
9167         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9168         Test the return value of the system call in the nocancel case.
9170 2014-05-20  Will Newton  <will.newton@linaro.org>
9171             Yvan Roux  <yvan.roux@linaro.org>
9173         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
9174         #include of asm/ptrace.h.
9175         (PTRACE_GET_THREAD_AREA): Remove #undef.
9176         (PTRACE_GETHBPREGS): Likewise.
9177         (PTRACE_SETHBPREGS): Likewise.
9178         (struct user_regs_struct): New structure.
9179         (struct user_fpsimd_struct): New structure.
9180         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
9181         #include of asm/ptrace.h and second #include of sys/user.h.
9182         (PTRACE_GET_THREAD_AREA): Remove #undef.
9183         (PTRACE_GETHBPREGS): Likewise.
9184         (PTRACE_SETHBPREGS): Likewise.
9185         (ELF_NGREG): Use new struct user_regs_struct.
9186         (elf_fpregset_t): Use new struct user_fpsimd_struct.
9188 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9190         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
9191         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
9193 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
9195         [BZ #16958]
9196         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
9197         membar to avoid block loads/stores to overlap previous stores.
9199 2014-05-17  Richard Henderson  <rth@redhat.com>
9201         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
9202         Create the __##syscall_name##_nocancel entry point.
9203         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
9204         Remove; let the sysdep-cancel.h code create it.
9206 2014-05-17  David S. Miller  <davem@davemloft.net>
9208         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
9209         Protect with __USE_GNU.
9210         (TIOCSET_TEMPT): Likewise.
9211         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
9212         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
9213         these are already provided in bits/ioctl-types.h
9215 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9217         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
9218         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
9220         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
9221         Use wait4 regardless of [__NR_waitpid].
9223 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
9225         PR libgcc/60166
9226         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
9227         (_FP_NANSIGN_Q): Set the quiet bit.
9229 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
9231         * benchtests/Makefile
9232         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
9233         not $(common-objpfx)math/libm.so.
9234         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
9235         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
9236         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
9237         $(common-objpfx)dlfcn/libdl.so.
9238         ($(objpfx)tst-audit8): Depend on $(libm), not
9239         $(common-objpfx)math/libm.so.
9240         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
9241         not $(common-objpfx)dlfcn/libdl.so.
9242         * math/Makefile
9243         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
9244         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
9245         [$(build-shared) = yes].
9246         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
9247         $(common-objpfx)nptl/libpthread.so.
9248         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
9249         $(common-objpfx)math/libm.so$(libm.so-version) or
9250         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
9251         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
9252         $(common-objpfx)dlfcn/libdl.so.
9253         * setjmp/Makefile (link-libm): Remove variable.
9254         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
9255         * stdio-common/Makefile (link-libm): Remove variable.
9256         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
9257         * stdlib/Makefile (link-libm): Remove variable.
9258         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
9259         ($(objpfx)tst-strtod-round): Likewise.
9260         ($(objpfx)tst-tininess): Likewise.
9261         ($(objpfx)tst-strtod-underflow): Likewise.
9262         ($(objpfx)tst-strtod6): Likewise.
9263         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
9264         $(libdl), not $(common-objpfx)nptl/libpthread.so and
9265         $(common-objpfx)dlfcn/libdl.so.
9267 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9269         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
9270         BSD terminal modes definitions.
9272 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9274         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
9275         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
9277         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
9278         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
9279         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
9280         Don't do #include_next.
9281         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
9282         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
9283         Don't do #include_next.
9284         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
9285         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
9286         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
9287         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
9289 2014-05-16  Allan McRae  <allan@archlinux.org>
9291         * po/sv.po: Update Swedish translation from translation project.
9293         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
9294         in sed expression.
9296 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
9298         [BZ #16917]
9299         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
9300         errno if the TIOCGPTN ioctl fails with an error different than
9301         EINVAL.
9302         * login/tst-ptsname.c: New file.
9303         * login/Makefile (tests): Add tst-ptsname.
9305         [BZ #16943]
9306         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
9307         and prlimit64.
9309 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
9311         [BZ #16849]
9312         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
9313         herrno to return EAI_AGAIN.
9315 2014-05-14  Roland McGrath  <roland@hack.frob.com>
9317         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
9318         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
9319         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
9320         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
9321         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
9322         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
9323         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
9324         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
9325         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
9326         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
9327         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
9328         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
9329         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
9330         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
9331         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
9332         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
9333         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
9334         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
9335         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
9336         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
9337         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
9338         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
9339         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
9340         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
9341         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
9342         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
9343         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
9344         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
9345         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
9346         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
9347         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
9348         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
9349         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
9350         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
9351         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
9352         Moved ...
9353         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
9354         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
9355         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
9356         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
9357         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
9358         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
9359         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
9360         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
9361         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
9362         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
9363         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
9364         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
9365         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
9366         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
9367         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
9368         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
9369         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
9370         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
9371         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
9372         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
9373         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
9374         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
9375         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
9376         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
9377         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
9378         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
9379         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
9380         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
9381         Moved ...
9382         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
9383         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
9384         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
9385         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
9386         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
9387         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
9388         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
9389         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
9390         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
9391         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
9392         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
9393         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
9394         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
9395         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
9396         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
9397         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
9398         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
9399         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
9400         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
9401         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
9402         Moved ...
9403         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
9404         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
9405         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
9407         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
9408         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
9409         (libpthread-sysdep_routines): Add elision-related stuff here instead.
9410         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
9411         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
9412         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
9413         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
9414         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
9415         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
9416         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
9417         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
9418         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
9419         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
9420         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
9421         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
9422         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
9423         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
9424         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
9425         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
9426         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
9427         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
9428         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
9429         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
9430         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
9431         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
9432         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
9433         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
9434         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
9435         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
9436         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
9437         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
9439         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
9440         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
9442         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
9443         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
9444         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
9445         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
9446         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
9447         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
9448         Moved ...
9449         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
9450         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
9451         Moved ...
9452         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
9453         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
9454         Moved ...
9455         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
9456         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
9457         Moved ...
9458         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
9459         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
9460         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
9461         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
9462         Moved ...
9463         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
9464         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
9465         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
9466         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
9467         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
9468         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
9469         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
9470         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
9471         Moved ...
9472         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
9473         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
9474         Moved ...
9475         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
9476         ... here.
9477         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
9478         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
9479         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
9480         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
9481         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
9482         Moved ...
9483         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
9484         ... here.
9485         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
9486         Moved ...
9487         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
9488         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
9489         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
9490         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
9491         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
9492         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
9493         Moved ...
9494         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
9495         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
9496         Moved ...
9497         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
9498         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
9499         Moved ...
9500         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
9501         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
9502         Moved ...
9503         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
9504         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
9505         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
9506         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
9507         Moved ...
9508         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
9509         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
9510         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
9511         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
9512         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
9513         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
9514         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
9515         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
9516         Moved ...
9517         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
9518         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
9519         Moved ...
9520         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
9521         ... here.
9522         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
9523         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
9524         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
9525         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
9526         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
9527         Moved ...
9528         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
9529         ... here.
9530         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
9531         Moved ...
9532         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
9533         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
9534         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
9535         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
9536         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
9537         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
9538         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
9539         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
9540         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
9541         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
9542         Moved ...
9543         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
9544         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
9545         Moved ...
9546         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
9547         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
9548         Moved ...
9549         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
9550         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
9551         Moved ...
9552         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
9553         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
9554         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
9555         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
9556         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
9557         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
9558         Moved ...
9559         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
9560         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
9561         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
9562         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
9563         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
9564         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
9565         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
9566         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
9567         Moved ...
9568         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
9569         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
9570         Moved ...
9571         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
9572         ... here.
9573         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
9574         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
9575         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
9576         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
9577         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
9578         Moved ...
9579         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
9580         ... here.
9581         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
9582         Moved ...
9583         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
9584         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
9585         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
9586         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
9587         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
9588         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
9589         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
9590         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
9591         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
9592         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
9593         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
9595         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
9596         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
9598         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
9599         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
9601         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
9602         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
9603         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
9604         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
9605         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
9606         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
9607         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
9608         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
9609         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
9610         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
9611         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
9612         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
9613         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
9614         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
9615         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
9616         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
9617         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
9618         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
9619         Moved ...
9620         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
9621         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
9622         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
9623         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
9624         Moved ...
9625         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
9626         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
9627         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
9628         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
9629         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
9630         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
9631         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
9632         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
9633         Moved ...
9634         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
9635         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
9636         Moved ...
9637         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
9638         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
9639         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
9640         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
9641         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
9642         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
9643         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
9644         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
9645         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
9646         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
9647         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
9648         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
9649         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
9650         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
9651         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
9652         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
9653         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
9655         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
9656         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
9657         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
9658         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
9659         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
9661         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
9662         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
9663         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
9664         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
9665         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
9666         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
9667         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
9668         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
9669         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
9670         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
9672         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
9673         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
9675         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
9676         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
9677         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
9678         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
9679         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
9680         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
9681         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
9682         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
9683         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
9684         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
9685         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
9686         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
9687         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
9688         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
9689         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
9690         Update #include.
9691         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
9692         Likewise.
9693         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
9694         Likewise.
9695         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
9696         Likewise.
9697         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
9698         Likewise.
9699         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
9700         Likewise.
9701         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
9702         Likewise.
9703         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
9704         Likewise.
9705         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
9706         Likewise.
9707         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
9708         Likewise.
9709         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
9710         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
9711         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
9712         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
9713         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
9714         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
9715         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
9716         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
9717         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
9718         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
9719         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
9720         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
9721         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
9722         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
9723         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
9725         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
9726         that was previously under [RESET_PID].
9727         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
9728         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
9729         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
9731         * sysdeps/i386/nptl/Implies: New file.
9732         * sysdeps/x86_64/nptl/Implies: New file.
9733         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
9734         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
9735         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
9736         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
9738         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
9739         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9740         (__libc_vfork): New strong alias.
9741         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
9742         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
9744         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
9745         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9746         (__libc_vfork): New strong alias.
9747         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
9748         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
9750         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
9751         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9752         (__libc_vfork): New strong alias.
9753         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
9754         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
9755         * nptl/pt-vfork.c: New file.
9756         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
9757         (libpthread: GLIBC_2.20): New version set (empty).
9759 2014-05-14  Will Newton  <will.newton@linaro.org>
9761         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
9762         rather than #if.
9764 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
9766         [BZ #16564]
9767         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
9768         arguments with exponent 65 or above.
9769         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
9770         arguments 0x1p113L or above.
9771         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
9772         to arguments 0x1p107L or above.
9773         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
9774         positive arguments with exponent 65 or above.
9775         * math/auto-libm-test-in: Add more tests of log1p.
9776         * math/auto-libm-test-out: Regenerated.
9778         [BZ #16928]
9779         * math/s_cacos.c (__cacos): Ensure zero real part of result from
9780         non-finite arguments is +0.
9781         * math/s_cacosf.c (__cacosf): Likewise.
9782         * math/s_cacosl.c (__cacosl): Likewise.
9783         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
9784         * sysdeps/i386/fpu/libm-test-ulps: Update.
9785         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9787         [BZ #16927]
9788         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
9789         value.
9790         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
9791         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
9792         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
9793         for explicit high bit of mantissa when testing for argument equal
9794         to 1.
9795         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
9796         * sysdeps/i386/fpu/libm-test-ulps: Update.
9797         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9799         [BZ #16516]
9800         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
9801         (__erf): Scale by 16 instead of 8 in potentially underflowing
9802         case.  Ensure exception if result actually underflows.
9803         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
9804         (__erff): Scale by 16 instead of 8 in potentially underflowing
9805         case.  Ensure exception if result actually underflows.
9806         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
9807         (efx8): Remove variable.
9808         (__erfl): Scale by 16 instead of 8 in potentially underflowing
9809         case.  Ensure exception if result actually underflows.
9810         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
9811         (efx8): Remove variable.
9812         (__erfl): Scale by 16 instead of 8 in potentially underflowing
9813         case.  Ensure exception if result actually underflows.
9814         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
9815         (efx8): Remove variable.
9816         (__erfl): Scale by 16 instead of 8 in potentially underflowing
9817         case.  Ensure exception if result actually underflows.
9818         * math/auto-libm-test-in: Add more tests of erf.
9819         * math/auto-libm-test-out: Regenerated.
9821 2014-05-14  Andreas Schwab  <schwab@suse.de>
9823         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
9824         Remove code conditionalized on USE___THREAD.
9826         * config.h.in (HAVE_PT_CHOWN): Define as 0.
9827         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
9828         not definedness.
9830 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
9832         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
9833         Define unconditionally.
9834         (__ASSUME_O_CLOEXEC): Likewise.
9835         (__ASSUME_SOCK_CLOEXEC): Likewise.
9836         (__ASSUME_IN_NONBLOCK): Likewise.
9837         (__ASSUME_PIPE2): Likewise.
9838         (__ASSUME_EVENTFD2): Likewise.
9839         (__ASSUME_SIGNALFD4): Likewise.
9840         (__ASSUME_DUP3): Likewise.
9841         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
9842         (__ASSUME_DUP3): Do not define.
9843         (__ASSUME_EVENTFD2): Likewise.
9844         (__ASSUME_IN_NONBLOCK): Likewise.
9845         (__ASSUME_O_CLOEXEC): Likewise.
9846         (__ASSUME_PIPE2): Likewise.
9847         (__ASSUME_SIGNALFD4): Likewise.
9848         (__ASSUME_SOCK_CLOEXEC): Likewise.
9849         (__ASSUME_UTIMES): Undefine.
9850         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9851         (__ASSUME_UTIMES): Do not define.
9852         (__ASSUME_O_CLOEXEC): Likewise.
9853         (__ASSUME_SOCK_CLOEXEC): Likewise.
9854         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
9855         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
9856         0x020621].
9857         (__ASSUME_PIPE2): Likewise.
9858         (__ASSUME_EVENTFD2): Likewise.
9859         (__ASSUME_SIGNALFD4): Likewise.
9860         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
9861         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
9862         Do not define.
9863         (__ASSUME_EVENTFD2): Likewise.
9864         (__ASSUME_SIGNALFD4): Likewise.
9865         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
9866         (__ASSUME_32BITUIDS): Likewise.
9867         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
9868         (__ASSUME_IPC64): Likewise.
9869         (__ASSUME_ST_INO_64_BIT): Likewise.
9870         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
9871         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
9872         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
9873         (__ASSUME_UTIMES): Do not define.
9874         (__ASSUME_PSELECT): Likewise.
9875         (__ASSUME_PPOLL): Likewise.
9876         (__ASSUME_O_CLOEXEC): Likewise.
9877         (__ASSUME_SOCK_CLOEXEC): Likewise.
9878         (__ASSUME_IN_NONBLOCK): Likewise.
9879         (__ASSUME_PIPE2): Likewise.
9880         (__ASSUME_EVENTFD2): Likewise.
9881         (__ASSUME_SIGNALFD4): Likewise.
9882         (__ASSUME_DUP3): Likewise.
9883         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
9884         (__ASSUME_UTIMES): Likewise.
9885         (__ASSUME_O_CLOEXEC): Likewise.
9886         (__ASSUME_SOCK_CLOEXEC): Likewise.
9887         (__ASSUME_IN_NONBLOCK): Likewise.
9888         (__ASSUME_PIPE2): Likewise.
9889         (__ASSUME_EVENTFD2): Likewise.
9890         (__ASSUME_SIGNALFD4): Likewise.
9891         (__ASSUME_DUP3): Likewise.
9892         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9893         (__ASSUME_UTIMES): Likewise.
9894         (__ASSUME_O_CLOEXEC): Likewise.
9895         (__ASSUME_SOCK_CLOEXEC): Likewise.
9896         (__ASSUME_IN_NONBLOCK): Likewise.
9897         (__ASSUME_PIPE2): Likewise.
9898         (__ASSUME_EVENTFD2): Likewise.
9899         (__ASSUME_SIGNALFD4): Likewise.
9900         (__ASSUME_DUP3): Likewise.
9901         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
9902         Likewise.
9903         (__ASSUME_UTIMES): Likewise.
9904         (__ASSUME_EVENTFD2): Likewise.
9905         (__ASSUME_SIGNALFD4): Likewise.
9906         * sysdeps/unix/sysv/linux/tile/kernel-features.h
9907         (__ASSUME_O_CLOEXEC): Likewise.
9908         (__ASSUME_SOCK_CLOEXEC): Likewise.
9909         (__ASSUME_IN_NONBLOCK): Likewise.
9910         (__ASSUME_PIPE2): Likewise.
9911         (__ASSUME_EVENTFD2): Likewise.
9912         (__ASSUME_SIGNALFD4): Likewise.
9913         (__ASSUME_DUP3): Likewise.
9914         (__ASSUME_UTIMES): Undefine.
9916         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
9917         feclearexcept.  Remove symbol versioning code.
9918         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
9919         symbol versioning code.
9920         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
9921         symbol versioning code.
9922         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
9923         feupdateenv.  Remove symbol versioning code.
9924         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
9925         fegetexceptflag.  Remove symbol versioning code.
9926         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
9927         fesetexceptflag.  Remove symbol versioning code.
9928         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
9929         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
9930         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
9931         (__posix_fadvise64_l32): Remove prototype.
9932         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
9933         code.
9935 2014-05-13  Roland McGrath  <roland@hack.frob.com>
9937         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
9938         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
9939         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
9940         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
9942 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
9944         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
9945         current working directory
9947 2014-05-13  Roland McGrath  <roland@hack.frob.com>
9949         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
9950         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
9951         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
9952         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
9953         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
9954         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
9955         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
9956         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
9957         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
9958         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
9959         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
9960         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
9961         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
9962         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
9963         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
9964         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
9965         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
9966         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
9967         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
9968         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
9969         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
9970         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
9971         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
9972         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
9973         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
9974         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
9975         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
9976         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
9977         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
9978         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
9979         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
9980         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
9981         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
9982         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
9983         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
9984         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
9985         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
9986         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
9987         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
9988         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
9989         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
9990         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
9992         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
9993         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
9995         * sysdeps/unix/sysv/linux/arm/Makefile
9996         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
9997         Add rt-aeabi_unwind_cpp_pr1.
9998         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
9999         Add nptl-aeabi_unwind_cpp_pr1.
10000         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
10001         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
10002         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
10003         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10004         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
10005         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10007         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
10008         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
10009         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
10010         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
10012         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
10013         Deconditionalize the code that was previously under [RESET_PID].
10014         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
10016         * sysdeps/generic/exit-thread.h: New file.
10017         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
10018         * include/unistd.h (__exit_thread): Remove declaration.
10019         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
10020         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
10021         * csu/libc-start.c: Include <exit-thread.h>.
10022         (LIBC_START_MAIN): Pass no argument to __exit_thread.
10023         * nptl/pthread_create.c: Include <exit-thread.h>.
10024         (start_thread): Call __exit_thread in place of __exit_thread_inline.
10025         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
10026         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
10027         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
10028         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
10029         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
10030         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
10031         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
10032         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
10033         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
10034         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
10035         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
10036         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
10037         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
10038         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
10039         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
10040         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
10042 2014-05-13  Andreas Schwab  <schwab@suse.de>
10044         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
10046 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
10048         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
10049         (__ASSUME_UTIMES): Do not condition on kernel version.
10050         (__ASSUME_PSELECT): Define unconditionally.
10051         (__ASSUME_PPOLL): Likewise.
10052         (__ASSUME_ATFCTS): Likewise.
10053         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
10054         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
10055         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
10056         (__ASSUME_UTIMENSAT): Define unconditionally.
10057         (__ASSUME_PRIVATE_FUTEX): Likewise.
10058         (__ASSUME_FALLOCATE): Likewise.
10059         (__ASSUME_O_CLOEXEC): Likewise.
10060         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
10061         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
10062         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
10063         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
10064         (__ASSUME_IN_NONBLOCK): Likewise.
10065         (__ASSUME_PIPE2): Likewise.
10066         (__ASSUME_EVENTFD2): Likewise.
10067         (__ASSUME_SIGNALFD4): Likewise.
10068         (__ASSUME_DUP3): Likewise.
10069         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10070         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
10071         (__ASSUME_AT_RANDOM): Likewise.
10072         (__ASSUME_PREADV): Likewise.
10073         (__ASSUME_PWRITEV): Likewise.
10074         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
10075         (__ASSUME_F_GETOWN_EX): Define unconditionally.
10076         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
10077         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
10078         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
10079         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10080         (__ASSUME_O_CLOEXEC): Define unconditionally.
10081         (__ASSUME_PSELECT): Do not undefine conditionally.
10082         (__ASSUME_PPOLL): Likewise.
10083         (__ASSUME_ATFCTS): Likewise.
10084         (__ASSUME_SET_ROBUST_LIST): Likewise.
10085         (__ASSUME_UTIMENSAT): Likewise.
10086         (__ASSUME_FDATASYNC): Define unconditionally.
10087         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10088         (__ASSUME_SIGFRAME_V2): Likewise.
10089         )__ASSUME_EVENTFD2): Likewise.
10090         (__ASSUME_SIGNALFD4): Likewise.
10091         (__ASSUME_PSELECT): Do not undefine conditionally.
10092         (__ASSUME_PPOLL): Likewise.
10093         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10094         (__ASSUME_PSELECT): Define unconditionally.
10095         (__ASSUME_PPOLL): Likewise.
10096         (__ASSUME_O_CLOEXEC): Likewise.
10097         (__ASSUME_SOCK_CLOEXEC): Likewise.
10098         (__ASSUME_IN_NONBLOCK): Likewise.
10099         (__ASSUME_PIPE2): Likewise.
10100         (__ASSUME_EVENTFD2): Likewise.
10101         (__ASSUME_SIGNALFD4): Likewise.
10102         (__ASSUME_DUP3): Likewise.
10103         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10104         (__ASSUME_O_CLOEXEC): Likewise.
10105         (__ASSUME_SOCK_CLOEXEC): Likewise.
10106         (__ASSUME_IN_NONBLOCK): Likewise.
10107         (__ASSUME_PIPE2): Likewise.
10108         (__ASSUME_EVENTFD2): Likewise.
10109         (__ASSUME_SIGNALFD4): Likewise.
10110         (__ASSUME_DUP3): Likewise.
10111         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10112         (__ASSUME_EVENTFD2): Likewise.
10113         (__ASSUME_SIGNALFD4): Likewise.
10114         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10116 2014-05-12  Andreas Schwab  <schwab@suse.de>
10118         [BZ #16932]
10119         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
10120         (_nss_nis_gethostbyname4_r): Return error if item length is larger
10121         than maximum RPC packet size.
10122         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
10123         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
10124         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
10125         (_nss_nis_getservbyport_r): Likewise.
10127 2014-05-12  Will Newton  <will.newton@linaro.org>
10129         * malloc/Makefile (tests): Add tst-mallopt.
10130         * malloc/tst-mallopt.c: New file.
10132 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10134         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
10135         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
10137 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10139         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
10140         (tst-tlsmod6.so): Likewise.
10142 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10144         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
10146 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
10148         [BZ #16064]
10149         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
10150         and <dl-procinfo.h>.
10151         (__fegetenv): Save SSE state in envp->__eip if supported.
10152         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
10153         envp->__eip if supported.
10154         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
10155         and <dl-procinfo.h>.
10156         (__fesetenv): Always set __eip, __cs_selector, __opcode,
10157         __data_offset and __data_selector in environment to 0.  Set SSE
10158         state if supported.
10159         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
10160         test-fenv-sse.
10161         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
10162         -mfpmath=sse.
10163         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
10165 2014-05-09  Will Newton  <will.newton@linaro.org>
10167         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
10168         and libc_relro_required for ARM.
10169         * sysdeps/arm/preconfigure: Regenerate.
10171 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10172             Stefan Liebler  <stli@linux.vnet.ibm.com>
10174         * config.make.in (enable-lock-elision): New Makefile variable.
10175         * configure.ac: Likewise.
10176         * configure: Regenerate.
10177         * sysdeps/s390/configure.ac:
10178         Add check for gcc transactions support.
10179         * sysdeps/s390/configure: Regenerate.
10180         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
10181         Build elision files if enabled.
10182         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
10183         Add lock elision support for s390.
10184         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
10185         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
10186         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
10187         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
10188         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
10189         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
10190         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
10191         Likewise.
10192         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
10193         Likewise.
10194         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
10195         Likewise.
10196         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
10197         Likewise.
10198         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
10199         (__lll_timedlock_elision, __lll_lock_elision)
10200         (__lll_unlock_elision, __lll_trylock_elision)
10201         (lll_timedlock_elision, lll_lock_elision)
10202         (lll_unlock_elision, lll_trylock_elision): Add.
10203         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
10204         (pthread_mutex_t): Add lock elision support for s390.
10206 2014-05-14  Wilco  <wdijkstr@arm.com>
10208         * sysdeps/arm/fclrexcpt.c: Cleanup.
10209         * sysdeps/arm/fedisblxcpt.c: Cleanup.
10210         * sysdeps/arm/feenablxcpt.c: Cleanup.
10211         * sysdeps/arm/fegetenv.c: Cleanup.
10212         * sysdeps/arm/fegetexcept.c: Cleanup.
10213         * sysdeps/arm/fegetround.c: Cleanup.
10214         * sysdeps/arm/feholdexcpt.c: Cleanup.
10215         * sysdeps/arm/fesetenv.c: Cleanup.
10216         * sysdeps/arm/fesetround.c: Cleanup.
10217         * sysdeps/arm/feupdateenv.c: Cleanup.
10218         * sysdeps/arm/fgetexcptflg.c: Cleanup.
10219         * sysdeps/arm/fraiseexcpt.c: Cleanup.
10220         * sysdeps/arm/fsetexcptflg.c: Cleanup.
10221         * sysdeps/arm/ftestexcept.c: Cleanup.
10222         * sysdeps/arm/get-rounding-mode.h: Cleanup.
10223         * sysdeps/arm/setfpucw.c: Cleanup.
10225 2014-05-09  Will Newton  <will.newton@linaro.org>
10227         * sysdeps/arm/armv7/strcmp.S: New file.
10228         * NEWS: Mention addition of ARMv7 optimized strcmp.
10230 2014-05-08  Roland McGrath  <roland@hack.frob.com>
10232         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
10233         look for %.ac rather than %.in.
10235         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
10236         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
10237         * sysdeps/mach/hurd/configure: Regenerated.
10238         * sysdeps/unix/sysv/linux/configure: Regenerated.
10240         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
10242 2014-05-07  Steve Ellcey  <sellcey@mips.com>
10244         [BZ# 16922]
10245         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
10246         (LONG_SUB): Ditto.
10247         (PTR_SUB): Ditto.
10249 2014-05-07  Andreas Schwab  <schwab@suse.de>
10251         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
10252         when skipping over non-matching result from nscd.
10254 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
10256         [BZ #16876]
10257         * nptl/sockperf.c (client): Check socket return value.
10259         [BZ #16877]
10260         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
10261         nscd security class.
10263 2014-05-06  Roland McGrath  <roland@hack.frob.com>
10265         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
10266         * sysdeps/arm/unwind.h: ... here.
10268 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
10270         [BZ# 16916]
10271         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
10272         Define.
10274 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
10276         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
10277         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
10278         multiarch strncpy for PPC64.
10279         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
10280         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
10281         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
10282         multiarch optimizations.
10283         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10284         (__libc_ifunc_impl_list): Likewise.
10285         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
10286         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
10287         multiarch stpncpy for PPC64.
10288         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
10289         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
10291 2014-05-06  Andreas Schwab  <schwab@suse.de>
10293         [BZ #16912]
10294         * gmon/mcount.c (_MCOUNT_DECL): Use
10295         atomic_compare_and_exchange_bool_acq instead of
10296         catomic_compare_and_exchange_bool_acq.
10298 2014-05-05  Roland McGrath  <roland@hack.frob.com>
10300         * elf/Makefile (others, install-bin): Remove pldd.
10301         (pldd-modules): Variable removed.
10302         ($(objpfx)pldd): Target removed.
10303         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
10304         (others, install-bin): Append pldd here.
10305         ($(objpfx)pldd): New target.
10307         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
10308         to 0, so the first #if test emitted later doesn't see it undefined.
10309         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
10310         * sysdeps/gnu/errlist.c: Regenerated.
10312 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10314         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
10315         [libc_hidden_builtin_def]: Define to empty value.
10316         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
10317         [libc_hidden_builtin_def]: Likewise.
10318         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
10319         [libc_hidden_builtin_def]: Likewise.
10320         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
10321         [libc_hidden_builtin_def]: Likewise.
10322         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
10323         __redirect_memcpy and define ifunc as default hidden symbol.
10324         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
10325         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
10327 2014-05-04  Adam Conrad  <adconrad@0c3.net>
10329         * locale/iso-4217.def: Reintroduce XDR currency.
10331 2014-05-04  Allan McRae  <allan@archlinux.org>
10333         * po/eo.po: Update Esperanto translation from translation project.
10335 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
10337         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
10338         and FEATURE_INDEX_MAX to 1.
10339         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
10341 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10343         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
10344         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
10345         * iconvdata/big5.c (ONE_DIRECTION): Define.
10346         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
10347         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
10348         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
10349         * iconvdata/cp932.c (ONE_DIRECTION): Define.
10350         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
10351         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
10352         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
10353         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
10354         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
10355         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
10356         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
10357         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
10358         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
10359         * iconvdata/gbk.c (ONE_DIRECTION): Define.
10360         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
10361         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
10362         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
10363         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
10364         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
10365         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
10366         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
10367         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
10368         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
10369         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
10370         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
10371         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
10372         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
10373         * iconvdata/iso646.c (ONE_DIRECTION): Define.
10374         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
10375         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
10376         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
10377         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
10378         * iconvdata/johab.c (ONE_DIRECTION): Define.
10379         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
10380         * iconvdata/sjis.c (ONE_DIRECTION): Define.
10381         * iconvdata/t.61.c (ONE_DIRECTION): Define.
10382         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
10383         * iconvdata/tscii.c (ONE_DIRECTION): Define.
10384         * iconvdata/uhc.c (ONE_DIRECTION): Define.
10385         * iconvdata/unicode.c (ONE_DIRECTION): Define.
10386         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
10387         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
10388         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
10390 2014-05-01  Roland McGrath  <roland@hack.frob.com>
10392         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
10393         (_IO_JUMPS_OFFSET): Define to 0.
10395         * nptl/sysdeps/pthread/bits/libc-lock.h
10396         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
10397         (__libc_lock_define_initialized_recursive): Always define using
10398         initializer.  Modern compilers treat uninitialized (implicit zero) and
10399         explicit zero initializers the same (i.e. put the datum in bss).
10401 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
10403         * nscd/nscd-client.h: Include <string.h>.
10405 2014-05-01  David S. Miller  <davem@davemloft.net>
10407         [BZ #16885]
10408         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
10409         multiple zero bytes exist at the end of a string.
10410         Reported by Aurelien Jarno <aurelien@aurel32.net>
10412         * string/test-strcmp.c (check): Add explicit test for situations where
10413         there are multiple zero bytes after the first.
10415 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
10417         [BZ #16890]
10418         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
10419         when compiling wprintf.
10420         * stdio-common/tstdiomisc.c (t3): New function.
10421         (main): Call it.
10423 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10425         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
10426         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
10427         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
10428         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
10430 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10432         * stdlib/longlong.h: Updated from GCC.
10434 2014-05-01  Will Newton  <will.newton@linaro.org>
10435             Bernard Ogden  <bernie.ogden@linaro.org>
10437         * NEWS: Update fixed bug list.
10439         [BZ #15119]
10440         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
10442 2014-04-30  David S. Miller  <davem@davemloft.net>
10444         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
10445         (libc_feholdexcept_setround_sparc_ctx): New function.
10446         (libc_fesetenv_sparc_ctx): Likewise.
10447         (libc_feupdateenv_sparc_ctx): Likewise.
10448         (libc_feholdsetround_sparc_ctx): Likewise.
10449         (libc_feholdexcept_setround_ctx): Define.
10450         (libc_feholdexcept_setroundf_ctx): Likewise.
10451         (libc_feholdexcept_setroundl_ctx): Likewise.
10452         (libc_fesetenv_ctx): Likewise.
10453         (libc_fesetenvf_ctx): Likewise.
10454         (libc_fesetenvl_ctx): Likewise.
10455         (libc_feupdateenv_ctx): Likewise.
10456         (libc_feupdateenvf_ctx): Likewise.
10457         (libc_feupdateenvl_ctx): Likewise.
10458         (libc_feresetround_ctx): Likewise.
10459         (libc_feresetroundf_ctx): Likewise.
10460         (libc_feresetroundl_ctx): Likewise.
10461         (libc_feholdsetround_ctx): Likewise.
10462         (libc_feholdsetroundf_ctx): Likewise.
10463         (libc_feholdsetroundl_ctx): Likewise.
10465         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
10466         with __USE_GNU instead of XOPEN cpp guards.
10468         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
10469         0.
10471         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
10472         with XOPEN cpp guards.
10474 2014-04-30  Julian Brown  <julian@codesourcery.com>
10476         [BZ #16888]
10477         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
10478         handling.
10480 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
10482         [BZ #9894]
10483         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
10484         Change to 2.6.32.
10485         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
10486         * sysdeps/unix/sysv/linux/configure: Regenerated.
10487         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
10488         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
10489         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
10490         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
10491         * README: Update reference to required Linux kernel version.
10492         * manual/install.texi (Linux): Update reference to required Linux
10493         kernel headers version.
10494         * INSTALL: Regenerated.
10496         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
10497         header inclusion.
10498         [POSIX] (limits.h): Likewise.
10499         [POSIX] (math.h): Likewise.
10500         [POSIX] (sys/wait.h): Likewise.
10501         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
10502         function.
10503         [POSIX] (stddef.h): Do not allow header inclusion.
10505 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10507         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
10509 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
10511         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
10512         Return immediately after lll_futex_wake.
10514 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10516         [BZ #16791]
10517         * nscd/nscd-client.h (datahead_init_common): Initialize entire
10518         structure.
10519         (datahead_init_pos): Call datahead_init_common early.
10520         (datahead_init_neg): Likewise.
10522         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
10523         datahead_init_neg): New functions.
10524         * nscd/aicache.c (addhstaiX): Use them.
10525         * nscd/grpcache.c (cache_addgr): Likewise.
10526         * nscd/hstcache.c (cache_addhst): Likewise.
10527         * nscd/initgrcache.c (addinitgroupsX): Likewise.
10528         * nscd/netgroupcache.c (do_notfound): Likewise.
10529         (addgetnetgrentX): Likewise.
10530         (addinnetgrX): Likewise.
10531         * nscd/pwdcache.c (cache_addpw): Likewise.
10532         * nscd/servicescache.c (cache_addserv): Likewise.
10534 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10535             Atsushi Onoe  <atsushi@onoe.org>
10537         [BZ #14308]
10538         [BZ #12994]
10539         [BZ #13651]
10540         * resolv/res_query.c (__libc_res_nsearch): Return if at least
10541         one response is valid.
10542         * resolv/res_send.c (send_dg): Check for validity of other
10543         response if the current response is a referral.
10545 2014-04-29  Steve Ellcey  <sellcey@mips.com>
10547         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
10549 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
10551         [BZ #16823]
10552         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
10553         Always divide by positive zero when computing -Inf result.
10554         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
10555         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
10557 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10559         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
10560         FPSCR if value do not change.
10561         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
10562         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
10563         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
10564         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
10565         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
10566         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
10567         function.
10569 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
10571         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
10572         * sysdeps/unix/sysv/linux/hppa: Move directory from
10573         ports/systeps/unix/sysv/linux/hppa.
10574         * README: Update listing for hppa-*-linux-gnu.
10576 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
10578         [BZ #16754]
10579         * manual/stdio.texi (Hook functions): Fix types of stream hook
10580         functions.
10581         [BZ #16854]
10582         * socket/sys/socket.h: Fix typo in comment.
10584 2014-04-28  Wilco  <wdijkstr@arm.com>
10586         * sysdeps/arm/fenv_private.h: New file.
10587         * sysdeps/arm/math_private.h: New file.
10588         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
10590 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
10592         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
10593         with __int128_t.
10594         (La_x86_64_retval): Likewise.
10596 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
10598         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
10599         fpsr if value didn't change.
10600         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
10601         to fpcr if value didn't change.
10602         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
10603         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
10604         fpsr or fpcr if value didn't change.
10605         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
10606         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
10607         fpcr if value didn't change.
10608         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
10609         to fpsr if value didn't change.
10611 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
10613         * nptl/tst-sem3.c: Use test-skeleton.c
10614         (main): Rename to do_test.  Use return instead of
10615         exit.
10616         * nptl/tst-sem4.c: Use test-skeleton.c
10617         (main): Rename to do_test.
10619 2014-04-22  David S. Miller  <davem@davemloft.net>
10621         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
10622         (struct sigaction): New struct member __glibc_reserved0, change
10623         type of sa_flags to int.
10625 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
10627         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
10628         (COUNT_LEADING_ZEROS_0): Define for AArch64.
10630 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
10632         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
10633         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
10635 2014-04-22  Will Newton  <will.newton@linaro.org>
10636             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
10638         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
10639         (__longjmp): Add longjmp and longjmp_target SystemTap
10640         probes.
10641         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
10642         (__sigsetjmp): Add setjmp SystemTap probe.
10644 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
10646         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
10647         match manual order.
10649 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10651         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
10653         * sysdeps/powerpc/fpu/fenv_private.h
10654         (libc_feholdexcept_setroundl_ctx): Define to
10655         libc_feholdexcept_setround_ppc_ctx.
10656         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
10657         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
10658         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
10659         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
10661 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
10663         * sysdeps/aarch64/math-tests.h: New file.
10665 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
10667         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
10668         New.
10669         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
10670         Check and set bit_AVX2_Usable.
10671         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
10672         macro.
10673         (bit_AVX2): Likewise.
10674         (index_AVX2_Usable): Likewise.
10675         (CPUID_AVX2): Likewise.
10676         (HAS_AVX2): Likewise.
10678 2014-04-17  Will Newton  <will.newton@linaro.org>
10680         * manual/setjmp.texi (System V contexts): Add note that
10681         calling setcontext on a context created by a call to a
10682         signal handler is undefined.  Update text to note that
10683         setcontext from a signal handler is possible but not
10684         recommended.
10686         [BZ #16629]
10687         * stdlib/tst-setcontext.c: Include signal.h.
10688         (main): Check that the signal stack before and
10689         after swapcontext is the same.
10691         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
10692         Re-implement to restore registers in user code and avoid
10693         rt_sigreturn system call.
10695 2014-04-17  Wilco  <wdijkstr@arm.com>
10697         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
10698         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
10699         * math/test-fenv.c: Skip exception trap tests on targets which only
10700         support non-stop mode.
10702 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
10703             Wilco Dijkstra  <wilco.dijkstra@arm.com>
10705         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
10706         (libc_feholdsetround_aarch64_ctx)
10707         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
10708         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
10709         (libc_feresetround_ctx, libc_feresetroundf_ctx)
10710         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
10711         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
10712         (libc_feresetround_noexl_ctx): Define.
10714 2014-04-16  Richard Henderson  <rth@redhat.com>
10716         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
10718         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
10719         unwind tables.
10721         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
10722         const from the non-libc, non-ldso copy.
10724         * sysdeps/alpha/libm-test-ulps: Regenerate.
10726 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
10727             Wilco Dijkstra  <wilco.dijkstra@arm.com>
10729         * sysdeps/aarch64/fpu/math_private.h: New file.
10731 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10733         * sysdeps/aarch64/libm-test-ulps: Regenerate.
10735 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
10737         [BZ #16275]
10738         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
10739         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
10740         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
10741         Intel MPX bound registers before _dl_profile_fixup.
10742         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
10743         registers after _dl_profile_fixup.  Save and restore bound
10744         registers bnd0/bnd1 when calling _dl_call_pltexit.
10745         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
10746         (LR_BND_OFFSET): Likewise.
10747         (LRV_BND0_OFFSET): Likewise.
10748         (LRV_BND1_OFFSET): Likewise.
10750 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
10752         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
10753         to...
10754         * sysdeps/mach/hurd/i386/tls.h: ... here.
10755         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
10756         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
10757         fields.
10759 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
10761         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
10763 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
10765         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
10767 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
10769         [BZ #14770]
10770         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
10771         * sysdeps/s390/configure: Regenerate.
10773         [BZ #16824]
10774         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
10775         Set round-to-nearest internally to reduce error accumulation.
10777 2014-04-16  Alan Modra  <amodra@gmail.com>
10779         [BZ #16740]
10780         [BZ #16619]
10781         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
10782         * math/libm-test.inc (frexp_test_data): Add tests.
10783         * NEWS: Update fixed bug list.
10785 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
10787         * benchtests/Makefile: Depend on libraries in build directory.
10788         (bench-math): Separate out math tests.
10789         (bench-pthread): Separate out pthread tests.
10790         (bench): Include math and pthread tests.
10792 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
10794         [BZ #16831]
10795         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
10796         _dl_debug_initialize.
10798         * configure.ac: Remove SELinux header check.
10799         * configure: Regenerate.
10800         * nscd/selinux.c (perms): Array of const char* to permission names.
10801         (nscd_request_avc_has_perm): Call security_deny_unknown to find
10802         default policy. Call string_to_security_class and string_to_av_perm to
10803         translate strings. Enforce default policy and call avs_has_perm with
10804         results of translated strings.
10806 2014-04-13  David S. Miller  <davem@davemloft.net>
10808         * sysdeps/sparc/fpu/libm-test-ulps: Update.
10810 2014-04-12  Allan McRae  <allan@archlinux.org>
10812         [BZ #16838]
10813         * manual/string.texi (Collation Functions): Fix qsort argument
10814         order in example.
10815         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
10817 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
10819         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
10820         Make the test a no-op if there are no exceptions defined.
10822 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
10824         * elf/Makefile (tests): make tst-dlopen-aout conditional on
10825         enable-hardcoded-path-in-tests
10827 2014-04-11  Will Newton  <will.newton@linaro.org>
10829         * benchtests/Makefile (extra-objs): Add json-lib.o.
10830         (bench-func): Tidy up JSON output.
10831         * benchtests/bench-skeleton.c: Include json-lib.h.
10832         (main): Use JSON library functions to do output of
10833         benchmark results.
10834         * benchtests/bench-timing-type.c (main): Output the
10835         timing type simply, leaving formatting to the user.
10836         * benchtests/json-lib.c: New file.
10837         * benchtests/json-lib.h: Likewise.
10839 2014-04-11  Torvald Riegel  <triegel@redhat.com>
10841         [BZ #15215]
10842         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
10843         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
10844         memory barriers.  Add comments.
10845         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
10846         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
10847         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
10848         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
10849         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
10850         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
10852 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
10854         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
10855         * sysdeps/s390/s390-64/configure.ac: ... this ...
10856         * sysdeps/s390/configure.ac: ... to here.
10857         * sysdeps/s390/s390-32/configure: Delete file.
10858         * sysdeps/s390/s390-64/configure: Delete file.
10859         * sysdeps/s390/configure: Regenerate.
10861 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
10863         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
10865 2014-04-11  Will Newton  <will.newton@linaro.org>
10867         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
10868         to zero if it is not defined elsewhere.  (mtrim): Test
10869         the value of MALLOC_DEBUG with #if rather than #ifdef.
10871 2014-04-10 Torvald Riegel  <triegel@redhat.com>
10873         * benchtests/pthread_once-inputs: New file.
10874         * benchtests/pthread_once-source.c: New file.
10875         * benchtests/README: Update documentation.
10877 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
10878             H.J. Lu  <hongjiu.lu@intel.com>
10880         [BZ #16275]
10881         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
10882         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
10883         * sysdeps/x86_64/configure: Regenerated.
10884         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
10885         macro.
10886         (REGISTER_SAVE_RAX): Likewise.
10887         (REGISTER_SAVE_RCX): Likewise.
10888         (REGISTER_SAVE_RDX): Likewise.
10889         (REGISTER_SAVE_RSI): Likewise.
10890         (REGISTER_SAVE_RDI): Likewise.
10891         (REGISTER_SAVE_R8): Likewise.
10892         (REGISTER_SAVE_R9): Likewise.
10893         (REGISTER_SAVE_BND0): Likewise.
10894         (REGISTER_SAVE_BND1): Likewise.
10895         (REGISTER_SAVE_BND2): Likewise.
10896         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
10897         bound registers when calling _dl_fixup.
10899 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10901         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
10902         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
10903         of its definition.
10904         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
10905         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
10906         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
10907         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
10908         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
10909         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
10910         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
10912 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
10914         [BZ #15514]
10915         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
10916         pathconf(_PC_NAME_MAX).
10918 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10920         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
10921         Remove macro usage.
10922         (__PTHREAD_SPINS): Move definition to ...
10923         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
10924         (__PTHREAD_SPINS): ... here.
10925         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
10926         (__PTHREAD_SPIN): Likewise.
10927         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
10928         (__PTHREAD_SPIN): Likewise.
10929         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
10930         (__PTHREAD_SPIN): Likewise.
10931         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
10932         (__PTHREAD_SPIN): Likewise.
10933         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
10934         (__PTHREAD_SPIN): Likewise.
10935         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
10936         (__PTHREAD_SPIN): Likewise.
10937         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
10938         (__PTHREAD_SPIN): Likewise.
10939         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
10940         (__PTHREAD_SPIN): Likewise.
10941         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
10942         (__PTHREAD_SPIN): Likewise.
10943         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
10944         (__PTHREAD_SPIN): Likewise.
10945         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
10946         (__PTHREAD_SPIN): Likewise.
10947         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
10948         (__PTHREAD_SPIN): Likewise.
10950         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
10951         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
10952         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
10953         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
10954         imply folder.
10955         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
10956         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
10957         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
10958         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
10959         correct imply path.
10960         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
10961         strlen symbol for non multi-arch builds.
10962         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
10963         missing hidden_def and weak_alias.
10965 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
10967         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
10969 2014-04-07  Will Newton  <will.newton@linaro.org>
10971         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
10972         and contents.  [!_LIBC] Remove #ifndef and contents.
10973         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
10974         * string/memccpy.c (__memccpy): Use ANSI prototype.
10975         * string/memfrob.c (memfrob): Likewise.
10976         * string/strcoll.c (STRCOLL): Likewise.
10977         * string/strlen.c (strlen): Likewise.
10978         * string/strtok.c (STRTOK): Likewise.
10979         * string/strcat.c: Remove unused #include of memcopy.h.
10980         (strcat): Use ANSI prototype.
10981         * string/strchr.c: Remove unused #include of memcopy.h.
10982         (strchr): Use ANSI prototype.
10983         * string/strcmp.c: Remove unused #include of memcopy.h.
10984         (strcmp): Use ANSI prototype.
10985         * string/strcpy.c: Remove unused #include of memcopy.h.
10986         (strcpy): Use ANSI prototype.
10988 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10990         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
10991         * config.make.in (config-extra-cppflags): Set it from
10992         libc_extra_cppflags.
10993         * configure.ac (libc_extra_cflags): Make it accumulate over
10994         configure fragments.
10995         (libc_extra_cppflags): New flag.
10996         * configure. Regenerate.
10997         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
10998         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
10999         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
11000         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
11002         [BZ #16815]
11003         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
11004         result for FE_DOWNWARD rounding mode.
11005         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
11006         Likewise.
11007         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11009 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
11011         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
11012         in function argument name.
11014 2014-04-03  David Svoboda  <svoboda@cert.org>
11016         [BZ #5666]
11017         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
11018         explicitly.
11020 2014-04-03  Roland McGrath  <roland@hack.frob.com>
11022         * elf/dl-unmap-segments.h: New file.
11023         * sysdeps/generic/ldsodefs.h
11024         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
11025         * elf/dl-close.c: Include <dl-unmap-segments.h>.
11026         * elf/dl-fptr.c: Likewise.
11027         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
11028         * sysdeps/aarch64/tlsdesc.c: Likewise.
11029         * sysdeps/arm/tlsdesc.c: Likewise.
11030         * sysdeps/i386/tlsdesc.c: Likewise.
11031         * sysdeps/tile/dl-runtime.c: Likewise.
11032         * sysdeps/x86_64/tlsdesc.c: Likewise.
11033         * elf/dl-load.h: New file.
11034         * elf/dl-load.c: Include it.
11035         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
11036         Macros moved to dl-load.h.
11037         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
11038         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
11039         Use _dl_unmap_segments in place of __munmap.
11040         Break out segment-mapping loop into ...
11041         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
11043 2014-04-03  Will Newton  <will.newton@linaro.org>
11045         * elf/dl-lookup.c (do_lookup_x): Remove comment
11046         referring to nested function and move variable
11047         declarations down to before first use.
11049 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
11051         [BZ #16799]
11052         [BZ #16800]
11053         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
11054         with 0 numerator.
11055         * math/s_catanf.c (__catanf): Likewise.
11056         * math/s_catanh.c (__catanh): Likewise.
11057         * math/s_catanhf.c (__catanhf): Likewise.
11058         * math/s_catanhl.c (__catanhl): Likewise.
11059         * math/s_catanl.c (__catanl): Likewise.
11060         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
11061         by positive zero when computing -Inf result.
11062         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
11063         (catanh_test): Likewise.
11064         * sysdeps/i386/fpu/libm-test-ulps: Update.
11065         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11067         [BZ #16789]
11068         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
11069         instead of using underflowing value in computing result.
11070         * math/s_clog10.c (__clog10): Likewise.
11071         * math/s_clog10f.c (__clog10f): Likewise.
11072         * math/s_clog10l.c (__clog10l): Likewise.
11073         * math/s_clogf.c (__clogf): Likewise.
11074         * math/s_clogl.c (__clogl): Likewise.
11075         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
11076         (clog10_test): Likewise.
11077         * sysdeps/i386/fpu/libm-test-ulps: Update.
11078         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11080 2014-04-02  Alan Modra  <amodra@gmail.com>
11082         [BZ #16739]
11083         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
11084         output when value is near a power of two.  Use int64_t for lx and
11085         remove casts.  Use decimal rather than hex exponent constants.
11086         Don't use long double multiplication when double will suffice.
11087         * math/libm-test.inc (nextafter_test_data): Add tests.
11088         * NEWS: Add 16739 and 16786 to bug list.
11090         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
11092         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
11094 2014-04-01  Will Newton  <will.newton@linaro.org>
11096         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
11097         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
11099 2014-04-01  Florian Weimer  <fweimer@redhat.com>
11101         [BZ #13347]
11102         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
11103         * nptl/tst-setuid2.c: New file.
11104         * nptl/Makefile (xtests): Add tst-setuid2.
11106 2014-04-01  Alan Modra  <amodra@gmail.com>
11108         [BZ #16786]
11109         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
11111 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11113         [BZ #6803]
11114         [BZ #6804]
11115         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
11116         set errno as appropriate.
11117         * math/w_scalbf.c (__scalbf): Likewise.
11118         * math/w_scalbl.c (__scalbl): Likewise.
11119         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
11120         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
11121         * math/libm-test.inc (scalb_test_data): Add errno expectations.
11122         Add more NaN tests.
11124         [BZ #16349]
11125         * math/w_atan2.c: Include <errno.h>.
11126         (__atan2): Set errno for result underflowing to zero.
11127         * math/w_atan2f.c: Include <errno.h>.
11128         (__atan2f): Set errno for result underflowing to zero.
11129         * math/w_atan2l.c: Include <errno.h>.
11130         (__atan2l): Set errno for result underflowing to zero.
11131         * math/auto-libm-test-in: Don't allow missing errno for some atan2
11132         tests.
11133         * math/auto-libm-test-out: Regenerated.
11135 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11137         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
11138         Encode instruction correctly in little endian.
11139         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
11140         Likewise.
11141         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
11142         Likewise.
11143         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
11144         Likewise.
11145         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
11146         Likewise.
11148 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11150         [BZ #9894]
11151         * sysdeps/unix/sysv/linux/kernel-features.h
11152         [__sparc__ && !__arch64__ && !__sparc_v9__]
11153         (__ASSUME_SET_ROBUST_LIST): Do not define.
11154         [__sparc__ && !__arch64__ && !__sparc_v9__]
11155         (__ASSUME_FUTEX_LOCK_PI): Likewise.
11156         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
11157         Likewise.
11158         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11159         (__ASSUME_FUTEX_LOCK_PI): Undefine.
11160         (__ASSUME_REQUEUE_PI): Likewise.
11161         (__ASSUME_SET_ROBUST_LIST): Likewise.
11162         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11163         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
11164         Undefine.
11165         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11166         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
11167         Likewise.
11168         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
11169         Likewise.
11170         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
11171         Likewise.
11172         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11173         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
11174         Undefine.
11175         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
11176         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
11177         Likewise.
11179         [BZ #16648]
11180         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11181         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
11182         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
11184 2014-03-31  Will Newton  <will.newton@linaro.org>
11186         * benchtests/Makefile (bench): Add ffs and ffsll to list
11187         of tests.
11188         * benchtests/ffs-inputs: New file.
11189         * benchtests/ffsll-inputs: Likewise.
11191 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
11193         [BZ #16770]
11194         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
11195         too large before casting to int.
11196         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
11197         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
11198         * math/libm-test.inc (scalb_test_data): Add more tests.
11200 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
11202         * benchtests/Makefile (DETAILED_OPT): New make option.
11203         (bench-func): Run benchmark program with -d if DETAILED_OPT is
11204         set.
11205         * benchtests/bench-skeleton.c: Include stdbool.h.
11206         (main): Store and print timings per input.
11207         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
11208         member to each argument value.
11209         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
11210         (_print_arg_data): Initialize per-input timing to 0.
11212         * benchtests/Makefile (timing-type): New binary.
11213         (bench-clean): Also remove bench-timing-type.
11214         (bench): New target for timing-type.
11215         (bench-func): Print output in JSON format.
11216         * benchtests/bench-skeleton.c (main): Print output in JSON
11217         format.
11218         * benchtests/bench-timing-type.c: New file.
11219         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
11220         (TIMING_PRINT_STATS): Remove.
11221         * benchtests/scripts/bench.py (_print_arg_data): Store variant
11222         name separately.
11224         * benchtests/bench-modf.c: Remove.
11225         * benchtests/modf-inputs: New inputs file.
11227 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
11229         [BZ #16362]
11230         * math/s_clog10.c (M_PI_LOG10E): New macro.
11231         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
11232         imaginary parts are 0.
11233         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
11234         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
11235         imaginary parts are 0.
11236         * math/s_clog10l.c (M_PI_LOG10El): New macro.
11237         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
11238         imaginary parts are 0.
11239         * math/libm-test.inc (clog10_test_data): Update expected results
11240         for when real and imaginary parts are 0.
11242 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
11244         * elf/dl-load.c: Finish conversion of __builtin_expect into
11245         __glibc_{un}likely.
11247 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
11249         [BZ #16348]
11250         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
11251         1+x for argument with exponent below -67.
11252         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
11253         Likewise.
11254         * math/auto-libm-test-in: Add more tests of exp.
11255         * math/auto-libm-test-out: Regenerated.
11257 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11259         [BZ #16759]
11260         * inet/getnetgrent_r.c (get_nonempty_val): New function.
11261         (nscd_getnetgrent): Use it.
11263         [BZ #16760]
11264         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
11265         of stpcpy.
11267 2014-03-27  Andi Kleen  <ak@linux.intel.com>
11269         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
11270         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11271         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11272         (lll_robust_unlock): Remove out of line section. Use cfi
11273         intrinsics.
11274         (LLL_STUB_UNWIND_INFO*): Remove.
11275         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
11276         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11277         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11278         (lll_robust_unlock): Remove out of line section. Use cfi
11279         intrinsics.
11280         (LLL_STUB_UNWIND_INFO*): Remove.
11282 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11284         [BZ #16758]
11285         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
11286         blank values.
11288 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
11290         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
11292 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
11294         [BZ #16198]
11295         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
11296         fnstenv.
11297         * math/test-fenv-preserve.c: New file.
11298         * math/Makefile (tests): Add test-fenv-preserve.
11300 2014-03-26  Will Newton <will.newton@linaro.org>
11302         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
11304 2014-03-25  Roland McGrath  <roland@hack.frob.com>
11306         * scripts/versionlist.awk: Partition the version sets and emit all
11307         GLIBC_* (sorted) before all others (sorted).
11309 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11311         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
11312         GLIBC_2.2.5 version.
11314 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11316         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
11317         calls.
11319         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
11320         previous change.
11322         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11324 2014-03-25  Andreas Schwab  <schwab@suse.de>
11326         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
11327         label to be used after in6ailist is initialized.
11329 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11331         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11332         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
11334 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11336         [BZ #16357]
11337         [BZ #16599]
11338         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
11339         min_plus_half.
11340         (fp_formats): Update initializers.
11341         (init_fp_formats): Initialize new field.
11342         (output_for_one_input_case): Allow underflow for results up to
11343         min_plus_half.
11344         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
11345         * math/auto-libm-test-in: Don't mark some underflows from asin and
11346         atanh as spurious.
11347         * math/auto-libm-test-out: Regenerated.
11348         * sysdeps/i386/fpu/libm-test-ulps: Update.
11349         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11351 2014-03-25  Andreas Schwab  <schwab@suse.de>
11353         * libio/Makefile (tst-ftell-partial-wide-ENV)
11354         (tst-ftell-active-handler-ENV): Define.
11356 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
11358         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
11360 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
11362         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
11364 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
11366         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
11367         * sysdeps/x86_64/fpu/multiarch/e_exp.c
11368         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
11370 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
11372         [BZ #16634]
11373         * elf/dl-load.c (open_verify): Add mode parameter.
11374         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
11375         (open_path): Change from boolean 'secure' to complete flag 'mode'
11376         (_dl_map_object): Adjust.
11377         * elf/Makefile (tests): Add tst-dlopen-aout.
11378         * elf/tst-dlopen-aout.c: New test.
11380 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
11382         [BZ #16714]
11383         * sysdeps/unix/sysv/linux/s390/bits/stat.h
11384         (struct stat): Rename member pad0 to __glibc_reserved0.
11386         [BZ #16712]
11387         * sysdeps/s390/s390-32/bits/wordsize.h
11388         (__WORDSIZE32_SIZE_ULONG): New define.
11389         * sysdeps/s390/s390-64/bits/wordsize.h
11390         (__WORDSIZE32_SIZE_ULONG): Likewise.
11391         * sysdeps/generic/stdint.h (SIZE_MAX):
11392         Define as UL if __WORDSIZE32_SIZE_ULONG.
11394         [BZ #16713]
11395         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
11396         (__glibc_reserved0): New variable.
11397         (sa_flags): Change type to int.
11399         * posix/Makefile (before-compile): Use += before-compile instead
11400         of a :=.
11402         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11403         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
11405 2014-03-20  Andreas Schwab  <schwab@suse.de>
11407         [BZ #16743]
11408         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
11409         non-matching result from nscd.
11411 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11413         * scripts/bench.py: Moved to ...
11414         * benchtests/scripts/bench.py: ... here.
11415         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
11417 2014-03-24  Andreas Schwab  <schwab@suse.de>
11419         [BZ #16002]
11420         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
11421         alloca_account and account alloca use for struct in6ailist.
11423 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
11425         [BZ #16284]
11426         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
11427         rounding mode to recompute results that overflow to infinity or
11428         underflow to zero.
11429         * math/auto-libm-test-in: Don't mark tests as expected to fail for
11430         bug 16284.
11431         * math/auto-libm-test-out: Regenerated.
11432         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
11433         (ccosh_test): Likewise.
11434         (csin_test_data): Use plus_oflow.
11435         (csin_test): Use ALL_RM_TEST.
11436         (csinh_test_data): Use plus_oflow.
11437         (csinh_test): Use ALL_RM_TEST.
11438         * sysdeps/i386/fpu/libm-test-ulps: Update.
11439         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11441 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
11443         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
11444         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
11445         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
11447         [BZ #16731]
11448         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
11449         when x - 1 is zero.
11450         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
11451         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
11452         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
11453         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
11454         argument is 1.
11455         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
11456         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
11457         zero.
11458         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
11459         * sysdeps/i386/fpu/libm-test-ulps: Update.
11460         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11462 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
11464         * scripts/bench.pl: Remove file.
11465         * scripts/bench.py: New benchmark script.
11466         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
11467         * benchtests/README: Mention python dependency.
11468         * scripts/pylintrc: New file.
11469         * scripts/pylint: New file.
11471         * bits/mathdef.h: Use #ifdef instead of #if.
11472         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
11473         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11474         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
11475         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11476         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
11477         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11479 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11480             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
11482         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
11483         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
11484         and strpbrk-ppc64 objects.
11485         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11486         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
11487         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
11488         multiarch strpbrk for POWER7.
11489         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
11490         multiarch strpbrk for PPC64.
11491         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
11492         ifunc selector.
11493         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
11494         strpbrk for POWER7.
11496 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
11498         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
11499         (atan_test): Likewise.
11500         (atanh_test_data): Use NO_TEST_INLINE for two tests.
11501         (atanh_test): Use ALL_RM_TEST.
11502         (atan2_test_data): Likewise.
11503         (cabs_test): Likewise.
11504         (cacosh_test): Likewise.
11505         (carg_test): Likewise.
11506         (casin_test): Likewise.
11507         (casinh_test): Likewise.
11508         (cbrt_test): Likewise.
11509         (csqrt_test): Likewise.
11510         (erf_test): Likewise.
11511         (erfc_test): Likewise.
11512         (pow10_test): Likewise.
11513         (exp2_test): Likewise.
11514         (hypot_test): Likewise.
11515         (j0_test): Likewise.
11516         (j1_test): Likewise.
11517         (lgamma_test): Likewise.
11518         (gamma_test): Likewise.
11519         (sincos_test): Likewise.
11520         (tanh_test): Likewise.
11521         (y0_test): Likewise.
11522         (y1_test): Likewise.
11523         * sysdeps/i386/fpu/libm-test-ulps: Update.
11524         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11526 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11528         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
11529         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
11530         and strcspn-ppc64 objects.
11531         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11532         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
11533         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
11534         multiarch strcspn for POWER7.
11535         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
11536         multiarch strcspn for PPC64.
11537         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
11538         ifunc selector.
11539         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
11540         strcspn for POWER7.
11542 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
11544         * math/gen-libm-test.pl (generate_testfile): Expect only function
11545         name as argument to AUTO_TESTS_* and pass results for all rounding
11546         modes to parse_args.
11547         (parse_auto_input): Separate inputs of automatic tests from
11548         outputs before storing in %auto_tests.
11549         * math/libm-test.inc (acos_test_data): Update call to
11550         AUTO_TESTS_f_f.
11551         (acos_test): Use ALL_RM_TEST.
11552         (acos_tonearest_test_data): Remove.
11553         (acos_test_tonearest): Likewise.
11554         (acos_towardzero_test_data): Likewise.
11555         (acos_test_towardzero): Likewise.
11556         (acos_downward_test_data): Likewise.
11557         (acos_test_downward): Likewise.
11558         (acos_upward_test_data): Likewise.
11559         (acos_test_upward): Likewise.
11560         (acosh_test_data): Update call to AUTO_TESTS_f_f.
11561         (asin_test_data): Likewise.
11562         (asin_test): Use ALL_RM_TEST.
11563         (asin_tonearest_test_data): Remove.
11564         (asin_test_tonearest): Likewise.
11565         (asin_towardzero_test_data): Likewise.
11566         (asin_test_towardzero): Likewise.
11567         (asin_downward_test_data): Likewise.
11568         (asin_test_downward): Likewise.
11569         (asin_upward_test_data): Likewise.
11570         (asin_test_upward): Likewise.
11571         (asinh_test_data): Update call to AUTO_TESTS_f_f.
11572         (atan_test_data): Likewise.
11573         (atanh_test_data): Likewise.
11574         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
11575         (cabs_test_data): Update call to AUTO_TESTS_c_f.
11576         (carg_test_data): Likewise.
11577         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
11578         (ccos_test_data): Update call to AUTO_TESTS_c_c.
11579         (ccosh_test_data): Likewise.
11580         (cexp_test_data): Likewise.
11581         (clog_test_data): Likewise.
11582         (clog10_test_data): Likewise.
11583         (cos_test_data): Update call to AUTO_TESTS_f_f.
11584         (cos_test): Use ALL_RM_TEST.
11585         (cos_tonearest_test_data): Remove.
11586         (cos_test_tonearest): Likewise.
11587         (cos_towardzero_test_data): Likewise.
11588         (cos_test_towardzero): Likewise.
11589         (cos_downward_test_data): Likewise.
11590         (cos_test_downward): Likewise.
11591         (cos_upward_test_data): Likewise.
11592         (cos_test_upward): Likewise.
11593         (cosh_test_data): Update call to AUTO_TESTS_f_f.
11594         (cosh_test): Use ALL_RM_TEST.
11595         (cosh_tonearest_test_data): Remove.
11596         (cosh_test_tonearest): Likewise.
11597         (cosh_towardzero_test_data): Likewise.
11598         (cosh_test_towardzero): Likewise.
11599         (cosh_downward_test_data): Likewise.
11600         (cosh_test_downward): Likewise.
11601         (cosh_upward_test_data): Likewise.
11602         (cosh_test_upward): Likewise.
11603         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
11604         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
11605         (ctan_test_data): Likewise.
11606         (ctan_test): Use ALL_RM_TEST.
11607         (ctan_tonearest_test_data): Remove.
11608         (ctan_test_tonearest): Likewise.
11609         (ctan_towardzero_test_data): Likewise.
11610         (ctan_test_towardzero): Likewise.
11611         (ctan_downward_test_data): Likewise.
11612         (ctan_test_downward): Likewise.
11613         (ctan_upward_test_data): Likewise.
11614         (ctan_test_upward): Likewise.
11615         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
11616         (ctanh_test): Use ALL_RM_TEST.
11617         (ctanh_tonearest_test_data): Remove.
11618         (ctanh_test_tonearest): Likewise.
11619         (ctanh_towardzero_test_data): Likewise.
11620         (ctanh_test_towardzero): Likewise.
11621         (ctanh_downward_test_data): Likewise.
11622         (ctanh_test_downward): Likewise.
11623         (ctanh_upward_test_data): Likewise.
11624         (ctanh_test_upward): Likewise.
11625         (erf_test_data): Update call to AUTO_TESTS_f_f.
11626         (erfc_test_data): Likewise.
11627         (exp_test_data): Likewise.
11628         (exp_test): Use ALL_RM_TEST.
11629         (exp_tonearest_test_data): Remove.
11630         (exp_test_tonearest): Likewise.
11631         (exp_towardzero_test_data): Likewise.
11632         (exp_test_towardzero): Likewise.
11633         (exp_downward_test_data): Likewise.
11634         (exp_test_downward): Likewise.
11635         (exp_upward_test_data): Likewise.
11636         (exp_test_upward): Likewise.
11637         (exp10_test_data): Update call to AUTO_TESTS_f_f.
11638         (exp10_test): Use ALL_RM_TEST.
11639         (exp10_tonearest_test_data): Remove.
11640         (exp10_test_tonearest): Likewise.
11641         (exp10_towardzero_test_data): Likewise.
11642         (exp10_test_towardzero): Likewise.
11643         (exp10_downward_test_data): Likewise.
11644         (exp10_test_downward): Likewise.
11645         (exp10_upward_test_data): Likewise.
11646         (exp10_test_upward): Likewise.
11647         (exp2_test_data): Update call to AUTO_TESTS_f_f.
11648         (expm1_test_data): Likewise.
11649         (expm1_test): Use ALL_RM_TEST.
11650         (expm1_tonearest_test_data): Remove.
11651         (expm1_test_tonearest): Likewise.
11652         (expm1_towardzero_test_data): Likewise.
11653         (expm1_test_towardzero): Likewise.
11654         (expm1_downward_test_data): Likewise.
11655         (expm1_test_downward): Likewise.
11656         (expm1_upward_test_data): Likewise.
11657         (expm1_test_upward): Likewise.
11658         (fma_test_data): Update call to AUTO_TESTS_fff_f.
11659         (fma_test): Use ALL_RM_TEST.
11660         (fma_towardzero_test_data): Remove.
11661         (fma_test_towardzero): Likewise.
11662         (fma_downward_test_data): Likewise.
11663         (fma_test_downward): Likewise.
11664         (fma_upward_test_data): Likewise.
11665         (fma_test_upward): Likewise.
11666         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
11667         (j0_test_data): Update call to AUTO_TESTS_f_f.
11668         (j1_test_data): Likewise.
11669         (jn_test_data): Update call to AUTO_TESTS_if_f.
11670         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
11671         (log_test_data): Update call to AUTO_TESTS_f_f.
11672         (log10_test_data): Likewise.
11673         (log1p_test_data): Likewise.
11674         (log2_test_data): Likewise.
11675         (pow_test_data): Update call to AUTO_TESTS_ff_f.
11676         (pow_tonearest_test_data): Likewise.
11677         (sin_test_data): Update call to AUTO_TESTS_f_f.
11678         (sin_test): Use ALL_RM_TEST.
11679         (sin_tonearest_test_data): Remove.
11680         (sin_test_tonearest): Likewise.
11681         (sin_towardzero_test_data): Likewise.
11682         (sin_test_towardzero): Likewise.
11683         (sin_downward_test_data): Likewise.
11684         (sin_test_downward): Likewise.
11685         (sin_upward_test_data): Likewise.
11686         (sin_test_upward): Likewise.
11687         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
11688         (sinh_test_data): Update call to AUTO_TESTS_f_f.
11689         (sinh_test): Use ALL_RM_TEST.
11690         (sinh_tonearest_test_data): Remove.
11691         (sinh_test_tonearest): Likewise.
11692         (sinh_towardzero_test_data): Likewise.
11693         (sinh_test_towardzero): Likewise.
11694         (sinh_downward_test_data): Likewise.
11695         (sinh_test_downward): Likewise.
11696         (sinh_upward_test_data): Likewise.
11697         (sinh_test_upward): Likewise.
11698         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
11699         (sqrt_test): Use ALL_RM_TEST.
11700         (sqrt_tonearest_test_data): Remove.
11701         (sqrt_test_tonearest): Likewise.
11702         (sqrt_towardzero_test_data): Likewise.
11703         (sqrt_test_towardzero): Likewise.
11704         (sqrt_downward_test_data): Likewise.
11705         (sqrt_test_downward): Likewise.
11706         (sqrt_upward_test_data): Likewise.
11707         (sqrt_test_upward): Likewise.
11708         (tan_test_data): Update call to AUTO_TESTS_f_f.
11709         (tan_test): Use ALL_RM_TEST.
11710         (tan_tonearest_test_data): Remove.
11711         (tan_test_tonearest): Likewise.
11712         (tan_towardzero_test_data): Likewise.
11713         (tan_test_towardzero): Likewise.
11714         (tan_downward_test_data): Likewise.
11715         (tan_test_downward): Likewise.
11716         (tan_upward_test_data): Likewise.
11717         (tan_test_upward): Likewise.
11718         (tanh_test_data): Update call to AUTO_TESTS_f_f.
11719         (tgamma_test_data): Likewise.
11720         (y0_test_data): Likewise.
11721         (y1_test_data): Likewise.
11722         (yn_test_data): Update call to AUTO_TESTS_if_f.
11723         (main): Do not call removed functions.
11725 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
11727         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
11728         (ldexp_test_data): Remove.
11729         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
11730         scalbn_test_data.
11731         (scalb_test): Use ALL_RM_TEST.
11733 2014-03-19  Andreas Schwab  <schwab@suse.de>
11735         * nscd/nscd.service: Also invalidate netgroup cache on reload.
11737 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
11739         [BZ #16649]
11740         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11741         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
11742         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
11743         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11744         (__ASSUME_PREADV): Undefine.
11745         (__ASSUME_PWRITEV): Likewise.
11747 2014-03-18  Roland McGrath  <roland@hack.frob.com>
11749         * bits/mman-linux.h: Add comment about non-Linux use.
11750         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
11751         bits/mman-linux.h resting place.
11753         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
11754         * bits/mman-linux.h: ... here.
11756 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11758         * conform/conformtest.pl: Add standard definition when calling C
11759         preprocessor on data files.
11760         (checknamespace): Remove unused variable.
11762 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
11764         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
11765         minus_oflow, plus_uflow and minus_uflow in expected results.
11766         * math/libm-test.inc (scalbn_test_data): Add more tests of
11767         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
11768         minus_uflow.
11769         (scalbn_test): Use ALL_RM_TEST.
11770         (scalbln_test_data): Add more tests of negative arguments.  Use
11771         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
11772         (scalbln_test): Use ALL_RM_TEST.
11774 2014-03-18  Roland McGrath  <roland@hack.frob.com>
11776         * scripts/abilist.awk: Ignore symbols marked with .hidden.
11778 2014-03-18  Will Newton  <will.newton@linaro.org>
11780         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
11781         inaccurate comment.
11783 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
11785         * Makerules [!subdir] (check-abi): Exit with error status if a
11786         test failed.
11788 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
11790         * math/libm-test.inc (nearbyint_test_data): Include all tests used
11791         for rint.  Include results for all rounding modes.
11792         (nearbyint_test): Use ALL_RM_TEST.
11793         (rint_test_data): Include all tests used for nearbyint.
11795 2014-03-17  Will Newton  <will.newton@linaro.org>
11797         * nptl/sysdeps/pthread/pthread.h: Revert previous
11798         change.
11800         * sysdeps/generic/ldsodefs.h: Revert previous
11801         change.
11803         * libio/genops.c: Revert previous change.
11804         * libio/libioP.h: Likewise.
11805         * stdio-common/vfprintf.c: Likewise.
11807         * sysdeps/generic/math_private.h: Revert previous
11808         change.
11810         * sysdeps/generic/math_private.h: Check whether
11811         HAVE_RM_CTX is defined with #ifdef rather
11812         than #if.
11814         * argp/argp-fmtstream.h: Check whether
11815         __STRICT_ANSI__ is defined with #ifdef rather
11816         than #if.
11817         * argp/argp.h: Likewise.
11819         * libio/genops.c: Check whether
11820         _IO_JUMPS_OFFSET is defined with #ifdef rather
11821         than #if.
11822         * libio/libioP.h: Likewise.
11823         * stdio-common/vfprintf.c: Likewise.
11825         * sysdeps/generic/ldsodefs.h: Check whether
11826         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
11827         than #if.
11829         * nptl/sysdeps/pthread/pthread.h: Check
11830         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
11831         its value.
11833 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
11835         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
11836         setting O_APPEND.
11837         * libio/tst-ftell-active-handler.c (do_append_test): Add a
11838         test case.
11840         [BZ #16680]
11841         * libio/fileops.c (_IO_file_open): Seek to end of file but
11842         don't cache the offset.
11843         (get_file_offset): Remove function.
11844         (do_ftell): Use cached offset when available.
11845         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
11846         don't cache the offset.
11847         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
11848         case.
11849         (do_one_test): Call it.
11850         (do_ftell_test): Fix up expected old offset for a+ mode.
11851         * libio/wfileops.c (do_ftell_wide): Used cached offset when
11852         available.
11854         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
11855         up test status with function return status.
11856         (do_write_test): Likewise.
11857         (do_append_test): Likewise.
11859         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
11860         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
11861         Remove.
11863 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
11865         * math/gen-libm-test.pl (parse_args): Handle results specified for
11866         each rounding mode separately.
11867         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
11868         tests and results from lrint_tonearest_test_data,
11869         lrint_towardzero_test_data, lrint_downward_test_data and
11870         lrint_upward_test_data.
11871         (lrint_test): Use ALL_RM_TEST.
11872         (lrint_tonearest_test_data): Remove.
11873         (lrint_test_tonearest): Likewise.
11874         (lrint_towardzero_test_data): Likewise.
11875         (lrint_test_towardzero): Likewise.
11876         (lrint_downward_test_data): Likewise.
11877         (lrint_test_downward): Likewise.
11878         (lrint_upward_test_data): Likewise.
11879         (lrint_test_upward): Likewise.
11880         (llrint_test_data): Merge in per-rounding-mode tests and results
11881         from llrint_tonearest_test_data, llrint_towardzero_test_data,
11882         llrint_downward_test_data and llrint_upward_test_data.
11883         (llrint_test): Use ALL_RM_TEST.
11884         (llrint_tonearest_test_data): Remove.
11885         (llrint_test_tonearest): Likewise.
11886         (llrint_towardzero_test_data): Likewise.
11887         (llrint_test_towardzero): Likewise.
11888         (llrint_downward_test_data): Likewise.
11889         (llrint_test_downward): Likewise.
11890         (llrint_upward_test_data): Likewise.
11891         (llrint_test_upward): Likewise.
11892         (rint_test_data): Merge in per-rounding-mode tests and results
11893         from rint_tonearest_test_data, rint_towardzero_test_data,
11894         rint_downward_test_data and rint_upward_test_data.  Add
11895         per-rounding-mode results for tests not in those arrays.
11896         (rint_test): Use ALL_RM_TEST.
11897         (rint_tonearest_test_data): Remove.
11898         (rint_test_tonearest): Likewise.
11899         (rint_towardzero_test_data): Likewise.
11900         (rint_test_towardzero): Likewise.
11901         (rint_downward_test_data): Likewise.
11902         (rint_test_downward): Likewise.
11903         (rint_upward_test_data): Likewise.
11904         (rint_test_upward): Likewise.
11905         (main): Don't call removed functions.
11907 2014-03-14  Roland McGrath  <roland@hack.frob.com>
11909         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
11910         "Compiled on ..." crapola.  It is anti-useful.
11912 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
11914         * scripts/evaluate-test.sh: Handle fourth argument to determine
11915         whether test run should stop on failure.
11916         * Makeconfig (stop-on-test-failure): New variable.
11917         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
11918         $(stop-on-test-failure).
11919         * Makefile (tests): Give a summary of results from testing and
11920         exit with failure status if they include an ERROR or FAIL.
11921         (xtests): Likewise.
11922         * manual/install.texi (Configuring and compiling): Mention
11923         stop-on-test-failure=y.
11924         * INSTALL: Regenerated.
11926 2014-03-14  Roland McGrath  <roland@hack.frob.com>
11928         * scripts/versionlist.awk: New file.
11929         * Makerules [$(build-shared) = yes]
11930         (postclean-generated): Add Versions.def, not Versions.def.v and
11931         Versions.def.v.i.
11932         ($(common-objpfx)Versions.def.v.i): Target removed.
11933         ($(common-objpfx)Versions.def): New target.
11934         ($(common-objpfx)Versions.all): Depend on that rather that
11935         $(common-objpfx)Versions.def.v.
11936         * Versions.def: File removed.
11938         * Makeconfig (+gccwarn): Add -Wundef.
11939         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
11940         a dl-sysdep.h breaking its contract.
11941         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
11942         * include/stackinfo.h: New file.
11943         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
11944         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
11945         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
11946         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
11947         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
11948         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
11949         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11950         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11951         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11952         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11953         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11954         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
11955         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11956         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11957         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11959 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11961         [BZ #16707]
11962         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
11963         implementation.
11964         * math/libm-test.inc (round_test_data): Add more tests.
11966         [BZ #16706]
11967         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
11968         implementation.
11969         * math/libm-test.inc (nearbyint_test_data): Add more tests.
11971         [BZ #16701]
11972         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
11973         implementation.
11974         * math/libm-test.inc (ceil_test_data): Add more tests.
11976         * math/libm-test.inc (trunc_test_data): Add more tests related to
11977         BZ#16414.
11979 2014-03-14  Roland McGrath  <roland@hack.frob.com>
11981         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
11982         with #if rather than #ifdef.
11983         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
11985 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
11987         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
11988         first.  Disable AVX-512 GCC support if assembler doesn't support
11989         it.
11990         * sysdeps/x86_64/configure: Regenerated.
11992 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
11994         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
11995         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
11996         (__old_pthread_attr_setstack): Likewise.
11997         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
11998         [!_STACK_GROWS_DOWN]: Likewise.
12000 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
12002         * config.make.in (have-bash2): Delete.
12003         * configure.ac (libc_cv_have_bash2): Delete.
12004         * configure: Regenerate.
12005         * elf/Makefile (common-ldd-rewrite): Rename to ...
12006         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
12007         (sh-ldd-rewrite): Delete.
12008         (bash-ldd-rewrite): Delete.
12009         (have-bash2): Delete checks.
12010         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
12011         ldd-rewrite.
12013         * config.make.in (have-ksh): Delete.
12014         (KSH): Delete.
12015         * configure.ac (libc_cv_have_ksh): Delete.
12016         * configure: Regenerate.
12018         * elf/Makefile: Delete $(have-ksh) check.
12019         ($(objpfx)sotruss): Change KSH to BASH.
12020         * elf/sotruss.ksh: Rename to ...
12021         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
12022         function style to match POSIX.  Drop ksh vim mode setting.
12024         * manual/time.texi (Specifying the Time Zone with TZ): Change
12025         Tuesday to Thursday.
12027         * debug/tst-longjmp_chk2.c: Update header comment.
12028         (stackoverflow_handler): Add comment.  Call assert on pass value.
12030 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
12032         [BZ #16194]
12033         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
12034         (HAVE_AVX512_ASM_SUPPORT): Likewise.
12035         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
12036         (La_x86_64_vector): Add zmm.
12037         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
12038         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
12039         ($(objpfx)tst-audit10): New target.
12040         ($(objpfx)tst-audit10.out): Likewise.
12041         (tst-audit10-ENV): New.
12042         (AVX512-CFLAGS): Likewise.
12043         (CFLAGS-tst-audit10.c): Likewise.
12044         (CFLAGS-tst-auditmod10a.c): Likewise.
12045         (CFLAGS-tst-auditmod10b.c): Likewise.
12046         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
12047         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
12048         * sysdeps/x86_64/configure: Regenerated.
12049         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
12050         AVX-512 zmm register support.
12051         (_dl_x86_64_save_sse): Likewise.
12052         (_dl_x86_64_restore_sse): Likewise.
12053         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
12054         size vector registers.
12055         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
12056         (ZMM_SIZE): Likewise.
12057         * sysdeps/x86_64/tst-audit10.c: New file.
12058         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
12059         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
12061 2014-03-13  Roland McGrath  <roland@hack.frob.com>
12063         * configure.ac (HAVE_EHDR_START): New check.
12064         * configure: Regenerated.
12065         * config.h.in (HAVE_EHDR_START): New #undef.
12066         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
12067         assuming the lowest-addressed segment maps the start of the file.
12069 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
12071         * INSTALL: Regenerated.
12073 2014-03-13  Will Newton  <will.newton@linaro.org>
12075         * manual/setjmp.texi (System V contexts): Improve
12076         clarity and grammar of documentation.
12078 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
12080         [BZ #16381]
12081         * elf/Makefile (tests): Add tst-pie2.
12082         (tests-pie): Add tst-pie2.
12083         * elf/tst-pie2.c: New file.
12084         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
12085         for ET_EXEC.
12086         * elf/rtld.c (map_doit): Load executable as lt_executable.
12087         (dl_main): Likewise.
12089 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
12091         [BZ #16642]
12092         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12093         (__ASSUME_PSELECT): Undefine.
12095 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12097         [BZ #16689]
12098         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
12099         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
12100         static build.
12101         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
12102         selector for static builds.
12104 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
12106         [BZ #16695]
12107         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
12108         key in the buffer.
12110 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12112         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
12113         IFUNC selector for static builds.
12115 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
12117         * sysdeps/mips/math_private.h [__mips_hard_float]
12118         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
12119         libc_feresetround_mips_ctx.
12120         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
12121         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
12122         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
12124         [BZ #16677]
12125         * math/s_nextafter.c (__nextafter): Do not return value from
12126         overflowing computation.
12127         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
12128         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
12129         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
12130         Likewise.
12131         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
12132         Likewise.
12133         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
12134         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
12136 2014-03-11  Roland McGrath  <roland@hack.frob.com>
12138         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
12139         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
12140         Move sfi_sp use from the load-multiple (that no longer sets sp) to
12141         the new mov targetting sp.
12143 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12145         [BZ #16683]
12146         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
12147         Define it for static builds as well.
12148         (NO_BZERO_IMPL): Likewise.
12150 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12152         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
12153         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
12154         multiarch strspn for PPC64.
12155         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
12156         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
12157         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12158         (__libc_ifunc_impl_list): Likewise.
12159         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
12160         multiarch optimizations
12161         * string/strspn.c (strspn): Using macro to redefine symbol name.
12163 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12164             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12166         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
12167         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
12168         multiarch strncat for PPC64.
12169         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
12170         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
12171         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12172         (__libc_ifunc_impl_list): Likewise.
12173         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
12174         multiarch optimizations
12176 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
12178         [BZ #16639]
12179         * nscd/nscd.service: Make service type forking.
12181 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12183         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
12184         sign in non default rounding modes.
12185         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
12187 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
12189         * math/libm-test.inc (ALL_RM_TEST): New macro.
12190         (ceil_test): Use ALL_RM_TEST.
12191         (cimag_test): Likewise.
12192         (conj_test): Likewise.
12193         (copysign_test): Likewise.
12194         (cproj_test): Likewise.
12195         (creal_test): Likewise.
12196         (fabs_test): Likewise.
12197         (floor_test): Likewise.
12198         (fmax_test): Likewise.
12199         (fmin_test): Likewise.
12200         (fmod_test): Likewise.
12201         (fpclassify_test): Likewise.
12202         (frexp_test): Likewise.
12203         (ilogb_test): Likewise.
12204         (isfinite_test): Likewise.
12205         (finite_test): Likewise.
12206         (isgreater_test): Likewise.
12207         (isgreaterequal_test): Likewise.
12208         (isinf_test): Likewise.
12209         (isless_test): Likewise.
12210         (islessequal_test): Likewise.
12211         (islessgreater_test): Likewise.
12212         (isnan_test): Likewise.
12213         (isnormal_test): Likewise.
12214         (issignaling_test): Likewise.
12215         (isunordered_test): Likewise.
12216         (logb_test): Likewise.
12217         (logb_downward_test_data): Remove.
12218         (logb_test_downward): Likewise.
12219         (lround_test): Use ALL_RM_TEST.
12220         (llround_test): Likewise.
12221         (modf_test): Likewise.
12222         (nexttoward_test): Likewise.
12223         (remainder_test): Likewise.
12224         (drem_test): Likewise.
12225         (remainder_tonearest_test_data): Likewise.
12226         (remainder_test_tonearest): Likewise.
12227         (drem_test_tonearest): Likewise.
12228         (remainder_towardzero_test_data): Likewise.
12229         (remainder_test_towardzero): Likewise.
12230         (drem_test_towardzero): Likewise.
12231         (remainder_downward_test_data): Likewise.
12232         (remainder_test_downward): Likewise.
12233         (drem_test_downward): Likewise.
12234         (remainder_upward_test_data): Likewise.
12235         (remainder_test_upward): Likewise.
12236         (drem_test_upward): Likewise.
12237         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
12238         (round_test): Use ALL_RM_TEST.
12239         (signbit_test): Likewise.
12240         (trunc_test): Likewise.
12241         (significand_test): Likewise.
12242         (main): Don't call removed functions.
12244 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
12246         [BZ #16674]
12247         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
12248         || __USE_XOPEN2K8].
12249         (ILL_ILLOPN): Likewise.
12250         (ILL_ILLADR): Likewise.
12251         (ILL_ILLTRP): Likewise.
12252         (ILL_PRVOPC): Likewise.
12253         (ILL_PRVREG): Likewise.
12254         (ILL_COPROC): Likewise.
12255         (ILL_BADSTK): Likewise.
12256         (FPE_INTDIV): Likewise.
12257         (FPE_INTOVF): Likewise.
12258         (FPE_FLTDIV): Likewise.
12259         (FPE_FLTOVF): Likewise.
12260         (FPE_FLTUND): Likewise.
12261         (FPE_FLTRES): Likewise.
12262         (FPE_FLTINV): Likewise.
12263         (FPE_FLTSUB): Likewise.
12264         (SEGV_MAPERR): Likewise.
12265         (SEGV_ACCERR): Likewise.
12266         (BUS_ADRALN): Likewise.
12267         (BUS_ADRERR): Likewise.
12268         (BUS_OBJERR): Likewise.
12269         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12270         (TRAP_TRACE): Likewise.
12271         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12272         __USE_XOPEN2K8].
12273         (CLD_KILLED): Likewise.
12274         (CLD_DUMPED): Likewise.
12275         (CLD_TRAPPED): Likewise.
12276         (CLD_STOPPED): Likewise.
12277         (CLD_CONTINUED): Likewise.
12278         (POLL_IN): Likewise.
12279         (POLL_OUT): Likewise.
12280         (POLL_MSG): Likewise.
12281         (POLL_ERR): Likewise.
12282         (POLL_PRI): Likewise.
12283         (POLL_HUP): Likewise.
12284         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
12285         Likewise.
12286         (ILL_ILLOPN): Likewise.
12287         (ILL_ILLADR): Likewise.
12288         (ILL_ILLTRP): Likewise.
12289         (ILL_PRVOPC): Likewise.
12290         (ILL_PRVREG): Likewise.
12291         (ILL_COPROC): Likewise.
12292         (ILL_BADSTK): Likewise.
12293         (FPE_INTDIV): Likewise.
12294         (FPE_INTOVF): Likewise.
12295         (FPE_FLTDIV): Likewise.
12296         (FPE_FLTOVF): Likewise.
12297         (FPE_FLTUND): Likewise.
12298         (FPE_FLTRES): Likewise.
12299         (FPE_FLTINV): Likewise.
12300         (FPE_FLTSUB): Likewise.
12301         (SEGV_MAPERR): Likewise.
12302         (SEGV_ACCERR): Likewise.
12303         (BUS_ADRALN): Likewise.
12304         (BUS_ADRERR): Likewise.
12305         (BUS_OBJERR): Likewise.
12306         (BUS_MCEERR_AR): Likewise.
12307         (BUS_MCEERR_AO): Likewise.
12308         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12309         (TRAP_TRACE): Likewise.
12310         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12311         __USE_XOPEN2K8].
12312         (CLD_KILLED): Likewise.
12313         (CLD_DUMPED): Likewise.
12314         (CLD_TRAPPED): Likewise.
12315         (CLD_STOPPED): Likewise.
12316         (CLD_CONTINUED): Likewise.
12317         (POLL_IN): Likewise.
12318         (POLL_OUT): Likewise.
12319         (POLL_MSG): Likewise.
12320         (POLL_ERR): Likewise.
12321         (POLL_PRI): Likewise.
12322         (POLL_HUP): Likewise.
12323         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
12324         (ILL_ILLOPN): Likewise.
12325         (ILL_ILLADR): Likewise.
12326         (ILL_ILLTRP): Likewise.
12327         (ILL_PRVOPC): Likewise.
12328         (ILL_PRVREG): Likewise.
12329         (ILL_COPROC): Likewise.
12330         (ILL_BADSTK): Likewise.
12331         (FPE_INTDIV): Likewise.
12332         (FPE_INTOVF): Likewise.
12333         (FPE_FLTDIV): Likewise.
12334         (FPE_FLTOVF): Likewise.
12335         (FPE_FLTUND): Likewise.
12336         (FPE_FLTRES): Likewise.
12337         (FPE_FLTINV): Likewise.
12338         (FPE_FLTSUB): Likewise.
12339         (SEGV_MAPERR): Likewise.
12340         (SEGV_ACCERR): Likewise.
12341         (BUS_ADRALN): Likewise.
12342         (BUS_ADRERR): Likewise.
12343         (BUS_OBJERR): Likewise.
12344         (BUS_MCEERR_AR): Likewise.
12345         (BUS_MCEERR_AO): Likewise.
12346         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12347         (TRAP_TRACE): Likewise.
12348         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12349         __USE_XOPEN2K8].
12350         (CLD_KILLED): Likewise.
12351         (CLD_DUMPED): Likewise.
12352         (CLD_TRAPPED): Likewise.
12353         (CLD_STOPPED): Likewise.
12354         (CLD_CONTINUED): Likewise.
12355         (POLL_IN): Likewise.
12356         (POLL_OUT): Likewise.
12357         (POLL_MSG): Likewise.
12358         (POLL_ERR): Likewise.
12359         (POLL_PRI): Likewise.
12360         (POLL_HUP): Likewise.
12361         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
12362         Likewise.
12363         (ILL_ILLOPN): Likewise.
12364         (ILL_ILLADR): Likewise.
12365         (ILL_ILLTRP): Likewise.
12366         (ILL_PRVOPC): Likewise.
12367         (ILL_PRVREG): Likewise.
12368         (ILL_COPROC): Likewise.
12369         (ILL_BADSTK): Likewise.
12370         (ILL_BADIADDR): Likewise.
12371         (ILL_BREAK): Likewise.
12372         (FPE_INTDIV): Likewise.
12373         (FPE_INTOVF): Likewise.
12374         (FPE_FLTDIV): Likewise.
12375         (FPE_FLTOVF): Likewise.
12376         (FPE_FLTUND): Likewise.
12377         (FPE_FLTRES): Likewise.
12378         (FPE_FLTINV): Likewise.
12379         (FPE_FLTSUB): Likewise.
12380         (FPE_DECOVF): Likewise.
12381         (FPE_DECDIV): Likewise.
12382         (FPE_DECERR): Likewise.
12383         (FPE_INVASC): Likewise.
12384         (FPE_INVDEC): Likewise.
12385         (SEGV_MAPERR): Likewise.
12386         (SEGV_ACCERR): Likewise.
12387         (SEGV_PSTKOVF): Likewise.
12388         (BUS_ADRALN): Likewise.
12389         (BUS_ADRERR): Likewise.
12390         (BUS_OBJERR): Likewise.
12391         (BUS_MCEERR_AR): Likewise.
12392         (BUS_MCEERR_AO): Likewise.
12393         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12394         (TRAP_TRACE): Likewise.
12395         (TRAP_BRANCH): Likewise.
12396         (TRAP_HWBKPT): Likewise.
12397         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12398         __USE_XOPEN2K8].
12399         (CLD_KILLED): Likewise.
12400         (CLD_DUMPED): Likewise.
12401         (CLD_TRAPPED): Likewise.
12402         (CLD_STOPPED): Likewise.
12403         (CLD_CONTINUED): Likewise.
12404         (POLL_IN): Likewise.
12405         (POLL_OUT): Likewise.
12406         (POLL_MSG): Likewise.
12407         (POLL_ERR): Likewise.
12408         (POLL_PRI): Likewise.
12409         (POLL_HUP): Likewise.
12410         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
12411         (ILL_ILLOPN): Likewise.
12412         (ILL_ILLADR): Likewise.
12413         (ILL_ILLTRP): Likewise.
12414         (ILL_PRVOPC): Likewise.
12415         (ILL_PRVREG): Likewise.
12416         (ILL_COPROC): Likewise.
12417         (ILL_BADSTK): Likewise.
12418         (FPE_INTDIV): Likewise.
12419         (FPE_INTOVF): Likewise.
12420         (FPE_FLTDIV): Likewise.
12421         (FPE_FLTOVF): Likewise.
12422         (FPE_FLTUND): Likewise.
12423         (FPE_FLTRES): Likewise.
12424         (FPE_FLTINV): Likewise.
12425         (FPE_FLTSUB): Likewise.
12426         (SEGV_MAPERR): Likewise.
12427         (SEGV_ACCERR): Likewise.
12428         (BUS_ADRALN): Likewise.
12429         (BUS_ADRERR): Likewise.
12430         (BUS_OBJERR): Likewise.
12431         (BUS_MCEERR_AR): Likewise.
12432         (BUS_MCEERR_AO): Likewise.
12433         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12434         (TRAP_TRACE): Likewise.
12435         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12436         __USE_XOPEN2K8].
12437         (CLD_KILLED): Likewise.
12438         (CLD_DUMPED): Likewise.
12439         (CLD_TRAPPED): Likewise.
12440         (CLD_STOPPED): Likewise.
12441         (CLD_CONTINUED): Likewise.
12442         (POLL_IN): Likewise.
12443         (POLL_OUT): Likewise.
12444         (POLL_MSG): Likewise.
12445         (POLL_ERR): Likewise.
12446         (POLL_PRI): Likewise.
12447         (POLL_HUP): Likewise.
12448         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
12449         (ILL_ILLOPN): Likewise.
12450         (ILL_ILLADR): Likewise.
12451         (ILL_ILLTRP): Likewise.
12452         (ILL_PRVOPC): Likewise.
12453         (ILL_PRVREG): Likewise.
12454         (ILL_COPROC): Likewise.
12455         (ILL_BADSTK): Likewise.
12456         (FPE_INTDIV): Likewise.
12457         (FPE_INTOVF): Likewise.
12458         (FPE_FLTDIV): Likewise.
12459         (FPE_FLTOVF): Likewise.
12460         (FPE_FLTUND): Likewise.
12461         (FPE_FLTRES): Likewise.
12462         (FPE_FLTINV): Likewise.
12463         (FPE_FLTSUB): Likewise.
12464         (SEGV_MAPERR): Likewise.
12465         (SEGV_ACCERR): Likewise.
12466         (BUS_ADRALN): Likewise.
12467         (BUS_ADRERR): Likewise.
12468         (BUS_OBJERR): Likewise.
12469         (BUS_MCEERR_AR): Likewise.
12470         (BUS_MCEERR_AO): Likewise.
12471         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12472         (TRAP_TRACE): Likewise.
12473         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12474         __USE_XOPEN2K8].
12475         (CLD_KILLED): Likewise.
12476         (CLD_DUMPED): Likewise.
12477         (CLD_TRAPPED): Likewise.
12478         (CLD_STOPPED): Likewise.
12479         (CLD_CONTINUED): Likewise.
12480         (POLL_IN): Likewise.
12481         (POLL_OUT): Likewise.
12482         (POLL_MSG): Likewise.
12483         (POLL_ERR): Likewise.
12484         (POLL_PRI): Likewise.
12485         (POLL_HUP): Likewise.
12486         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
12487         (ILL_ILLOPN): Likewise.
12488         (ILL_ILLADR): Likewise.
12489         (ILL_ILLTRP): Likewise.
12490         (ILL_PRVOPC): Likewise.
12491         (ILL_PRVREG): Likewise.
12492         (ILL_COPROC): Likewise.
12493         (ILL_BADSTK): Likewise.
12494         (FPE_INTDIV): Likewise.
12495         (FPE_INTOVF): Likewise.
12496         (FPE_FLTDIV): Likewise.
12497         (FPE_FLTOVF): Likewise.
12498         (FPE_FLTUND): Likewise.
12499         (FPE_FLTRES): Likewise.
12500         (FPE_FLTINV): Likewise.
12501         (FPE_FLTSUB): Likewise.
12502         (SEGV_MAPERR): Likewise.
12503         (SEGV_ACCERR): Likewise.
12504         (BUS_ADRALN): Likewise.
12505         (BUS_ADRERR): Likewise.
12506         (BUS_OBJERR): Likewise.
12507         (BUS_MCEERR_AR): Likewise.
12508         (BUS_MCEERR_AO): Likewise.
12509         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12510         (TRAP_TRACE): Likewise.
12511         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12512         __USE_XOPEN2K8].
12513         (CLD_KILLED): Likewise.
12514         (CLD_DUMPED): Likewise.
12515         (CLD_TRAPPED): Likewise.
12516         (CLD_STOPPED): Likewise.
12517         (CLD_CONTINUED): Likewise.
12518         (POLL_IN): Likewise.
12519         (POLL_OUT): Likewise.
12520         (POLL_MSG): Likewise.
12521         (POLL_ERR): Likewise.
12522         (POLL_PRI): Likewise.
12523         (POLL_HUP): Likewise.
12524         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
12525         (ILL_ILLOPN): Likewise.
12526         (ILL_ILLADR): Likewise.
12527         (ILL_ILLTRP): Likewise.
12528         (ILL_PRVOPC): Likewise.
12529         (ILL_PRVREG): Likewise.
12530         (ILL_COPROC): Likewise.
12531         (ILL_BADSTK): Likewise.
12532         (ILL_DBLFLT): Likewise.
12533         (ILL_HARDWALL): Likewise.
12534         (FPE_INTDIV): Likewise.
12535         (FPE_INTOVF): Likewise.
12536         (FPE_FLTDIV): Likewise.
12537         (FPE_FLTOVF): Likewise.
12538         (FPE_FLTUND): Likewise.
12539         (FPE_FLTRES): Likewise.
12540         (FPE_FLTINV): Likewise.
12541         (FPE_FLTSUB): Likewise.
12542         (SEGV_MAPERR): Likewise.
12543         (SEGV_ACCERR): Likewise.
12544         (BUS_ADRALN): Likewise.
12545         (BUS_ADRERR): Likewise.
12546         (BUS_OBJERR): Likewise.
12547         (BUS_MCEERR_AR): Likewise.
12548         (BUS_MCEERR_AO): Likewise.
12549         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12550         (TRAP_TRACE): Likewise.
12551         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12552         __USE_XOPEN2K8].
12553         (CLD_KILLED): Likewise.
12554         (CLD_DUMPED): Likewise.
12555         (CLD_TRAPPED): Likewise.
12556         (CLD_STOPPED): Likewise.
12557         (CLD_CONTINUED): Likewise.
12558         (POLL_IN): Likewise.
12559         (POLL_OUT): Likewise.
12560         (POLL_MSG): Likewise.
12561         (POLL_ERR): Likewise.
12562         (POLL_PRI): Likewise.
12563         (POLL_HUP): Likewise.
12564         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
12565         (ILL_ILLOPN): Likewise.
12566         (ILL_ILLADR): Likewise.
12567         (ILL_ILLTRP): Likewise.
12568         (ILL_PRVOPC): Likewise.
12569         (ILL_PRVREG): Likewise.
12570         (ILL_COPROC): Likewise.
12571         (ILL_BADSTK): Likewise.
12572         (FPE_INTDIV): Likewise.
12573         (FPE_INTOVF): Likewise.
12574         (FPE_FLTDIV): Likewise.
12575         (FPE_FLTOVF): Likewise.
12576         (FPE_FLTUND): Likewise.
12577         (FPE_FLTRES): Likewise.
12578         (FPE_FLTINV): Likewise.
12579         (FPE_FLTSUB): Likewise.
12580         (SEGV_MAPERR): Likewise.
12581         (SEGV_ACCERR): Likewise.
12582         (BUS_ADRALN): Likewise.
12583         (BUS_ADRERR): Likewise.
12584         (BUS_OBJERR): Likewise.
12585         (BUS_MCEERR_AR): Likewise.
12586         (BUS_MCEERR_AO): Likewise.
12587         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12588         (TRAP_TRACE): Likewise.
12589         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12590         __USE_XOPEN2K8].
12591         (CLD_KILLED): Likewise.
12592         (CLD_DUMPED): Likewise.
12593         (CLD_TRAPPED): Likewise.
12594         (CLD_STOPPED): Likewise.
12595         (CLD_CONTINUED): Likewise.
12596         (POLL_IN): Likewise.
12597         (POLL_OUT): Likewise.
12598         (POLL_MSG): Likewise.
12599         (POLL_ERR): Likewise.
12600         (POLL_PRI): Likewise.
12601         (POLL_HUP): Likewise.
12602         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
12603         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
12605         [BZ #16670]
12606         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
12607         before #include of <time.h>.
12608         [!__USE_XOPEN2K] (__need_timespec): Likewise.
12609         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
12610         (test-xfail-UNIX98/sched.h/conform): Likewise.
12612 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
12614         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
12615         error absence of trapping exception support.
12616         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
12618 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
12620         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
12621         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
12622         * timezone/Makefile (testdata): Move definition above include of
12623         Rules.
12624         (test-zones): New variable.
12625         (tests-special): Add zone files.
12626         (build-testdata): Use $(evaluate-test).
12628         * elf/Makefile (tests-special): Rename tests to end with .out.
12629         ($(objpfx)noload-mem): Likewise.
12630         ($(objpfx)tst-leaks1-mem): Likewise.
12631         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
12632         * iconv/Makefile (xtests-special): Change test-iconvconfig to
12633         $(objpfx)test-iconvconfig.out.
12634         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
12635         set -e inside subshell and redirect output to file.
12636         * iconvdata/Makefile (generated): Rename tests to end with .out.
12637         Correct type.
12638         (tests-special): Rename tests to end with .out.
12639         ($(objpfx)mtrace-tst-loading): Likewise.
12640         * intl/Makefile (generated): Likewise.
12641         (tests-special): Likewise.
12642         ($(objpfx)mtrace-tst-gettext): Likewise.
12643         * misc/Makefile (generated): Likewise.
12644         (tests-special): Likewise.
12645         ($(objpfx)tst-error1-mem): Likewise.
12646         * nptl/Makefile (tests-special): Likewise.
12647         ($(objpfx)tst-stack3-mem): Likewise.
12648         (generated): Likewise.
12649         * posix/Makefile (generated): Likewise.
12650         (tests-special): Likewise.
12651         (xtests-special): Likewise.
12652         ($(objpfx)tst-fnmatch-mem): Likewise.
12653         ($(objpfx)bug-regex2-mem): Likewise.
12654         ($(objpfx)bug-regex14-mem): Likewise.
12655         ($(objpfx)bug-regex21-mem): Likewise.
12656         ($(objpfx)bug-regex31-mem): Likewise.
12657         ($(objpfx)tst-vfork3-mem): Likewise.
12658         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
12659         ($(objpfx)tst-pcre-mem): Likewise.
12660         ($(objpfx)tst-boost-mem): Likewise.
12661         ($(objpfx)bug-ga2-mem): Likewise.
12662         ($(objpfx)bug-glob2-mem): Likewise.
12663         * resolv/Makefile (generate): Likewise.
12664         (tests-special): Likewise.
12665         (xtests-special): Likewise.
12666         (generated): Likewise.
12667         ($(objpfx)mtrace-tst-leaks): Likewise.
12668         ($(objpfx)mtrace-tst-leaks2): Likewise.
12670         * scripts/merge-test-results.sh: New file.
12671         * Makefile (tests-special-notdir): New variable.
12672         (tests): Run merge-test-results.sh.
12673         (xtests): Likewise.
12674         * Rules (tests-special-notdir): New variable.
12675         (xtests-special-notdir): Likewise.
12676         (tests): Run merge-test-results.sh
12677         (xtests): Likewise.
12679         * Makeconfig (test-xfail-name): New variable.
12680         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
12681         compute variable name for expected failures.
12682         * conform/Makefile (conformtest-headers-data): New variable.
12683         (conformtest-standards): Likewise.
12684         (conformtest-headers-ISO): Likewise.
12685         (conformtest-headers-ISO99): Likewise.
12686         (conformtest-headers-ISO11): Likewise.
12687         (conformtest-headers-POSIX): Likewise.
12688         (conformtest-headers-XPG3): Likewise.
12689         (conformtest-headers-XPG4): Likewise.
12690         (conformtest-headers-UNIX98): Likewise.
12691         (conformtest-headers-XOPEN2K): Likewise.
12692         (conformtest-headers-POSIX2008): Likewise.
12693         (conformtest-headers-XOPEN2K8): Likewise.
12694         (conformtest-header-list-base): Likewise.
12695         (conformtest-header-list-tests): Likewise.
12696         (conformtest-header-base): Likewise.
12697         (conformtest-header-tests): Likewise.
12698         (tests-special): Add $(conformtest-header-list-tests).  If
12699         [$(fast-check) && !$(cross-compiling)], add
12700         $(conformtest-header-tests) instead of
12701         $(objpfx)run-conformtest.out.
12702         (generated): Add $(conformtest-header-list-base).  If
12703         [$(fast-check) && !$(cross-compiling)], add
12704         $(conformtest-header-base).  Remove previous setting.
12705         ($(conformtest-header-list-tests)): New target.
12706         (test-xfail-run-conformtest): Remove variable.
12707         ($(objpfx)run-conformtest.out): Remove target.
12708         (test-xfail-ISO11/complex.h/conform): New variable.
12709         (test-xfail-ISO11/stdalign.h/conform): Likewise.
12710         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
12711         (test-xfail-XPG3/varargs.h/conform): Likewise.
12712         (test-xfail-XPG4/varargs.h/conform): Likewise.
12713         (test-xfail-UNIX98/varargs.h/conform): Likewise.
12714         (test-xfail-XPG4/ndbm.h/conform): Likewise.
12715         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
12716         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
12717         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
12718         (test-xfail-XPG3/fcntl.h/conform): Likewise.
12719         (test-xfail-XPG3/ftw.h/conform): Likewise.
12720         (test-xfail-XPG3/grp.h/conform): Likewise.
12721         (test-xfail-XPG3/langinfo.h/conform): Likewise.
12722         (test-xfail-XPG3/limits.h/conform): Likewise.
12723         (test-xfail-XPG3/pwd.h/conform): Likewise.
12724         (test-xfail-XPG3/search.h/conform): Likewise.
12725         (test-xfail-XPG3/signal.h/conform): Likewise.
12726         (test-xfail-XPG3/stdio.h/conform): Likewise.
12727         (test-xfail-XPG3/stdlib.h/conform): Likewise.
12728         (test-xfail-XPG3/string.h/conform): Likewise.
12729         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
12730         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
12731         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
12732         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
12733         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
12734         (test-xfail-XPG3/sys/types.h/conform): Likewise.
12735         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
12736         (test-xfail-XPG3/termios.h/conform): Likewise.
12737         (test-xfail-XPG3/time.h/conform): Likewise.
12738         (test-xfail-XPG3/unistd.h/conform): Likewise.
12739         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
12740         (test-xfail-XPG4/fcntl.h/conform): Likewise.
12741         (test-xfail-XPG4/langinfo.h/conform): Likewise.
12742         (test-xfail-XPG4/netdb.h/conform): Likewise.
12743         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
12744         (test-xfail-XPG4/signal.h/conform): Likewise.
12745         (test-xfail-XPG4/stdio.h/conform): Likewise.
12746         (test-xfail-XPG4/stdlib.h/conform): Likewise.
12747         (test-xfail-XPG4/stropts.h/conform): Likewise.
12748         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
12749         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
12750         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
12751         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
12752         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
12753         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
12754         (test-xfail-XPG4/sys/time.h/conform): Likewise.
12755         (test-xfail-XPG4/sys/types.h/conform): Likewise.
12756         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
12757         (test-xfail-XPG4/termios.h/conform): Likewise.
12758         (test-xfail-XPG4/ucontext.h/conform): Likewise.
12759         (test-xfail-XPG4/unistd.h/conform): Likewise.
12760         (test-xfail-XPG4/utmpx.h/conform): Likewise.
12761         (test-xfail-POSIX/sched.h/conform): Likewise.
12762         (test-xfail-POSIX/signal.h/conform): Likewise.
12763         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
12764         (test-xfail-POSIX/tar.h/conform): Likewise.
12765         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
12766         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
12767         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
12768         (test-xfail-UNIX98/netdb.h/conform): Likewise.
12769         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
12770         (test-xfail-UNIX98/sched.h/conform): Likewise.
12771         (test-xfail-UNIX98/signal.h/conform): Likewise.
12772         (test-xfail-UNIX98/stdio.h/conform): Likewise.
12773         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
12774         (test-xfail-UNIX98/stropts.h/conform): Likewise.
12775         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
12776         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
12777         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
12778         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
12779         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
12780         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
12781         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
12782         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
12783         (test-xfail-UNIX98/unistd.h/conform): Likewise.
12784         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
12785         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
12786         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
12787         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
12788         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
12789         (test-xfail-XOPEN2K/math.h/conform): Likewise.
12790         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
12791         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
12792         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
12793         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
12794         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
12795         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
12796         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
12797         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
12798         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
12799         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
12800         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
12801         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
12802         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
12803         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
12804         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
12805         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
12806         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
12807         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
12808         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
12809         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
12810         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
12811         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
12812         (test-xfail-POSIX2008/signal.h/conform): Likewise.
12813         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
12814         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
12815         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
12816         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
12817         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
12818         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
12819         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
12820         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
12821         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
12822         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
12823         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
12824         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
12825         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
12826         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
12827         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
12828         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
12829         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
12830         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
12831         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
12832         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
12833         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
12834         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
12835         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
12836         (conformtest-cc-flags): Likewise.
12837         ($(conformtest-header-tests): New target.
12838         * conform/check-header-lists.sh: New file.
12839         * conform/run-conformtest.sh: Remove.
12841         * conform/conformtest.pl: Allow ' and \ in values given for
12842         constants.
12843         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
12844         inclusion.
12845         [POSIX] (sys/types.h): Likewise.
12846         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
12847         inclusion.
12848         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
12849         inclusion.
12850         * conform/data/signal.h-data (SIGIO): Remove expectation.
12851         [XPG3] (SIGBUS): Do not expect.
12852         [POSIX || XPG3] (SIGPOLL): Likewise.
12853         [POSIX || XPG3] (SIGPROF): Likewise.
12854         [POSIX || XPG3] (SIGSYS): Likewise.
12855         [XPG3] (SIGTRAP): Likewise.
12856         [POSIX || XPG3] (SIGURG): Likewise.
12857         [POSIX || XPG3] (SIGVTALRM): Likewise.
12858         [POSIX || XPG3] (SIGXCPU): Likewise.
12859         [POSIX || XPG3] (SIGXFSZ): Likewise.
12860         [POSIX] (SA_SIGINFO): Expect.
12861         [XPG3] (siginfo_t): Do not expect type or contents.
12862         [POSIX] (si_pid): Do not expect element.
12863         [POSIX] (si_uid): Likewise.
12864         [POSIX] (si_addr): Likewise.
12865         [POSIX] (si_status): Likewise.
12866         [POSIX] (si_band): Likewise.
12867         [XPG4] (si_value): Likewise.
12868         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
12869         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
12870         [POSIX || XPG3] (ILL_ILLADR): Likewise.
12871         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
12872         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
12873         [POSIX || XPG3] (ILL_PRVREG): Likewise.
12874         [POSIX || XPG3] (ILL_COPROC): Likewise.
12875         [POSIX || XPG3] (ILL_BADSTK): Likewise.
12876         [POSIX || XPG3] (FPE_INTDIV): Likewise.
12877         [POSIX || XPG3] (FPE_INTOVF): Likewise.
12878         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
12879         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
12880         [POSIX || XPG3] (FPE_FLTUND): Likewise.
12881         [POSIX || XPG3] (FPE_FLTRES): Likewise.
12882         [POSIX || XPG3] (FPE_FLTINV): Likewise.
12883         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
12884         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
12885         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
12886         [POSIX || XPG3] (BUS_ADRALN): Likewise.
12887         [POSIX || XPG3] (BUS_ADRERR): Likewise.
12888         [POSIX || XPG3] (BUS_OBJERR): Likewise.
12889         [POSIX || XPG3] (CLD_EXITED): Likewise.
12890         [POSIX || XPG3] (CLD_KILLED): Likewise.
12891         [POSIX || XPG3] (CLD_DUMPED): Likewise.
12892         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
12893         [POSIX || XPG3] (CLD_STOPPED): Likewise.
12894         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
12895         [POSIX || XPG3] (POLL_IN): Likewise.
12896         [POSIX || XPG3] (POLL_OUT): Likewise.
12897         [POSIX || XPG3] (POLL_MSG): Likewise.
12898         [POSIX || XPG3] (POLL_ERR): Likewise.
12899         [POSIX || XPG3] (POLL_PRI): Likewise.
12900         [POSIX || XPG3] (POLL_HUP): Likewise.
12901         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
12902         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
12903         (SIG*): Do not allow.
12904         [XPG3] (si_*): Likewise.
12905         [XPG3] (SI_*): Likewise.
12906         [XPG3 || XPG4] (sigev_*): Likewise.
12907         [XPG3 || XPG4] (SIGEV_*): Likewise.
12908         [XPG3 || XPG4] (sival_*): Likewise.
12909         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
12910         [POSIX || XPG3] (BUS_*): Likewise.
12911         [POSIX || XPG3] (CLD_*): Likewise.
12912         [POSIX || XPG3] (FPE_*): Likewise.
12913         [POSIX || XPG3] (ILL_*): Likewise.
12914         [POSIX || XPG3] (POLL_*): Likewise.
12915         [POSIX || XPG3] (SEGV_*): Likewise.
12916         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
12917         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
12918         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
12919         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
12920         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
12921         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
12922         Specify type and value.
12923         (TVERSLEN): Likewise.
12924         (REGTYPE): Likewise.
12925         (AREGTYPE): Likewise.
12926         (LNKTYPE): Likewise.
12927         (SYMTYPE): Likewise.
12928         (CHRTYPE): Likewise.
12929         (BLKTYPE): Likewise.
12930         (DIRTYPE): Likewise.
12931         (FIFOTYPE): Likewise.
12932         (CONTTYPE): Likewise.
12933         (TSUID): Likewise.
12934         (TSGID): Likewise.
12935         (TSVTX): Likewise.
12936         (TUREAD): Likewise.
12937         (TUWRITE): Likewise.
12938         (TUEXEC): Likewise.
12939         (TGREAD): Likewise.
12940         (TGWRITE): Likewise.
12941         (TGEXEC): Likewise.
12942         (TOREAD): Likewise.
12943         (TOWRITE): Likewise.
12944         (TOEXEC): Likewise.
12945         [POSIX] (TSVTX): Expect constant.
12947 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
12949         * Makefile (tests): Change dependencies to ....
12950         (tests-special): ... additions to this variable.
12951         (tests): Depend on $(tests-special).
12952         * Makerules (check-abi-list): New variable.
12953         (check-abi): Depend on $(check-abi-list).
12954         [$(subdir) = elf] (tests-special): Add
12955         $(objpfx)check-abi-libc.out.
12956         [$(build-shared) = yes && subdir] (tests-special): Add
12957         $(check-abi-list).
12958         [$(build-shared) = yes && subdir] (tests): Do not depend on
12959         check-abi.
12960         * Rules (tests): Depend on $(tests-special).
12961         (xtests): Depend on $(xtests-special).
12962         * catgets/Makefile (tests): Change dependencies to ....
12963         (tests-special): ... additions to this variable.
12964         * conform/Makefile (tests): Change dependencies to ....
12965         (tests-special): ... additions to this variable.
12966         * elf/Makefile (tests): Change dependencies to ....
12967         (tests-special): ... additions to this variable.
12968         * grp/Makefile (tests): Change dependencies to ....
12969         (tests-special): ... additions to this variable.
12970         * iconv/Makefile (xtests): Change dependencies to ....
12971         (xtests-special): ... additions to this variable.
12972         * iconvdata/Makefile (tests): Change dependencies to ....
12973         (tests-special): ... additions to this variable.
12974         * intl/Makefile (tests): Change dependencies to ....
12975         (tests-special): ... additions to this variable.  Also add
12976         $(objpfx)tst-gettext.out.
12977         * io/Makefile (tests): Change dependencies to ....
12978         (tests-special): ... additions to this variable.
12979         * libio/Makefile (tests): Change dependencies to ....
12980         (tests-special): ... additions to this variable.
12981         * malloc/Makefile (tests): Change dependencies to ....
12982         (tests-special): ... additions to this variable.
12983         * misc/Makefile (tests): Change dependencies to ....
12984         (tests-special): ... additions to this variable.
12985         * nptl/Makefile (tests): Change dependencies to ....
12986         (tests-special): ... additions to this variable.
12987         * nptl_db/Makefile (tests): Change dependencies to ....
12988         (tests-special): ... additions to this variable.
12989         * posix/Makefile (tests): Change dependencies to ....
12990         (tests-special): ... additions to this variable.
12991         (xtests): Change dependencies to ....
12992         (xtests-special): ... additions to this variable.
12993         * resolv/Makefile (tests): Change dependencies to ....
12994         (tests-special): ... additions to this variable.
12995         (xtests): Change dependencies to ....
12996         (xtests-special): ... additions to this variable.
12997         * stdio-common/Makefile (tests): Change dependencies to ....
12998         (tests-special): ... additions to this variable.
12999         (do-tst-unbputc): Remove target.
13000         (do-tst-printf): Likewise.
13001         * stdlib/Makefile (tests): Change dependencies to ....
13002         (tests-special): ... additions to this variable.
13003         * string/Makefile (tests): Change dependencies to ....
13004         (tests-special): ... additions to this variable.
13005         * sysdeps/x86/Makefile (tests): Change dependencies to ....
13006         (tests-special): ... additions to this variable.
13008         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
13009         whole file.
13010         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
13011         whole file.
13012         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
13013         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
13015         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
13016         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
13017         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
13018         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
13019         * conform/data/libgen.h-data [XPG3]: Likewise.
13020         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
13021         * conform/data/ndbm.h-data [XPG3]: Likewise.
13022         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13023         * conform/data/netdb.h-data [XPG3]: Likewise.
13024         * conform/data/netinet/in.h-data [XPG3]: Likewise.
13025         * conform/data/poll.h-data [XPG3]: Likewise.
13026         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13027         * conform/data/strings.h-data [XPG3]: Likewise.
13028         * conform/data/stropts.h-data [XPG3]: Likewise.
13029         * conform/data/sys/mman.h-data [XPG3]: Likewise.
13030         * conform/data/sys/resource.h-data [XPG3]: Likewise.
13031         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
13032         Likewise.
13033         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
13034         * conform/data/sys/time.h-data [XPG3]: Likewise.
13035         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
13036         * conform/data/sys/uio.h-data [XPG3]: Likewise.
13037         * conform/data/sys/un.h-data [XPG3]: Likewise.
13038         * conform/data/syslog.h-data [XPG3]: Likewise.
13039         * conform/data/ucontext.h-data [XPG3]: Likewise.
13040         * conform/data/utmpx.h-data [XPG3]: Likewise.
13041         * conform/data/varargs.h-data [UNIX98]: Enable file.
13043         * manual/Makefile (INSTALL_INFO): Remove variable setting.
13045         * math/libm-test.inc (struct test_f_f_data): Move expected results
13046         into structure for each rounding mode.
13047         (struct test_ff_f_data): Likewise.
13048         (struct test_ff_f_data_nexttoward): Likewise.
13049         (struct test_fi_f_data): Likewise.
13050         (struct test_fl_f_data): Likewise.
13051         (struct test_if_f_data): Likewise.
13052         (struct test_fff_f_data): Likewise.
13053         (struct test_c_f_data): Likewise.
13054         (struct test_f_f1_data): Likewise.
13055         (struct test_fF_f1_data): Likewise.
13056         (struct test_ffI_f1_data): Likewise.
13057         (struct test_c_c_data): Likewise.
13058         (struct test_cc_c_data): Likewise.
13059         (struct test_f_i_data): Likewise.
13060         (struct test_ff_i_data): Likewise.
13061         (struct test_f_l_data): Likewise.
13062         (struct test_f_L_data): Likewise.
13063         (struct test_fFF_11_data): Likewise.
13064         (RM_): New macro.
13065         (RM_FE_DOWNWARD): Likewise.
13066         (RM_FE_TONEAREST): Likewise.
13067         (RM_FE_TOWARDZERO): Likewise.
13068         (RM_FE_UPWARD): Likewise.
13069         (RUN_TEST_LOOP_f_f): Update references to expected results.
13070         (RUN_TEST_LOOP_2_f): Likewise.
13071         (RUN_TEST_LOOP_fff_f): Likewise.
13072         (RUN_TEST_LOOP_c_f): Likewise.
13073         (RUN_TEST_LOOP_f_f1): Likewise.
13074         (RUN_TEST_LOOP_fF_f1): Likewise.
13075         (RUN_TEST_LOOP_fI_f1): Likewise.
13076         (RUN_TEST_LOOP_ffI_f1): Likewise.
13077         (RUN_TEST_LOOP_c_c): Likewise.
13078         (RUN_TEST_LOOP_cc_c): Likewise.
13079         (RUN_TEST_LOOP_f_i): Likewise.
13080         (RUN_TEST_LOOP_f_i_tg): Likewise.
13081         (RUN_TEST_LOOP_ff_i_tg): Likewise.
13082         (RUN_TEST_LOOP_f_b): Likewise.
13083         (RUN_TEST_LOOP_f_b_tg): Likewise.
13084         (RUN_TEST_LOOP_f_l): Likewise.
13085         (RUN_TEST_LOOP_f_L): Likewise.
13086         (RUN_TEST_LOOP_fFF_11): Likewise.
13087         * math/gen-libm-test.pl (parse_args): Output four copies of
13088         expected results for each test.
13090         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13091         (__ASSUME_UTIMES): Remove.
13092         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13093         (__ASSUME_UTIMES): Likewise.
13095         * math/gen-auto-libm-tests.c: Update comment on output format.
13096         (output_for_one_input_case): Generate before-rounding and
13097         after-rounding information as conditions on output flags not
13098         floating-point format.
13099         * math/auto-libm-test-out: Regenerated.
13100         * math/gen-libm-test.pl (cond_value): New function.
13101         (or_cond_value): Use cond_value.
13102         (generate_testfile): Handle conditional exceptions.
13104 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
13106         * math/libm-test.inc (max_valid_error): New variable.
13107         (init_max_error): Take new argument specifying whether function
13108         results are exactly determined.  Set max_valid_error and bound
13109         other variables for errors based on this argument.
13110         (set_max_error): Do not record results above max_valid_error.
13111         (check_float_internal): Only accept errors of up to 0.5ulps if
13112         also at most max_valid_error.
13113         (START): Take new argument EXACT and pass it to init_max_error.
13114         (acos_test): Update call to START.
13115         (acos_test_tonearest): Likewise.
13116         (acos_test_towardzero): Likewise.
13117         (acos_test_downward): Likewise.
13118         (acos_test_upward): Likewise.
13119         (acosh_test): Likewise.
13120         (asin_test): Likewise.
13121         (asin_test_tonearest): Likewise.
13122         (asin_test_towardzero): Likewise.
13123         (asin_test_downward): Likewise.
13124         (asin_test_upward): Likewise.
13125         (asinh_test): Likewise.
13126         (atan_test): Likewise.
13127         (atanh_test): Likewise.
13128         (atan2_test): Likewise.
13129         (cabs_test): Likewise.
13130         (cacos_test): Likewise.
13131         (cacosh_test): Likewise.
13132         (carg_test): Likewise.
13133         (casin_test): Likewise.
13134         (casinh_test): Likewise.
13135         (catan_test): Likewise.
13136         (catanh_test): Likewise.
13137         (cbrt_test): Likewise.
13138         (ccos_test): Likewise.
13139         (ccosh_test): Likewise.
13140         (ceil_test): Likewise.
13141         (cexp_test): Likewise.
13142         (cimag_test): Likewise.
13143         (clog_test): Likewise.
13144         (clog10_test): Likewise.
13145         (conj_test): Likewise.
13146         (copysign_test): Likewise.
13147         (cos_test): Likewise.
13148         (cos_test_tonearest): Likewise.
13149         (cos_test_towardzero): Likewise.
13150         (cos_test_downward): Likewise.
13151         (cos_test_upward): Likewise.
13152         (cosh_test): Likewise.
13153         (cosh_test_tonearest): Likewise.
13154         (cosh_test_towardzero): Likewise.
13155         (cosh_test_downward): Likewise.
13156         (cosh_test_upward): Likewise.
13157         (cpow_test): Likewise.
13158         (cproj_test): Likewise.
13159         (creal_test): Likewise.
13160         (csin_test): Likewise.
13161         (csinh_test): Likewise.
13162         (csqrt_test): Likewise.
13163         (ctan_test): Likewise.
13164         (ctan_test_tonearest): Likewise.
13165         (ctan_test_towardzero): Likewise.
13166         (ctan_test_downward): Likewise.
13167         (ctan_test_upward): Likewise.
13168         (ctanh_test): Likewise.
13169         (ctanh_test_tonearest): Likewise.
13170         (ctanh_test_towardzero): Likewise.
13171         (ctanh_test_downward): Likewise.
13172         (ctanh_test_upward): Likewise.
13173         (erf_test): Likewise.
13174         (erfc_test): Likewise.
13175         (exp_test): Likewise.
13176         (exp_test_tonearest): Likewise.
13177         (exp_test_towardzero): Likewise.
13178         (exp_test_downward): Likewise.
13179         (exp_test_upward): Likewise.
13180         (exp10_test): Likewise.
13181         (exp10_test_tonearest): Likewise.
13182         (exp10_test_towardzero): Likewise.
13183         (exp10_test_downward): Likewise.
13184         (exp10_test_upward): Likewise.
13185         (pow10_test): Likewise.
13186         (exp2_test): Likewise.
13187         (expm1_test): Likewise.
13188         (expm1_test_tonearest): Likewise.
13189         (expm1_test_towardzero): Likewise.
13190         (expm1_test_downward): Likewise.
13191         (expm1_test_upward): Likewise.
13192         (fabs_test): Likewise.
13193         (fdim_test): Likewise.
13194         (floor_test): Likewise.
13195         (fma_test): Likewise.
13196         (fma_test_towardzero): Likewise.
13197         (fma_test_downward): Likewise.
13198         (fma_test_upward): Likewise.
13199         (fmax_test): Likewise.
13200         (fmin_test): Likewise.
13201         (fmod_test): Likewise.
13202         (fpclassify_test): Likewise.
13203         (frexp_test): Likewise.
13204         (hypot_test): Likewise.
13205         (ilogb_test): Likewise.
13206         (isfinite_test): Likewise.
13207         (finite_test): Likewise.
13208         (isgreater_test): Likewise.
13209         (isgreaterequal_test): Likewise.
13210         (isinf_test): Likewise.
13211         (isless_test): Likewise.
13212         (islessequal_test): Likewise.
13213         (islessgreater_test): Likewise.
13214         (isnan_test): Likewise.
13215         (isnormal_test): Likewise.
13216         (issignaling_test): Likewise.
13217         (isunordered_test): Likewise.
13218         (j0_test): Likewise.
13219         (j1_test): Likewise.
13220         (jn_test): Likewise.
13221         (ldexp_test): Likewise.
13222         (lgamma_test): Likewise.
13223         (gamma_test): Likewise.
13224         (lrint_test): Likewise.
13225         (lrint_test_tonearest): Likewise.
13226         (lrint_test_towardzero): Likewise.
13227         (lrint_test_downward): Likewise.
13228         (lrint_test_upward): Likewise.
13229         (llrint_test): Likewise.
13230         (llrint_test_tonearest): Likewise.
13231         (llrint_test_towardzero): Likewise.
13232         (llrint_test_downward): Likewise.
13233         (llrint_test_upward): Likewise.
13234         (log_test): Likewise.
13235         (log10_test): Likewise.
13236         (log1p_test): Likewise.
13237         (log2_test): Likewise.
13238         (logb_test): Likewise.
13239         (logb_test_downward): Likewise.
13240         (lround_test): Likewise.
13241         (llround_test): Likewise.
13242         (modf_test): Likewise.
13243         (nearbyint_test): Likewise.
13244         (nextafter_test): Likewise.
13245         (nexttoward_test): Likewise.
13246         (pow_test): Likewise.
13247         (pow_test_tonearest): Likewise.
13248         (pow_test_towardzero): Likewise.
13249         (pow_test_downward): Likewise.
13250         (pow_test_upward): Likewise.
13251         (remainder_test): Likewise.
13252         (drem_test): Likewise.
13253         (remainder_test_tonearest): Likewise.
13254         (drem_test_tonearest): Likewise.
13255         (remainder_test_towardzero): Likewise.
13256         (drem_test_towardzero): Likewise.
13257         (remainder_test_downward): Likewise.
13258         (drem_test_downward): Likewise.
13259         (remainder_test_upward): Likewise.
13260         (drem_test_upward): Likewise.
13261         (remquo_test): Likewise.
13262         (rint_test): Likewise.
13263         (rint_test_tonearest): Likewise.
13264         (rint_test_towardzero): Likewise.
13265         (rint_test_downward): Likewise.
13266         (rint_test_upward): Likewise.
13267         (round_test): Likewise.
13268         (scalb_test): Likewise.
13269         (scalbn_test): Likewise.
13270         (scalbln_test): Likewise.
13271         (signbit_test): Likewise.
13272         (sin_test): Likewise.
13273         (sin_test_tonearest): Likewise.
13274         (sin_test_towardzero): Likewise.
13275         (sin_test_downward): Likewise.
13276         (sin_test_upward): Likewise.
13277         (sincos_test): Likewise.
13278         (sinh_test): Likewise.
13279         (sinh_test_tonearest): Likewise.
13280         (sinh_test_towardzero): Likewise.
13281         (sinh_test_downward): Likewise.
13282         (sinh_test_upward): Likewise.
13283         (sqrt_test): Likewise.
13284         (sqrt_test_tonearest): Likewise.
13285         (sqrt_test_towardzero): Likewise.
13286         (sqrt_test_downward): Likewise.
13287         (sqrt_test_upward): Likewise.
13288         (tan_test): Likewise.
13289         (tan_test_tonearest): Likewise.
13290         (tan_test_towardzero): Likewise.
13291         (tan_test_downward): Likewise.
13292         (tan_test_upward): Likewise.
13293         (tanh_test): Likewise.
13294         (tgamma_test): Likewise.
13295         (trunc_test): Likewise.
13296         (y0_test): Likewise.
13297         (y1_test): Likewise.
13298         (yn_test): Likewise.
13299         (significand_test): Likewise.
13301         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
13302         individual tests in comment.
13303         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
13304         (prev_max_error): New variable.
13305         (prev_real_max_error): Likewise.
13306         (prev_imag_max_error): Likewise.
13307         (compare_ulp_data): Don't refer to test names in comment.
13308         (find_test_ulps): Remove function.
13309         (find_function_ulps): Likewise.
13310         (find_complex_function_ulps): Likewise.
13311         (init_max_error): Take function name as argument.  Look up ulps
13312         for that function.
13313         (print_ulps): Remove function.
13314         (print_max_error): Use prev_max_error instead of calling
13315         find_function_ulps.
13316         (print_complex_max_error): Use prev_real_max_error and
13317         prev_imag_max_error instead of calling find_complex_function_ulps.
13318         (check_float_internal): Take max_ulp parameter instead of calling
13319         find_test_ulps.  Don't call print_ulps.
13320         (check_float): Update call to check_float_internal.
13321         (check_complex): Update calls to check_float_internal.
13322         (START): Pass argument to init_max_error.
13323         * math/gen-libm-test.pl (%results): Don't include "kind"
13324         information.
13325         (parse_ulps): Don't handle ulps of individual tests.
13326         (print_ulps_file): Likewise.
13327         (output_ulps): Likewise.
13328         * math/README.libm-test: Update.
13329         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
13330         individual tests.
13331         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
13332         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
13333         * sysdeps/arm/libm-test-ulps: Likewise.
13334         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
13335         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
13336         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
13337         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
13338         * sysdeps/microblaze/libm-test-ulps: Likewise.
13339         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
13340         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
13341         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
13342         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
13343         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
13344         * sysdeps/sh/libm-test-ulps: Likewise.
13345         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
13346         * sysdeps/tile/libm-test-ulps: Likewise.
13347         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13349 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
13351         * math/libm-test.inc (print_complex_max_error): Check separately
13352         whether real and imaginary errors are within allowed range and
13353         pass 0 to print_complex_function_ulps instead of value within
13354         allowed range.
13356 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
13358         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
13359         formatting.
13360         (get_handles_fopen): Likewise.
13361         (do_write_test): Likewise.
13363         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
13365         * libio/fileops.c (do_ftell): Use cached offset when
13366         available.
13367         * libio/iofwide.c (do_ftell_wide): Likewise.
13368         * libio/iofdopen.c (_IO_new_fdopen): Don't use
13369         _IO_file_attach.
13370         * libio/wfileops.c (_IO_fwide): Don't cache offset.
13372         [BZ #16532]
13373         * libio/libioP.h (get_file_offset): New function.
13374         * libio/fileops.c (get_file_offset): Likewise.
13375         (do_ftell): Likewise.
13376         (_IO_new_file_seekoff): Split out ftell logic.
13377         * libio/wfileops.c (do_ftell_wide): Likewise.
13378         (_IO_wfile_seekoff): Split out ftell logic.
13379         * libio/tst-ftell-active-handler.c: New test case.
13380         * libio/Makefile (tests): Add it.
13382 2014-03-03  Roland McGrath  <roland@hack.frob.com>
13384         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
13385         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
13387 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
13389         [BZ #16639]
13390         * nscd/connections.c (nscd_init): Call do_exit.
13391         (start_threads): Call do_exit and notify_parent.
13392         (begin_drop_privileges): Call do_exit.
13393         (finish_drop_privileges): Likewise.
13394         * nscd/selinux.c (preserve_capabilities): Likewise.
13395         (install_real_capabilities): Likewise.
13396         (nscd_selinux_enabled): Likewise.
13397         (avc_create_thread): Likewise.
13398         (avc_alloc_lock): Likewise.
13399         (nscd_avc_init): Likewise.
13400         * nscd/nscd.c (parent_fd): New static variable.
13401         (main): Create a pipe between parent and child processes.
13402         Skip closing parent_fd.
13403         (monitor_child): New function.
13404         (do_exit): Likewise.
13405         (notify_parent): Likewise.
13406         * nscd/nscd.h (notify_parent): Likewise.
13407         (do_exit): Likewise.
13409 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
13411         * malloc/malloc.c (__libc_calloc): Revert last change.
13413 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13415         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13417 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
13419         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
13420         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
13421         implementation.
13422         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13423         (__libc_ifunc_impl_list): Likewise.
13424         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
13425         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
13426         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
13427         * string/strrchr.c: Define STRRCHR.
13429 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
13431         * benchtest/bench-strtok.c (simple_strtok): Delete.
13432         (strtok_string): Use as benchmark.
13433         * string/strtok (STRTOK): New macro.
13435 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
13437         * manual/threads.texi: Add header and standard comments to all
13438         functions.
13440         * elf/dl-lookup.c (check_match): New function.
13441         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
13442         (do_lookup_x): Remove nested function check_match. Use non-nested
13443         function check_match.
13445 2014-02-28  Roland McGrath  <roland@hack.frob.com>
13447         * csu/Makefile (generated, before-compile): Use += rather than =.
13448         * catgets/Makefile (generated, generated-dirs): Likewise.
13449         * debug/Makefile (generated): Likewise.
13450         * dlfcn/Makefile (generated): Likewise.
13451         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
13452         * iconvdata/Makefile (before-compile, generated): Likewise.
13453         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
13454         * libio/Makefile (generated): Likewise.
13455         * malloc/Makefile (generated): Likewise.
13456         * manual/Makefile (generated, generated-dirs): Likewise.
13457         * misc/Makefile (generated): Likewise.
13458         * posix/Makefile (generated): Likewise.
13459         * resolv/Makefile (generated): Likewise.
13460         * sunrpc/Makefile (generated, generated-dirs): Likewise.
13461         * timezone/Makefile (generated, generated-dirs): Likewise.
13463         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
13465 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13467         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
13468         power8 implementation.
13469         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
13470         file: POWER8 llround ifunc implementation.
13471         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
13472         (__lllround): Add POWER8 implementation.
13473         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
13474         POWER8 llround implementation.
13476         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
13477         power8 implementation.
13478         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
13479         file: POWER8 llrint ifunc implementation.
13480         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
13481         Add POWER8 implementation.
13482         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
13483         POWER8 llrint implementation.
13485         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
13486         power8 implementation.
13487         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
13488         file: POWER8 finite ifunc implementation.
13489         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
13490         Add POWER8 implementation.
13491         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
13492         Likewise.
13493         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
13494         POWER8 finite implementation.
13495         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
13497         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
13498         power8 implementation.
13499         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
13500         file: POWER8 isinf ifunc implementation.
13501         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
13502         POWER8 implementation.
13503         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
13504         Likewise.
13505         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
13506         isinf implementation.
13507         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
13509         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
13510         (INIT_ARCH): Add hwcap2 initialization.
13511         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
13512         power8 implementation.
13513         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
13514         file: POWER8 isnan ifunc implementation.
13515         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
13516         POWER8 implementation.
13517         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
13518         Likewise.
13519         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
13520         isnan implementation.
13521         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
13523 2014-02-27  Joey Ye  <joey.ye@arm.com>
13525         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
13526         (_FP_NANFRAC_Q): Set to zero.
13528 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13530         [BZ #16623]
13531         * math/auto-libm-test-in: New test inputs.
13532         * math/auto-libm-test-out: Regenerate.
13533         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
13534         and DA.
13535         (__cos): Likewise.
13536         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
13538 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
13540         * scripts/evaluate-test.sh: Take new argument indicating whether
13541         failure is expected.
13542         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
13543         indicating whether failure is expected.
13544         * conform/Makefile (test-xfail-run-conformtest): New variable.
13545         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
13546         level.
13547         * posix/Makefile (test-xfail-annexc): New variable.
13548         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
13550 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
13552         * argp/Makefile: Include Makeconfig immediately after defining
13553         subdir.
13554         * assert/Makefile: Likewise.
13555         * benchtests/Makefile: Likewise.
13556         * catgets/Makefile: Likewise.
13557         * conform/Makefile: Likewise.
13558         * crypt/Makefile: Likewise.
13559         * csu/Makefile: Likewise.
13560         (all): Remove target.
13561         * ctype/Makefile: Include Makeconfig immediately after defining
13562         subdir.
13563         * debug/Makefile: Likewise.
13564         * dirent/Makefile: Likewise.
13565         * dlfcn/Makefile: Likewise.
13566         * gmon/Makefile: Likewise.
13567         * gnulib/Makefile: Likewise.
13568         * grp/Makefile: Likewise.
13569         * gshadow/Makefile: Likewise.
13570         * hesiod/Makefile: Likewise.
13571         * hurd/Makefile: Likewise.
13572         (all): Remove target.
13573         * iconvdata/Makefile: Include Makeconfig immediately after
13574         defining subdir.
13575         * inet/Makefile: Likewise.
13576         * intl/Makefile: Likewise.
13577         * io/Makefile: Likewise.
13578         * libio/Makefile: Likewise.
13579         (all): Remove target.
13580         * locale/Makefile: Include Makeconfig immediately after defining
13581         subdir.
13582         * login/Makefile: Likewise.
13583         * mach/Makefile: Likewise.
13584         (all): Remove target.
13585         * malloc/Makefile: Include Makeconfig immediately after defining
13586         subdir.
13587         (all): Remove target.
13588         * manual/Makefile: Include Makeconfig immediately after defining
13589         subdir.
13590         * math/Makefile: Likewise.
13591         * misc/Makefile: Likewise.
13592         * nis/Makefile: Likewise.
13593         * nss/Makefile: Likewise.
13594         * po/Makefile: Likewise.
13595         (all): Remove target.
13596         * posix/Makefile: Include Makeconfig immediately after defining
13597         subdir.
13598         * pwd/Makefile: Likewise.
13599         * resolv/Makefile: Likewise.
13600         * resource/Makefile: Likewise.
13601         * rt/Makefile: Likewise.
13602         * setjmp/Makefile: Likewise.
13603         * shadow/Makefile: Likewise.
13604         * signal/Makefile: Likewise.
13605         * socket/Makefile: Likewise.
13606         * soft-fp/Makefile: Likewise.
13607         * stdio-common/Makefile: Likewise.
13608         * stdlib/Makefile: Likewise.
13609         * streams/Makefile: Likewise.
13610         * string/Makefile: Likewise.
13611         * sunrpc/Makefile: Likewise.
13612         (all): Remove target.
13613         * sysvipc/Makefile: Include Makeconfig immediately after defining
13614         subdir.
13615         * termios/Makefile: Likewise.
13616         * time/Makefile: Likewise.
13617         * timezone/Makefile: Likewise.
13618         (all): Remove target.
13619         * wcsmbs/Makefile: Include Makeconfig immediately after defining
13620         subdir.
13621         * wctype/Makefile: Likewise.
13623 2014-02-26  Steve Ellcey  <sellcey@mips.com>
13625         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
13626         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
13627         (libc_feholdexcept_setround_mips): Ditto.
13628         (libc_feholdsetround): New.
13629         (libc_feholdsetroundf): New.
13630         (libc_feholdsetroundl): New.
13631         (libc_feupdateenv_test_mips): New.
13632         (libc_feupdateenv_test): New.
13633         (libc_feupdateenv_testf): New.
13634         (libc_feupdateenv_testl): New.
13635         (libc_feresetround): New.
13636         (libc_feresetroundf): New.
13637         (libc_feresetroundl): New.
13638         (libc_fetestexcept_mips): New.
13639         (libc_fetestexcept): New.
13640         (libc_fetestexceptf): New.
13641         (libc_fetestexceptl): New.
13642         (HAVE_RM_CTX): New.
13643         (libc_feholdexcept_setround_mips_ctx): New.
13644         (libc_feholdexcept_setround_ctx): New.
13645         (libc_feholdexcept_setroundf_ctx): New.
13646         (libc_feholdexcept_setroundl_ctx): New.
13647         (libc_fesetenv_mips_ctx): New.
13648         (libc_fesetenv_ctx): New.
13649         (libc_fesetenv_ctxf): New.
13650         (libc_fesetenv_ctxl): New.
13651         (libc_feupdateenv_mips_ctx): New.
13652         (libc_feupdateenv_ctx): New.
13653         (libc_feupdateenvf_ctx): New.
13654         (libc_feupdateenvl_ctx): New.
13655         (libc_feholdsetround_mips_ctx): New.
13656         (libc_feholdsetround_ctx): New.
13657         (libc_feholdsetroundf_ctx): New.
13658         (libc_feholdsetroundl_ctx): New.
13659         (libc_feresetround_mips_ctx): New.
13660         (libc_feresetround_ctx): New.
13661         (libc_feresetroundf_ctx): New.
13662         (libc_feresetroundl_ctx): New.
13664 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
13666         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
13668         * manual/ipc.texi: New file.
13669         * manual/Makefile (chapters): Add ipc.
13670         * manual/job.texi: Add "Inter-Process Communication" to next.
13671         * manual/process.texi: Add "Inter-Process Communication" to prev.
13673 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13675         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13677 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
13679         * malloc/malloc.c (__libc_calloc): Simplify implementation.
13681         * manual/arith.texi: Fix spaces after sentences.
13682         * manual/charset.texi: Likewise.
13683         * manual/errno.texi: Likewise.
13684         * manual/install.texi: Likewise.
13685         * manual/llio.texi: Likewise.
13686         * manual/locale.texi: Likewise.
13687         * manual/maint.texi: Likewise.
13688         * manual/math.texi: Likewise.
13689         * manual/memory.texi: Likewise.
13690         * manual/message.texi: Likewise.
13691         * manual/probes.texi: Likewise.
13692         * manual/resource.texi: Likewise.
13693         * manual/signal.texi: Likewise.
13694         * manual/socket.texi: Likewise.
13695         * manual/stdio.texi: Likewise.
13696         * manual/string.texi: Likewise.
13697         * manual/time.texi: Likewise.
13698         * manual/users.texi: Likewise.
13700 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
13702         [BZ #16632]
13703         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
13704         _DEFAULT_SOURCE is defined.
13706 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
13707             Carlos O'Donell  <carlos@redhat.com>
13709         [BZ #16613]
13710         * elf/dl-tls.c (_dl_count_modids): New function.
13711         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
13712         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
13713         audit library and increment generation counter.
13714         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
13715         * elf/tst-audit9.c: New file.
13716         * elf/tst-auditmod9a.c: New file.
13717         * elf/tst-auditmod9b.c: New file.
13718         * elf/Makefile: Add rules to build and run tst-audit9.
13720 2014-02-25  Florian Weimer  <fweimer@redhat.com>
13722         [BZ #15347]
13723         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
13725 2014-02-25  Will Newton  <will.newton@linaro.org>
13727         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
13728         (__longjmp): Restore sp and lr before restoring callee
13729         saved registers.  Add longjmp and longjmp_target
13730         SystemTap probe point.
13731         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
13732         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
13733         Define to zero to match jmpbuf layout.
13734         * sysdeps/arm/setjmp.S: Include stap-probe.h.
13735         (__sigsetjmp): Save sp and lr before saving callee
13736         saved registers.  Add setjmp SystemTap probe point.
13738 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
13740         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
13742 2014-02-24  Andreas Schwab  <schwab@suse.de>
13744         [BZ #15804]
13745         * elf/pldd.c (wait_for_ptrace_stop): New function.
13746         (main): Call it after attaching.
13748 2014-02-22  Roland McGrath  <roland@hack.frob.com>
13750         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
13751         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
13752         Versions files is now verboten.
13753         * hurd/Versions (libc: GLIBC_2.0):
13754         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
13755         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
13756         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
13757         * mach/Versions: Likewise.
13759         * csu/Versions: Remove unused %include.
13760         * resolv/Versions: Likewise.
13762 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
13764         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
13765         ($(objpfx)check-local-headers.out): Likewise.
13766         ($(objpfx)begin-end-check.out): Likewise.
13767         * Makerules (check-abi-%.out): Likewise.
13768         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
13769         ($(objpfx)test2.cat): Likewise.
13770         ($(objpfx)de/libc.cat): Likewise.
13771         ($(objpfx)test-gencat.out): Likewise.
13772         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
13773         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
13774         ($(objpfx)noload-mem): Likewise.
13775         ($(objpfx)tst-pathopt.out): Likewise.
13776         ($(objpfx)tst-rtld-load-self.out): Likewise.
13777         ($(objpfx)tst-array1-cmp.out): Likewise.
13778         ($(objpfx)tst-array1-static-cmp.out): Likewise.
13779         ($(objpfx)tst-array2-cmp.out): Likewise.
13780         ($(objpfx)tst-array3-cmp.out): Likewise.
13781         ($(objpfx)tst-array4-cmp.out): Likewise.
13782         ($(objpfx)tst-array5-cmp.out): Likewise.
13783         ($(objpfx)tst-array5-static-cmp.out): Likewise.
13784         ($(objpfx)check-textrel.out): Likewise.
13785         ($(objpfx)check-execstack.out): Likewise.
13786         ($(objpfx)check-localplt.out): Likewise.
13787         ($(objpfx)order2-cmp.out): Likewise.
13788         ($(objpfx)tst-leaks1-mem): Likewise.
13789         ($(objpfx)tst-leaks1-static-mem): Likewise.
13790         ($(objpfx)tst-initorder-cmp.out): Likewise.
13791         ($(objpfx)tst-initorder2-cmp.out): Likewise.
13792         ($(objpfx)tst-unused-dep.out): Likewise.
13793         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
13794         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
13795         * iconv/Makefile (test-iconvconfig): Likewise.
13796         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
13797         ($(objpfx)iconv-test.out): Likewise.
13798         ($(objpfx)tst-tables.out): Likewise.
13799         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
13800         ($(objpfx)tst-gettext.out): Likewise.
13801         ($(objpfx)tst-translit.out): Likewise.
13802         ($(objpfx)tst-gettext2.out): Likewise.
13803         ($(objpfx)tst-gettext4.out): Likewise.
13804         ($(objpfx)tst-gettext6.out): Likewise.
13805         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
13806         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
13807         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
13808         ($(objpfx)tst-fopenloc-mem.out): Likewise.
13809         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
13810         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
13811         * posix/Makefile ($(objpfx)globtest.out): Likewise.
13812         ($(objpfx)wordexp-tst.out): Likewise.
13813         ($(objpfx)annexc.out): Likewise.
13814         ($(objpfx)tst-fnmatch-mem): Likewise.
13815         ($(objpfx)bug-regex2-mem): Likewise.
13816         ($(objpfx)bug-regex14-mem): Likewise.
13817         ($(objpfx)bug-regex21-mem): Likewise.
13818         ($(objpfx)bug-regex31-mem): Likewise.
13819         ($(objpfx)tst-vfork3-mem): Likewise.
13820         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
13821         ($(objpfx)tst-pcre-mem): Likewise.
13822         ($(objpfx)tst-boost-mem): Likewise.
13823         ($(objpfx)tst-getconf.out): Likewise.
13824         ($(objpfx)bug-ga2-mem): Likewise.
13825         ($(objpfx)bug-glob2-mem): Likewise.
13826         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
13827         ($(objpfx)mtrace-tst-leaks2): Likewise.
13828         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
13829         ($(objpfx)tst-printf.out): Likewise.
13830         ($(objpfx)tst-setvbuf1.out): Likewise.
13831         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
13832         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
13833         ($(objpfx)tst-fmtmsg.out): Likewise.
13834         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
13835         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
13837         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
13838         * bits/sigaction.h [__USE_MISC]: Likewise.
13839         * bits/waitstatus.h: Update #endif comments.
13840         * ctype/ctype.h: Likewise.
13841         * dirent/dirent.h: Likewise.
13842         [__USE_MISC]: Remove redundant conditionals.
13843         * grp/grp.h: Update #endif comments.
13844         [__USE_GNU]: Remove redundant conditionals.
13845         [__USE_MISC]: Likewise.
13846         * inet/netinet/in.h [__USE_GNU]: Likewise.
13847         * io/sys/stat.h [__USE_MISC]: Likewise.
13848         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
13849         * libio/bits/stdio.h: Update #endif comments.
13850         [__USE_MISC]: Remove redundant conditionals.
13851         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
13852         * libio/stdio.h: Update #endif comments.
13853         [__USE_MISC]: Remove redundant conditionals.
13854         * math/bits/math-finite.h [__USE_MISC]: Likewise.
13855         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
13856         * math/math.h: Update #else and #endif comments.
13857         [__USE_MISC]: Remove redundant conditionals.
13858         * misc/sys/uio.h: Update #endif comments.
13859         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
13860         * posix/glob.h [__USE_MISC]: Likewise.
13861         * posix/sys/types.h: Update #endif comments.
13862         [__USE_MISC]: Remove redundant conditionals.
13863         * posix/sys/wait.h: Update #endif comments.
13864         [__USE_MISC]: Remove redundant conditionals.
13865         * posix/unistd.h: Update #endif comments.
13866         [__USE_MISC]: Remove redundant conditionals.
13867         * pwd/pwd.h [__USE_GNU]: Likewise.
13868         [__USE_MISC]: Likewise.
13869         * resolv/netdb.h [__USE_GNU]: Likewise.
13870         * signal/signal.h: Update #endif comments.
13871         [__USE_MISC]: Remove redundant conditionals.
13872         * stdlib/stdlib.h: Update #else and #endif comments.
13873         [__USE_MISC]: Remove redundant conditionals.
13874         [__USE_GNU]: Likewise.
13875         * string/bits/string2.h [__USE_MISC]: Likewise.
13876         * string/string.h: Update #endif comments.
13877         [__USE_MISC]: Remove redundant conditionals.
13878         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
13879         Likewise.
13880         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
13881         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
13882         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
13883         Likewise.
13884         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
13885         Likewise.
13886         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
13887         comments.
13888         [__USE_MISC]: Remove redundant conditionals.
13889         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
13890         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
13891         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
13892         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
13893         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
13894         Likewise.
13895         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
13896         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
13897         Likewise.
13898         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
13899         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
13900         Likewise.
13901         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
13902         Likewise.
13903         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
13904         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
13905         Likewise.
13906         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
13907         Likewise.
13908         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
13909         * sysdeps/x86/bits/string.h: Update #endif comments.
13910         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
13911         conditionals.
13912         * time/sys/time.h: Update #endif comments.
13913         * time/time.h: Likewise.
13914         [__USE_MISC]: Remove redundant conditionals.
13916 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
13918         [BZ #16600]
13919         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
13921 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
13923         * Versions.def (librt): Add GLIBC_2.17.
13925 2014-02-21  Adam Conrad  <adconrad@0c3.net>
13927         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
13928         synonym for _SYS_AUXV_H to allow direct inclusion.
13929         * sysdeps/sparc/bits/hwcap.h: Likewise.
13930         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
13931         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
13932         * sysdeps/sparc/sysdep.h: Likewise.
13934 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
13936         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
13938 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
13940         * benchtests/bench-strrchr.c: Print length instead of position.
13942 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
13944         [BZ #16611]
13945         * sysdeps/unix/sysv/linux/kernel-features.h
13946         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
13947         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
13948         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
13949         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
13950         Likewise.
13951         [__i386__ || __powerpc__ || __sh__ || __sparc__]
13952         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
13953         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
13954         (__ASSUME_SENDMMSG): Define instead of using previous
13955         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
13956         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13957         (__ASSUME_SENDMMSG_SYSCALL): Define.
13958         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13959         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
13960         Likewise.
13961         * sysdeps/unix/sysv/linux/arm/kernel-features.h
13962         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
13963         Likewise.
13964         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
13965         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
13966         Likewise.
13967         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
13968         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
13969         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
13970         [__ASSUME_SENDMMSG]: Change conditionals to
13971         [__ASSUME_SENDMMSG_SOCKETCALL].
13972         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13973         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
13974         Define.
13975         * sysdeps/unix/sysv/linux/mips/kernel-features.h
13976         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
13977         Likewise.
13978         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
13979         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
13980         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
13981         [!__ASSUME_SENDMMSG]: Change conditional to
13982         [!__ASSUME_SENDMMSG_SOCKETCALL].
13983         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13984         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
13985         Define.
13987         [BZ #16610]
13988         * sysdeps/unix/sysv/linux/kernel-features.h
13989         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
13990         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
13991         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
13992         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
13993         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
13994         [__i386__ || __sparc__]
13995         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
13996         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
13997         (__ASSUME_RECVMMSG): Define instead of using previous
13998         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
13999         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14000         (__ASSUME_RECVMMSG_SYSCALL): Define.
14001         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14002         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14003         Likewise.
14004         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14005         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14006         Likewise.
14007         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14008         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14009         Likewise.
14010         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
14011         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14012         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14013         [__ASSUME_RECVMMSG]: Change condition to
14014         [__ASSUME_RECVMMSG_SOCKETCALL].
14015         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14016         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14017         Define.
14018         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14019         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14020         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14021         Likewise.
14022         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
14023         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14024         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14025         [!__ASSUME_RECVMMSG]: Change condition to
14026         [!__ASSUME_RECVMMSG_SOCKETCALL].
14027         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14028         (__ASSUME_RECVMMSG_SYSCALL): Define.
14030         [BZ #16609]
14031         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
14032         __powerpc__ || __s390__ || __sh__ || __sparc__]
14033         (__ASSUME_SOCKETCALL): Define.
14034         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
14035         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
14036         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
14037         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
14038         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14039         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
14040         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
14041         (__ASSUME_ACCEPT4): Define instead of using previous
14042         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
14043         __powerpc__ || __sparc__ || __s390__)] condition.
14044         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14045         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14046         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
14047         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14048         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14049         [!__ASSUME_ACCEPT4]: Change condition to
14050         [!__ASSUME_ACCEPT4_SOCKETCALL].
14051         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14052         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
14053         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
14054         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14055         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
14056         __ASSUME_ACCEPT4_SYSCALL.
14057         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
14058         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
14059         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14060         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
14061         __ASSUME_ACCEPT4_SYSCALL.
14062         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
14063         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14064         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14065         [__ASSUME_ACCEPT4]: Change condition to
14066         [__ASSUME_ACCEPT4_SOCKETCALL].
14067         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14068         (__ASSUME_SOCKETCALL): Define.
14069         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
14070         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14071         (__ASSUME_SOCKETCALL): Define.
14072         (__ASSUME_ACCEPT4): Remove.
14073         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
14074         Define.
14075         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14076         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
14077         Likewise.
14078         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14079         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14081         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
14082         macro.
14083         (HWCAP_ARM_LPAE): Likewise.
14084         (HWCAP_ARM_EVTSTRM): Likewise.
14085         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
14086         Add vpfd32, lpae and evtstrm.
14087         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
14088         Increase to 22.
14090 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
14092         * math/auto-libm-test-in: Add tests of clog10.
14093         * math/auto-libm-test-out: Regenerated.
14094         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
14095         * sysdeps/i386/fpu/libm-test-ulps: Update.
14096         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14098 2014-02-18  Andreas Schwab  <schwab@suse.de>
14100         [BZ #16574]
14101         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
14102         Store non-zero if the second buffer was newly allocated.
14103         (send_dg): Likewise.
14104         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
14105         to send_vc and send_dg.
14106         (res_nsend): Pass NULL for ansp2_malloced.
14107         * resolv/res_query.c (__libc_res_nquery): Add parameter
14108         answerp2_malloced and pass it down to __libc_res_nsend.
14109         (res_nquery): Pass additional NULL to __libc_res_nquery.
14110         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
14111         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
14112         second answer buffer if answerp2_malloced was set.
14113         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
14114         (__libc_res_nquerydomain): Add parameter
14115         answerp2_malloced and pass it down to __libc_res_nquery.
14116         (res_nquerydomain): Pass additional NULL to
14117         __libc_res_nquerydomain.
14118         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
14119         additional NULL to __libc_res_nsend and __libc_res_nquery.
14120         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
14121         additional NULL to __libc_res_nsearch.
14122         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
14123         parameter of __libc_res_nsearch to check for separately allocated
14124         second buffer.
14125         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
14126         __libc_res_nquery.
14127         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
14128         additional NULL to __libc_res_nquery.
14129         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
14130         __libc_res_nsearch.
14131         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
14132         * include/resolv.h: Update prototypes of __libc_res_nquery,
14133         __libc_res_nsearch, __libc_res_nsend.
14135 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
14137         * math/auto-libm-test-in: Add tests of fma.
14138         * math/auto-libm-test-out: Regenerated.
14139         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
14140         (fma_towardzero_test_data): Likewise.
14141         (fma_downward_test_data): Likewise.
14142         (fma_upward_test_data): Likewise.
14143         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
14144         mpc_mode.
14145         (rounding_modes): Add values for new field.
14146         (func_calc_method): Add value mpfr_fff_f.
14147         (func_calc_desc): Add mpfr_fff_f union field.
14148         (test_function): Add field exact_args.
14149         (FUNC): Add macro argument EXACT_ARGS.
14150         (FUNC_mpfr_f_f): Update call to FUNC.
14151         (FUNC_mpfr_f_f): Likewise.
14152         (FUNC_mpfr_ff_f): Likewise.
14153         (FUNC_mpfr_if_f): Likewise.
14154         (FUNC_mpc_c_f): Likewise.
14155         (FUNC_mpc_c_c): Likewise.
14156         (test_functions): Add fma.  Update calls to FUNC.
14157         (handle_input_arg): Add argument exact_args.
14158         (add_test): Update call to handle_input_arg.
14159         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
14160         (output_for_one_input_case): Update call to calc_generic_results.
14161         Recalculate exact zero results in each rounding mode.
14163         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
14164         non-negative before setting low bit.
14165         * math/auto-libm-test-in: Mark one asin test possibly having
14166         spurious underflow.
14167         * math/auto-libm-test-out: Regenerated.
14168         * sysdeps/i386/fpu/libm-test-ulps: Update.
14169         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14171 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
14173         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
14174         * sysdeps/unix/sysv/linux/microblaze: Move directory from
14175         ports/sysdeps/unix/sysv/linux/microblaze.
14176         * README: Add missing listing for microblaze*-*-linux-gnu.
14178 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
14180         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
14181         duplicate code
14183 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
14185         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
14186         * sysdeps/unix/sysv/linux/ia64: Move directory from
14187         ports/sysdeps/unix/sysv/linux/ia64.
14188         * README: Update listing for ia64-*-linux-gnu.
14190 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
14191             Joseph Myers  <joseph@codesourcery.com>
14193         * Makeconfig (test-name): New variable.
14194         (evaluate-test): Likewise.
14195         * Makerules (do-test-clean): Remove .test-result files.
14196         (common-mostlyclean): Likewise.
14197         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
14198         * scripts/evaluate-test.sh: New file.
14200 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
14202         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
14203         separate $(objpfx)tst-fopenloc-cmp.out and
14204         $(objpfx)tst-fopenloc-mem.out targets.
14205         (tests): Update dependencies.
14206         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
14207         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
14208         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
14209         (tst-rxspencer-no-utf8-ARGS): New variable.
14210         (tst-rxspencer-no-utf8-ENV): Likewise.
14211         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
14212         instead of $(objpfx)tst-rxspencer-mem.
14213         ($(objpfx)tst-rxspencer-mem): Change target to
14214         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
14215         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
14216         * posix/tst-rxspencer-no-utf8.c: New file.
14218         * elf/Makefile ($(objpfx)order.out): Remove rule.
14219         [$(run-built-tests) = yes] (tests): Depend on
14220         $(objpfx)order-cmp.out.
14221         ($(objpfx)order-cmp.out): New rule.
14222         [$(run-built-tests) = yes] (tests): Depend on
14223         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
14224         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
14225         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
14226         $(objpfx)tst-array5-static-cmp.out.
14227         ($(objpfx)tst-array1.out): Remove rule.
14228         ($(objpfx)tst-array1-cmp.out): New rule.
14229         ($(objpfx)tst-array1-static.out): Remove rule.
14230         ($(objpfx)tst-array1-static-cmp.out): New rule.
14231         ($(objpfx)tst-array2.out): Remove rule.
14232         ($(objpfx)tst-array2-cmp.out): New rule.
14233         ($(objpfx)tst-array3.out): Remove rule.
14234         ($(objpfx)tst-array3-cmp.out): New rule.
14235         ($(objpfx)tst-array4.out): Remove rule.
14236         ($(objpfx)tst-array4-cmp.out): New rule.
14237         ($(objpfx)tst-array5.out): Remove rule.
14238         ($(objpfx)tst-array5-cmp.out): New rule.
14239         ($(objpfx)tst-array5-static.out): Remove rule.
14240         ($(objpfx)tst-array5-static-cmp.out): New rule.
14241         [$(run-built-tests) = yes] (tests): Depend on
14242         $(objpfx)order2-cmp.out.
14243         ($(objpfx)order2.out): Remove rule.
14244         ($(objpfx)order2-cmp.out): New rule.
14245         ($(objpfx)tst-initorder.out): Remove rule.
14246         [$(run-built-tests) = yes] (tests): Depend on
14247         $(objpfx)tst-initorder-cmp.out.
14248         ($(objpfx)tst-initorder-cmp.out): New rule.
14249         ($(objpfx)tst-initorder2.out): Remove rule.
14250         [$(run-built-tests) = yes] (tests): Depend on
14251         $(objpfx)tst-initorder2-cmp.out.
14252         ($(objpfx)tst-initorder2-cmp.out): New rule.
14253         [$(run-built-tests) = yes] (tests): Depend on
14254         $(objpfx)tst-unused-dep-cmp.out.
14255         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
14256         ($(objpfx)tst-unused-dep-cmp.out): New rule.
14257         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
14258         on $(objpfx)tst-setvbuf1-cmp.out.
14259         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
14260         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
14261         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
14262         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
14263         ($(objpfx)tst-svc.out): Remove rule.
14264         ($(objpfx)tst-svc-cmp.out): New rule.
14266 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
14268         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
14269         * ctype/ctype.h [__USE_MISC]: Likewise.
14270         * dirent/dirent.h [__USE_MISC]: Likewise.
14271         * grp/grp.h [__USE_MISC]: Likewise.
14272         * io/fcntl.h [__USE_MISC]: Likewise.
14273         * io/sys/stat.h [__USE_MISC]: Likewise.
14274         * libio/stdio.h [__USE_MISC]: Likewise.
14275         * posix/unistd.h [__USE_MISC]: Likewise.
14276         * pwd/pwd.h [__USE_MISC]: Likewise.
14277         * stdlib.h [__USE_MISC]: Likewise.
14278         * string/bits/string2.h [__USE_MISC]: Likewise.
14279         * string/string.h [__USE_MISC]: Likewise.
14280         * time/time.h [__USE_MISC]: Likewise.
14282 2014-02-13  Andreas Schwab  <schwab@suse.de>
14284         [BZ #16574]
14285         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
14286         second answer buffer if it was separately allocated.
14288 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
14290         * sysdeps/mips/math-tests.h: Include <features.h>.
14291         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14292         (ROUNDING_TESTS_long_double): Do not define.
14293         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14294         (EXCEPTION_TESTS_long_double): Likewise.
14295         * sysdeps/mips/mips64/libm-test-ulps: Update.
14297         * include/features.h (__USE_BSD): Remove macro definitions.
14298         (__USE_SVID): Likewise.
14299         (_BSD_SOURCE): Likewise.
14300         (_SVID_SOURCE): Likewise.
14301         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
14302         from definition of _DEFAULT_SOURCE.
14303         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
14304         [_DEFAULT_SOURCE].
14305         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
14306         * bits/mman.h [__USE_BSD]: Likewise.
14307         * bits/termios.h [__USE_BSD]: Likewise.
14308         * bits/waitstatus.h [__USE_BSD]: Likewise.
14309         * ctype/ctype.h [__USE_SVID]: Likewise.
14310         * dirent/dirent.h [__USE_BSD]: Likewise.
14311         * grp/grp.h [__USE_SVID]: Likewise.
14312         [__USE_BSD]: Likewise.
14313         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
14314         * io/fcntl.h [__USE_BSD]: Likewise.
14315         * io/ftw.h [__USE_BSD]: Likewise.
14316         * io/sys/stat.h [__USE_BSD]: Likewise.
14317         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
14318         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
14319         * libio/stdio.h [__USE_SVID]: Likewise.
14320         [__USE_BSD]: Likewise.
14321         * math/math.h [__USE_SVID]: Likewise.
14322         [__USE_BSD]: Likewise.
14323         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
14324         * misc/bits/syslog.h [__USE_BSD]: Likewise.
14325         * misc/search.h [__USE_SVID]: Likewise.
14326         * misc/sys/mman.h [__USE_BSD]: Likewise.
14327         * misc/sys/syslog.h [__USE_BSD]: Likewise.
14328         * misc/sys/uio.h [__USE_BSD]: Likewise.
14329         * posix/bits/unistd.h [__USE_BSD]: Likewise.
14330         * posix/glob.h [__USE_BSD]: Likewise.
14331         * posix/regex.h [__USE_BSD]: Likewise.
14332         * posix/sys/types.h [__USE_BSD]: Likewise.
14333         [__USE_SVID]: Likewise.
14334         * posix/sys/utsname.h [__USE_SVID]: Likewise.
14335         * posix/sys/wait.h [__USE_BSD]: Likewise.
14336         [__USE_SVID]: Likewise.
14337         * posix/unistd.h [__USE_BSD]: Likewise.
14338         [__USE_SVID]: Likewise.
14339         * pwd/pwd.h [__USE_SVID]: Likewise.
14340         * resolv/netdb.h [__USE_BSD]: Likewise.
14341         * setjmp/setjmp.h [__USE_BSD]: Likewise.
14342         * signal/signal.h [__USE_BSD]: Likewise.
14343         [__USE_SVID]: Likewise.
14344         * socket/sys/socket.h [__USE_BSD]: Likewise.
14345         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
14346         * stdlib/stdlib.h [__USE_BSD]: Likewise.
14347         [__USE_SVID]: Likewise.
14348         * string/bits/string2.h [__USE_BSD]: Likewise.
14349         [__USE_SVID]: Likewise.
14350         * string/bits/string3.h [__USE_BSD]: Likewise.
14351         * string/endian.h [__USE_BSD]: Likewise.
14352         * string/string.h [__USE_SVID]: Likewise.
14353         [__USE_BSD]: Likewise.
14354         * string/strings.h [__USE_BSD]: Likewise.
14355         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
14356         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
14357         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
14358         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
14359         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
14360         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
14361         Likewise.
14362         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
14363         Likewise.
14364         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
14365         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
14366         Likewise.
14367         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
14368         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
14369         Likewise.
14370         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
14371         Likewise.
14372         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
14373         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
14374         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
14375         Likewise.
14376         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
14377         Likewise.
14378         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
14379         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
14380         * termios/termios.h [__USE_BSD]: Likewise.
14381         * time/sys/time.h [__USE_BSD]: Likewise.
14382         * time/time.h [__USE_BSD]: Likewise.
14383         [__USE_SVID]: Likewise.
14385         * Makefile (subdir_targets): Remove subdir_lint.out.
14387         * stdio-common/Makefile (do-tst-unbputc): Remove target.
14388         (do-tst-printf): Likewise.
14389         (tests): Depend directly on $(objpfx)tst-unbputc.out and
14390         $(objpfx)tst-printf.out.
14392         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
14394         * Makerules (check-abi-%): Change target to
14395         $(objpfx)check-abi-%.out.
14396         (check-abi target): Update dependencies.
14397         (check-abi-pattern variable): Redirect output of diff to $@.
14398         (check-abi variable): Likewise.
14399         * elf/Makefile (check-abi): Update dependencies.
14401         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
14402         unused.
14403         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
14404         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
14405         subnormal range.
14406         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
14407         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
14408         value has largest subnormal exponent.
14409         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
14410         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
14411         * sysdeps/aarch64/soft-fp/sfp-machine.h
14412         (_FP_TININESS_AFTER_ROUNDING): New macro.
14413         * sysdeps/alpha/soft-fp/sfp-machine.h
14414         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14415         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14416         Likewise.
14417         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
14418         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14419         * sysdeps/mips/soft-fp/sfp-machine.h
14420         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14421         * sysdeps/powerpc/soft-fp/sfp-machine.h
14422         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14423         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14424         Likewise.
14425         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
14426         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14427         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
14428         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14429         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14430         Likewise.
14432 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
14434         [BZ #16545]
14435         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
14436         model 1.
14438 2014-02-12  Richard Henderson  <rth@redhat.com>
14440         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
14441         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
14442         * sysdeps/unix/sysv/linux/alpha: Move directory from
14443         ports/sysdeps/unix/sysv/linux/alpha.
14444         * README: Update listing for alpha-*-linux-gnu.
14446 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
14448         * include/features.h: Update comment documenting feature test
14449         macros.
14450         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
14451         _DEFAULT_SOURCE.
14452         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
14453         (_SVID_SOURCE): Likewise.
14454         (_DEFAULT_SOURCE): Update description of default features.
14455         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
14456         with _GNU_SOURCE.
14457         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
14458         (S_ISVTX): Likewise.
14459         * manual/math.texi (Mathematical Constants): Likewise.
14460         * manual/signal.texi (Interrupted Primitives): Likewise.
14461         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
14462         * math/test-matherr.c (_SVID_SOURCE): Do not define.
14463         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
14464         Don't refer to _SVID_SOURCE in warning text.
14466         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
14468         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
14469         already defined.
14470         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
14471         * sysdeps/mips/dl-lookup.c: Remove.
14472         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
14474 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
14476         [BZ #16447]
14477         * math/auto-libm-test-in: Add testcase for expl.
14478         * math/auto-libm-test-out: Regenerate.
14479         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
14480         calculation of unsafe.
14481         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
14483 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14485         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
14486         * sysdeps/unix/sysv/linux/aarch64: Move directory from
14487         ports/sysdeps/unix/sysv/linux/aarch64.
14488         * README: Update listing for aarch64*-*-linux-gnu.
14490 2014-02-11  Will Newton  <will.newton@linaro.org>
14492         * manual/probes.texi (Mathematical Function Probes): Use
14493         "triggered" instead of "hit".
14495         * manual/probes.texi (Internal Probes): Add documentation
14496         of setjmp, longjmp and longjmp_target probes.
14498         * include/stap-probe.h: Add comment about probe argument
14499         format.
14501         * malloc/mtrace.c (attribute_hidden): Remove unused macro
14502         definition.  (tr_where, tr_freehook, tr_mallochook,
14503         tr_reallochook, tr_memalignhook): Use ANSI protoype.
14505 2014-02-11  David S. Miller  <davem@davemloft.net>
14507         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
14508         processing int_tests.
14510 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
14512         * sysdeps/mips: Move directory from ports/sysdeps/mips.
14513         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
14514         * sysdeps/unix/sysv/linux/mips: Move directory from
14515         ports/sysdeps/unix/sysv/linux/mips.
14516         * README: Update listing for mips-*-linux-gnu and
14517         mips64-*-linux-gnu.
14519 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
14521         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
14522         * sysdeps/unix/sysv/linux/m68k: Move directory from
14523         ports/sysdeps/unix/sysv/linux/m68k.
14524         * README: Update listing for m68k-*-linux-gnu.
14526 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
14528         * sysdeps/tile: Move directory from ports/sysdeps/tile.
14529         * sysdeps/unix/sysv/linux/generic: Move directory from
14530         ports/sysdeps/unix/sysv/linux/generic.
14531         * sysdeps/unix/sysv/linux/tile: Move directory from
14532         ports/sysdeps/unix/sysv/linux/tile.
14533         * README: Update listing for tile*-*-linux-gnu.
14535 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
14537         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
14538         __builtin_expect.
14539         * benchtests/bench-memmem.c (simple_memmem): Likewise.
14540         * catgets/open_catalog.c (__open_catalog): Likewise.
14541         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
14542         * debug/confstr_chk.c: Likewise.
14543         * debug/fread_chk.c (__fread_chk): Likewise.
14544         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
14545         * debug/getgroups_chk.c: Likewise.
14546         * debug/mbsnrtowcs_chk.c: Likewise.
14547         * debug/mbsrtowcs_chk.c: Likewise.
14548         * debug/mbstowcs_chk.c: Likewise.
14549         * debug/memcpy_chk.c: Likewise.
14550         * debug/memmove_chk.c: Likewise.
14551         * debug/mempcpy_chk.c: Likewise.
14552         * debug/memset_chk.c: Likewise.
14553         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
14554         * debug/strcat_chk.c (__strcat_chk): Likewise.
14555         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
14556         * debug/strncat_chk.c (__strncat_chk): Likewise.
14557         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
14558         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
14559         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
14560         * debug/wcpncpy_chk.c: Likewise.
14561         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
14562         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
14563         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
14564         * debug/wcsncpy_chk.c: Likewise.
14565         * debug/wcsnrtombs_chk.c: Likewise.
14566         * debug/wcsrtombs_chk.c: Likewise.
14567         * debug/wcstombs_chk.c: Likewise.
14568         * debug/wmemcpy_chk.c: Likewise.
14569         * debug/wmemmove_chk.c: Likewise.
14570         * debug/wmempcpy_chk.c: Likewise.
14571         * debug/wmemset_chk.c: Likewise.
14572         * dirent/scandirat.c (SCANDIRAT): Likewise.
14573         * dlfcn/dladdr1.c (dladdr1): Likewise.
14574         * dlfcn/dladdr.c (dladdr): Likewise.
14575         * dlfcn/dlclose.c (dlclose_doit): Likewise.
14576         * dlfcn/dlerror.c (__dlerror): Likewise.
14577         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
14578         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
14579         * dlfcn/dlopen.c (dlopen_doit): Likewise.
14580         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
14581         * dlfcn/dlsym.c (dlsym_doit): Likewise.
14582         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
14583         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
14584         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
14585         Likewise.
14586         * elf/dl-conflict.c: Likewise.
14587         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
14588         * elf/dl-dst.h: Likewise.
14589         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
14590         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
14591         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
14592         * elf/dl-init.c (call_init, _dl_init): Likewise.
14593         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
14594         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
14595         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
14596         Likewise.
14597         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
14598         Likewise.
14599         * elf/dl-minimal.c (__libc_memalign): Likewise.
14600         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
14601         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
14602         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
14603         * elf/dl-sym.c (do_sym): Likewise.
14604         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
14605         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
14606         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
14607         * elf/dl-writev.h (_dl_writev): Likewise.
14608         * elf/ldconfig.c (search_dir): Likewise.
14609         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
14610         (dl_main): Likewise.
14611         * elf/setup-vdso.h (setup_vdso): Likewise.
14612         * grp/compat-initgroups.c (compat_call): Likewise.
14613         * grp/fgetgrent.c (fgetgrent): Likewise.
14614         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
14615         * grp/putgrent.c (putgrent): Likewise.
14616         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
14617         Likewise.
14618         * hurd/hurdinit.c: Likewise.
14619         * iconvdata/8bit-gap.c (struct): Likewise.
14620         * iconvdata/ansi_x3.110.c : Likewise.
14621         * iconvdata/big5.c : Likewise.
14622         * iconvdata/big5hkscs.c : Likewise.
14623         * iconvdata/cp1255.c: Likewise.
14624         * iconvdata/cp1258.c : Likewise.
14625         * iconvdata/cp932.c : Likewise.
14626         * iconvdata/euc-cn.c: Likewise.
14627         * iconvdata/euc-jisx0213.c : Likewise.
14628         * iconvdata/euc-jp.c: Likewise.
14629         * iconvdata/euc-jp-ms.c : Likewise.
14630         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
14631         * iconvdata/gb18030.c : Likewise.
14632         * iconvdata/gbbig5.c (const): Likewise.
14633         * iconvdata/gbgbk.c: Likewise.
14634         * iconvdata/gbk.c : Likewise.
14635         * iconvdata/ibm1364.c : Likewise.
14636         * iconvdata/ibm930.c : Likewise.
14637         * iconvdata/ibm932.c: Likewise.
14638         * iconvdata/ibm933.c : Likewise.
14639         * iconvdata/ibm935.c : Likewise.
14640         * iconvdata/ibm937.c : Likewise.
14641         * iconvdata/ibm939.c : Likewise.
14642         * iconvdata/ibm943.c: Likewise.
14643         * iconvdata/iso_11548-1.c: Likewise.
14644         * iconvdata/iso-2022-cn.c : Likewise.
14645         * iconvdata/iso-2022-cn-ext.c : Likewise.
14646         * iconvdata/iso-2022-jp-3.c: Likewise.
14647         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
14648         * iconvdata/iso-2022-kr.c : Likewise.
14649         * iconvdata/iso646.c (gconv_end): Likewise.
14650         * iconvdata/iso_6937-2.c : Likewise.
14651         * iconvdata/iso_6937.c : Likewise.
14652         * iconvdata/iso8859-1.c: Likewise.
14653         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
14654         * iconvdata/shift_jisx0213.c : Likewise.
14655         * iconvdata/sjis.c : Likewise.
14656         * iconvdata/t.61.c : Likewise.
14657         * iconvdata/tcvn5712-1.c : Likewise.
14658         * iconvdata/tscii.c: Likewise.
14659         * iconvdata/uhc.c : Likewise.
14660         * iconvdata/unicode.c (gconv_end): Likewise.
14661         * iconvdata/utf-16.c (gconv_end): Likewise.
14662         * iconvdata/utf-32.c (gconv_end): Likewise.
14663         * iconvdata/utf-7.c (base64): Likewise.
14664         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
14665         * iconv/gconv_close.c (__gconv_close): Likewise.
14666         * iconv/gconv_open.c (__gconv_open): Likewise.
14667         * iconv/gconv_simple.c (internal_ucs4_loop_single)
14668         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
14669         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
14670         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
14671         (ucs4le_internal_loop_single): Likewise.
14672         * iconv/iconv.c (iconv): Likewise.
14673         * iconv/iconv_close.c: Likewise.
14674         * iconv/loop.c (SINGLE): Likewise.
14675         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
14676         * include/atomic.h: Likewise.
14677         * inet/inet6_option.c (option_alloc): Likewise.
14678         * intl/bindtextdom.c (set_binding_values): Likewise.
14679         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
14680         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
14681         * intl/localealias.c (read_alias_file): Likewise.
14682         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
14683         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
14684         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
14685         * libio/fmemopen.c (fmemopen): Likewise.
14686         * libio/iofgets.c (_IO_fgets): Likewise.
14687         * libio/iofgets_u.c (fgets_unlocked): Likewise.
14688         * libio/iofgetws.c (fgetws): Likewise.
14689         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
14690         * libio/iogetdelim.c (_IO_getdelim): Likewise.
14691         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
14692         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
14693         * locale/findlocale.c (_nl_find_locale): Likewise.
14694         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
14695         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
14696         Likewise.
14697         * locale/setlocale.c (setlocale): Likewise.
14698         * login/programs/pt_chown.c (main): Likewise.
14699         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
14700         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
14701         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
14702         (mmap, mmap64, mremap, munmap): Likewise.
14703         * math/e_exp2l.c: Likewise.
14704         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
14705         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
14706         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
14707         * math/s_catan.c (__catan): Likewise.
14708         * math/s_catanf.c (__catanf): Likewise.
14709         * math/s_catanh.c (__catanh): Likewise.
14710         * math/s_catanhf.c (__catanhf): Likewise.
14711         * math/s_catanhl.c (__catanhl): Likewise.
14712         * math/s_catanl.c (__catanl): Likewise.
14713         * math/s_ccosh.c (__ccosh): Likewise.
14714         * math/s_ccoshf.c (__ccoshf): Likewise.
14715         * math/s_ccoshl.c (__ccoshl): Likewise.
14716         * math/s_cexp.c (__cexp): Likewise.
14717         * math/s_cexpf.c (__cexpf): Likewise.
14718         * math/s_cexpl.c (__cexpl): Likewise.
14719         * math/s_clog10.c (__clog10): Likewise.
14720         * math/s_clog10f.c (__clog10f): Likewise.
14721         * math/s_clog10l.c (__clog10l): Likewise.
14722         * math/s_clog.c (__clog): Likewise.
14723         * math/s_clogf.c (__clogf): Likewise.
14724         * math/s_clogl.c (__clogl): Likewise.
14725         * math/s_csin.c (__csin): Likewise.
14726         * math/s_csinf.c (__csinf): Likewise.
14727         * math/s_csinh.c (__csinh): Likewise.
14728         * math/s_csinhf.c (__csinhf): Likewise.
14729         * math/s_csinhl.c (__csinhl): Likewise.
14730         * math/s_csinl.c (__csinl): Likewise.
14731         * math/s_csqrt.c (__csqrt): Likewise.
14732         * math/s_csqrtf.c (__csqrtf): Likewise.
14733         * math/s_csqrtl.c (__csqrtl): Likewise.
14734         * math/s_ctan.c (__ctan): Likewise.
14735         * math/s_ctanf.c (__ctanf): Likewise.
14736         * math/s_ctanh.c (__ctanh): Likewise.
14737         * math/s_ctanhf.c (__ctanhf): Likewise.
14738         * math/s_ctanhl.c (__ctanhl): Likewise.
14739         * math/s_ctanl.c (__ctanl): Likewise.
14740         * math/w_pow.c: Likewise.
14741         * math/w_powf.c: Likewise.
14742         * math/w_powl.c: Likewise.
14743         * math/w_scalb.c (sysv_scalb): Likewise.
14744         * math/w_scalbf.c (sysv_scalbf): Likewise.
14745         * math/w_scalbl.c (sysv_scalbl): Likewise.
14746         * misc/error.c (error_tail): Likewise.
14747         * misc/pselect.c (__pselect): Likewise.
14748         * nis/nis_callback.c (__nis_create_callback): Likewise.
14749         * nis/nis_call.c (__nisfind_server): Likewise.
14750         * nis/nis_creategroup.c (nis_creategroup): Likewise.
14751         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
14752         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
14753         * nis/nis_getservlist.c (nis_getservlist): Likewise.
14754         * nis/nis_lookup.c (nis_lookup): Likewise.
14755         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
14756         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
14757         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
14758         * nis/nis_xdr.c (xdr_endpoint): Likewise.
14759         * nis/nss_compat/compat-grp.c (getgrent_next_file)
14760         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
14761         * nis/nss_compat/compat-initgroups.c (add_group)
14762         (internal_getgrent_r): Likewise.
14763         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
14764         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
14765         * nis/nss_compat/compat-spwd.c (getspent_next_file)
14766         (internal_getspnam_r): Likewise.
14767         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
14768         (_nss_nis_getaliasbyname_r): Likewise.
14769         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
14770         (_nss_nis_getntohost_r): Likewise.
14771         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
14772         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
14773         (_nss_nis_getgrgid_r): Likewise.
14774         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
14775         (internal_nis_gethostent_r, internal_gethostbyname2_r)
14776         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
14777         (_nss_nis_gethostbyname4_r): Likewise.
14778         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
14779         (initgroups_netid): Likewise.
14780         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
14781         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
14782         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
14783         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
14784         (_nss_nis_getprotobynumber_r): Likewise.
14785         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
14786         (_nss_nis_getsecretkey): Likewise.
14787         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
14788         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
14789         (_nss_nis_getpwuid_r): Likewise.
14790         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
14791         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
14792         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
14793         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
14794         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
14795         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
14796         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
14797         Likewise.
14798         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
14799         (_nss_nisplus_getntohost_r): Likewise.
14800         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
14801         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
14802         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
14803         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
14804         Likewise.
14805         * nis/nss_nisplus/nisplus-initgroups.c
14806         (_nss_nisplus_initgroups_dyn): Likewise.
14807         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
14808         (_nss_nisplus_getnetbyaddr_r): Likewise.
14809         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
14810         (_nss_nisplus_getprotobynumber_r): Likewise.
14811         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
14812         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
14813         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
14814         Likewise.
14815         * nis/nss_nisplus/nisplus-service.c
14816         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
14817         (_nss_nisplus_getservbyport_r): Likewise.
14818         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
14819         (_nss_nisplus_getspnam_r): Likewise.
14820         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
14821         Likewise.
14822         * nscd/aicache.c (addhstaiX): Likewise.
14823         * nscd/cache.c (cache_search, prune_cache): Likewise.
14824         * nscd/connections.c (register_traced_file, send_ro_fd)
14825         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
14826         (main_loop_epoll): Likewise.
14827         * nscd/grpcache.c (addgrbyX): Likewise.
14828         * nscd/hstcache.c (addhstbyX): Likewise.
14829         * nscd/initgrcache.c (addinitgroupsX): Likewise.
14830         * nscd/mem.c (gc, mempool_alloc): Likewise.
14831         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
14832         (addinnetgrX): Likewise.
14833         * nscd/nscd-client.h (__nscd_acquire_maplock)
14834         (__nscd_drop_map_ref): Likewise.
14835         * nscd/nscd_getai.c (__nscd_getai): Likewise.
14836         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
14837         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
14838         Likewise.
14839         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
14840         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
14841         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
14842         (__nscd_get_map_ref): Likewise.
14843         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
14844         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
14845         Likewise.
14846         * nscd/pwdcache.c (addpwbyX): Likewise.
14847         * nscd/selinux.c (preserve_capabilities): Likewise.
14848         * nscd/servicescache.c (addservbyX): Likewise.
14849         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
14850         * posix/fnmatch.c (fnmatch): Likewise.
14851         * posix/getopt.c (_getopt_internal_r): Likewise.
14852         * posix/glob.c (glob, glob_in_dir): Likewise.
14853         * posix/wordexp.c (exec_comm_child): Likewise.
14854         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
14855         (getanswer_r, gaih_getanswer_slice): Likewise.
14856         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
14857         * resolv/res_init.c: Likewise.
14858         * resolv/res_mkquery.c (res_nmkquery): Likewise.
14859         * resolv/res_query.c (__libc_res_nquery): Likewise.
14860         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
14861         Likewise.
14862         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
14863         * stdio-common/perror.c (perror): Likewise.
14864         * stdio-common/printf_fp.c (___printf_fp): Likewise.
14865         * stdio-common/tmpnam.c (tmpnam): Likewise.
14866         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
14867         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
14868         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
14869         Likewise.
14870         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
14871         * stdlib/putenv.c (putenv): Likewise.
14872         * stdlib/setenv.c (__add_to_environ): Likewise.
14873         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
14874         * stdlib/strtol_l.c (INTERNAL): Likewise.
14875         * string/memmem.c (memmem): Likewise.
14876         * string/strerror.c (strerror): Likewise.
14877         * string/strnlen.c (__strnlen): Likewise.
14878         * string/test-memmem.c (simple_memmem): Likewise.
14879         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
14880         * sunrpc/pm_getport.c (__get_socket): Likewise.
14881         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
14882         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
14883         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
14884         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
14885         Likewise.
14886         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
14887         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
14888         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
14889         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
14890         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
14891         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
14892         Likewise.
14893         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
14894         Likewise.
14895         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
14896         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
14897         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
14898         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
14899         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
14900         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
14901         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
14902         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
14903         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
14904         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
14905         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
14906         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
14907         Likewise.
14908         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
14909         Likewise.
14910         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
14911         Likewise.
14912         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
14913         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
14914         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
14915         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
14916         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
14917         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
14918         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
14919         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
14920         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
14921         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
14922         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
14923         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
14924         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
14925         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
14926         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
14927         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
14928         Likewise.
14929         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
14930         Likewise.
14931         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
14932         Likewise.
14933         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
14934         Likewise.
14935         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
14936         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
14937         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
14938         Likewise.
14939         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
14940         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
14941         * sysdeps/posix/opendir.c (__opendirat): Likewise.
14942         * sysdeps/posix/sleep.c: Likewise.
14943         * sysdeps/posix/tempname.c: Likewise.
14944         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
14945         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
14946         Likewise.
14947         * sysdeps/powerpc/powerpc32/dl-machine.h
14948         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
14949         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
14950         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
14951         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
14952         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
14953         Likewise.
14954         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
14955         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
14956         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
14957         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
14958         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
14959         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
14960         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
14961         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
14962         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
14963         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
14964         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
14965         (elf_machine_lazy_rel): Likewise.
14966         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
14967         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
14968         (elf_machine_lazy_rel): Likewise.
14969         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
14970         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
14971         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
14972         * sysdeps/unix/grantpt.c (grantpt): Likewise.
14973         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
14974         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
14975         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
14976         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
14977         Likewise.
14978         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
14979         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
14980         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
14981         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
14982         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
14983         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
14984         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
14985         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
14986         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
14987         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
14988         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
14989         Likewise.
14990         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
14991         (__posix_fallocate64_l64): Likewise.
14992         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
14993         (posix_fallocate): Likewise.
14994         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
14995         Likewise.
14996         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
14997         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
14998         (getifaddrs_internal): Likewise.
14999         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
15000         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
15001         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
15002         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
15003         * sysdeps/unix/sysv/linux/posix_fallocate64.c
15004         (__posix_fallocate64_l64): Likewise.
15005         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
15006         Likewise.
15007         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
15008         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
15009         (__get_clockfreq): Likewise.
15010         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
15011         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
15012         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
15013         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
15014         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
15015         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
15016         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
15017         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
15018         Likewise.
15019         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
15020         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
15021         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
15022         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
15023         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
15024         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
15025         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
15026         Likewise.
15027         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
15028         (posix_fallocate): Likewise.
15029         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
15030         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
15031         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
15032         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
15033         (elf_machine_rela, elf_machine_rela_relative)
15034         (elf_machine_lazy_rel): Likewise.
15035         * time/asctime.c (asctime_internal): Likewise.
15036         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
15037         * time/tzset.c (__tzset_parse_tz): Likewise.
15038         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
15039         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
15040         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
15041         * wcsmbs/wcsmbsload.h: Likewise.
15043         [BZ #15894]
15044         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
15046         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
15047         (arena_get2): Remove THREAD_STATS conditionals.
15048         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
15049         (__malloc_stats, int): Likewise.
15051 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
15053         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
15054         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
15056         * manual/setjmp.texi: Fix typos/grammar errors.
15058         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
15059         Only return early when n is <= 0.  Delete unused return statement.
15061         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
15062         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
15063         * debug/tst-longjmp_chk3.c: New file.
15065         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
15066         (test_main): Replace code with set_fortify_handler call.
15067         * debug/test-strcpy_chk.c: Likewise.
15068         * debug/tst-chk1.c: Likewise.
15069         * debug/tst-longjmp_chk.c: Likewise.
15070         * test-skeleton.c: Include fcntl.h & paths.h
15071         (set_fortify_handler): Define.
15073         * debug/tst-longjmp_chk.c: Add header comment and include
15074         ../test-skeleton.c.
15075         (do_test): Mark static.
15076         (TEST_FUNCTION): Define.
15078         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
15079         (IP_PMTUDISC_INTERFACE): Likewise.
15080         (IP_MULTICAST_IF): Likewise.
15081         (IP_MULTICAST_TTL): Likewise.
15082         (IP_MULTICAST_LOOP): Likewise.
15083         (IP_ADD_MEMBERSHIP): Likewise.
15084         (IP_DROP_MEMBERSHIP): Likewise.
15085         (IP_UNBLOCK_SOURCE): Likewise.
15086         (IP_BLOCK_SOURCE): Likewise.
15087         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
15088         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
15089         (IP_MSFILTER): Likewise.
15090         (MCAST_JOIN_GROUP): Likewise.
15091         (MCAST_BLOCK_SOURCE): Likewise.
15092         (MCAST_UNBLOCK_SOURCE): Likewise.
15093         (MCAST_LEAVE_GROUP): Likewise.
15094         (MCAST_JOIN_SOURCE_GROUP): Likewise.
15095         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
15096         (MCAST_MSFILTER): Likewise.
15097         (IP_MULTICAST_ALL): Likewise.
15098         (IP_UNICAST_IF): Likewise.
15100         * timezone/Makefile: Delete $(have-ksh) check.
15101         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
15102         * timezone/tzselect.ksh: Add +x mode bits.
15104         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
15105         (ANON_INODE_FS_MAGIC): Likewise.
15106         (BDEVFS_MAGIC): Likewise.
15107         (BINFMTFS_MAGIC): Likewise.
15108         (BTRFS_TEST_MAGIC): Likewise.
15109         (CRAMFS_MAGIC_WEND): Likewise.
15110         (DEBUGFS_MAGIC): Likewise.
15111         (ECRYPTFS_SUPER_MAGIC): Likewise.
15112         (EXT3_SUPER_MAGIC): Likewise.
15113         (EXT4_SUPER_MAGIC): Likewise.
15114         (FUTEXFS_SUPER_MAGIC): Likewise.
15115         (HOSTFS_SUPER_MAGIC): Likewise.
15116         (HUGETLBFS_MAGIC): Likewise.
15117         (MINIX3_SUPER_MAGIC): Likewise.
15118         (MTD_INODE_FS_MAGIC): Likewise.
15119         (NILFS_SUPER_MAGIC): Likewise.
15120         (OPENPROM_SUPER_MAGIC): Likewise.
15121         (PIPEFS_MAGIC): Likewise.
15122         (PSTOREFS_MAGIC): Likewise.
15123         (QNX6_SUPER_MAGIC): Likewise.
15124         (RAMFS_MAGIC): Likewise.
15125         (REISERFS_SUPER_MAGIC_STRING): Likewise.
15126         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
15127         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
15128         (SECURITYFS_MAGIC): Likewise.
15129         (SELINUX_MAGIC): Likewise.
15130         (SMACK_MAGIC): Likewise.
15131         (SOCKFS_MAGIC): Likewise.
15132         (SQUASHFS_MAGIC): Likewise.
15133         (STACK_END_MAGIC): Likewise.
15134         (TMPFS_MAGIC): Likewise.
15135         (USBDEVICE_SUPER_MAGIC): Likewise.
15136         (V9FS_MAGIC): Likewise.
15137         (XENFS_SUPER_MAGIC): Likewise.
15138         (CRAMFS_MAGIC): Fix typo in comment.
15139         (EXT2_SUPER_MAGIC): Update comment.
15140         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
15142 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
15144         * sysdeps/arm: Move directory from ports/sysdeps/arm.
15145         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
15146         * sysdeps/unix/sysv/linux/arm: Move directory from
15147         ports/sysdeps/unix/sysv/linux/arm.
15148         * README: Update listing for arm-*-linux-gnueabi.
15150         * README: Remove mention of am33.
15152 2014-02-07  Roland McGrath  <roland@hack.frob.com>
15154         * bits/sigset.h (__sigemptyset): Use a statement expression rather
15155         than the comma operator, to avoid "rhs of comma has no effect"
15156         compiler warnings.
15157         (__sigfillset, __sigandset, __sigorset): Likewise.
15158         * include/signal.h (__sigemptyset): Likewise.
15159         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
15161 2014-02-07  Allan McRae  <allan@archlinux.org>
15163         * version.h (RELEASE): Set to "development".
15164         (VERSION): Set to "2.19.90"
15165         * NEWS: Add 2.20 section.
15167 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
15169         [BZ #16529]
15170         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
15172 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
15174         * manual/contrib.texi: Update entry for Carlos O'Donell,
15175         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
15177 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
15179         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
15181         * sysdeps/unix/sysv/linux/kernel-features.h
15182         [__LINUX_KERNEL_VERSION >= 0x020621]
15183         (__ASSUME_PROC_PID_TASK_COMM): Define.
15185 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
15187         [BZ #16398]
15188         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
15189         conversion when destination buffer does not have enough space.
15190         * libio/tst-ftell-partial-wide.c: New test case.
15191         * libio/Makefile (tests): Add tst-ftell-partial-wide.
15193         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
15194         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
15195         Leonard and Allan McRae.
15197 2014-02-04  David S. Miller  <davem@davemloft.net>
15199         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
15200         32-bit.
15202 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15204         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
15205         New file
15206         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
15207         New file
15208         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
15209         New file.
15210         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
15211         New file.
15212         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
15213         New file.
15214         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
15215         New file.
15216         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
15217         New file.
15218         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
15219         New file.
15220         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
15221         New file.
15222         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
15223         New file.
15224         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
15225         New file.
15226         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
15227         New file.
15228         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
15229         New file.
15231 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15233         * nptl/shlib-versions: Change powerpc*le start to 2.17.
15234         * shlib-versions: Likewise.
15236 2014-02-04  Roland McGrath  <roland@hack.frob.com>
15237             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15239         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
15240         (abilist-pattern): New variable, set to %-le.abilist.
15242         * Makerules (abilist-pattern): New variable.
15243         (vpath): Use $(abilist-pattern) in place of %.abilist.
15244         (check-abi-% pattern rule): Likewise.
15245         (check-abi, update-abi): Likewise.
15247 2014-02-04  Eric Wong  <normalperson@yhbt.net>
15249         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15251 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
15253         * manual/startup.texi: Add next, previous, and top entries for
15254         the `Program Arguments' and `Environment Variables' nodes.
15256 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
15258         * manual/macros.texi: Add comments before MTASC-safety macros.
15260         * manual/users.texi: Document MTASC-safety properties.
15262         * manual/threads.texi (pthread_key_create, pthread_key_delete)
15263         (pthread_getspecific, pthread_setspecific): Format with
15264         @deftypefun, and add @safety note.
15265         * manual/signal.texi: Move comments that analyze the above
15266         functions to their home place.
15268 2014-02-03  Allan McRae  <allan@archlinux.org>
15270         * po/sl.po: Update Slovenian translation from translation project.
15272 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
15274         * manual/time.texi (timegm): Add missing blank after @c.
15275         Reported by Joseph Myers <joseph@codesourcery.com>.
15277 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
15279         * manual/check-safety.sh: New.
15280         * manual/Makefile ($(objpfx)stamp-summary): Run it.
15282         * manual/terminal.texi: Document MTASC-safety properties.
15284         * manual/filesys.texi: Document MTASC-safety properties.
15286         * manual/errno.texi: Document MTASC-safety properties.
15288         * manual/intro.texi: Document safety identifiers and
15289         conditionals.
15291         * manual/string.texi (wcstok): Fix prototype.
15292         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
15294         * manual/time.texi: Document MTASC-safety properties.
15296         * manual/string.texi: Document MTASC-safety properties.
15298         * manual/threads.texi: Document MTASC-safety properties.
15300         * manual/stdio.texi: Document MTASC-safety properties.
15302         * manual/syslog.texi: Document MTASC-safety properties.
15304         * manual/sysinfo.texi: Document MTASC-safety properties.
15306         * manual/startup.texi: Document MTASC-safety properties.
15308         * manual/socket.texi: Document MTASC-safety properties.
15310         * manual/signal.texi: Document MTASC-safety properties.
15312 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
15314         * manual/setjmp.texi: Document MTASC-safety properties.
15316         * manual/search.texi: Document MTASC-safety properties.
15318         * manual/resource.texi: Document MTASC-safety properties.
15320         * manual/process.texi: Document MTASC-safety properties.
15322         * manual/platform.texi: Document MTASC-safety properties.
15324         * manual/pipe.texi: Document MTASC-safety properties.
15326         * manual/pattern.texi: Document MTASC-safety properties.
15328         * manual/message.texi: Document MTASC-safety properties.
15330         [BZ #12751]
15331         * manual/memory.texi: Document MTASC-safety properties.
15333         * manual/math.texi: Document MTASC-safety properties.
15335         * manual/locale.texi: Document MTASC-safety properties.
15337         * manual/llio.texi: Document MTASC-safety properties.
15339         * manual/libdl.texi: New.
15341         * manual/lang.texi: Document MTASC-safety properties.
15343         * manual/job.texi: Document MTASC-safety properties.
15345         * manual/getopt.texi: Document MTASC-safety properties.
15347         * manual/ctype.texi: Document MTASC-safety properties.
15349 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
15351         [BZ #16046]
15352         * csu/libc-tls.c (static_map): Remove variable.
15353         (__libc_setup_tls): Use main executable's link map for TLS data.
15354         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
15355         casing for LM_ID_BASE and GL(dl_nns).
15356         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
15357         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
15358         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
15359         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
15360         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
15361         member.
15362         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
15363         l_phnum members.
15365 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
15367         * manual/debug.texi: Document MTASC-safety properties.
15369 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
15371         [BZ #16510]
15372         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
15373         of __x86_64__ when disabling x87 inline functions.
15375 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
15377         * manual/charset.texi: Document MTASC-safety properties.
15379         * manual/crypt.texi: Document MTASC-safety properties.
15381         * manual/conf.texi: Document MTASC-safety properties.
15383         * manual/arith.texi: Document MTASC-safety properties.
15385         * manual/argp.texi: Document MTASC-safety properties.
15387         * manual/macros.texi: Introduce macros to document multi
15388         thread, asynchronous signal and asynchronous cancellation
15389         safety properties.
15390         * manual/intro.texi: Introduce the properties themselves.
15392 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15394         * sysdeps/sh/sh4/Makefile: New file.
15396 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
15398         * math/gen-libm-test.pl ($srcdir): New variable.
15399         ($auto_input): Use it.
15401 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15403         [BZ #16506]
15404         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
15405         access beyond array bounds when parsing netgroups file.
15407         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
15408         the old buffer before realloc.
15410 2014-01-27  Allan McRae  <allan@archlinux.org>
15412         * po/fr.po: Update French translation from translation project.
15414 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15416         * sysdeps/sh/libm-test-ulps: Regenerate.
15418 2014-01-24  David S. Miller  <davem@davemloft.net>
15420         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
15422 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15424         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
15425         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
15427 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
15429         [BZ #16474]
15430         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
15431         string pointers after reallocation.
15433 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15435         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
15436         __SH4A__ instead of __SH_FPU_ANY__.
15438 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15440         * sysdeps/sh/fpu_control.h: New file.
15441         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
15442         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
15443         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
15444         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
15445         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
15446         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
15447         * sysdeps/sh/sys/ucontext.h: Remove.
15448         * sysdeps/sh/sys: Remove directory.
15450 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15452         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
15453         s390/sys/ucontext.h.
15454         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
15455         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
15457 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
15459         [BZ #15605]
15460         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
15462 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15464         [BZ#16431]
15465         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
15466         Adjust the vDSO correctly for internal calls.
15467         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
15469 2014-01-20  Allan McRae  <allan@archlinux.org>
15471         * po/ca.po: Update Catalan translation from translation project.
15473 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
15475         * sysdeps/s390/sotruss-lib.c: New file.
15477 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15479         [BZ#16430]
15480         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
15481         (__GI___gettimeofday): Alias for a different internal symbol to avoid
15482         local calls issues by not having a PLT stub required for IFUNC calls.
15483         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
15485 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
15487         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
15488         * math/test-fpucw-static.c: Likewise.
15490 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
15492         [BZ #16453]
15493         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
15495 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15497         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
15498         implementation for powerpc.
15500 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
15502         [BZ #14782]
15503         * sysdeps/posix/system.c (__libc_system): Do not enable
15504         asynchronous cancellation.
15506 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15508         [BZ #16427]
15509         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
15510         handling only for numbers special also in the IEEE case.
15512 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15514         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
15516 2014-01-11  Allan McRae  <allan@archlinux.org>
15518         * po/bg.po: Update Bulgarian translation from translation project.
15520         * po/de.po: Update German translation from translation project.
15522 2014-01-10  Roland McGrath  <roland@hack.frob.com>
15524         * sysdeps/generic/gcc-compat.h: New file.
15526 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
15528         * benchtests/asin-inputs: Correct slow inputs.
15529         * benchtests/acos-inputs: Likewise.
15531 2014-01-10  Allan McRae  <allan@archlinux.org>
15533         * po:sv.po: Update Swedish translation from translation project.
15535         * po/vi.po: Update Vietnamese translation from translation project.
15537         * po/eo.po: Update Esperanto translation from translation project.
15539         * po/cs.po: Update Czech translation from translation project.
15541         * po/nl.po: Update Dutch translation from translation project.
15543         * po/pl.po: Update Polish translation from translation project.
15545         * po/ru.po: Update Russian translation from translation project.
15547         * po/uk.po: Update Ukrainian translation from translation project.
15549 2014-01-08  Brooks Moses  <bmoses@google.com>
15551         * elf/dl-load.c: Fix comment typo.
15553 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
15555         * po/header.pot: Rename to...
15556         * po/pot.header: ... this.
15557         * po/Makefile: Use pot.header.
15559 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
15560             Maxim Kuvyrkov  <maxim@kugelworks.com>
15562         [BZ #16394]
15563         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
15564         SRC and DEST against LEN.
15566 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15568         [BZ #16414]
15569         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
15570         implementation.
15571         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
15573 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15575         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15577 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
15579         [BZ #16408]
15580         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
15581         for large positive arguments.
15583 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
15585         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
15587         * math/auto-libm-test-in: Mark various tests with
15588         xfail-rounding:ldbl-128ibm.
15589         * math/auto-libm-test-out: Regenerated.
15591         [BZ #16407]
15592         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
15593         Increase overflow threshold.
15595 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
15597         [BZ #14286]
15598         * stdio-common/vfprintf.c: Check for integer overflow.
15600 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15602         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
15603         the first argument and return value of __tls_get_addr_internal.
15605 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15607         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
15608         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
15610 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15612         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
15613         * sysdeps/s390/rtld-global-offsets.sym: New file.
15614         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
15615         GLIBC_2.19 symbol.
15616         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
15617         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
15618         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
15619         ... this.
15620         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
15621         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
15622         ... this.
15623         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
15624         Regenerate.
15625         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
15626         Regenerate.
15627         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
15628         halfs of GPRs for high_gprs contexts.
15629         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
15630         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
15631         field.
15632         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
15633         uc_flags field.
15634         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
15635         64 bit versions:
15636         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
15637         for high GPRs (uc_high_gprs) and for future extensions
15638         (__reserved).
15639         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
15640         for future extensions (__reserved).
15641         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
15642         64 bit versions:
15643         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
15644         SC_HIGHGPRS offset definition.
15645         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
15646         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
15648         * Versions.def: Add GLIBC_2.19 for libpthread.
15649         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
15650         siglongjmp for libpthread with GLIBC_2.19 symver.
15651         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
15652         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
15653         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
15654         * sysdeps/s390/__longjmp.c: New file.
15655         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
15656         * sysdeps/s390/longjmp.c: New file.
15657         * sysdeps/s390/setjmp.S: New file.
15658         * sysdeps/s390/sigjmp.S: New file.
15659         * sysdeps/s390/v1-longjmp.c: New file.
15660         * sysdeps/s390/v1-setjmp.h: New file.
15661         * sysdeps/s390/v1-sigjmp.c: New file.
15662         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
15663         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
15664         GLIBC_2.19 version.
15665         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
15666         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
15667         versioned symbols for ____longjmp_chk.
15668         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
15669         Likewise.
15670         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
15671         Regenerate.
15672         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
15673         Regenerate.
15674         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
15675         Regenerate.
15676         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
15677         Regenerate.
15678         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
15679         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
15680         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
15681         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
15682         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
15683         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
15684         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
15685         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
15686         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
15687         * sysdeps/s390/rtld-__longjmp.c: New file.
15688         * sysdeps/s390/rtld-setjmp.S: New file.
15690 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
15692         [BZ #16400]
15693         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
15694         Return -__logl (x) for small positive arguments without evaluating
15695         a polynomial.
15697 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
15699         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
15700         Rename to ...
15701         (__ptrace_peeksiginfo_args): ... this.
15702         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
15703         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
15704         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
15706 2014-01-06  Allan McRae  <allan@archlinux.org>
15708         * inet/netinet/in.h: Fix typo in comment.
15710 2014-01-05  Andreas Jaeger  <aj@suse.de>
15712         * sysdeps/i386/fpu/libm-test-ulps: Update.
15714 2014-01-05  Allan McRae  <allan@archlinux.org>
15716         * po/libc.pot: Regenerated.
15718         * malloc/memusagestat.c: Fix gettext call formatting.
15720 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
15722         * nscd/nscd.c: Improve usage() output.
15724 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
15726         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
15727         * sysdeps/unix/sysv/linux/configure: Regenerated.
15728         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
15729         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
15731 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
15733         [BZ #16390]
15734         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
15735         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
15737 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15739         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
15740         extra tokens at end of #undef directive.
15741         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
15742         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
15743         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
15745 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
15747         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
15749         * math/auto-libm-test-in: Mark various tests with
15750         xfail-rounding:ldbl-128ibm.
15751         * math/auto-libm-test-out: Regenerated.
15753 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
15755         [BZ #16386]
15756         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
15757         numbers with subnormal high part when calculating exponent.
15759         [BZ #16385]
15760         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
15761         fabs.
15763         [BZ #16384]
15764         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
15765         M_LN2l.
15766         (__ieee754_acoshl): Use __log1pl not __log1p.
15768 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
15770         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
15771         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
15772         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
15773         (grow_heap, heap_trim, _int_new_arena, get_free_list)
15774         (reused_arena, arena_get2): Convert to GNU style.
15775         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
15776         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
15777         (memalign_check, __malloc_set_state): Likewise.
15778         * malloc/mallocbug.c (main): Likewise.
15779         * malloc/malloc.c (__malloc_assert, malloc_init_state)
15780         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
15781         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
15782         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
15783         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
15784         (__posix_memalign, malloc_info): Likewise.
15785         * malloc/malloc.h: Likewise.
15786         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
15787         (mallochook, memalignhook, reallochook, mabort): Likewise.
15788         * malloc/mcheck.h: Likewise.
15789         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
15790         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
15791         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
15792         * malloc/morecore.c (__default_morecore): Likewise.
15793         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
15794         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
15795         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
15796         (print_and_abort): Likewise.
15797         * malloc/obstack.h: Likewise.
15798         * malloc/set-freeres.c (__libc_freeres): Likewise.
15799         * malloc/tst-mallocstate.c (main): Likewise.
15800         * malloc/tst-mtrace.c (main): Likewise.
15801         * malloc/tst-realloc.c (do_test): Likewise.
15803 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
15805         [BZ #16366]
15806         * nscd/netgroupcache.c (do_notfound): New function.
15807         (addgetnetgrentX): Use it.
15809         [BZ # 16365]
15810         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
15811         NSS_STATUS_NOTFOUND.
15813 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
15815         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
15816         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15818 2014-01-01  Allan McRae  <allan@archlinux.org>
15820         * scripts/update-copyrights: Update configure input file suffix.
15822         * NEWS: Update copyright year.
15823         * catgets/gencat.c: Likewise.
15824         * csu/version.c: Likewise.
15825         * debug/catchsegv.sh: Likewise.
15826         * debug/pcprofiledump.c: Likewise.
15827         * debug/xtrace.sh: Likewise.
15828         * elf/ldconfig.c: Likewise.
15829         * elf/ldd.bash.in: Likewise.
15830         * elf/pldd.c: Likewise.
15831         * elf/sotruss.ksh: Likewise.
15832         * elf/sprof.c: Likewise.
15833         * iconv/iconv_prog.c: Likewise.
15834         * iconv/iconvconfig.c: Likewise.
15835         * locale/programs/locale.c: Likewise.
15836         * locale/programs/localedef.c: Likewise.
15837         * login/programs/pt_chown.c: Likewise.
15838         * malloc/memusage.sh: Likewise.
15839         * malloc/memusagestat.c: Likewise.
15840         * malloc/mtrace.pl: Likewise.
15841         * manual/libc.texinfo: Likewise.
15842         * nscd/nscd.c: Likewise.
15843         * nss/getent.c: Likewise.
15844         * nss/makedb.c: Likewise.
15845         * posix/getconf.c: Likewise.
15846         * scripts/test-installation.pl: Likewise.
15848         * All files with FSF copyright notices: Update copyright dates
15849         using scripts/update-copyrights.
15850         * intl/plural.c: Regenerated.
15851         * locale/programs/charmap-kw.h: Likewise.
15852         * locale/programs/locfile-kw.h: Likewise.
15854 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
15856         * sysdeps/unix/sysv/linux/configure: Regenerated.
15857         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
15858         the linux/fanotify.h header.
15859         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
15860         HAVE_LINUX_FANOTIFY_H is defined.
15862 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
15864         * benchtests/cos-inputs: New inputs.
15865         * benchtests/sin-inputs: Likewise.
15867         * benchtests/atan-inputs: New inputs. Fix name of multiple
15868         precision fallback inputs.
15870         * benchtests/atanh-inputs: New inputs.
15871         * benchtests/tanh-inputs: Likewise.
15873         * benchtests/acosh-inputs: New inputs.
15874         * benchtests/asinh-inputs: Likewise.
15876         * benchtests/cosh-inputs: New inputs.
15877         * benchtests/sinh-inputs: Likewise.
15879         * benchtests/acos-inputs: Add more inputs.
15880         * benchtests/asin-inputs: Likewise.
15882 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
15884         [BZ #16375]
15885         * manual/arith.texi: Fix spelling.
15886         * manual/charset.texi: Likewise.
15887         * manual/errno.texi: Likewise.
15888         * manual/filesys.texi: Likewise.
15889         * manual/lang.texi: Likewise.
15890         * manual/llio.texi: Likewise.
15891         * manual/locale.texi: Likewise.
15892         * manual/message.texi: Likewise.
15893         * manual/resource.texi: Likewise.
15894         * manual/search.texi: Likewise.
15895         * manual/setjmp.texi: Likewise.
15896         * manual/stdio.texi: Likewise.
15897         * manual/string.texi: Likewise.
15898         * manual/sysinfo.texi: Likewise.
15899         * manual/time.texi: Likewise.
15901 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
15903         * po/sl.po: New file.
15905 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
15907         * .gitignore: Add core/.gdbinit/.gdb_history.
15909 2013-12-27  Allan McRae  <allan@archlinux.org>
15911         [BZ #16369]
15912         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
15913         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
15915 2013-12-24  Brooks Moses  <bmoses@google.com>
15917         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
15918         all compilers that claim C++98 compliance, not just GCC.
15919         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
15920         Likewise.
15922 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
15924         * NEWS: Restore accidentally deleted bug-fix entries.
15926 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
15927             Ondřej Bílka  <neleai@seznam.cz>
15929         [BZ #15073]
15930         * malloc/malloc.c (_int_free): Perform sanity check only if we
15931         have_lock.
15933 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
15935         [BZ #12986]
15936         * manual/stdio.texi (String Input Conversions): Clarify that character
15937         classes are not supported.
15939 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15941         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15943 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
15945         [BZ #16337]
15946         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
15947         Calculate results for small negative arguments directly rather
15948         than using reflection formula with special underflow handling.
15950         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
15951         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
15952         sysdeps/unix/bsd/bsd4.4/syscalls.list.
15953         (fchflags): Likewise.
15954         (revoke): Likewise.
15955         (setlogin): Likewise.
15956         (sigaltstack): Likewise.
15957         (wait4): Likewise.
15958         (sigblock): Remove.
15959         (sigsetmask): Likewise.
15960         (wait3): Likewise.
15961         (waitpid): Likewise.
15962         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
15963         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
15964         file.
15965         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
15966         * sysdeps/unix/bsd/Makefile: ... here.
15967         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
15968         * sysdeps/unix/bsd/Versions: ... here.
15969         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
15970         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
15971         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
15972         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
15973         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
15974         * sysdeps/unix/bsd/sigblock.c: ... here.
15975         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
15976         * sysdeps/unix/bsd/sigsetmask.c: ... here.
15977         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
15978         * sysdeps/unix/bsd/sigvec.c: ... here.
15979         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
15980         * sysdeps/unix/bsd/tcdrain.c: ... here.
15981         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
15982         * sysdeps/unix/bsd/tcgetattr.c: ... here.
15983         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
15984         * sysdeps/unix/bsd/tcsetattr.c: ... here.
15985         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
15986         * sysdeps/unix/bsd/wait.c: ... here.
15987         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
15988         * sysdeps/unix/bsd/wait3.c: ... here.
15989         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
15990         * sysdeps/unix/bsd/waitpid.c: ... here.
15992 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
15994         [BZ #16356]
15995         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
15996         round-to-nearest for [!USE_AS_EXPM1L].
15997         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
15998         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
15999         more tests of exp and exp10.  Expect some exp10 tests to miss
16000         exceptions or fail in directed rounding modes.
16001         * math/auto-libm-test-out: Regenerated.
16002         * math/libm-test.inc (exp10_tonearest_test_data): New array.
16003         (exp10_test_tonearest): New function.
16004         (exp10_towardzero_test_data): New array.
16005         (exp10_test_towardzero): New function.
16006         (exp10_downward_test_data): New array.
16007         (exp10_test_downward): New function.
16008         (exp10_upward_test_data): New array.
16009         (exp10_test_upward): New function.
16010         (main): Call the new functions.
16011         * sysdeps/i386/fpu/libm-test-ulps: Update.
16012         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16014 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
16016         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
16017         asinh, atan, atan2, atanh, cbrt, cos and cosh.
16018         * math/auto-libm-test-out: Regenerated.
16019         * math/libm-test.inc (acosh_test_data): Add more tests.
16020         (atanh_test_data): Likewise.
16021         (ceil_test_data): Likewise.
16022         (copysign_test_data): Likewise.
16023         * sysdeps/i386/fpu/libm-test-ulps: Update.
16024         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16026         * timezone/checktab.awk: Update from tzcode 2013i.
16027         * timezone/private.h: Likewise.
16028         * timezone/scheck.c: Likewise.
16029         * timezone/tzfile.h: Likewise.
16030         * timezone/tzselect.ksh: Likewise.
16031         * timezone/zdump.c: Likewise.
16032         * timezone/zic.c: Likewise.
16034         * math/auto-libm-test-in: Add tests of cpow.
16035         * math/auto-libm-test-out: Regenerated.
16036         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
16037         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16038         mpc_cc_c.
16039         (func_calc_desc): Add mpc_cc_c union field.
16040         (test_functions): Add cpow.
16041         (special_fill_2pi): New function.
16042         (special_real_inputs): Add 2pi.
16043         (calc_generic_results): Handle mpc_cc_c.
16044         * sysdeps/i386/fpu/libm-test-ulps: Update.
16045         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16047         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
16048         csqrt, ctan and ctanh.
16049         * math/auto-libm-test-out: Regenerated.
16050         * math/libm-test.inc (TEST_COND_x86_64): New macro.
16051         (TEST_COND_x86): Likewise.
16052         (ccos_test_data): Use AUTO_TESTS_c_c.
16053         (ccosh_test_data): Likewise.
16054         (cexp_test_data): Likewise.
16055         (clog_test_data): Likewise.
16056         (csqrt_test_data): Likewise.
16057         (ctan_test_data): Likewise.
16058         (ctan_tonearest_test_data): Likewise.
16059         (ctan_towardzero_test_data): Likewise.
16060         (ctan_downward_test_data): Likewise.
16061         (ctan_upward_test_data): Likewise.
16062         (ctanh_test_data): Likewise.
16063         (ctanh_tonearest_test_data): Likewise.
16064         (ctanh_towardzero_test_data): Likewise.
16065         (ctanh_downward_test_data): Likewise.
16066         (ctanh_upward_test_data): Likewise.
16067         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16068         mpc_c_c.
16069         (func_calc_desc): Add mpc_c_c union field.
16070         (FUNC_mpc_c_c): New macro.
16071         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
16072         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
16073         ctanh.
16074         (special_fill_min_subnorm_p120): New function.
16075         (special_real_inputs): Add min_subnorm_p120.
16076         (calc_generic_results): Handle mpc_c_c.
16077         * sysdeps/i386/fpu/libm-test-ulps: Update.
16078         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16080 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
16082         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
16083         (do_sin_slow): New functions.
16084         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
16085         (cslow2, csloww1, csloww2): Use the new functions.
16087         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
16088         Use M to change sign of result instead of X.  Assume X is
16089         positive.
16090         (csloww1): Likewise.
16091         (__sin): Adjust.
16092         (__cos): Adjust.
16094         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
16095         arguments A and DA.
16096         (__sin): Adjust.
16097         (__cos): Likewise.
16099         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
16100         (__cos): Likewise.
16101         (sloww1): Don't adjust sign of DX.
16102         (csloww1): Likewise.
16103         (sloww2): Use X directly and don't adjust sign of DX.
16104         (csloww2): Likewise.
16106 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16108         * math/auto-libm-test-in: Add tests of cabs and carg.
16109         * math/auto-libm-test-out: Regenerated.
16110         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
16111         (carg_test_data): Likewise.
16112         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16113         mpc_c_f.
16114         (func_calc_desc): Add mpc_c_f union field.
16115         (test_functions): Add cabs and carg.
16116         (calc_generic_results): Handle mpc_c_f.
16118         * sysdeps/powerpc/powerpc32/libgcc-compat.S
16119         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
16120         as a macro and a compat symbol.
16121         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
16122         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
16123         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
16124         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
16125         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
16126         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
16127         not use .hidden.
16128         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
16129         Likewise.
16130         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
16131         Likewise.
16132         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
16133         Likewise.
16134         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
16135         Likewise.
16136         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
16137         Likewise.
16138         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
16139         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
16140         from GLIBC_2.3.2.
16142 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16144         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16146 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16148         * manual/texinfo.tex: Update to version 2013-11-26.10 with
16149         trailing whitespace removed.
16150         * scripts/config.guess: Update to version 2013-11-29.
16151         * scripts/config.sub: Update to version 2013-10-01.
16153         * math/auto-libm-test-in: Add tests of sincos.
16154         * math/auto-libm-test-out: Regenerated.
16155         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
16156         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16157         mpfr_f_11.
16158         (func_calc_desc): Add mpfr_f_11 union field.
16159         (test_functions): Add sincos.
16160         (calc_generic_results): Handle mpfr_f_11.
16161         * sysdeps/i386/fpu/libm-test-ulps: Update.
16162         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16164 2013-12-19  Andreas Schwab  <schwab@suse.de>
16166         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
16167         CALL_MCOUNT.
16168         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
16169         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
16170         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
16172 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16174         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
16175         * sysdeps/i386/fpu/libm-test-ulps: Update.
16176         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16178         [BZ #16293]
16179         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
16180         round-to-nearest mode when using frndint.
16181         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
16182         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
16183         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
16184         Likewise.
16185         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
16186         sinh test to fail.
16187         * math/auto-libm-test-out: Regenerated.
16188         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
16189         (TEST_COND_x86): Likewise.
16190         (expm1_tonearest_test_data): New array.
16191         (expm1_test_tonearest): New function.
16192         (expm1_towardzero_test_data): New array.
16193         (expm1_test_towardzero): New function.
16194         (expm1_downward_test_data): New array.
16195         (expm1_test_downward): New function.
16196         (expm1_upward_test_data): New array.
16197         (expm1_test_upward): New function.
16198         (main): Run the new test functions.
16199         * sysdeps/i386/fpu/libm-test-ulps: Update.
16200         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16202         * include/features.h: Update comment documenting feature test
16203         macros.  Mention _DEFAULT_SOURCE in comment.
16204         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
16205         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
16206         _BSD_SOURCE and _SVID_SOURCE.
16207         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
16208         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
16209         !_SVID_SOURCE]: Likewise.
16210         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16211         (__USE_POSIX_IMPLICITLY): Define.
16212         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16213         (_POSIX_SOURCE): Undefine and redefine.
16214         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16215         (_POSIX_C_SOURCE): Likewise.
16216         * manual/creature.texi (_DEFAULT_SOURCE): Document.
16217         (Feature Test Macros): Update documentation of default features.
16219 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
16221         * benchtests/Makefile: Add bench-strtok.
16222         * benchtests/bench-strtok.c: New file: strtok benchtest.
16224 2013-12-19  Allan McRae  <allan@archlinux.org>
16226         * manual/install.texi: Suppress menu for plain text output.
16227         * INSTALL: Regenerated.
16229 2013-12-18  Brooks Moses  <bmoses@google.com>
16231         [BZ #15846]
16232         * misc/getauxval.c: Include errno.h.
16233         (__getauxval): Set errno to ENOENT if the requested type is not
16234         found.
16235         * misc/sys/auxv.h (getauxval): Document that it may set errno;
16236         don't declare with __attribute_const__.
16237         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
16238         * manual/startup.texi: Document that getauxval sets errno.
16240 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16242         * math/auto-libm-test-in: Add tests of jn and yn.
16243         * math/auto-libm-test-out: Regenerated.
16244         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
16245         (yn_test_data): Likewise.
16246         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16247         mpfr_if_f.
16248         (func_calc_desc): Add mpfr_if_f union field.
16249         (FUNC_mpfr_if_f): New macro.
16250         (test_functions): Add jn and yn.
16251         (calc_generic_results): Assert type of second input for
16252         mpfr_ff_f.  Handle mpfr_if_f.
16253         (output_for_one_input_case): Disable all checking for arguments
16254         fitting floating-point types in case of an integer argument.
16255         * sysdeps/i386/fpu/libm-test-ulps: Update.
16256         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16258         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
16259         Don't expect fegetround reference in libm.so.
16261 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16263         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
16264         $(config-cflags-nofma).
16266 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16268         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
16269         * math/auto-libm-test-out: Regenerated.
16271         [BZ #16338]
16272         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
16273         to determine exponent and adjust argument to have exponent of -1.
16274         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
16275         log2.
16276         * math/auto-libm-test-out: Regenerated.
16277         * sysdeps/i386/fpu/libm-test-ulps: Update.
16278         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16280 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
16282         * manual/probes.texi: Remove cases when per-thread arenas are
16283         disabled.
16285 2013-12-18  Andreas Schwab  <schwab@suse.de>
16287         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
16288         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
16289         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
16290         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
16291         * sysdeps/i386/i686/multiarch/Makefile: Update.
16292         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
16294 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16296         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
16297         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
16299 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
16301         [BZ #15968]
16302         Support TZ transition times < 00:00:00.
16303         This is needed for version-3 tz-format files; it supports time
16304         stamps past 2037 for America/Godthab (the only entry in the tz
16305         database for which this change is relevant).
16306         * manual/time.texi (TZ Variable): Document transition times
16307         from -167:59:59 through -00:00:01.
16308         * time/tzset.c (tz_rule): Time of day is now signed.
16309         (__tzset_parse_tz): Parse negative time of day.
16311         Document TZ transition times >= 25:00:00.
16312         * manual/time.texi (TZ Variable): Document transition times from
16313         25:00:00 through 167:59:59.  These are already supported, and this
16314         support will help with version-3 tz-format files.
16316         * manual/time.texi (TZ Variable): Modernize North America example
16317         to reflect current (i.e., 2007-and-later) daylight saving rules.
16319         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
16321 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16323         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
16324         * sysdeps/unix/bsd/bits/stat.h: Likewise.
16325         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
16326         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
16327         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
16328         * sysdeps/unix/bsd/bsdstat.h: Likewise.
16329         * sysdeps/unix/bsd/clock.c: Likewise.
16330         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
16331         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
16332         * sysdeps/unix/bsd/init-posix.c: Likewise.
16333         * sysdeps/unix/bsd/poll.c: Likewise.
16334         * sysdeps/unix/bsd/ptsname.c: Likewise.
16335         * sysdeps/unix/bsd/seekdir.c: Likewise.
16336         * sysdeps/unix/bsd/setegid.c: Likewise.
16337         * sysdeps/unix/bsd/seteuid.c: Likewise.
16338         * sysdeps/unix/bsd/setgid.c: Likewise.
16339         * sysdeps/unix/bsd/setrgid.c: Likewise.
16340         * sysdeps/unix/bsd/setruid.c: Likewise.
16341         * sysdeps/unix/bsd/setsid.c: Likewise.
16342         * sysdeps/unix/bsd/setuid.c: Likewise.
16343         * sysdeps/unix/bsd/sigaction.c: Likewise.
16344         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
16345         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
16346         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
16347         * sysdeps/unix/bsd/telldir.c: Likewise.
16348         * sysdeps/unix/bsd/times.c: Likewise.
16349         * sysdeps/unix/bsd/usleep.c: Likewise.
16351         * misc/Makefile (install-lib): Remove libbsd-compat.a.
16352         ($(objpfx)libbsd-compat.a): Remove rule.
16354         * include/features.h (__FAVOR_BSD): Do not define.
16355         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
16356         features conflicting with POSIX.
16357         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
16358         (_BSD_SOURCE): Remove description of not being a subset of other
16359         feature test macros.
16360         * manual/job.texi (getpgrp): Do not document BSD version.
16361         (getpgid): Do not document by reference to BSD getpgrp.
16362         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
16363         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
16364         * signal/signal.h [__FAVOR_BSD]: Likewise.
16365         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
16366         instead of making contents conditional on [__FAVOR_BSD].
16367         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
16369 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16371         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16373 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16375         [BZ #16314]
16376         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
16377         values below 2**-450, not 2**-500.
16378         * math/auto-libm-test-in: Don't allow spurious underflow from
16379         hypot.
16380         * math/auto-libm-test-out: Regenerated.
16382         [BZ #16316]
16383         [BZ #16330]
16384         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
16385         values of ha and hb and sort them after adjusting subnormal
16386         arguments.
16387         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
16388         Likewise.
16389         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
16390         values of ea and eb and sort them after adjusting subnormal
16391         arguments.
16392         * math/auto-libm-test-in: Do not expect some hypot tests of
16393         subnormals to fail.  Add more hypot tests.
16394         * math/auto-libm-test-out: Regenerated.
16396 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16398         [BZ #13304]
16399         * sysdeps/sh/s_fma.c: New file.
16400         * sysdeps/sh/s_fmaf.c: New file.
16401         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
16402         version.
16403         * sysdeps/sh/Implies: Add sh/soft-fp.
16405 2013-12-16  Roland McGrath  <roland@hack.frob.com>
16407         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
16408         level of indirection to members `objname', `errstring', `malloced'.
16409         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
16410         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
16411         it as the __longjmp argument (just pass 1 instead).
16412         (_dl_catch_error): Initialize C with argument pointers and address of
16413         volatile local ERRCODE rather than copying values out of C at return.
16415 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
16417         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
16418         * math/auto-libm-test-out: Regenerated.
16419         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
16420         (hypot_test_data): Likewise.
16421         (pow_test_data): Likewise.
16422         (pow_tonearest_test_data): Likewise.
16423         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16424         mpfr_ff_f.
16425         (func_calc_desc): Add mpfr_ff_f union field.
16426         (FUNC_mpfr_ff_f): New macro.
16427         (test_functions): Add atan2, hypot and pow.
16428         (special_fill_min): New function.
16429         (special_fill_minus_min): Likewise.
16430         (special_fill_min_subnorm): Likewise.
16431         (special_fill_minus_min_subnorm): Likewise.
16432         (special_real_inputs): Add min, -min, min_subnorm and
16433         -min_subnorm.
16434         (calc_generic_results): Handle mpfr_ff_f.
16435         * sysdeps/i386/fpu/libm-test-ulps: Update.
16436         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16438 2013-12-16  Will Newton  <will.newton@linaro.org>
16440         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
16441         (Aligned Memory Blocks): Add documentation for aligned_alloc
16442         and suggest it as an alternative to posix_memalign.
16443         (Hooks for Malloc): Document __memalign_hook is also called
16444         for aligned_alloc.  (Summary of Malloc): Add summary for
16445         aligned alloc.  Document __memalign_hook is also called
16446         for aligned_alloc.
16448 2013-12-16  Will Newton  <will.newton@linaro.org>
16450         * manual/memory.texi (Malloc Examples): Clarify default
16451         alignment documentation.  Suggest posix_memalign rather
16452         than memalign or valloc.
16453         (Aligned Memory Blocks): Remove suggestion to use memalign
16454         or valloc.  Remove obsolete comment about BSD.
16455         Document memalign errno values and mark the function obsolete.
16456         Document posix_memalign returned error codes.  Mark valloc
16457         as obsolete.  (Hooks for Malloc): __memalign_hook is also
16458         called for posix_memalign and valloc.
16459         (Summary of Malloc): Add posix_memalign to function summary.
16460         __memalign_hook is also called for posix_memalign and valloc.
16462 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
16464         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
16465         TAYLOR_SIN.
16466         (__sin): Adjust.
16467         (__cos): Likewise.
16468         (sloww): Use mynumber union.  Expand ternary operator into
16469         if-else statements.
16470         (cslow): use mynumber union.
16472 2013-12-16  Allan McRae  <allan@archlinux.org>
16474         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
16475         * configure: Regenerated.
16477         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
16479         [BZ #14120]
16480         * configure.ac: Added --enable-maintainer-mode. Check for
16481         autoconf when enabled.
16482         * configure: Regenerated.
16484         * nscd/nscd.service: New file.
16485         * nscd/nscd.tmpfiles: New file.
16487 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
16489         [BZ #12100]
16490         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
16491         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
16492         * sysdeps/x86_64/multiarch/strstr.c: ... here.
16493         (strstr): Add __strstr_sse2_unaligned ifunc.
16494         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
16495         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
16496         (strcasestr): Remove __strcasestr_sse42 ifunc.
16497         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
16498         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
16499         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
16501 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16503         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
16504         * sysdeps/sh/bits/fenv.h: ... here.
16505         * sysdeps/sh/sh4/fpu/bits: Remove directory.
16507 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16509         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
16511         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
16512         hypotf multiarch implementations.
16513         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
16514         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
16515         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
16516         multiarch hypot for PPC64.
16517         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
16518         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
16519         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
16520         multiarch hypotf for PPC64.
16522         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
16523         modff multiarch implementations.
16524         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
16525         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
16526         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
16527         multiarch modf for PPC64.
16528         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
16529         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
16530         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
16531         multiarch modff for PPC64.
16533         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
16534         and logl multiarch implementations.
16535         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
16536         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
16537         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
16538         multiarch logb for PPC64.
16539         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
16540         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
16541         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
16542         multiarch logb for PPC64.
16543         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
16544         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
16545         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
16546         multiarch logb for PPC64.
16548         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
16549         isinff multiarch implementation.
16550         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
16551         file.
16552         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
16553         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
16554         multiarch isinf for PPC64.
16555         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
16556         file.
16557         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
16558         multiarch isinff for PPC64.
16560         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
16561         finitef multiarch implementation.
16562         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
16563         file.
16564         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
16565         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
16566         multiarch finite for PPC64.
16567         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
16568         file.
16569         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
16570         multiarch finitef for PPC64.
16572         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
16573         lrint multiarch implementation.
16574         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
16575         file.
16576         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
16577         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
16578         multiarch llrint for PPC64.
16579         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
16580         multiarch lrint for PPC64.
16582         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
16583         copysignf multiarch implementation.
16584         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
16585         file.
16586         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
16587         file.
16588         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
16589         multiarch copysign for PPC64.
16590         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
16591         multiarch copysignf for PPC64.
16593         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
16594         multiarch implementation.
16595         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
16596         file.
16597         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
16598         file.
16599         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
16600         file.
16601         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
16602         file.
16603         multiarch llround for PPC64.
16604         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
16605         multiarch trunc for PPC64.
16606         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
16607         multiarch truncf for PPC64.
16609         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
16610         multiarch implementation.
16611         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
16612         file.
16613         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
16614         file.
16615         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
16616         file.
16617         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
16618         file.
16619         multiarch llround for PPC64.
16620         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
16621         multiarch round for PPC64.
16622         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
16623         multiarch roundf for PPC64.
16625         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
16626         multiarch implementation.
16627         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
16628         file.
16629         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
16630         file.
16631         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
16632         file.
16633         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
16634         file.
16635         multiarch llround for PPC64.
16636         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
16637         multiarch floor for PPC64.
16638         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
16639         multiarch floorf for PPC64.
16641         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
16642         multiarch implementation.
16643         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
16644         file.
16645         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
16646         file.
16647         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
16648         file.
16649         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
16650         file.
16651         multiarch llround for PPC64.
16652         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
16653         multiarch ceil for PPC64.
16654         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
16655         multiarch ceilf for PPC64.
16657         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
16658         multiarch implementation.
16659         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
16660         file.
16661         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
16662         file.
16663         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
16664         file.
16665         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
16666         multiarch llround for PPC64.
16667         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
16668         multiarch lround for PPC64.
16670         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
16671         multiarch implementation.
16672         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
16673         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
16674         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
16675         file.
16676         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
16677         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
16678         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
16679         multiarch isnan for PPC64.
16680         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
16681         multiarch isnanf for PPC64.
16683         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
16684         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
16685         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
16686         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
16687         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
16688         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
16690         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
16691         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
16692         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
16693         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
16695         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
16696         multiarch implementations.
16697         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16698         (__libc_ifunc_impl_list): Likewise.
16699         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
16700         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
16701         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
16702         multiarch stpcpy for PPC64.
16704         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
16705         multiarch implementations.
16706         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16707         (__libc_ifunc_impl_list): Likewise.
16708         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
16709         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
16710         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
16711         multiarch strcpy for PPC64.
16713         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
16714         redefine function name.
16715         (_wordcopy_fwd_dest_aligned): Likewise.
16716         (_wordcopy_bwd_aligned): Likewise.
16717         (_wordcopy_bwd_dest_aligned): Likewise.
16718         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
16719         multiarch implementations.
16720         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16721         (__libc_ifunc_impl_list): Likewise.
16722         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
16723         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
16724         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
16725         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
16726         multiarch wcscpy for PPC64.
16728         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
16729         multiarch implementations.
16730         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16731         (__libc_ifunc_impl_list): Likewise.
16732         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
16733         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
16734         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
16735         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
16736         multiarch wcscpy for PPC64.
16738         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
16739         multiarch implementations.
16740         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16741         (__libc_ifunc_impl_list): Likewise.
16742         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
16743         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
16744         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
16745         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
16746         multiarch wcsrchr for PPC64.
16748         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
16749         multiarch implementations.
16750         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16751         (__libc_ifunc_impl_list): Likewise.
16752         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
16753         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
16754         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
16755         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
16756         multiarch wcschr for PPC64.
16758         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
16759         multiarch implementations.
16760         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16761         (__libc_ifunc_impl_list): Likewise.
16762         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
16763         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
16764         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
16765         multiarch strchrnul for PPC64.
16767         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
16768         implementations.
16769         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16770         (__libc_ifunc_impl_list): Likewise.
16771         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
16772         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
16773         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
16774         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
16775         strchr for PPC64.
16777         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
16778         implementations.
16779         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16780         (__libc_ifunc_impl_list): Likewise.
16781         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
16782         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
16783         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
16784         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
16785         strncmp for PPC64.
16787         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
16788         multiarch implementations.
16789         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16790         (__libc_ifunc_impl_list): Likewise.
16791         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
16792         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
16793         strncasecmp for PPC64.
16794         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
16795         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
16796         multiarch strncasecmp_l for PPC64.
16798         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
16799         multiarch implementations.
16800         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16801         (__libc_ifunc_impl_list): Likewise.
16802         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
16803         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
16804         multiarch strcasecmp for PPC64.
16805         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
16806         file.
16807         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
16808         multiarch strcasecmp_l for PPC64.
16810         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
16811         implementations.
16812         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16813         (__libc_ifunc_impl_list): Likewise.
16814         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
16815         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
16816         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
16817         strnlen for PPC64.
16819         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
16820         implementations.
16821         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16822         (__libc_ifunc_impl_list): Likewise.
16823         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
16824         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
16825         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
16826         strlen for PPC64.
16828         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
16829         implementations.
16830         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16831         (__libc_ifunc_impl_list): Likewise.
16832         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
16833         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
16834         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
16835         rawmemrchr for PPC64.
16837         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
16838         implementation.
16839         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16840         (__libc_ifunc_impl_list): Likewise.
16841         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
16842         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
16843         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
16844         memrchr for PPC64.
16846         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
16847         implementation.
16848         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16849         (__libc_ifunc_impl_list): Likewise.
16850         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
16851         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
16852         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
16853         memchr for PPC64.
16855         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
16856         implementation.
16857         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16858         (__libc_ifunc_impl_list): Likewise.
16859         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
16860         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
16861         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
16862         mempcpy for PPC64.
16864         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
16865         avoid cretion of __bzero symbol.
16866         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
16867         Likewise.
16868         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
16869         Likewise.
16870         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
16871         Likewise.
16872         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
16873         multiarch implementations.
16874         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16875         (__libc_ifunc_impl_list): Likewise.
16876         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
16877         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
16878         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
16879         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
16880         bzero for PPC32.
16881         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
16882         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
16883         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
16884         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
16885         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
16886         memset for PPC64.
16887         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
16889         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
16890         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
16891         implementations.
16892         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16893         (__libc_ifunc_impl_list): Likewise.
16894         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
16895         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
16896         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
16897         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
16898         memcmp for PPC64.
16900         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
16901         multiarch for POWER/PPC64.
16902         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
16903         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
16904         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
16905         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
16906         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
16907         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
16908         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
16909         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
16910         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
16911         memcpy for PPC64.
16913         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
16914         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
16915         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
16916         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
16917         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
16918         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
16919         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
16920         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
16921         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
16922         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
16923         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
16924         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
16925         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
16926         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
16927         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
16928         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
16929         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
16930         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
16931         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
16932         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
16933         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
16934         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
16936 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16938         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
16940 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
16942         * benchtests/Makefile (bench): Add exp2 and log2.
16943         (LDLIBS-bench-exp2): Add -lm.
16944         (LDLIBS-bench-log2): Likewise.
16945         * benchtests/exp2-inputs: New inputs file.
16946         * benchtests/log2-inputs: New inputs file.
16947         * benchtests/log-inputs: Add new inputs.
16948         * benchtests/tan-inputs: Likewise.
16950 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
16952         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
16953         definition...
16954         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
16955         (csloww2): ... from here.
16957         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
16958         instead of structures.
16959         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
16960         (POLYNOMIAL): Likewise.
16961         (TAYLOR_SLOW): Likewise.
16962         (__sin): Likewise.
16963         (__cos): Likewise.
16964         (slow1): Likewise.
16965         (slow2): Likewise.
16966         (sloww): Likewise.
16967         (sloww1); Likewise.
16968         (sloww2): Likewise.
16969         (bsloww1): Likewise.
16970         (bsloww2): Likewise.
16971         (cslow2): Likewise.
16972         (csloww): Likewise.
16973         (csloww1): Likewise.
16974         (csloww2): Likewise.
16976 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
16978         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
16979         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
16980         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
16981         * malloc/hooks.c (realloc_check): Likewise.
16983         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
16984         * malloc/arena.c: Remove PER_THREAD conditional.
16985         [!PER_THREAD]: Remove code.
16986         (ptmalloc_unlock_all2): Likewise.
16987         (ptmalloc_init): Likewise.
16988         (_int_new_arena): Likewise.
16989         (arena_get2): Likewise.
16990         * malloc/hooks.c (__malloc_get_state): Likewise.
16991         (__malloc_set_state): Likewise.
16992         * malloc/malloc.c: Likewise.
16993         (struct malloc_state): Likewise.
16994         (struct malloc_par): Likewise.
16995         (__libc_realloc): Likewise.
16996         (__libc_mallopt): Likewise.
16998 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17000         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
17002 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
17004         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
17005         macro to a function.  Check for zero perturb_byte.
17006         (_int_malloc, _int_free): Remove zero perturb_byte checks.
17008         * malloc/malloc.c: (force_reg): Remove.
17009         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
17010         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
17011         force_reg by atomic_forced_read.
17012         * malloc/arena.c (ptmalloc_init): Likewise.
17013         * malloc/hooks.c (top_check): Likewise.
17015 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17017         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17019 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
17021         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17023 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
17025         * math/auto-libm-test-in: Add tests of lgamma.
17026         * math/auto-libm-test-out: Regenerated.
17027         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
17028         (M_LOG_2_SQRT_PIl): Likewise.
17029         (lgamma_test_data): Use AUTO_TESTS_f_f1.
17030         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17031         mpfr_f_f1.
17032         (func_calc_desc): Add mpfr_f_f1 union field.
17033         (ARGS1): New macro.
17034         (ARGS2): Likewise.
17035         (ARGS3): Likewise.
17036         (ARGS4): Likewise.
17037         (RET1): Likewise.
17038         (RET2): Likewise.
17039         (CALC): Likewise.
17040         (FUNC): Likewise.
17041         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
17042         (test_functions): Add lgamma.
17043         (calc_generic_results): Handle mpfr_f_f1.
17044         * sysdeps/i386/fpu/libm-test-ulps: Update.
17045         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17047 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17049         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
17050         __mpn_add_n for PowerPC64/POWER7.
17051         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
17052         __mpn_sub_n for PowerPC64/POWER7.
17054         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
17055         __mpn_addmul_1 for PowerPC64.
17056         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
17057         __mpn_submul_1 for PowerPC64.
17058         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
17059         for PowerPC64.
17060         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
17061         for PowerPC64.
17063 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
17065         [BZ #15089]
17066         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
17068 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17070         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
17072         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
17073         add multiarch folders.
17074         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
17075         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
17076         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
17077         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
17078         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
17079         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
17080         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
17081         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
17082         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
17083         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
17084         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
17085         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
17086         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
17087         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
17088         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
17089         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
17090         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
17092         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17093         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
17094         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
17095         New file.
17096         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
17097         New file.
17098         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
17099         multiarch __ieee754_hypot for PowerPC32.
17100         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
17101         New file.
17102         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
17103         New file.
17104         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
17105         multiarch __ieee754_hypotf for PowerPC32.
17107         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
17108         long_double_symbol only if __logbl is defined.
17109         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
17110         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
17111         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
17112         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
17113         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
17114         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
17115         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
17116         path for implementation.
17117         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
17118         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
17119         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
17120         logb, and logbl multiarch implementations for PowerPC32.
17121         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
17122         file.
17123         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
17124         file.
17125         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
17126         multiarch logb for PowerPC32.
17127         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
17128         file.
17129         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
17130         file.
17131         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
17132         multiarch logbf for PowerPC32.
17133         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
17134         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
17135         file.
17136         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
17137         multiarch logbl implementation for PowerPC32.
17139         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
17140         and modff multiarch implementations.
17141         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
17142         New file.
17143         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
17144         New file.
17145         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
17146         multiarch modf for PowerPC32.
17147         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
17148         New file.
17149         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
17150         New file.
17151         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
17152         multiarch modff for PowerPC32.
17154         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
17155         and lrintf multiarch implementations.
17156         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
17157         New file.
17158         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
17159         New file.
17160         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
17161         multiarch lrint for PowerPC32.
17162         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
17163         file: multiarch lrintf for PowerPC32.
17165         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
17166         and lroundf multiarch implementations.
17167         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
17168         New file.
17169         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
17170         New file.
17171         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
17172         New file.
17173         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
17174         multiarch lround for PowerPC32.
17175         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
17176         file: multiarch lroundf for PowerPC32.
17178         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17179         copysign and copysignf multiarch implementations.
17180         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
17181         New file.
17182         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
17183         New file.
17184         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
17185         file: multiarch copysign for PowerPC32.
17186         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
17187         file: multiarch copysignf for PowerPC32.
17189         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
17190         and truncf multiarch implementations.
17191         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
17192         New file.
17193         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
17194         file.
17195         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
17196         multiarch trunc for PowerPC32.
17197         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
17198         New file.
17199         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
17200         New file.
17201         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
17202         multiarch truncf for PowerPC32.
17204         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
17205         and roundf multiarch implementations.
17206         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
17207         New file.
17208         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
17209         file.
17210         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
17211         multiarch round for PowerPC32.
17212         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
17213         New file.
17214         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
17215         New file.
17216         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
17217         multiarch roundf for PowerPC32.
17219         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
17220         and floorf multiarch implementations.
17221         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
17222         New file.
17223         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
17224         file.
17225         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
17226         multiarch floor for PowerPC32.
17227         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
17228         New file.
17229         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
17230         New file.
17231         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
17232         multiarch floorf for PowerPC32.
17234         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
17235         and ceilf multiarch implementations.
17236         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
17237         New file.
17238         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
17239         file.
17240         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
17241         multiarch ceil for PowerPC32.
17242         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
17243         New file.
17244         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
17245         file.
17246         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
17247         multiarch ceilf for PowerPC32.
17249         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
17250         is defined.
17251         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
17252         FINITEF is defined.
17253         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
17254         and finitef multiarch implementations.
17255         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
17256         New file.
17257         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
17258         file.
17259         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
17260         multiarch finite for PowerPC32.
17261         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
17262         New file.
17263         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
17264         file: multiarch finitef for PowerPC32.
17266         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
17267         and isinff multiarch implementations.
17268         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
17269         file.
17270         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
17271         file.
17272         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
17273         multiarch isinf for PowerPC32.
17274         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
17275         New file.
17276         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
17277         multiarch isinff for PowerPC32.
17279         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
17280         alias when __isnan is defined.
17281         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
17282         and isnanf multiarch implementations.
17283         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
17284         file.
17285         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
17286         file.
17287         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
17288         file.
17289         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
17290         file.
17291         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
17292         multiarch isnan for PowerPC32.
17293         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
17294         New file.
17295         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
17296         New file.
17297         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
17298         multiarch isnanf for PowerPC32.
17300         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
17301         and sqrtf multiarch implementations.
17302         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
17303         file.
17304         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
17305         file.
17306         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
17307         multiarch sqrt for PowerPC32.
17308         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
17309         file.
17310         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
17311         file.
17312         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
17313         multiarch sqrtf for PowerPC32.
17315         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
17316         and llroundf multiarch implementations.
17317         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
17318         New file.
17319         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
17320         New file.
17321         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
17322         New file.
17323         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
17324         file: multiarch llround for PowerPC32.
17325         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
17326         file: multiarch llroundf for PowerPC32.
17328         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
17329         multiarch PowerPC32 fpu implementations.
17330         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
17331         New file.
17332         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
17333         New file.
17334         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
17335         multiarch llrint for PowerPC32.
17336         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
17337         New file.
17338         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
17339         New file.
17340         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
17341         file.
17343         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
17345         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
17346         file.
17347         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
17348         file.
17349         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
17350         file.
17351         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
17352         multiarch wordcopy for PPC32.
17353         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
17354         wordcopy objects.
17355         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17356         (__libc_ifunc_impl_list): Likewise.
17357         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
17358         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
17359         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
17360         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
17361         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
17362         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
17364         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
17365         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
17366         file.
17367         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
17368         file.
17369         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
17370         file.
17371         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
17372         multiarch wcscpy for PPC32.
17373         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
17374         multiarch objects.
17375         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17376         (__libc_ifunc_impl_list): Likewise.
17377         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
17378         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
17379         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
17380         sysdeps/powerpc/power6/wcscpy.c.
17382         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
17383         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
17384         file.
17385         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
17386         file.
17387         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
17388         file.
17389         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
17390         multiarch wcsrchr for PPC32.
17391         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
17392         multiarch objects.
17393         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17394         (__libc_ifunc_impl_list): Likewise.
17395         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
17396         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
17397         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
17398         sysdeps/powerpc/power6/wcsrchr.c.
17400         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
17401         file.
17402         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
17403         file.
17404         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
17405         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
17406         multiarch wcschr for PPc32.
17407         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
17408         multiarch objects.
17409         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17410         (__libc_ifunc_impl_list): Likewise.
17411         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
17412         * sysdeps/powerpc/power6/wcschr.c: ... to here.
17413         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
17414         sysdeps/powerpc/power6/wcschr.c.
17416         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
17417         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
17418         file.
17419         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
17420         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
17421         file: multiarch strchr for PPC32.
17422         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
17423         multiarch objects.
17424         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17425         (__libc_ifunc_impl_list): Likewise.
17427         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
17428         name.
17429         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
17430         file.
17431         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
17432         file.
17433         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
17434         multiarch strchrnul for PPC32.
17435         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
17436         multiarch objects.
17437         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17438         (__libc_ifunc_impl_list): Likewise.
17440         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
17441         file.
17442         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
17443         multiarch strncasecmp for PPC32.
17444         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
17445         file.
17446         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
17447         multiarch strncasecmp_l for PPC32.
17448         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
17449         strncasecmp multiarch objects.
17450         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17451         (__libc_ifunc_impl_list): Likewise.
17453         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
17454         file.
17455         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
17456         multiarch strncasecmp for PPC32.
17457         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
17458         New file.
17459         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
17460         multiarch strcasecmp_l for PPC32.
17461         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
17462         multiarch objects.
17463         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17464         (__libc_ifunc_impl_list): Likewise.
17466         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
17467         file.
17468         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
17469         file.
17470         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
17471         multiarch strncmp for PPC32.
17472         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
17473         multiarch objects.
17474         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17475         (__libc_ifunc_impl_list): Likewise.
17477         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
17478         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
17479         file.
17480         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
17481         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
17482         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
17483         multiarch objects.
17484         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17485         (__libc_ifunc_impl_list): Likewise.
17487         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
17488         file.
17489         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
17490         file.
17491         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
17492         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
17493         multiarch objects.
17494         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17495         (__libc_ifunc_impl_list): Likewise.
17497         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
17498         file.
17499         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
17500         file.
17501         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
17502         multiarch rawmemchr for PPC32.
17503         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
17504         multiarch objects.
17505         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17506         (__libc_ifunc_impl_list): Likewise.
17508         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
17509         file.
17510         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
17511         file.
17512         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
17513         file: memrchr multiarch for PPC32.
17514         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
17515         multiarch objects.
17516         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17517         (__libc_ifunc_impl_list): Likewise.
17519         * string/memchr.c (__memchr): Using macro to redefine symbol name.
17520         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
17521         file.
17522         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
17523         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
17524         multiarch memchr for PPC32.
17525         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
17526         multiarch objects.
17527         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17528         (__libc_ifunc_impl_list): Likewise.
17530         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
17531         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
17532         file.
17533         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
17534         file.
17535         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
17536         file: multiarch mempcpy for PPC32.
17537         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
17538         multiarch objects.
17539         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17540         (__libc_ifunc_impl_list): Likewise.
17542         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
17543         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
17544         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
17545         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
17546         multiarch bzero for PPC32.
17547         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
17548         file.
17549         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
17550         file.
17551         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
17552         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
17553         file: multiarch memset for PPC32.
17554         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
17555         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
17556         memset multiarch objects.
17557         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17558         (__libc_ifunc_impl_list): Likewise.
17560         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
17561         file.
17562         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
17563         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
17564         memcmp for PPC32.
17565         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
17566         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
17567         multiarch objects.
17568         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17569         (__libc_ifunc_impl_list): Likewise.
17571         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
17572         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
17573         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
17574         file.
17575         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
17576         file.
17577         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
17578         file.
17579         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
17580         multiarch memcpy for PPC32.
17581         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
17582         multiarch objects.
17583         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17584         (__libc_ifunc_impl_list): Likewise.
17586         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
17587         support multiarch for POWER/PPC32.
17588         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
17589         Likewise.
17590         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
17591         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
17592         Implies file to make multiarch folder appers before the fpu and
17593         default folder for power4 configuration.
17595 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
17597         * scripts/bench.pl: Append volatile keyword to type.
17599 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17601         * sysdeps/sh/sotruss-lib.c: New file.
17602         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
17604 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17606         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17608 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
17610         [BZ #6810]
17611         * math/w_tgamma.c: Include <errno.h>.
17612         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
17613         * math/w_tgammaf.c: Include <errno.h>.
17614         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
17615         * math/w_tgammal.c: Include <errno.h>.
17616         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
17617         * math/auto-libm-test-in: Do not allow missing errno on tgamma
17618         underflow.  Add more tgamma tests.
17619         * math/auto-libm-test-out: Regenerated.
17620         * sysdeps/i386/fpu/libm-test-ulps: Update.
17621         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17623         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
17624         sin, sinh, tan, tanh, tgamma, y0 and y1.
17625         * math/auto-libm-test-out: Regenerated.
17626         * math/libm-test.inc (TEST_COND_x86_64): New macro.
17627         (TEST_COND_x86): Likewise.
17628         (M_E2l): Remove macro.
17629         (M_E3l): Likewise.
17630         (M_2_SQRT_PIl): Likewise.
17631         (M_SQRT_PIl): Likewise.
17632         (M_1_DIV_El): Likewise.
17633         (log_test_data): Use AUTO_TESTS_f_f.
17634         (log10_test_data): Likewise.
17635         (log1p_test_data): Likewise.
17636         (log2_test_data): Likewise.
17637         (sin_test_data): Likewise.
17638         (sin_tonearest_test_data): Likewise.
17639         (sin_towardzero_test_data): Likewise.
17640         (sin_downward_test_data): Likewise.
17641         (sin_upward_test_data): Likewise.
17642         (sinh_test_data): Likewise.
17643         (sinh_tonearest_test_data): Likewise.
17644         (sinh_towardzero_test_data): Likewise.
17645         (sinh_downward_test_data): Likewise.
17646         (sinh_upward_test_data): Likewise.
17647         (tan_test_data): Likewise.
17648         (tan_tonearest_test_data): Likewise.
17649         (tan_towardzero_test_data): Likewise.
17650         (tan_downward_test_data): Likewise.
17651         (tan_upward_test_data): Likewise.
17652         (tanh_test_data): Likewise.
17653         (tgamma_test_data): Likewise.
17654         (y0_test_data): Likewise.
17655         (y1_test_data): Likewise.
17656         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
17657         (special_real_inputs): Add pi/4.
17658         * sysdeps/i386/fpu/libm-test-ulps: Update.
17659         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17661 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17663         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
17664         "longjmp_target" static probes.
17665         (__longjmp): Rename to __longjmp_symbol.
17666         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
17667         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
17668         on which longjmp to generate.
17669         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
17670         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
17671         probe.
17672         (__sigsetjmp): Rename to __sigsetjmp_symbol.
17673         (__sigjmp_save): Rename to __sigjmp_save_symbol.
17674         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
17675         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
17676         and __sigjmp_save_symbol based on which sigsetjmp to generated.
17677         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
17678         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
17679         __longjmp_symbol based on which __longjmp to generate.
17680         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
17681         probe.
17682         (setjmp): Rename to setjmp_symbol.
17683         (__sigsetjmp): Rename to __sigsetjmp_symbol.
17684         (_setjmp): Rename to _setjmp_symbol.
17685         (__sigsetjmp): Rename to __sigsetjmp_symbol.
17686         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
17687         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
17688         which setjmp to generate.
17689         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
17690         "longjmp_target" static probes.
17692 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
17694         * benchtests/README: Add note about output arguments.
17695         * benchtests/bench-sincos.c: Remove file.
17696         * benchtests/sincos-inputs: New file.
17697         * scripts/bench.pl: Identify output arguments and define
17698         static variables for them.
17700         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
17702         [BZ #15941]
17703         * Makefile (INSTALL): Add install-plain.texi as the primary
17704         dependency.
17705         * manual/install-plain.texi: New file.
17706         * manual/install.texi: Include node directive only for
17707         non-plaintext output.
17709 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
17711         * stdlib/longlong.h: Update from GCC.
17713         [BZ #6807]
17714         [BZ #15901]
17715         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
17716         * math/w_j0f.c (y0f): Likewise.
17717         * math/w_j0l.c (__y0l): Likewise.
17718         * math/w_j1.c (y1): Likewise.
17719         * math/w_j1f.c (y1f): Likewise.
17720         * math/w_j1l.c (__y1l): Likewise
17721         * math/w_jn.c (yn): Likewise.
17722         * math/w_jnf.c (ynf): Likewise.
17723         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
17724         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
17725         value for Bessel function domain errors outside _SVID_ mode.
17726         Adjust sign of return value for yn (negative integer, 0).
17727         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
17728         by zero in return for negative x and set sign appropriately for
17729         negative n.
17730         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
17731         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
17732         * math/libm-test.inc (y0_test_data): Add more tests and adjust
17733         expectations in error cases.
17734         (y1_test_data): Likewise.
17735         (yn_test_data): Likewise.
17736         * sysdeps/i386/fpu/libm-test-ulps: Update.
17737         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17739 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17741         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
17742         "64" to "64-v1".  Add "64-v2".
17743         (abi-64-options): Rename to ...
17744         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
17745         (abi-64-condition): Rename to ...
17746         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
17747         (abi-64-ld-soname): Rename to ...
17748         (abi-64-v1-ld-soname): ... this.
17749         (abi-64-v2-options): Define.
17750         (abi-64-v2-condition): Likewise.
17751         (abi-64-v2-ld-soname): Likewise.
17752         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
17753         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
17754         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
17755         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
17756         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
17758 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17759             Alan Modra  <amodra@gmail.com>
17761         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
17762         New versions for use with the ELFv2 ABI.
17763         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
17764         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
17765         declaration.
17766         (struct La_ppc64v2_retval): Likewise.
17767         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
17768         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
17769         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
17770         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
17771         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
17772         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
17773         Do not save or restore CR.
17774         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
17775         (_dl_profile_resolve): Do no save or restore CR.  Support extended
17776         return values for ELFv2 ABI.  Fix location of FPR return registers.
17777         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
17778         updated values for _CALL_ELF == 2.
17779         (La_regs, La_retval, int_retval): Likewise.
17781 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17783         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
17784         (FRAME_MIN_SIZE_PARM): Likewise.
17785         (FRAME_BACKCHAIN): Likewise.
17786         (FRAME_CR_SAVE): Likewise.
17787         (FRAME_LR_SAVE): Likewise.
17788         (FRAME_TOC_SAVE): Likewise.
17789         (FRAME_PARM_SAVE): Likewise.
17790         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
17791         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
17792         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
17793         (call_mcount_parm_offset): New macro.
17794         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
17795         (PROF): Use symbolic stack frame offsets.
17796         (TAIL_CALL_SYSCALL_ERROR): Likewise.
17797         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
17798         Redefine in terms of FRAME_MIN_SIZE.
17799         (_dl_runtime_resolve): Use symbolic stack frame offsets.
17800         (_dl_profile_resolve): Likewise.  Update comment.
17801         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
17802         symbols stack frame offsets.
17803         (__sigsetjmp): Likewise.
17804         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
17805         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
17806         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
17807         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
17809         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
17810         (FRAME_BACKCHAIN): Remove.
17811         (FRAME_CR_SAVE): Likewise.
17812         (FRAME_LR_SAVE): Likewise.
17813         (FRAME_COMPILER_DW): Likewise.
17814         (FRAME_LINKER_DW): Likewise.
17815         (FRAME_TOC_SAVE): Likewise.
17816         (FRAME_PARM_SAVE): Likewise.
17817         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
17818         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
17819         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
17820         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
17821         (CHECK_SP): Use symbolic stack frame offsets.
17822         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
17823         zone" instead of caller's parameter save area for temp storage.
17824         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
17825         Likewise.  Also, use symbolic stack frame offsets.
17826         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
17827         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
17828         our own stack frame instead of the caller's.
17829         (__socket): Use symbolic stack frame offsets.
17831 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17832             Alan Modra  <amodra@gmail.com>
17834         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
17835         Define.
17836         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
17837         (PPC64_LOCAL_ENTRY_OFFSET): Define.
17838         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
17839         New function.
17840         (elf_machine_fixup_plt): Call it.
17841         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
17842         reloc arguments.
17843         (elf_machine_rela): Update call to elf_machine_plt_conflict.
17844         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
17845         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
17846         r2 before calling target.
17848 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17849             Alan Modra  <amodra@gmail.com>
17851         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
17852         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
17853         versions of macros to support ELFv2 ABI.
17854         (LOCALENTRY): New macro.
17855         (ENTRY, EALIGN): Use it.
17856         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
17857         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
17858         fall through into ENTRY entry point.
17859         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
17860         Only define if _CALL_ELF != 2.
17862         (elf_machine_matches_host): Verify ABI version matches.
17863         (RTLD_START): Use LOCALENTRY.
17864         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
17865         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
17866         (PLT_ENTRY_WORDS): New macro.
17867         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
17868         (elf_machine_runtime_setup): Support ELFv2 ABI.
17869         (elf_machine_fixup_plt): Likewise.
17870         (elf_machine_plt_conflict): Likewise.
17871         (resolve_ifunc): Likewise.
17872         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
17873         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
17874         Likewise.
17875         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
17876         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
17877         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
17878         (makecontext): Support ELFv2 ABI.
17879         * elf/elf.h (EF_PPC64_ABI): Define.
17881 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17883         * sysdeps/powerpc/powerpc64/sysdep.h
17884         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
17885         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
17886         (ENTRY) [ASSEMBLER]: ... but instead here ...
17887         (EALIGN) [ASSEMBLER]: ... and here.
17888         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
17889         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
17890         (ENTRY_2) [!ASSEMBLER]: Use it.
17891         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
17892         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
17893         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
17894         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
17895         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
17896         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
17897         Use PPC64_LOAD_FUNCPTR.
17899         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
17901 2013-12-04  Alan Modra  <amodra@gmail.com>
17903         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
17904         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
17905         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
17906         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
17908         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
17909         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
17910         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
17911         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
17912         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
17913         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
17915 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17917         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
17918         (__makecontext): Fix incorrect CFI when backtracing out of
17919         context created via makecontext.
17920         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
17921         (__setcontext): Fix incorrect CFI during switch to new context.
17922         (__novec_setcontext): Likewise.
17924 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
17926         [BZ #4772]
17927         * time/strptime_l.c (__strptime_internal): Allow modifiers
17928         in strptime.
17929         * time/tst-strptime.c (day_tests): Add testcase.
17931 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
17933         * scripts/bench.pl: Skip over blank lines.
17935 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
17937         [BZ #926]
17938         * manual/time.texi (Calendar Time): Clarify what timezone functions
17939         use.
17941 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17943         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17945 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
17947         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
17948         implementation.
17949         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
17950         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
17951         * debug/memset_chk.c (__memset_chk): Likewise.
17952         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
17953         * debug/strncpy_chk.c: Likewise.
17955 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
17957         [BZ #15268]
17958         [BZ #15425]
17959         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
17960         (__ieee754_exp): For possibly underflowing results, check size of
17961         result and force underflow exception if required.
17962         * math/auto-libm-test-in: Add more tests of exp.
17963         * math/auto-libm-test-out: Regenerated.
17964         * sysdeps/i386/fpu/libm-test-ulps: Update.
17965         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17967         [BZ #16283]
17968         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
17969         * math/w_exp2f.c (__exp2f): Likewise.
17970         * math/w_exp2l.c (__exp2l): Likewise.
17971         * math/auto-libm-test-in: Do not allow missing errno on exp2
17972         underflow.
17973         * math/auto-libm-test-out: Regenerated.
17975 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
17977         [BZ #16274]
17978         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
17979         handle filename validation.
17980         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
17981         (do_open): Delete.
17983 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
17985         [BZ #6786]
17986         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
17987         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
17988         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
17989         <float.h>.
17990         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
17991         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
17992         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
17993         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
17994         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
17995         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
17996         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
17997         * math/auto-libm-test-in: Don't allow missing errno from erfc.
17998         Add more erfc tests.
17999         * math/auto-libm-test-out: Regenerated.
18000         * sysdeps/i386/fpu/libm-test-ulps: Update.
18001         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18003         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
18004         exp2, expm1, j0 and j1.
18005         * math/auto-libm-test-out: Regenerated.
18006         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
18007         (erfc_test_data): Likewise.
18008         (exp_test_data): Likewise.
18009         (exp_tonearest_test_data): Likewise.
18010         (exp_towardzero_test_data): Likewise.
18011         (exp_downward_test_data): Likewise.
18012         (exp_upward_test_data): Likewise.
18013         (exp10_test_data): Likewise.
18014         (exp2_test_data): Likewise.
18015         (expm1_test_data): Likewise.
18016         (j0_test_data): Likewise.
18017         (j1_test_data): Likewise.
18018         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
18019         (input_flag_type): Add flag_xfail_rounding.
18020         (input_flags): Add xfail-rounding.
18021         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
18022         (output_for_one_input_case): Handle flag_xfail_rounding.
18023         * sysdeps/i386/fpu/libm-test-ulps: Update.
18024         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18026 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
18028         [BZ #16289]
18029         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
18030         division by 0.
18032 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
18034         [BZ #16195]
18035         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
18036         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
18037         (STAP_PROBE0): New macro.
18038         (STAP_PROBE1): Likewise.
18039         (STAP_PROBE2): Likewise.
18040         (STAP_PROBE3): Likewise.
18041         (STAP_PROBE4): Likewise.
18043 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
18045         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
18047 2013-12-02  Steve Ellcey  <sellcey@mips.com>
18049         * benchtests/Makefile (bench): Add sqrt.
18050         (LDLIBS-bench-sqrt): New.
18051         * benchtests/sqrt-input: New.
18053 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
18055         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
18056         (GAIH_EAI): Likewise.
18057         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
18058         (gaih_inet): Likewise.
18059         (getaddrinfo): Don't use GAIH_EAI.
18061         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
18062         (struct gaih): Remove definition.
18064 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
18066         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
18067         Use HERRNOP directly.
18069 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18071         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18073 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
18075         * math/gen-auto-libm-tests.c (test_functions): Add more
18076         single-argument functions.
18077         (special_fill_pi_2): New function.
18078         (special_fill_minus_pi_2): Likewise.
18079         (special_fill_pi_6): Likewise.
18080         (special_fill_minus_pi_6): Likewise.
18081         (special_fill_pi_3): Likewise.
18082         (special_fill_2pi_3): Likewise.
18083         (special_fill_e): Likewise.
18084         (special_fill_1_e): Likewise.
18085         (special_fill_e_minus_1): Likewise.
18086         (special_real_inputs): Add more special inputs.
18087         (output_for_one_input_case): Do not require ERANGE on underflow to
18088         zero if round-to-nearest result does not underflow to zero, unless
18089         exact results required.
18090         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
18091         atan, atanh, cbrt, cos and cosh.
18092         * math/auto-libm-test-out: Regenerated.
18093         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
18094         (acos_tonearest_test_data): Likewise.
18095         (acos_towardzero_test_data): Likewise.
18096         (acos_downward_test_data): Likewise.
18097         (acos_upward_test_data): Likewise.
18098         (acosh_test_data): Likewise.
18099         (asin_test_data): Likewise.
18100         (asin_tonearest_test_data): Likewise.
18101         (asin_towardzero_test_data): Likewise.
18102         (asin_upward_test_data): Likewise.
18103         (asinh_test_data): Likewise.
18104         (atan_test_data): Likewise.
18105         (atanh_test_data): Likewise.
18106         (cbrt_test_data): Likewise.
18107         (cos_test_data): Likewise.
18108         (cos_tonearest_test_data): Likewise.
18109         (cos_towardzero_test_data): Likewise.
18110         (cos_downward_test_data): Likewise.
18111         (cos_upward_test_data): Likewise.
18112         (cosh_test_data): Likewise.
18113         (cosh_tonearest_test_data): Likewise.
18114         (cosh_towardzero_test_data): Likewise.
18115         (cosh_downward_test_data): Likewise.
18116         (cosh_upward_test_data): Likewise.
18117         * sysdeps/i386/fpu/libm-test-ulps: Update.
18118         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18120 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
18122         [BZ #6787]
18123         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
18124         * math/w_exp10f.c (__exp10f): Likewise.
18125         * math/w_exp10l.c (__exp10l): Likewise.
18126         * math/libm-test.inc (exp10_test_data): Add more tests and expect
18127         errno settings in existing tests.
18129         [BZ #14032]
18130         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
18131         precision control set to double precision.
18132         * sysdeps/i386/fpu/w_sqrt.c: New file.
18133         * math/auto-libm-test-in: Add more tests.
18134         * math/auto-libm-test-out: Update.
18136         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
18137         (sqrt_test_tonearest): New function.
18138         (sqrt_towardzero_test_data): New variable.
18139         (sqrt_test_towardzero): New function.
18140         (sqrt_downward_test_data): New variable.
18141         (sqrt_test_downward): New function.
18142         (sqrt_upward_test_data): New variable.
18143         (sqrt_test_upward): New function.
18144         (main): Call the new functions.
18146         * math/gen-auto-libm-tests.c: New file.
18147         * math/auto-libm-test-in: Likewise.
18148         * math/auto-libm-test-out: New generated file.
18149         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
18150         variables.
18151         (%beautify): Add generated representations of zero.
18152         (top level): Set $auto_input and call parse_auto_input.
18153         (beautify): Remove trailing "f" from hex float constants.
18154         (parse_args): Handle XFAIL_TEST.
18155         (convert_condition): New function.
18156         (or_value): Likewise.
18157         (or_cond_value): Likewise.
18158         (generate_testfile): Handle AUTO_TESTS_* lines.
18159         (parse_auto_input): New function.
18160         * math/libm-test.inc (XFAIL_TEST): New macro.
18161         (ERRNO_UNCHANGED): Update value.
18162         (ERRNO_EDOM): Likewise.
18163         (ERRNO_ERANGE): Likewise.
18164         (IGNORE_RESULT): Likewise.
18165         (TEST_COND_flt_32): New macro.
18166         (TEST_COND_dbl_64): Likewise.
18167         (TEST_COND_ldbl_96_intel): Likewise.
18168         (TEST_COND_ldbl_96_m68k): Likewise.
18169         (TEST_COND_ldbl_128): Likewise.
18170         (TEST_COND_ldbl_128ibm): Likewise.
18171         (TEST_COND_long32): Likewise.
18172         (TEST_COND_long64): Likewise.
18173         (TEST_COND_before_rounding): Likewise.
18174         (TEST_COND_after_rounding): Likewise.
18175         (enable_test): Handle XFAIL_TEST flag.
18176         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
18177         with finite results.
18178         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
18179         auto-libm-test-out.
18181 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
18182             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18184         [BZ #16214]
18185         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
18186         __tls_get_addr_internal instead of __tls_get_offset in order to
18187         avoid GOT pointer dependency.  Make rtld export
18188         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
18189         __tls_get_addr since we are a __tls_get_offset platform.
18190         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
18191         GOT pointer being set up before.
18192         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
18194 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
18196         * manual/math.texi (Errors in Math Functions): Document accuracy
18197         goals.
18199         [BZ #15004]
18200         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
18201         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
18202         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
18203         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
18204         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
18205         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
18206         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
18207         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
18208         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
18209         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
18210         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
18211         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
18212         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
18213         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
18214         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
18215         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
18217         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
18218         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
18219         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
18220         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
18221         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
18222         Likewise.
18223         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
18224         Likewise.
18225         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
18226         Likewise.
18227         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
18228         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
18229         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
18230         atomic-feupdateenv and flt-rounds.
18231         * sysdeps/powerpc/nofpu/Versions (libc): Add
18232         __atomic_feholdexcept, __atomic_feclearexcept,
18233         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
18234         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
18235         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
18236         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
18237         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
18238         here.
18239         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
18240         Update.
18242         * manual/arith.texi (FP Exceptions): Document that exceptions may
18243         not be raised when matherr is used.
18244         (Math Error Reporting): Document overflow in directed rounding
18245         modes.  Document that errno may not be set when finite values are
18246         returned on overflow.  Document intent to set errno on underflow
18247         only for underflow to zero.
18249         [BZ #16271]
18250         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
18251         round-to-nearest then adjust result for other rounding modes.
18252         * include/fenv.h (fegetround): Use libm_hidden_proto.
18253         * math/fegetround.c (fegetround): Use libm_hidden_def.
18254         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
18255         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
18256         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
18257         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
18258         Likewise.
18259         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
18260         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
18261         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
18262         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
18264 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
18266         [BZ #16077]
18267         * nss/Versions (libnss_files): Add
18268         _nss_files_gethostbyname3_r.
18269         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
18270         New function.
18271         (HOST_DB_LOOKUP): Remove macro.
18272         (_nss_files_gethostbyname_r): Implement function without the
18273         HOST_DB_LOOKUP macro.
18274         (_nss_files_gethostbyname2_r): Likewise.
18276 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
18278         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
18280 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
18282         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
18283         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
18284         warning.
18286 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18288         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
18289         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
18290         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
18291         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
18292         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
18293         __fe_nomask_env_priv and attribute_hidden.
18294         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
18295         (libc_feupdateenv_test_ppc): Likewise.
18296         (libc_feresetround_ppc): Likewise.
18297         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18298         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
18299         compat_symbol macro.
18300         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18301         (__fe_nomask_env): Likewise.
18302         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
18304 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18306         * string/Makefile: Remove ifunc tests.
18307         * string/test-string.h: Define TEST_IFUNC.
18308         * string/test-bcopy-ifunc.c: Remove.
18309         * string/test-bzero-ifunc.c: Likewise.
18310         * string/test-memccpy-ifunc.c: Likewise.
18311         * string/test-memchr-ifunc.c: Likewise.
18312         * string/test-memcmp-ifunc.c: Likewise.
18313         * string/test-memcpy-ifunc.c: Likewise.
18314         * string/test-memmem-ifunc.c: Likewise.
18315         * string/test-memmove-ifunc.c: Likewise.
18316         * string/test-mempcpy-ifunc.c: Likewise.
18317         * string/test-memrchr-ifunc.c: Likewise.
18318         * string/test-memset-ifunc.c: Likewise.
18319         * string/test-rawmemchr-ifunc.c: Likewise.
18320         * string/test-stpcpy-ifunc.c: Likewise.
18321         * string/test-stpncpy-ifunc.c: Likewise.
18322         * string/test-strcasecmp-ifunc.c: Likewise.
18323         * string/test-strcasestr-ifunc.c: Likewise.
18324         * string/test-strcat-ifunc.c: Likewise.
18325         * string/test-strchr-ifunc.c: Likewise.
18326         * string/test-strchrnul-ifunc.c: Likewise.
18327         * string/test-strcmp-ifunc.c: Likewise.
18328         * string/test-strcpy-ifunc.c: Likewise.
18329         * string/test-strcspn-ifunc.c: Likewise.
18330         * string/test-strlen-ifunc.c: Likewise.
18331         * string/test-strncasecmp-ifunc.c: Likewise.
18332         * string/test-strncat-ifunc.c: Likewise.
18333         * string/test-strncmp-ifunc.c: Likewise.
18334         * string/test-strncpy-ifunc.c: Likewise.
18335         * string/test-strnlen-ifunc.c: Likewise.
18336         * string/test-strpbrk-ifunc.c: Likewise.
18337         * string/test-strrchr-ifunc.c: Likewise.
18338         * string/test-strspn-ifunc.c: Likewise.
18339         * string/test-strstr-ifunc.c: Likewise.
18341 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18343         * benchtests/Makefile: Remove ifunc tests.
18344         * benchtests/bench-string.h: Define TEST_IFUNC.
18345         * benchtests/bench-bcopy-ifunc.c: Remove.
18346         * benchtests/bench-bzero-ifunc.c: Likewise.
18347         * benchtests/bench-memccpy-ifunc.c: Likewise.
18348         * benchtests/bench-memchr-ifunc.c: Likewise.
18349         * benchtests/bench-memcmp-ifunc.c: Likewise.
18350         * benchtests/bench-memcpy-ifunc.c: Likewise.
18351         * benchtests/bench-memmem-ifunc.c: Likewise.
18352         * benchtests/bench-memmove-ifunc.c: Likewise.
18353         * benchtests/bench-mempcpy-ifunc.c: Likewise.
18354         * benchtests/bench-memrchr-ifunc.c: Likewise.
18355         * benchtests/bench-memset-ifunc.c: Likewise.
18356         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
18357         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
18358         * benchtests/bench-stpcpy-ifunc.c: Likewise.
18359         * benchtests/bench-stpncpy-ifunc.c: Likewise.
18360         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
18361         * benchtests/bench-strcasestr-ifunc.c: Likewise.
18362         * benchtests/bench-strcat-ifunc.c: Likewise.
18363         * benchtests/bench-strchr-ifunc.c: Likewise.
18364         * benchtests/bench-strchrnul-ifunc.c: Likewise.
18365         * benchtests/bench-strcmp-ifunc.c: Likewise.
18366         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
18367         * benchtests/bench-strcpy-ifunc.c: Likewise.
18368         * benchtests/bench-strcspn-ifunc.c: Likewise.
18369         * benchtests/bench-strlen-ifunc.c: Likewise.
18370         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
18371         * benchtests/bench-strncat-ifunc.c: Likewise.
18372         * benchtests/bench-strncmp-ifunc.c: Likewise.
18373         * benchtests/bench-strncpy-ifunc.c: Likewise.
18374         * benchtests/bench-strnlen-ifunc.c: Likewise.
18375         * benchtests/bench-strpbrk-ifunc.c: Likewise.
18376         * benchtests/bench-strrchr-ifunc.c: Likewise.
18377         * benchtests/bench-strsep-ifunc.c: Likewise.
18378         * benchtests/bench-strspn-ifunc.c: Likewise.
18379         * benchtests/bench-strstr-ifunc.c: Likewise.
18381 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18383         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
18385 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18387         * resolv/netdb.h: Use __glibc_reserved instead __unused.
18388         * rt/aio.h: Likewise.
18389         * sysdeps/gnu/bits/utmp.h: Likewise.
18390         * sysdeps/gnu/bits/utmpx.h: Likewise.
18391         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
18392         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
18393         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
18394         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
18395         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
18396         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
18397         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
18398         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
18399         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
18400         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
18401         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
18402         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
18403         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
18404         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
18405         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
18406         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
18407         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
18408         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
18409         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
18410         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
18411         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
18412         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
18413         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
18414         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
18415         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
18416         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
18417         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
18418         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
18419         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
18420         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
18421         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
18422         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
18423         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
18424         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
18425         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
18426         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
18427         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
18428         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
18429         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
18430         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
18431         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
18432         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
18434 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
18436         [BZ #16245]
18437         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
18438         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
18440 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
18442         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
18443         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
18444         Likewise.
18446 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18448         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
18449         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
18450         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
18451         (__fesetround): Remove define.
18452         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
18453         rounding and exceptions handling.
18454         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
18455         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
18456         (__fe_nomask_env): Likewise.
18457         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
18458         __fegetround instead of fegetround.
18459         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
18460         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
18462 2013-11-21  Roland McGrath  <roland@hack.frob.com>
18464         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
18465         it's there.
18467         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
18469 2013-11-21  Meador Inge  <meadori@codesourcery.com>
18471         [BZ #11157]
18472         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
18473         (encrypt_r): Likewise.
18474         * malloc/obstack.h (obstack_free): Likewise.
18475         * posix/unistd.h (encrypt): Likewise.
18477 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
18479         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
18480         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
18481         DL_CALL_DT_FINI() that call the functions directly.
18482         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
18483         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
18484         * elf/dl-fini.c: Likewise.
18486 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
18488         * malloc/hooks.c (memalign_check): Add alignment rounding.
18489         * malloc/malloc.c (_mid_memalign): New function.
18490         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
18491         Implement by calling _mid_memalign.
18492         * manual/probes.texi (Memory Allocation Probes): Remove
18493         memory_valloc_retry and memory_pvalloc_retry.
18495 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
18497         * locale/programs/locarchive.c (open_archive): Add const
18498         qualifier to ARCHIVEFNAME and copy default fname to
18499         DEFAULT_FNAME.
18501         [BZ #15601]
18502         * libio/tst-widetext.input: Rename Oriya to Odia.
18503         * locale/iso-639.def: Likewise.
18505         * manual/probes.texi (Mathematical Function Probes): Add
18506         documentation for sin, cos, asin and acos probes.
18507         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
18508         (__sin32): Add slowasin probe.
18509         (__cos32): Add slowacos probe.
18510         (__mpsin): Add slowsin probe.
18511         (__mpcos): Add slowcos probe.
18513 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
18515         [BZ #15483]
18516         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
18517         thread-local __sim_exceptions_thread and global
18518         __sim_exceptions_global.
18519         (__sim_disabled_exceptions): Change to thread-local
18520         __sim_disabled_exceptions_thread and global
18521         __sim_disabled_exceptions_global.
18522         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
18523         and global __sim_round_mode_global.
18524         (__simulate_exceptions): Use thread-local floating-point state and
18525         set global state from it as needed.
18526         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
18527         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
18528         __sim_round_mode_thread.
18529         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
18530         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
18531         and global __sim_exceptions_global.
18532         (__sim_disabled_exceptions): Change to thread-local
18533         __sim_disabled_exceptions_thread and global
18534         __sim_disabled_exceptions_global.
18535         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
18536         and global __sim_round_mode_global.
18537         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
18538         (SIM_SET_GLOBAL): Likewise.
18539         * sysdeps/powerpc/soft-fp/sfp-machine.h
18540         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
18541         __sim_round_mode_thread.
18542         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
18543         __sim_disabled_exceptions_thread.
18544         (__sim_exceptions): Change to __sim_exceptions_thread.
18545         (__sim_disabled_exceptions): Change to
18546         __sim_disabled_exceptions_thread.
18547         (__sim_round_mode): Change to __sim_round_mode_thread.
18548         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
18549         thread-local floating-point state and set global state from it as
18550         needed.
18551         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
18552         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
18553         (__sim_disabled_exceptions): Remove extern declaration.
18554         (feenableexcept): Use thread-local floating-point state and set
18555         global state from it as needed.
18556         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
18557         extern declaration.
18558         (__sim_disabled_exceptions): Likewise.
18559         (__sim_round_mode): Likewise.
18560         (__fegetenv): Use thread-local floating-point state.
18561         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
18562         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
18563         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
18564         floating-point state and set global state from it as needed.
18565         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
18566         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
18567         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
18568         Likewise.
18569         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
18570         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
18571         Likewise.
18572         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
18573         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
18574         Use __sim_round_mode_thread.
18575         * math/test-fenv-tls.c: New file.
18576         * math/Makefile (tests): Add test-fenv-tls.
18577         ($(objpfx)test-fenv-tls): Depend on
18578         $(common-objpfx)nptl/libpthread.so.
18580 2013-11-19  Andreas Schwab  <schwab@suse.de>
18582         * locale/programs/locale.c (show_info): Decode wordarray elements.
18583         * locale/categories.def (LC_MONETARY): Add element for
18584         _NL_MONETARY_CRNCYSTR.
18585         * locale/C-monetary.c (conversion_rate): New variable.
18586         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
18587         element.
18589 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
18591         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
18592         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
18594 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
18596         * elf/Makefile (tst-auxv): New test.
18597         * elf/tst-auxv.c: New
18598         * elf/rtld.c (dl_main): Adjust AT_EXECFN
18600 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
18602         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
18603         (hidden_proto): Caller changed.
18604         (hidden_tls_proto): New macro.
18605         (libc_hidden_tls_proto): Likewise.
18606         (rtld_hidden_tls_proto): Likewise.
18607         (libm_hidden_tls_proto): Likewise.
18608         (libresolv_hidden_tls_proto): Likewise.
18609         (librt_hidden_tls_proto): Likewise.
18610         (libdl_hidden_tls_proto): Likewise.
18611         (libnss_files_hidden_tls_proto): Likewise.
18612         (libnsl_hidden_tls_proto): Likewise.
18613         (libnss_nisplus_hidden_tls_proto): Likewise.
18614         (libutil_hidden_tls_proto): Likewise.
18616 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
18618         [BZ #10253]
18619         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
18620         (decompose_rpath): Defer expansion to fillin_rpath.
18621         (_dl_init_paths): Pass linkmap to fillin_rpath.
18623 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
18625         * benchtests/Makefile: Add strsep.
18626         * benchtests/bench-strsep.c: New file: strsep benchtest.
18627         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
18629 2013-11-18  Andreas Schwab  <schwab@suse.de>
18631         * locale/programs/locale.c (show_info) [case byte]: Check for
18632         '\377' instead of '\177'.
18633         * locale/C-monetary.c (not_available): Always use "\377".
18634         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
18635         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
18636         detect unavailable sign_posn locale elements.
18637         * locale/localeconv.c (__localeconv): For grouping and
18638         mon_grouping handle "\177" and "\377" like no grouping.
18639         (INT_ELEM): New macro.  Use it to set all numeric members.
18640         * locale/programs/ld-monetary.c (monetary_read)
18641         <tok_mon_grouping>: Normalize single -1 to the empty string.
18642         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
18643         Likewise.
18645 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
18647         [BZ #16055]
18648         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
18649         when we match (nil).
18650         * stdio-common/tst-sscanf.c (struct test): Add testcase.
18652 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
18654         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
18655         (NO_TEST_INLINE): Update value.
18656         (ERRNO_UNCHANGED): Likewise.
18657         (ERRNO_EDOM): Likewise.
18658         (ERRNO_ERANGE): Likewise.
18659         (IGNORE_RESULT): Likewise.
18660         (check_float_internal): Check signs of NaN results if
18661         TEST_NAN_SIGN used.
18662         (check_complex): Pass TEST_NAN_SIGN flag through to second
18663         check_float_internal call.
18664         (copysign_test_data): Add tests with quiet NaNs as second
18665         argument.  Use TEST_NAN_SIGN.
18666         (fabs_test_data): Add test of negative quiet NaN argument.  Use
18667         TEST_NAN_SIGN.
18668         (signbit_test_data): Add tests of quiet NaN argument.
18669         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
18671         * math/gen-libm-test.pl (show_exceptions): Take extra argument
18672         $ignore_result.
18673         (parse_args): Handle function results specified as IGNORE.
18674         * math/libm-test.inc (IGNORE_RESULT): New macro.
18675         (check_float_internal): Do not check numerical result if flag
18676         IGNORE_RESULT set.
18677         (check_complex): Pass through IGNORE_RESULT to second
18678         check_float_internal call.
18679         (check_int): Do not check numerical result if flag IGNORE_RESULT
18680         set.
18681         (check_long): Likewise.
18682         (check_bool): Likewise.
18683         (check_longlong): Likewise.
18684         (lrint_test_data): Add tests of infinite and NaN arguments.
18685         (lrint_tonearest_test_data): Likewise.
18686         (lrint_towardzero_test_data): Likewise.
18687         (lrint_downward_test_data): Likewise.
18688         (lrint_upward_test_data): Likewise.
18689         (llrint_test_data): Likewise.
18690         (llrint_tonearest_test_data): Likewise.
18691         (llrint_towardzero_test_data): Likewise.
18692         (llrint_downward_test_data): Likewise.
18693         (llrint_upward_test_data): Likewise.
18694         (lround_test_data): Likewise.
18695         (llround_test_data): Likewise.
18697         * math/libm-test.inc (NO_TEST_INLINE): New macro.
18698         (ERRNO_UNCHANGED): Update value.
18699         (ERRNO_EDOM): Likewise.
18700         (ERRNO_ERANGE): Likewise.
18701         (NO_TEST_INLINE_FLOAT): New macro.
18702         (NO_TEST_INLINE_DOUBLE): Likewise.
18703         (enable_test): New function.
18704         (RUN_TEST_f_f): Check enable_test before running test.
18705         (RUN_TEST_2_f): Likewise.
18706         (RUN_TEST_fff_f): Likewise.
18707         (RUN_TEST_c_f): Likewise.
18708         (RUN_TEST_f_f1): Likewise.
18709         (RUN_TEST_fF_f1): Likewise.
18710         (RUN_TEST_fI_f1): Likewise.
18711         (RUN_TEST_ffI_f1): Likewise.
18712         (RUN_TEST_c_c): Likewise.
18713         (RUN_TEST_cc_c): Likewise.
18714         (RUN_TEST_f_i): Likewise.
18715         (RUN_TEST_f_i_tg): Likewise.
18716         (RUN_TEST_ff_i_tg): Likewise.
18717         (RUN_TEST_f_b): Likewise.
18718         (RUN_TEST_f_b_tg): Likewise.
18719         (RUN_TEST_f_l): Likewise.
18720         (RUN_TEST_f_L): Likewise.
18721         (RUN_TEST_fFF_11): Likewise.
18722         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
18723         conditionals.
18724         (cosh_test_data): Likewise.
18725         (exp_test_data): Likewise.
18726         (expm1_test_data): Likewise.
18727         (hypot_test_data): Likewise.
18728         (pow_test_data): Likewise.
18729         (sinh_test_data): Likewise.
18730         (tanh_test_data): Likewise.
18731         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
18732         flags argument.
18734         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
18735         tests with quiet NaN input and output.
18736         (acosh_test_data): Likewise.
18737         (asin_test_data): Likewise.
18738         (asinh_test_data): Likewise.
18739         (atan_test_data): Likewise.
18740         (atanh_test_data): Likewise.
18741         (atan2_test_data): Likewise.
18742         (cbrt_test_data): Likewise.
18743         (cos_test_data): Likewise.
18744         (cosh_test_data): Likewise.
18745         (erf_test_data): Likewise.
18746         (erfc_test_data): Likewise.
18747         (exp_test_data): Likewise.
18748         (exp10_test_data): Likewise.
18749         (exp2_test_data): Likewise.
18750         (expm1_test_data): Likewise.
18751         (hypot_test_data): Likewise.
18752         (j0_test_data): Likewise.
18753         (j1_test_data): Likewise.
18754         (jn_test_data): Likewise.
18755         (lgamma_test_data): Likewise.
18756         (log_test_data): Likewise.
18757         (log10_test_data): Likewise.
18758         (log1p_test_data): Likewise.
18759         (log2_test_data): Likewise.
18760         (pow_test_data): Likewise.
18761         (scalb_test_data): Likewise.
18762         (sin_test_data): Likewise.
18763         (sincos_test_data): Likewise.
18764         (sinh_test_data): Likewise.
18765         (tan_test_data): Likewise.
18766         (tanh_test_data): Likewise.
18767         (tgamma_test_data): Likewise.
18768         (y0_test_data): Likewise.
18769         (y1_test_data): Likewise.
18770         (yn_test_data): Likewise.
18772         [BZ #16167]
18773         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
18774         argument being NaN and avoid computations with second argument in
18775         that case.
18776         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
18777         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
18778         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
18780 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
18782         * locale/iso-639.def: Add Chitwani Tharu (the).
18784 2013-11-14  Andreas Schwab  <schwab@suse.de>
18786         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
18787         word instead of empty string.
18789 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18791         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18792         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
18793         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18794         (__fe_nomask_env): Likewise.
18796 2013-11-13  Steve Ellcey  <sellcey@mips.com>
18798         * benchtests/bench-timing.h: Include time.h.
18800 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
18802         [BZ #15997]
18803         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
18804         to 3.4.0 for x32.
18805         * sysdeps/unix/sysv/linux/configure: Regenerated.
18807 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
18809         [BZ #16151]
18810         * stdlib/strtod_l.c (round_and_return): Do not consider
18811         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
18812         exponent one less than half the least subnormal exponent.
18813         * stdlib/test-strtod-round-data: Add more tests.
18814         * stdlib/tst-strtod-round.c (tests): Regenerated.
18816 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18818         [BZ #14143]
18819         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
18820         (__fe_mask_env): Likewise.
18821         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
18822         libm_hidden_proto and add function prototype.
18823         (__fe_mask_env): Add function prototype.
18824         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18825         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
18826         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
18827         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
18828         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18829         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
18831 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
18833         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
18834         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
18836 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
18838         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
18839         of htab_find_slot().
18841 2013-11-11  David S. Miller  <davem@davemloft.net>
18843         [BZ #16150]
18844         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
18845         symbol in the non-vis3 case in static builds.
18846         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
18847         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
18848         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
18849         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
18851 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
18853         [BZ #387]
18854         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
18855         it is empty.
18857 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18859         * benchtests/Makefile: Add bench-strtod.
18860         * benchtests/bench-strtod.c: New file: strtod benchtest
18862 2013-11-11  Andreas Schwab  <schwab@suse.de>
18864         [BZ #16153]
18865         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
18866         terminating NUL in key length.
18868 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18870         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
18871         Add artificial ODP entry for vDSO symbol for PPC64.
18872         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
18873         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
18875 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
18877         [BZ #15374]
18878         * nss/getent.c (services_keys): Recognize services starting with digit.
18880 2013-11-06  David S. Miller  <davem@davemloft.net>
18882         [BZ #15985]
18883         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
18884         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
18886 2013-11-06  Will Newton  <will.newton@linaro.org>
18888         * manual/memory.texi (Malloc Examples): Remove register
18889         keyword from examples.
18891 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
18893         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
18895 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
18897         [BZ #6981]
18898         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
18899         depending on [__GCC_IEC_559 > 0].
18900         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
18901         depending on [__GCC_IEC_559_COMPLEX > 0].
18903 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
18905         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
18906         to iso-639.def.
18908 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
18910         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
18912 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
18914         [BZ #16112]
18915         * malloc/malloc (malloc_info): Do not handle first bin as
18916         special case.
18918 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
18920         * locale/iso-639.def: Add Central Nahuatl (nhn).
18922 2013-11-01  Bruno Haible  <bruno@clisp.org>
18924         [BZ #7003]
18925         * manual/math.texi (BSD Random): Specify range upper bound as
18926         in POSIX.
18928 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
18930         * locale/iso-639.def: Add Meadow Mari (mhr).
18932 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
18934         [BZ #14752], [BZ #15763]
18935         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
18936         Validate name.
18937         * rt/tst_shm.c: Add test for escaping directory.
18939 2013-10-31  Andreas Schwab  <schwab@suse.de>
18941         [BZ #15917]
18942         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
18943         followed by 'x' as part of digit sequence.
18944         * stdio-common/tst-sscanf.c (double_tests2): New tests.
18946 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
18948         [BZ #16037]
18949         * configure.ac: allow GNU Make 4.0 and greater.
18950         * configure: Regenerated.
18952 2013-10-30  Will Newton  <will.newton@linaro.org>
18954         [BZ #16038]
18955         * malloc/hooks.c (memalign_check): Limit alignment to the
18956         maximum representable power of two.
18957         * malloc/malloc.c (__libc_memalign): Likewise.
18958         * malloc/tst-memalign.c (do_test): Add test for very
18959         large alignment values.
18960         * malloc/tst-posix_memalign.c (do_test): Likewise.
18962 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
18964         [BZ #11087]
18965         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
18966         (munmap_chunk): Likewise.
18967         (mremap_chunk): Likewise.
18969 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
18971         [BZ #15799]
18972         * stdlib/div.c (div): Remove obsolete code.
18973         * stdlib/ldiv.c (ldiv): Likewise.
18974         * stdlib/lldiv.c (lldiv): Likewise.
18976 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
18978         [BZ #16071]
18979         * nss/nss_files/files-XXX.c (get_contents_ret): New
18980         enumerator.
18981         (get_contents): New function.
18982         (internal_getent): Use it.  Expand size of LINEBUFLEN.
18984 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
18986         * configure.in: Moved to ...
18987         * configure.ac: ... here. Change reference to configure.in
18988         to configure.ac.
18989         * sysdeps/arm/preconfigure.ac: ... here.
18990         configure.in to configure.ac.
18991         * sysdeps/gnu/configure.in: Moved to ...
18992         * sysdeps/gnu/configure.ac: ... here.
18993         * sysdeps/i386/configure.in: Moved to ...
18994         * sysdeps/i386/configure.ac: ... here.
18995         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
18996         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
18997         * sysdeps/mach/configure.in: Moved to ...
18998         * sysdeps/mach/configure.ac: ... here.
18999         * sysdeps/mach/hurd/configure.in: Moved to ...
19000         * sysdeps/mach/hurd/configure.ac: ... here.
19001         * sysdeps/powerpc/configure.in: Moved to ...
19002         * sysdeps/powerpc/configure.ac: ... here.
19003         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
19004         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
19005         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
19006         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
19007         * sysdeps/s390/s390-32/configure.in: Moved to ...
19008         * sysdeps/s390/s390-32/configure.ac: ... here.
19009         * sysdeps/s390/s390-64/configure.in: Moved to ...
19010         * sysdeps/s390/s390-64/configure.ac: ... here.
19011         * sysdeps/sh/configure.in: Moved to ...
19012         * sysdeps/sh/configure.ac: ... here.
19013         * sysdeps/sparc/configure.in: Moved to ...
19014         * sysdeps/sparc/configure.ac: ... here.
19015         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
19016         * sysdeps/unix/sysv/linux/configure.ac: ... here.
19017         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
19018         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
19019         * sysdeps/x86_64/configure.in: Moved to ...
19020         * sysdeps/x86_64/configure.ac: ... here.
19021         * sysdeps/x86_64/preconfigure.in: Moved to ...
19022         * sysdeps/x86_64/preconfigure.ac: ... here.
19023         * aclocal.m4: Change reference to configure.in to configure.ac.
19024         * config.h.in: Likewise.
19025         * manual/install.texi: Likewise.
19026         * manual/maint.texi: Likewise.
19027         * Makefile: Likewise.
19028         * malloc/Makefile: Likewise.
19029         * nscd/Makefile: Likewise.
19030         * Makeconfig: Change reference to configure.in and
19031         preconfigure.in to configure.ac and preconfigure.ac
19032         respectively.
19033         * INSTALL: Regenerated.
19034         * configure: Likewise.
19035         * sysdeps/gnu/configure: Likewise.
19036         * sysdeps/i386/configure: Likewise.
19037         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
19038         * sysdeps/mach/configure: Likewise.
19039         * sysdeps/mach/hurd/configure: Likewise.
19040         * sysdeps/powerpc/configure: Likewise.
19041         * sysdeps/powerpc/powerpc32/configure: Likewise.
19042         * sysdeps/powerpc/powerpc64/configure: Likewise.
19043         * sysdeps/s390/s390-32/configure: Likewise.
19044         * sysdeps/s390/s390-64/configure: Likewise.
19045         * sysdeps/sh/configure: Likewise.
19046         * sysdeps/sparc/configure: Likewise.
19047         * sysdeps/unix/sysv/linux/configure: Likewise.
19048         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
19049         * sysdeps/x86_64/configure: Likewise.
19050         * sysdeps/x86_64/preconfigure: Likewise.
19052 2013-10-29  Andreas Schwab  <schwab@suse.de>
19054         * stdio-common/Makefile (tst-swscanf-ENV): Define.
19056 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19058         * benchtests/pow-inputs: Add new inputs.
19060         * benchtests/exp-inputs: Add new inputs.
19062         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
19063         conditional check for return value.
19064         (__cos32): Likewise.
19066 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19068         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
19069         to provide a boost for large inputs with word alignment.
19070         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
19071         implementation based on optimized PPC64 strcpy.
19072         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
19073         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
19074         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
19075         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
19077 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19079         [BZ #2801]
19080         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
19082 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19084         [BZ #14876]
19085         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
19086         * time/tst-strptime.c (day_tests): Add testcase.
19088 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19090         [BZ #14029]
19091         * manual/pattern.texi: Acknowledge that fnmatch can fail.
19093 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
19095         [BZ #16074]
19096         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
19097         MAP_FAILED on error.
19099 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
19101         [BZ #16072]
19102         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
19103         heap for large requests.
19105 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
19107         [BZ #9954]
19108         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
19109         result if the result has no associated interface.
19110         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
19111         interface for all 127.X.Y.Z addresses.
19113 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
19115         * locale/iso-639.def: Add Ligurian (lij)
19117 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
19119         [BZ #15825]
19120         * sunrpc/rpc_main.c: Document rpcgen -5.
19122 2013-10-19  Michael Stahl  <mstahl@redhat.com>
19124         * elf/rtld.c (do_preload): Print the reason why preloading failed.
19126 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19128         [BZ #10278]
19129         * posix/glob.c: Match only directories when trailing slash is present.
19130         * posix/tst-gnuglob.c (my_opendir): Do not open files.
19131         (main): Add testcase.
19133 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19135         [BZ #15670]
19136         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
19138 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
19140         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
19141         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
19142         AUTH_DES and cindex for FIPS 140-2.
19143         (DES Encryption): Add cindex FIPS 46-3.
19145         * locale/locarchive.h (struct locarhandle): Add fname.
19146         * locale/programs/localedef.c (main): Pass ARGV[remaining]
19147         if an optional argument was specified to --list-archive,
19148         otherwise NULL.
19149         * locale/programs/locarchive.c (show_archive_content): Take new
19150         argument fname and pass it via ah.fname to open_archive.
19151         * locale/programs/localedef.h: Update decl.
19152         (open_archive): If AH->fname is non-null, open that file
19153         rather than the default file name, and don't ignore ENOENT.
19154         (create_archive): Set AH.fname to NULL.
19155         (delete_locales_from_archive): Likewise.
19156         (add_locales_to_archive): Likewise.
19157         * locale/programs/locfile.c (write_all_categories): Likewise.
19159 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
19160             Aldy Hernandez  <aldyh@redhat.com>
19162         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
19163         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
19164         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
19165         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
19166         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
19167         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
19168         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
19169         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
19170         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
19171         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
19172         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
19173         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
19174         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
19175         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
19176         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
19177         Likewise.
19178         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
19179         Likewise.
19180         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
19181         Likewise.
19182         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
19183         Likewise.
19184         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
19185         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
19186         Likewise.
19187         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
19188         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
19189         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
19190         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
19191         Likewise.
19192         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
19193         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
19194         * sysdeps/powerpc/preconfigure: Likewise.
19195         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
19196         Likewise.
19197         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
19198         Replace contents of file by #include of <fenv_libc.h>.
19199         * sysdeps/powerpc/soft-fp/sfp-machine.h
19200         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
19201         and <sys/prctl.h>.
19202         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
19203         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
19204         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
19205         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
19206         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
19207         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
19208         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
19209         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
19210         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
19211         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
19212         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
19213         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
19214         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
19215         Allow copysignl PLT reference to be missing.
19217 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
19218             Joseph Myers  <joseph@codesourcery.com
19220         [BZ #15948]
19221         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
19222         single character.
19223         (add_to_tablewc): Assert sequence of wide characters is nonempty.
19225 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
19227         * elf/tst-tls-dlinfo.c: Don't include tls.h.
19228         * elf/tst-tls1.c: Likewise.
19229         * elf/tst-tls10.h: Likewise.
19230         * elf/tst-tls14.c: Likewise.
19231         * elf/tst-tls2.c: Likewise.
19232         * elf/tst-tls3.c: Likewise.
19233         * elf/tst-tls4.c: Likewise.
19234         * elf/tst-tls5.c: Likewise.
19235         * elf/tst-tls6.c: Likewise.
19236         * elf/tst-tls7.c: Likewise.
19237         * elf/tst-tls8.c: Likewise.
19238         * elf/tst-tls9.c: Likewise.
19239         * elf/tst-tlsmod1.c: Likewise.
19240         * elf/tst-tlsmod13.c: Likewise.
19241         * elf/tst-tlsmod13a.c: Likewise.
19242         * elf/tst-tlsmod14a.c: Likewise.
19243         * elf/tst-tlsmod16a.c: Likewise.
19244         * elf/tst-tlsmod16b.c: Likewise.
19245         * elf/tst-tlsmod2.c: Likewise.
19246         * elf/tst-tlsmod3.c: Likewise.
19247         * elf/tst-tlsmod4.c: Likewise.
19248         * elf/tst-tlsmod5.c: Likewise.
19249         * elf/tst-tlsmod6.c: Likewise.
19251 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
19253         [BZ #12486]
19254         * malloc/malloc.c: remove checks for statistics.
19256 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19258         [BZ #15277]
19259         * inet/inet_net.c (inet_network): Detect additional invalid strings.
19260         * inet/tst-network.c: Add testcase.
19262 2013-10-17  Andreas Schwab  <schwab@suse.de>
19264         [BZ #15218]
19265         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
19266         to determine canonical name.
19268 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19270         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
19271         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
19272         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
19273         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
19274         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
19275         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
19276         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
19277         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
19278         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
19279         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
19280         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
19281         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
19282         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
19283         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
19284         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
19285         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
19286         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
19287         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
19288         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
19289         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
19290         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
19291         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
19292         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
19293         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
19294         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
19295         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
19296         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
19297         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
19298         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
19299         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
19300         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
19301         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
19302         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
19303         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
19304         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
19305         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
19306         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
19307         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
19308         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
19309         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
19310         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
19311         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
19312         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
19313         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
19314         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
19315         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
19316         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
19317         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
19318         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
19319         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
19320         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
19321         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
19322         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
19323         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
19324         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
19325         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
19326         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
19327         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
19329 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
19331         [BZ #16041]
19332         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
19333         make result into a quiet NaN.
19335 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
19337         * soft-fp/adddf3.c: Fix horizontal whitespace.
19338         * soft-fp/addsf3.c: Likewise.
19339         * soft-fp/addtf3.c: Likewise.
19340         * soft-fp/divdf3.c: Likewise.
19341         * soft-fp/divsf3.c: Likewise.
19342         * soft-fp/divtf3.c: Likewise.
19343         * soft-fp/double.h: Likewise.
19344         * soft-fp/eqdf2.c: Likewise.
19345         * soft-fp/eqsf2.c: Likewise.
19346         * soft-fp/eqtf2.c: Likewise.
19347         * soft-fp/extenddftf2.c: Likewise.
19348         * soft-fp/extended.h: Likewise.
19349         * soft-fp/extendsfdf2.c: Likewise.
19350         * soft-fp/extendsftf2.c: Likewise.
19351         * soft-fp/extendxftf2.c: Likewise.
19352         * soft-fp/fixdfdi.c: Likewise.
19353         * soft-fp/fixdfsi.c: Likewise.
19354         * soft-fp/fixdfti.c: Likewise.
19355         * soft-fp/fixsfdi.c: Likewise.
19356         * soft-fp/fixsfsi.c: Likewise.
19357         * soft-fp/fixsfti.c: Likewise.
19358         * soft-fp/fixtfdi.c: Likewise.
19359         * soft-fp/fixtfsi.c: Likewise.
19360         * soft-fp/fixtfti.c: Likewise.
19361         * soft-fp/fixunsdfdi.c: Likewise.
19362         * soft-fp/fixunsdfsi.c: Likewise.
19363         * soft-fp/fixunsdfti.c: Likewise.
19364         * soft-fp/fixunssfdi.c: Likewise.
19365         * soft-fp/fixunssfsi.c: Likewise.
19366         * soft-fp/fixunssfti.c: Likewise.
19367         * soft-fp/fixunstfdi.c: Likewise.
19368         * soft-fp/fixunstfsi.c: Likewise.
19369         * soft-fp/fixunstfti.c: Likewise.
19370         * soft-fp/floatdidf.c: Likewise.
19371         * soft-fp/floatdisf.c: Likewise.
19372         * soft-fp/floatditf.c: Likewise.
19373         * soft-fp/floatsidf.c: Likewise.
19374         * soft-fp/floatsisf.c: Likewise.
19375         * soft-fp/floatsitf.c: Likewise.
19376         * soft-fp/floattidf.c: Likewise.
19377         * soft-fp/floattisf.c: Likewise.
19378         * soft-fp/floattitf.c: Likewise.
19379         * soft-fp/floatundidf.c: Likewise.
19380         * soft-fp/floatundisf.c: Likewise.
19381         * soft-fp/floatunditf.c: Likewise.
19382         * soft-fp/floatunsidf.c: Likewise.
19383         * soft-fp/floatunsisf.c: Likewise.
19384         * soft-fp/floatunsitf.c: Likewise.
19385         * soft-fp/floatuntidf.c: Likewise.
19386         * soft-fp/floatuntisf.c: Likewise.
19387         * soft-fp/floatuntitf.c: Likewise.
19388         * soft-fp/fmadf4.c: Likewise.
19389         * soft-fp/fmasf4.c: Likewise.
19390         * soft-fp/fmatf4.c: Likewise.
19391         * soft-fp/gedf2.c: Likewise.
19392         * soft-fp/gesf2.c: Likewise.
19393         * soft-fp/getf2.c: Likewise.
19394         * soft-fp/ledf2.c: Likewise.
19395         * soft-fp/lesf2.c: Likewise.
19396         * soft-fp/letf2.c: Likewise.
19397         * soft-fp/muldf3.c: Likewise.
19398         * soft-fp/mulsf3.c: Likewise.
19399         * soft-fp/multf3.c: Likewise.
19400         * soft-fp/negdf2.c: Likewise.
19401         * soft-fp/negsf2.c: Likewise.
19402         * soft-fp/negtf2.c: Likewise.
19403         * soft-fp/op-1.h: Likewise.
19404         * soft-fp/op-2.h: Likewise.
19405         * soft-fp/op-4.h: Likewise.
19406         * soft-fp/op-8.h: Likewise.
19407         * soft-fp/op-common.h: Likewise.
19408         * soft-fp/quad.h: Likewise.
19409         * soft-fp/single.h: Likewise.
19410         * soft-fp/soft-fp.h: Likewise.
19411         * soft-fp/sqrtdf2.c: Likewise.
19412         * soft-fp/sqrtsf2.c: Likewise.
19413         * soft-fp/sqrttf2.c: Likewise.
19414         * soft-fp/subdf3.c: Likewise.
19415         * soft-fp/subsf3.c: Likewise.
19416         * soft-fp/subtf3.c: Likewise.
19417         * soft-fp/truncdfsf2.c: Likewise.
19418         * soft-fp/trunctfdf2.c: Likewise.
19419         * soft-fp/trunctfsf2.c: Likewise.
19420         * soft-fp/trunctfxf2.c: Likewise.
19421         * soft-fp/unorddf2.c: Likewise.
19422         * soft-fp/unordsf2.c: Likewise.
19423         * soft-fp/unordtf2.c: Likewise.
19425 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
19427         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
19428         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
19430 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
19432         * elf/dl-libc.c: Clear initfini list after freeing.
19434 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
19436         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
19437         * soft-fp/addsf3.c: Likewise.
19438         * soft-fp/addtf3.c: Likewise.
19439         * soft-fp/divdf3.c: Likewise.
19440         * soft-fp/divsf3.c: Likewise.
19441         * soft-fp/divtf3.c: Likewise.
19442         * soft-fp/double.h: Likewise.
19443         * soft-fp/eqdf2.c: Likewise.
19444         * soft-fp/eqsf2.c: Likewise.
19445         * soft-fp/eqtf2.c: Likewise.
19446         * soft-fp/extenddftf2.c: Likewise.
19447         * soft-fp/extended.h: Likewise.
19448         * soft-fp/extendsfdf2.c: Likewise.
19449         * soft-fp/extendsftf2.c: Likewise.
19450         * soft-fp/extendxftf2.c: Likewise.
19451         * soft-fp/fixdfdi.c: Likewise.
19452         * soft-fp/fixdfsi.c: Likewise.
19453         * soft-fp/fixdfti.c: Likewise.
19454         * soft-fp/fixsfdi.c: Likewise.
19455         * soft-fp/fixsfsi.c: Likewise.
19456         * soft-fp/fixsfti.c: Likewise.
19457         * soft-fp/fixtfdi.c: Likewise.
19458         * soft-fp/fixtfsi.c: Likewise.
19459         * soft-fp/fixtfti.c: Likewise.
19460         * soft-fp/fixunsdfdi.c: Likewise.
19461         * soft-fp/fixunsdfsi.c: Likewise.
19462         * soft-fp/fixunsdfti.c: Likewise.
19463         * soft-fp/fixunssfdi.c: Likewise.
19464         * soft-fp/fixunssfsi.c: Likewise.
19465         * soft-fp/fixunssfti.c: Likewise.
19466         * soft-fp/fixunstfdi.c: Likewise.
19467         * soft-fp/fixunstfsi.c: Likewise.
19468         * soft-fp/fixunstfti.c: Likewise.
19469         * soft-fp/floatdidf.c: Likewise.
19470         * soft-fp/floatdisf.c: Likewise.
19471         * soft-fp/floatditf.c: Likewise.
19472         * soft-fp/floatsidf.c: Likewise.
19473         * soft-fp/floatsisf.c: Likewise.
19474         * soft-fp/floatsitf.c: Likewise.
19475         * soft-fp/floattidf.c: Likewise.
19476         * soft-fp/floattisf.c: Likewise.
19477         * soft-fp/floattitf.c: Likewise.
19478         * soft-fp/floatundidf.c: Likewise.
19479         * soft-fp/floatundisf.c: Likewise.
19480         * soft-fp/floatunsidf.c: Likewise.
19481         * soft-fp/floatunsisf.c: Likewise.
19482         * soft-fp/floatuntidf.c: Likewise.
19483         * soft-fp/floatuntisf.c: Likewise.
19484         * soft-fp/floatuntitf.c: Likewise.
19485         * soft-fp/fmadf4.c: Likewise.
19486         * soft-fp/fmasf4.c: Likewise.
19487         * soft-fp/fmatf4.c: Likewise.
19488         * soft-fp/gedf2.c: Likewise.
19489         * soft-fp/gesf2.c: Likewise.
19490         * soft-fp/getf2.c: Likewise.
19491         * soft-fp/ledf2.c: Likewise.
19492         * soft-fp/lesf2.c: Likewise.
19493         * soft-fp/letf2.c: Likewise.
19494         * soft-fp/muldf3.c: Likewise.
19495         * soft-fp/mulsf3.c: Likewise.
19496         * soft-fp/multf3.c: Likewise.
19497         * soft-fp/negdf2.c: Likewise.
19498         * soft-fp/negsf2.c: Likewise.
19499         * soft-fp/negtf2.c: Likewise.
19500         * soft-fp/op-1.h: Likewise.
19501         * soft-fp/op-2.h: Likewise.
19502         * soft-fp/op-4.h: Likewise.
19503         * soft-fp/op-8.h: Likewise.
19504         * soft-fp/op-common.h: Likewise.
19505         * soft-fp/quad.h: Likewise.
19506         * soft-fp/single.h: Likewise.
19507         * soft-fp/soft-fp.h: Likewise.
19508         * soft-fp/sqrtdf2.c: Likewise.
19509         * soft-fp/sqrtsf2.c: Likewise.
19510         * soft-fp/sqrttf2.c: Likewise.
19511         * soft-fp/subdf3.c: Likewise.
19512         * soft-fp/subsf3.c: Likewise.
19513         * soft-fp/subtf3.c: Likewise.
19514         * soft-fp/truncdfsf2.c: Likewise.
19515         * soft-fp/trunctfdf2.c: Likewise.
19516         * soft-fp/trunctfsf2.c: Likewise.
19517         * soft-fp/trunctfxf2.c: Likewise.
19518         * soft-fp/unorddf2.c: Likewise.
19519         * soft-fp/unordsf2.c: Likewise.
19520         * soft-fp/unordtf2.c: Likewise.
19522 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
19524         [BZ #15672]
19525         * misc/error.c (error_tail): Fix possible buffer overflow.
19527 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
19529         [BZ #13028]
19530         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
19531         address.
19533 2013-10-14  P. J. McDermott  <pj@pehjota.net>
19535         [BZ #832]
19536         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
19537         testing pipefail option.
19539 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
19541         * soft-fp/double.h: Indent preprocessor directives inside #if.
19542         * soft-fp/extended.h: Likewise.
19543         * soft-fp/op-2.h: Likewise.
19544         * soft-fp/op-4.h: Likewise.
19545         * soft-fp/op-common.h: Likewise.
19546         * soft-fp/quad.h: Likewise.
19547         * soft-fp/single.h: Likewise.
19548         * soft-fp/soft-fp.h: Likewise.
19550 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
19552         * iconv/iconv_prog.c: Fix typos.
19553         * stdio-common/psiginfo-data.h: Likewise.
19555 2013-10-12   Reuben Thomas <rrt@sc3d.org>
19557         [BZ #15764]
19558         * locale/setlocale.c: Fix typo.
19560 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
19562         [BZ #16036]
19563         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
19564         signaling NaN arguments.
19565         * soft-fp/unordsf2.c (__unordsf2): Likewise.
19566         * soft-fp/unordtf2.c (__unordtf2): Likewise.
19568         [BZ #14910]
19569         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
19570         unordered operands.
19571         * soft-fp/gesf2.c (__gesf2): Likewise.
19572         * soft-fp/getf2.c (__getf2): Likewise.
19573         * soft-fp/ledf2.c (__ledf2): Likewise.
19574         * soft-fp/lesf2.c (__lesf2): Likewise.
19575         * soft-fp/letf2.c (__letf2): Likewise.
19577         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
19578         * soft-fp/eqsf2.c (__eqsf2): Likewise.
19579         * soft-fp/eqtf2.c (__eqtf2): Likewise.
19580         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
19581         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
19582         * soft-fp/fixdfti.c (__fixdfti): Likewise.
19583         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
19584         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
19585         * soft-fp/fixsfti.c (__fixsfti): Likewise.
19586         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
19587         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
19588         * soft-fp/fixtfti.c (__fixtfti): Likewise.
19589         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
19590         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
19591         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
19592         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
19593         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
19594         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
19595         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
19596         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
19597         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
19598         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
19599         * soft-fp/floatdisf.c (__floatdisf): Likewise.
19600         * soft-fp/floatsisf.c (__floatsisf): Likewise.
19601         * soft-fp/floattidf.c (__floattidf): Likewise.
19602         * soft-fp/floattisf.c (__floattisf): Likewise.
19603         * soft-fp/floattitf.c (__floattitf): Likewise.
19604         * soft-fp/floatundidf.c (__floatundidf): Likewise.
19605         * soft-fp/floatundisf.c (__floatundisf): Likewise.
19606         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
19607         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
19608         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
19609         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
19610         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
19611         * soft-fp/gesf2.c (__gesf2): Likewise.
19612         * soft-fp/getf2.c (__getf2): Likewise.
19613         * soft-fp/ledf2.c (__ledf2): Likewise.
19614         * soft-fp/lesf2.c (__lesf2): Likewise.
19615         * soft-fp/letf2.c (__letf2): Likewise.
19617         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
19618         Undefine and redefine.
19619         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
19620         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
19621         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
19622         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
19623         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19624         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
19625         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19626         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
19627         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19628         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
19629         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19630         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
19631         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19632         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
19633         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19635         [BZ #16032]
19636         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
19637         without decrementing exponent if mantissa >= that for the
19638         denominator, not >.
19639         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
19640         denominator, not >.  Decrement exponent in < case instead of
19641         incrementing in >= case.
19642         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
19643         without decrementing exponent if mantissa >= that for the
19644         denominator, not >.
19646         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
19647         computing saturated result for unsigned overflow.
19649 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19650             Jeff Law  <law@redhat.com>
19652         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
19653         (atan2Mp): Add systemtap probe marker.
19654         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
19655         (__ieee754_log): Add systemtap probe marker.
19656         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
19657         (atanMp): Add systemtap probe marker.
19658         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
19659         (tanMp): Add systemtap probe marker.
19660         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
19661         (__slowexp): Add systemtap probe marker.
19662         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
19663         (__slowpow): Add systemtap probe marker.
19664         * manual/probes.texi: Document probes.
19666 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
19668         [BZ #15362]
19669         * libio/fileops.c (_IO_new_file_write): Return count of bytes
19670         written.
19671         (_IO_new_file_xsputn): Don't return EOF if nothing has been
19672         written.
19673         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
19674         written to buffer but not flushed.
19675         * libio/iofwrite_u.c:  Likewise.
19676         * libio/iopadn.c:  Return bytes returned even if EOF was
19677         encountered.
19678         * libio/iowpadn.c:  Likewise.
19679         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
19680         if _IO_padn does not write the whole buffer.
19681         [!COMPILE_WPRINTF] (PAD): Likewise.
19683 2013-10-10  David S. Miller  <davem@davemloft.net>
19685         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
19686         directory block.
19688 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
19690         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
19691         instead of FSF address.
19692         * soft-fp/fixdfti.c: Likewise.
19693         * soft-fp/fixsfti.c: Likewise.
19694         * soft-fp/fixtfti.c: Likewise.
19695         * soft-fp/fixunsdfti.c: Likewise.
19696         * soft-fp/fixunssfti.c: Likewise.
19697         * soft-fp/fixunstfti.c: Likewise.
19698         * soft-fp/floattidf.c: Likewise.
19699         * soft-fp/floattisf.c: Likewise.
19700         * soft-fp/floattitf.c: Likewise.
19701         * soft-fp/floatuntidf.c: Likewise.
19702         * soft-fp/floatuntisf.c: Likewise.
19703         * soft-fp/floatuntitf.c: Likewise.
19704         * soft-fp/trunctfxf2.c: Likewise.
19706         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
19707         * soft-fp/fixdfti.c: Likewise.
19708         * soft-fp/fixsfti.c: Likewise.
19709         * soft-fp/fixtfti.c: Likewise.
19710         * soft-fp/fixunsdfti.c: Likewise.
19711         * soft-fp/fixunssfti.c: Likewise.
19712         * soft-fp/fixunstfti.c: Likewise.
19713         * soft-fp/floattidf.c: Likewise.
19714         * soft-fp/floattisf.c: Likewise.
19715         * soft-fp/floattitf.c: Likewise.
19716         * soft-fp/floatuntidf.c: Likewise.
19717         * soft-fp/floatuntisf.c: Likewise.
19718         * soft-fp/floatuntitf.c: Likewise.
19719         * soft-fp/trunctfxf2.c: Likewise.
19721 2013-10-10  David S. Miller  <davem@davemloft.net>
19723         * sysdeps/sparc/fpu/libm-test-ulps: Update.
19725 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
19727         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
19728         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
19729         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
19730         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
19731         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
19732         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
19733         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
19735         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
19736         for NaNs before doing comparisons on argument.
19737         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
19738         Likewise.
19740 2013-10-10  Will Newton  <will.newton@linaro.org>
19742         * malloc/hooks.c (memalign_check): Ensure the value of bytes
19743         passed to _int_memalign does not overflow.
19745 2013-10-10  Torvald Riegel  <triegel@redhat.com>
19747         * scripts/bench.pl: Add include-sources directive.
19748         * benchtests/README: Update documentation.
19750 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
19752         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
19753         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
19754         instead of FP_INIT_ROUNDMODE.
19755         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
19756         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
19758         [BZ #16034]
19759         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
19760         copy class of input value.
19761         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
19762         not handle exceptions.
19763         * soft-fp/negsf2.c (__negsf2): Likewise.
19764         * soft-fp/negtf2.c (__negtf2): Likewise.
19765         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
19767 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
19769         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
19770         semicolon.  From Linux kernel.
19772 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
19774         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
19776 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
19778         [BZ #156]
19779         * manual/socket.texi: Added statement about buffer
19780         for gethostbyname2_r.
19782 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
19784         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
19785         Use .p2align directive instead, throughout.
19786         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
19787         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
19788         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
19789         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
19790         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
19791         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
19792         * sysdeps/x86_64/strchr.S: Likewise.
19793         * sysdeps/x86_64/strrchr.S: Likewise.
19795 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
19797         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
19799         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
19801         * sysdeps/generic/math_private.h (__mpsin1): Remove
19802         declaration.
19803         (__mpcos1): Likewise.
19804         (__mpsin): New argument __range_reduce.
19805         (__mpcos): Likewise.
19806         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
19807         (slow): Use __mpsin and __mpcos.
19808         (slow1): Likewise.
19809         (slow2): Likewise.
19810         (sloww): Likewise.
19811         (sloww1): Likewise.
19812         (sloww2): Likewise.
19813         (bsloww): Likewise.
19814         (bsloww1): Likewise.
19815         (bsloww2): Likewise.
19816         (cslow2): Likewise.
19817         (csloww): Likewise.
19818         (csloww1): Likewise.
19819         (csloww2): Likewise.
19820         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
19821         range_reduce.  Merge in __mpsin1.
19822         (__mpcos): Likewise.
19823         (__mpsin1): Remove.
19824         (__mpcos1): Likewise.
19826 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
19828         * locale/loadlocale.c (_nl_intern_locale_data): Use
19829         LOCFILE_ALIGNED_P.
19830         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
19831         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
19832         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
19833         obstack data is appropriately aligned.
19834         (obstack_int32_grow_fast): Likewise.
19835         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
19836         * locale/programs/locfile.c (add_locale_uint32): Likewise.
19837         (add_locale_uint32_array): Likewise.
19839 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
19841         * benchtests/Makefile: Remove ARGLIST and RET variables.
19842         ($(objpfx)bench-%.c): Pass only function name to the script.
19843         * benchtests/README: Update documentation.
19844         * benchtests/acos-inputs: Add new directives.
19845         * benchtests/acosh-inputs: Likewise.
19846         * benchtests/asin-inputs: Likewise.
19847         * benchtests/asinh-inputs: Likewise.
19848         * benchtests/atan-inputs: Likewise.
19849         * benchtests/atanh-inputs: Likewise.
19850         * benchtests/cos-inputs: Likewise.
19851         * benchtests/cosh-inputs: Likewise.
19852         * benchtests/exp-inputs: Likewise.
19853         * benchtests/log-inputs: Likewise.
19854         * benchtests/pow-inputs: Likewise.
19855         * benchtests/rint-inputs: Likewise.
19856         * benchtests/sin-inputs: Likewise.
19857         * benchtests/sinh-inputs: Likewise.
19858         * benchtests/tan-inputs: Likewise.
19859         * benchtests/tanh-inputs: Likewise.
19860         * scripts/bench.pl: Add support for new directives.
19862 2013-10-07  Alan Modra  <amodra@gmail.com>
19864         * README: Fix careless merge.
19866 2013-10-05  Alan Modra  <amodra@gmail.com>
19868         * NEWS: Mention powerpc64le support and bugs fixed.
19869         * README: Both big-endian and little-endian powerpc64 supported.
19871 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
19873         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
19874         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
19875         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
19876         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
19878 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
19880         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
19881         match prototype.
19883 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
19885         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
19886         Move -mhard-float appending from
19887         ports/sysdeps/powerpc/powerpc32/Makefile.
19888         [$(with-fp) = yes] (ASFLAGS): Likewise.
19889         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
19890         * sysdeps/powerpc/nofpu: Move directory from
19891         ports/sysdeps/powerpc/nofpu.
19892         * sysdeps/powerpc/soft-fp: Move directory from
19893         ports/sysdeps/powerpc/soft-fp.
19894         * sysdeps/powerpc/powerpc32/405: Move directory from
19895         ports/sysdeps/powerpc/powerpc32/405.
19896         * sysdeps/powerpc/powerpc32/440: Move directory from
19897         ports/sysdeps/powerpc/powerpc32/440.
19898         * sysdeps/powerpc/powerpc32/464: Move directory from
19899         ports/sysdeps/powerpc/powerpc32/464.
19900         * sysdeps/powerpc/powerpc32/476: Move directory from
19901         ports/sysdeps/powerpc/powerpc32/476.
19902         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
19903         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
19904         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
19905         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
19906         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
19907         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
19908         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
19909         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
19910         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
19911         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
19912         * README: Update for powerpc-*-linux-gnu software floating point
19913         support in libc.
19915         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
19916         case to powerpc/powerpc32*.
19917         * sysdeps/unix/sysv/linux/configure: Regenerated.
19919         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
19920         (_FPU_MASK_OM): Define as 0x04.
19921         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
19922         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
19923         0x00c10080.
19924         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
19925         0x0000003c.
19926         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
19928         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
19929         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
19930         getcontext_e500.
19931         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
19932         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
19933         setcontext_e500.
19934         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
19935         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
19936         and setcontext_e500.
19938 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
19940         * locale/iso-3166.def: Update iso-1366.def and related occurrences
19942 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
19944         * manual/threads.texi (Default Thread Attributes): Fix typo.
19946 2013-10-04  Will Newton  <will.newton@linaro.org>
19948         * malloc/Makefile: Add tst-memalign.
19949         * malloc/tst-memalign.c: New file.
19951         * malloc/tst-posix_memalign.c: Add comments.
19952         (do_test): Add comments and call free on all potentially
19953         allocated pointers. Add space after cast.
19955         * malloc/tst-pvalloc.c: Add comments.
19956         (do_test): Add comments and call free on all potentially
19957         allocated pointers. Remove duplicate check for NULL pointer.
19958         Add space after cast.
19960         * malloc/tst-valloc.c: Add comments.
19961         (do_test): Add comments and call free on all potentially
19962         allocated pointers. Remove duplicate check for NULL pointer.
19963         Add space after cast.
19965 2013-10-04  Alan Modra  <amodra@gmail.com>
19967         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
19968         Use stdint types in rather than __attribute__((mode())).
19969         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
19971 2013-10-04  Alan Modra  <amodra@gmail.com>
19973         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
19974         Correct handling of unaligned relocs for little-endian.
19975         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
19977 2013-10-04  Alan Modra  <amodra@gmail.com>
19979         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
19980         * configure: Regenerate.
19981         * nptl/shlib-versions: Powerpc*le starts at 2.18.
19982         * shlib-versions: Likewise.
19984 2013-10-04  Alan Modra  <amodra@gmail.com>
19986         * string/tester.c (test_memrchr): Increment reported test cycle.
19988 2013-10-04  Alan Modra  <amodra@gmail.com>
19990         * string/test-memcpy.c (do_one_test): When reporting errors, print
19991         string address and don't overrun end of string.
19993 2013-10-04  Alan Modra  <amodra@gmail.com>
19995         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
19996         insrdi.  Make better use of reg selection to speed exit slightly.
19997         Schedule entry path a little better.  Remove useless "are we done"
19998         checks on entry to main loop.  Handle wrapping around zero address.
19999         Correct main loop count.  Handle single left-over word from main
20000         loop inline rather than by using loop_small.  Remove extra word
20001         case in loop_small caused by wrong loop count.  Add little-endian
20002         support.
20003         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
20004         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
20005         cache hint.
20006         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
20007         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
20008         support.  Avoid rlwimi.
20009         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
20011 2013-10-04  Alan Modra  <amodra@gmail.com>
20013         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
20014         insrdi.  Formatting.
20015         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
20016         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
20017         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
20018         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
20019         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
20020         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
20022 2013-10-04  Alan Modra  <amodra@gmail.com>
20024         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
20025         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
20026         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
20027         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
20028         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
20029         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
20030         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
20031         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
20032         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
20033         use of regs.  Use power7 mtocrf.  Tidy function tails.
20035 2013-10-04  Alan Modra  <amodra@gmail.com>
20037         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
20038         Formatting.  Consistently use rXXX register defines or rN defines.
20039         Use early exit labels that avoid restoring unused non-volatile regs.
20040         Make cr field use more consistent with rWORDn compares.  Rename
20041         regs used as shift registers for unaligned loop, using rN defines
20042         for short lifetime/multiple use regs.
20043         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
20044         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
20045         addi 1,1,64 to pop stack frame.  Simplify return value code.
20046         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
20048 2013-10-04  Alan Modra  <amodra@gmail.com>
20050         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
20051         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
20052         rather than rlwimi.
20053         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
20054         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
20055         little-endian support.  Correct typos.
20056         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
20057         rather than rlwimi.
20058         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
20059         in loop and entry code to keep "and." results.
20060         (strchr): Add little-endian support.  Comment.  Move cntlzd
20061         earlier in tail.
20062         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
20064 2013-10-04  Alan Modra  <amodra@gmail.com>
20066         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
20067         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
20068         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
20069         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
20071 2013-10-04  Alan Modra  <amodra@gmail.com>
20073         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
20074         (rTMP): Define as r11.
20075         (strcmp): Add little-endian support.  Optimise tail.
20076         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
20077         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
20078         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
20079         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
20080         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
20081         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
20082         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
20084 2013-10-04  Alan Modra  <amodra@gmail.com>
20086         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
20087         little-endian support.  Remove unnecessary "are we done" tests.
20088         Handle "s" wrapping around zero and extremely large "size".
20089         Correct main loop count.  Handle single left-over word from main
20090         loop inline rather than by using small_loop.  Correct comments.
20091         Delete "zero" tail, use "end_max" instead.
20092         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
20094 2013-10-04  Alan Modra  <amodra@gmail.com>
20096         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
20097         support.  Don't branch over align.
20098         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
20099         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
20100         support.  Rearrange tmp reg use to suit.  Comment.
20101         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
20103 2013-10-04  Alan Modra  <amodra@gmail.com>
20105         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
20107 2013-10-04  Alan Modra  <amodra@gmail.com>
20109         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
20110         conditional form of branch and link when obtaining pc.
20111         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
20113 2013-10-04  Alan Modra  <amodra@gmail.com>
20115         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
20116         HIWORD/LOWORD.
20117         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
20118         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
20120 2013-10-04  Alan Modra  <amodra@gmail.com>
20122         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
20123         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
20124         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
20125         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
20126         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
20127         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
20128         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
20129         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
20130         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
20131         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
20133 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20134             Alistair Popple <alistair@ozlabs.au.ibm.com>
20135             Alan Modra <amodra@gmail.com>
20137         [BZ #15723]
20138         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
20139         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
20140         _dl_hwcap access for little-endian.
20141         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
20142         destroy vmx regs when saving unaligned.
20143         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
20144         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
20145         destroy vmx regs when saving unaligned.
20147 2013-10-04  Alan Modra  <amodra@gmail.com>
20149         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
20150         Don't use a union to pack hi/low value.
20152 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20154         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
20155         for little-endian.
20156         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
20157         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
20158         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
20159         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
20160         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
20162 2013-10-04  Alan Modra  <amodra@gmail.com>
20164         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
20165         constants to usual value for .cst8 section, and remove redundant
20166         high address load.
20167         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
20168         constant for 0x1p52.  Load little-endian words of double from
20169         correct stack offsets.
20171 2013-10-04  Alan Modra  <amodra@gmail.com>
20173         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
20174         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
20175         words of double from correct stack offsets.
20176         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
20177         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
20178         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
20179         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
20180         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
20181         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
20182         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20183         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
20184         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
20185         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20186         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20187         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
20188         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
20189         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
20190         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
20191         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
20192         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
20194 2013-10-04  Alan Modra  <amodra@gmail.com>
20196         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
20197         64-bit int/double union.
20198         (_FPU_SETCW): Likewise.
20199         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
20200         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
20202 2013-10-04  Alan Modra  <amodra@gmail.com>
20204         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
20205         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
20207 2013-10-04  Alan Modra  <amodra@gmail.com>
20209         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
20210         use vector int constants.
20211         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
20213 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20215         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
20216         array with long long.
20217         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
20218         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
20219         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
20220         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
20221         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
20222         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
20223         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
20224         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
20225         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
20226         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
20227         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
20228         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
20229         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
20231 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20233         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
20234         (__signbit): Likewise.  Correct for little-endian.
20235         (__signbitl): Call __signbit.
20236         (lrint): Correct for little-endian.
20237         (lrintf): Call lrint.
20239 2013-10-04  Alan Modra  <amodra@gmail.com>
20241         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
20242         union 32-bit int array member with 64-bit int array.
20243         (t515, tm256): Double rather than long double.
20244         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
20246 2013-10-04  Alan Modra  <amodra@gmail.com>
20248         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
20249         Delete.
20250         (IEEE854_LONG_DOUBLE_BIAS): Delete.
20251         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
20252         version of math_ldbl.h.
20254 2013-10-04  Alan Modra  <amodra@gmail.com>
20256         [BZ #15734], [BZ #15735]
20257         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
20258         all uses of ieee875 long double macros and unions.  Simplify test
20259         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
20260         ldbl_extract_mantissa value for ix,iy exponents.  Properly
20261         normalize after ldbl_extract_mantissa, and don't add hidden bit
20262         already handled.  Don't treat low word of ieee854 mantissa like
20263         low word of IBM long double and mask off bit when testing for
20264         zero.
20265         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
20266         all uses of ieee875 long double macros and unions.  Simplify tests
20267         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
20268         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
20269         two1022, instead use their values.  Recognise that tests for large
20270         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
20271         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
20272         Rewrite all uses of ieee875 long double macros and unions.  Simplify
20273         test for 0.0L and nan.  Correct negation.
20274         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
20275         ieee875 long double macros and unions.  Correct output for large
20276         magnitude x.  Correct absolute value calculation.
20277         (__erfcl): Likewise.
20278         * math/libm-test.inc: Add tests for errors discovered in IBM long
20279         double versions of fmodl, remainderl, erfl and erfcl.
20281 2013-10-04  Alan Modra  <amodra@gmail.com>
20283         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
20284         all uses of ieee854 long double macros and unions.  Simplify tests
20285         for long doubles that are fully specified by the high double.
20286         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
20287         Likewise.
20288         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
20289         Remove dead code too.
20290         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
20291         (__ieee754_ynl): Likewise.
20292         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
20293         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
20294         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
20295         Remove dead code too.
20296         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
20297         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
20298         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
20299         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
20300         Simplify.
20301         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
20302         Simplify.
20303         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
20304         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
20305         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
20306         Comment on variable precision.
20307         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
20308         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
20309         Likewise.
20310         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
20311         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
20312         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
20313         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
20314         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
20316 2013-10-04  Alan Modra  <amodra@gmail.com>
20318         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
20319         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
20320         all uses of ieee854 long double macros and unions.
20321         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
20322         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
20323         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
20324         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
20325         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
20326         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
20327         Likewise.
20328         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
20329         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
20330         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
20331         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
20332         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
20333         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
20334         Simplify sign and nan test too.
20335         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
20336         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
20337         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
20338         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
20339         Likewise.
20340         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
20341         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
20342         Likewise.
20343         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
20344         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
20345         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
20346         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
20347         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
20348         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
20350 2013-10-04  Alan Modra  <amodra@gmail.com>
20352         * stdio-common/printf_size.c (__printf_size): Don't use
20353         union ieee854_long_double in fpnum union.
20354         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
20355         signbit macro to retrieve sign from long double.
20356         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
20357         retrieve sign from long double.
20358         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
20359         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
20360         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
20361         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
20362         * math/test-misc.c (main): Don't use union ieee854_long_double.
20364 2013-10-04  Alan Modra  <amodra@gmail.com>
20366         [BZ #15680]
20367         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
20368         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
20369         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
20370         calculation.  Remove unnecessary test for denormal exponent.
20371         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
20372         Correct handling of denormals.  Avoid undefined shift behaviour.
20373         Correct normalisation of low mantissa when low double is denormal.
20374         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
20375         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
20376         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
20377         Correct normalisation of low mantissa.  Test for overflow of high
20378         mantissa and normalise.
20379         (ldbl_nearbyint): Use more readable constant for two52.
20380         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
20381         (__mpn_construct_long_double): Fix test for overflow of high
20382         mantissa and correct normalisation.  Avoid undefined shift.
20384 2013-10-04  Alan Modra  <amodra@gmail.com>
20386         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
20387         (union ibm_extended_long_double): Define as an array of ieee754_double.
20388         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
20389         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
20390         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
20391         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
20392         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
20393         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
20394         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
20395         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
20396         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
20397         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
20398         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
20400 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
20402         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
20403         page size instead of calling getpagesize.
20405         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
20406         (LOCFILE_ALIGN_MASK): Likewise.
20407         (LOCFILE_ALIGN_UP): Likewise.
20408         (LOCFILE_ALIGNED_P): Likewise.
20409         * locale/programs/ld-collate.c (collate_output): Use the new
20410         macros instead of __alignof__ (int32_t).
20411         * locale/weight.h (findidx): Likewise.
20413 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
20415         [BZ #431]
20416         * manual/string.texi: Fix strncat and wcsncat.
20418 2013-10-03  Brooks Moses  <bmoses@google.com>
20420         [BZ #15915]
20421         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
20422         * Makerules: ...here, and adjust associated comments.
20424 2013-10-02  Will Newton  <will.newton@linaro.org>
20426         * malloc/Makefile: Add tst-pvalloc.
20427         * malloc/tst-pvalloc.c: New file.
20429 2013-10-02  Will Newton  <will.newton@linaro.org>
20431         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
20432         improve test coverage.
20434 2013-10-02  Will Newton  <will.newton@linaro.org>
20436         * malloc/Makefile: Add tst-posix_memalign.
20437         * malloc/tst-posix_memalign.c: New file.
20439 2013-10-01  Eric Blake  <eblake@redhat.com>
20441         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
20442         Use __THROWNL rather than __THROW on static functions.
20444 2013-09-30  Petr Machata  <pmachata@redhat.com>
20446         * elf/elf.h (R_AARCH64_ABS16): New macro.
20447         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
20448         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
20449         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
20450         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
20451         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
20452         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
20453         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
20454         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
20455         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
20456         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
20457         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
20458         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
20459         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
20460         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
20461         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
20462         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
20463         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
20464         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
20465         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
20466         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
20467         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
20468         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
20469         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
20470         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
20471         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
20472         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
20473         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
20474         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
20475         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
20476         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
20477         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
20478         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
20479         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
20480         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
20481         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
20482         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
20483         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
20484         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
20485         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
20486         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
20487         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
20488         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
20489         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
20490         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
20491         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
20492         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
20493         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
20494         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
20495         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
20496         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
20497         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
20498         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
20499         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
20500         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
20501         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
20502         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
20503         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
20504         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
20505         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
20506         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
20507         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
20508         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
20509         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
20510         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
20511         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
20512         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
20513         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
20514         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
20515         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
20516         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
20517         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
20518         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
20519         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
20520         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
20521         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
20522         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
20523         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
20524         (R_AARCH64_TLSDESC_LDR): Likewise.
20525         (R_AARCH64_TLSDESC_ADD): Likewise.
20526         (R_AARCH64_TLSDESC_CALL): Likewise.
20528 2013-09-30  Andreas Schwab  <schwab@suse.de>
20530         [BZ #15048]
20531         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
20532         the nss database lookup.
20533         * nscd/initgrcache.c (addinitgroupsX): Likewise.
20534         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
20536 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
20538         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
20540 2013-09-28  P. J. McDermott  <pj@pehjota.net>
20542         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
20543         ${Bash-specific parameter/pattern/string} parameter expansion.
20544         * sysdeps/unix/make-syscalls.sh: Likewise.
20546 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20548         * sysdeps/sh/stackguard-macros.h: New file.
20550 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
20552         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
20553         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
20554         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
20555         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
20556         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
20557         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
20559 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20561         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
20562         Fix thread ID register.
20564 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
20566         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
20567         [POSIX || UNIX98]: Require rather than permitting all symbols from
20568         <time.h>.
20569         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
20570         element of struct sched_param.
20571         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
20572         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
20573         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
20574         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
20575         constant.
20577 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
20579         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
20580         argument calculation.
20582 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
20584         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
20585         Expect macro.
20586         [POSIX] (pthread_attr_t): Do not require type.
20587         [POSIX] (pthread_cond_t): Likewise.
20588         [POSIX] (pthread_condattr_t): Likewise.
20589         [POSIX] (pthread_key_t): Likewise.
20590         [POSIX] (pthread_mutex_t): Likewise.
20591         [POSIX] (pthread_mutexattr_t): Likewise.
20592         [POSIX] (pthread_once_t): Likewise.
20593         [POSIX] (pthread_t): Likewise.
20594         [POSIX-based standards] (pthread_atfork): Expect function.
20596 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
20597             Richard Sandiford  <richard@codesourcery.com>
20599         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
20600         (swap_endianness_p): New extern variable.
20601         (set_big_endian): New inline function.
20602         (maybe_swap_uint32): Likewise.
20603         (maybe_swap_uint32_array): Likewise.
20604         (maybe_swap_uint32_obstack): Likewise.
20605         * locale/programs/locfile.c: Include <stdbool.h>.
20606         (swap_endianness_p): New variable.
20607         (add_locale_uint32): Call maybe_swap_uint32.
20608         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
20609         (write_locale_data): Call maybe_swap_uint32_array.
20610         * locale/programs/ld-collate.c (obstack_int32_grow): Call
20611         maybe_swap_uint32.
20612         (obstack_int32_grow_fast): Likewise.
20613         (output_weightwc): Call maybe_swap_uint32_obstack.
20614         (collate_output): Likewise.
20615         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
20616         (OPT_LITTLE_ENDIAN): Likewise.
20617         (options): Add --little-endian and --big-endian options.
20618         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
20619         * locale/programs/locarchive.c: Include "locfile.h".
20620         (GET): New macro.
20621         (SET): Likewise.
20622         (INC): Likewise.
20623         (create_archive): Use the new macros to access fields of
20624         structures directly mapped from or written to locale archives.
20625         (oldlocrecentcmp): Likewise.
20626         (enlarge_archive): Likewise.
20627         (insert_name): Likewise.
20628         (add_alias): Likewise.
20629         (add_locale): Likewise.
20630         (delete_locales_from_archive): Likewise.
20631         (show_archive_content): Likewise.
20632         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
20633         locale data.
20635 2013-09-24  Roland McGrath  <roland@hack.frob.com>
20637         * manual/freemanuals.texi: Updated from (newly) canonical copy at
20638         http://www.gnu.org/doc/freemanuals.texi.
20639         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
20641 2013-09-24  Will Newton  <will.newton@linaro.org>
20643         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
20644         macro.
20646 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
20648         * locale/hashval.h (compute_hashval): Interpret bytes of key as
20649         unsigned char.
20651 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
20653         * manual/threads.texi (POSIX Threads): Fix a typo.
20655 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
20657         [BZ #14547]
20658         * string/tst-strcoll-overflow.c: New test case.
20659         * string/Makefile (xtests): Add tst-strcoll-overflow.
20660         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
20661         cache if string sizes may cause integer overflow.
20663         [BZ #14547]
20664         * string/strcoll_l.c (coll_seq): New members rule, idx,
20665         save_idx and back_us.
20666         (get_next_seq_nocache): New function.
20667         (do_compare_nocache): New function.
20668         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
20669         when malloc fails.
20671 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
20673         [BZ #15754]
20674         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
20675         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
20676         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
20678         [BZ #15754]
20679         * elf/Makefile (tests): Add tst-ptrguard1.
20680         (tests-static): Add tst-ptrguard1-static.
20681         (tst-ptrguard1-ARGS): Define.
20682         (tst-ptrguard1-static-ARGS): Define.
20683         * elf/tst-ptrguard1.c: New file.
20684         * elf/tst-ptrguard1-static.c: New file.
20685         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
20686         * sysdeps/i386/stackguard-macros.h: Likewise.
20687         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
20688         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
20689         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
20690         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
20691         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
20692         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
20694 2013-09-23  Hector Marco  <hecmargi@upv.es>
20695             Ismael Ripoll  <iripoll@disca.upv.es>
20696             Carlos O'Donell  <carlos@redhat.com>
20698         [BZ #15754]
20699         * sysdeps/generic/stackguard-macros.h: Define
20700         __pointer_chk_guard_local and POINTER_CHK_GUARD.
20701         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
20702         Define __pointer_chk_guard_local.
20703         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
20704         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
20706 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
20708         [BZ #15859]
20709         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
20711 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
20713         * include/string.h (__ffs): Declare as hidden.
20714         * string/ffs.c (__ffs): Define as hidden.
20715         * sysdeps/i386/ffs.c (__ffs): Likewise.
20716         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
20717         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
20718         * sysdeps/s390/ffs.c (__ffs): Likewise.
20719         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
20721 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
20723         * NEWS: Mention malloc probes.
20725         * malloc/arena.c (new_heap): New memory_heap_new probe.
20726         (grow_heap): New memory_heap_more probe.
20727         (shrink_heap): New memory_heap_less probe.
20728         (heap_trim): New memory_heap_free probe.
20729         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
20730         (systrim): New memory_sbrk_less probe.
20731         * manual/probes.texi: Document them.
20733         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
20734         * manual/probes.texi: Document it.
20736         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
20737         (__libc_realloc): Add memory_realloc_retry probe.
20738         (__libc_memalign): Add memory_memalign_retry probe.
20739         (__libc_valloc): Add memory_valloc_retry probe.
20740         (__libc_pvalloc): Add memory_pvalloc_retry probe.
20741         (__libc_calloc): Add memory_calloc_retry probe.
20742         * manual/probes.texi: Document them.
20744         * malloc/arena.c (get_free_list): Add probe
20745         memory_arena_reuse_free_list.
20746         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
20747         and memory_arena_reuse.
20748         (arena_get2) [!PER_THREAD]: Likewise.
20749         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
20750         memory_arena_reuse_realloc.
20751         * manual/probes.texi: Document them.
20753         * malloc/malloc.c (__libc_free): Add
20754         memory_mallopt_free_dyn_thresholds probe.
20755         (__libc_mallopt): Add multiple memory_mallopt probes.
20756         * manual/probes.texi: Document them.
20758         * malloc/malloc.c: Include stap-probe.h.
20759         (__libc_mallopt): Add memory_mallopt probe.
20760         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
20761         * manual/probes.texi: New.
20762         * manual/Makefile (chapters): Add probes.
20763         * manual/threads.texi: Set next node.
20765 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
20767         [BZ #15963, #13985]
20768         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
20769         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
20770         Add `Chinese' to `nan' entry name.
20772 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
20774         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
20775         (POLYNOMIAL): Likewise.
20776         (TAYLOR_SINCOS): Likewise.
20777         (TAYLOR_SLOW): Likewise.
20778         (__sin): Use TAYLOR_SINCOS.
20779         (__cos): Likewise.
20780         (slow): Use TAYLOR_SLOW.
20781         (sloww): Likewise.
20782         (bsloww): Likewise.
20783         (csloww): Likewise.
20785 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
20787         * stdlib/strtod_l.c: Fix buffer overrun.
20789 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
20791         * benchtests/Makefile (bench): Add sincos.
20792         * benchtests/bench-sincos.c: New file.
20794         * math/libm-test.inc (cos_test_data): New test inputs.
20795         (sin_test_data): Likewise.
20797         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
20798         macro.
20799         (__sin): Use it.
20800         (__cos): Likewise.
20801         (slow1): Likewise.
20802         (slow2): Likewise.
20803         (sloww1): Likewise.
20804         (sloww2): Likewise.
20805         (bsloww1): Likewise.
20806         (bsloww2): Likewise.
20807         (cslow2): Likewise.
20808         (csloww1): Likewise.
20809         (csloww2): Likewise.
20811         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
20812         function.
20813         (__sin): Use it.
20814         (__cos): Likewise.
20816         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
20817         gotos.
20818         (__cos): Likewise.
20820 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
20822         * config.h.in (HAVE_MIPS_NAN2008): New macro.
20823         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
20824         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
20825         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
20826         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
20827         * elf/cache.c (print_entry): Handle the new cache flags.
20829 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
20830             Aldy Hernandez  <aldyh@redhat.com>
20832         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
20833         Change condition to [_SOFT_FLOAT].
20834         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
20835         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
20836         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
20837         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
20838         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
20839         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
20840         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
20841         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
20842         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
20843         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
20844         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
20845         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
20846         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
20847         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
20848         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
20849         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
20850         declaration.
20852 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
20854         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
20855         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
20856         (__longjmp): Use LOAD_GP to load saved GPRs.
20857         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
20858         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
20859         (__sigsetjmp): Use SAVE_GP to save GPRs.
20861         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
20862         Do not append -msoft-float.
20863         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
20865 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
20867         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
20869 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
20871         [BZ #15966]
20872         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
20873         (_FPU_GETCW): Use initial "__" on variable and field names but not
20874         on macro parameter name.
20875         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
20876         parentheses around reference to macro parameter.
20878 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
20880         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
20881         prototype.
20882         (ctype_startup): Use uint32_t in cast and sizeof for
20883         ctype->charnames.
20885 2013-09-11  Jia Liu  <proljc@gmail.com>
20887         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
20888         __daddr_t_defined.
20889         [__FreeBSD__]: Likewise.
20891 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
20893         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
20894         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
20895         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
20896         (strchr): Remove __strchr_sse42 ifunc selection.
20897         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
20898         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
20900 2013-09-11  Will Newton  <will.newton@linaro.org>
20902         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
20903         parameter to RES. Remove hardcoded 1000 value.
20904         * benchtests/bench-skeleton.c (main): Pass RES parameter
20905         to TIMING_INIT and multiply result by 1000.
20907 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20909         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20911 2013-09-11  Andreas Schwab  <schwab@suse.de>
20913         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
20914         if not defined.
20915         (O_TMPFILE) [__USE_GNU]: Define.
20916         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
20917         Define.
20919 2013-09-11  Will Newton  <will.newton@linaro.org>
20921         [BZ #15857]
20922         * malloc/malloc.c (__libc_memalign): Check the value of bytes
20923         does not overflow.
20925 2013-09-11  Will Newton  <will.newton@linaro.org>
20927         [BZ #15856]
20928         * malloc/malloc.c (__libc_valloc): Check the value of bytes
20929         does not overflow.
20931 2013-09-11  Will Newton  <will.newton@linaro.org>
20933         [BZ #15855]
20934         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
20935         does not overflow.
20937 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
20939         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
20940         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
20941         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
20942         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
20943         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
20945 2013-09-10  Allan McRae  <allan@archlinux.org>
20947         [BZ #15748]
20948         * manual/arith.texi (Parsing of Floats): Clarify
20949         cross-reference.
20951         [BZ #15849]
20952         * manual/install.texi (Running make install): Mention
20953         --enable-pt-chown.
20954         * INSTALL: Regenerated.
20956 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
20958         * csu/init-first.c (_init): Remove the !SHARED condition around
20959         FPU control word initialization.
20960         * elf/dl-support.c (_dl_fpu_control): New variable.
20961         (_dl_aux_init) <AT_FPUCW>: Initialize it.
20962         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
20963         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
20964         * math/test-fpucw-static.c: New file.
20965         * math/test-fpucw-ieee.c: New file.
20966         * math/test-fpucw-ieee-static.c: New file.
20967         * math/Makefile (tests): Add `test-fpucw-ieee' and
20968         `$(tests-static)'.
20969         (tests-static): New variable.
20970         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
20971         dependency to...
20972         [($(build-shared),yes)]
20973         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
20974         ... this.
20975         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
20976         New dependency.
20978 2013-09-09  Allan McRae  <allan@archlinux.org>
20980         [BZ #15939]
20981         * manual/string.texi (Collation Functions): Fix typo in
20982         strcoll example.
20983         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
20985         [BZ #15893]
20986         * stdlib/isomac.c (get_null_defines): Fix memory leak.
20988         [BZ #15892]
20989         * libio/memstream.c (open_memstream): Fix memory leak.
20990         * libio/wmemstream.c (open_wmemstream): Likewise.
20992         [BZ #15895]
20993         * nscd/netgroupcache.c: Fix nesting of ifdefs.
20995 2013-09-09  Will Newton  <will.newton@linaro.org>
20997         * malloc/Makefile: Add tst-realloc to tests.
20998         * malloc/tst-realloc.c: New file.
21000 2013-09-09  Allan McRae  <allan@archlinux.org>
21002         [BZ #15844]
21003         * COPYING: Update from GNU website to fix FSF address.
21004         * COPYING.LIB: Likewise.
21006 2013-09-06  David S. Miller  <davem@davemloft.net>
21008         * po/zh_TW.po: Update Chinese (traditional) translation from
21009         translation project.
21011 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
21012             Joseph Myers  <joseph@codesourcery.com>
21014         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
21015         "localeinfo.h".
21016         (obstack_chunk_alloc): New macro.
21017         (obstack_chunk_free): Likewise.
21018         (record_offset): New function.
21019         (init_locale_data): Likewise.
21020         (align_locale_data): Likewise.
21021         (add_locale_empty): Likewise.
21022         (add_locale_raw_data): Likewise.
21023         (add_locale_raw_obstack): Likewise.
21024         (add_locale_string): Likewise.
21025         (add_locale_wstring): Likewise.
21026         (add_locale_uint32): Likewise.
21027         (add_locale_uint32_array): Likewise.
21028         (add_locale_char): Likewise.
21029         (start_locale_structure): Likewise.
21030         (end_locale_structure): Likewise.
21031         (start_locale_prelude): Likewise.
21032         (end_locale_prelude): Likewise.
21033         (write_locale_data): Take locale_file structure rather than an
21034         iovec.
21035         * locale/programs/locfile.h: Include "obstack.h".
21036         (struct locale_file): Change to store locale file contents instead
21037         of header.
21038         (init_locale_data): New prototype.
21039         (align_locale_data): Likewise.
21040         (add_locale_empty): Likewise.
21041         (add_locale_raw_data): Likewise.
21042         (add_locale_raw_obstack): Likewise.
21043         (add_locale_string): Likewise.
21044         (add_locale_wstring): Likewise.
21045         (add_locale_uint32): Likewise.
21046         (add_locale_uint32_array): Likewise.
21047         (add_locale_char): Likewise.
21048         (start_locale_structure): Likewise.
21049         (end_locale_structure): Likewise.
21050         (start_locale_prelude): Likewise.
21051         (end_locale_prelude): Likewise.
21052         (write_locale_data): Update prototype.
21053         * locale/programs/3level.h (struct TABLE): Remove result field.
21054         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
21055         Use new locale_file interface.
21056         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
21057         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
21058         * locale/programs/ld-address.c (address_output): Use new
21059         locale_file interface.
21060         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
21061         NO_ADD_LOCALE.
21062         (collate_finish): Don't call collseq_table_finalize.
21063         (collate_output): Use new locale_file interface.
21064         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
21065         in file.
21066         (NO_FINALIZE): Change to NO_ADD_LOCALE.
21067         (TABLE): Move defines earlier in file.
21068         (ELEMENT): Likewise.
21069         (DEFAULT): Likewise.
21070         (wctrans_table_add): Move macro and inline function earlier in
21071         file.
21072         (struct wctype_table): Move type earlier in file.
21073         (add_locale_wctype_table): New static prototype.
21074         (struct locale_ctype_t): Use logical types instead of struct iovec
21075         pointers for members.
21076         (ctype_output): Use new locale_file interface.
21077         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
21078         new locale_file interface.
21079         (allocate_arrays): Update for use of new locale_file interface.
21080         * locale/programs/ld-identification.c (identification_output): Use
21081         new locale_file interface.
21082         * locale/programs/ld-measurement.c (measurement_output): Likewise.
21083         * locale/programs/ld-messages.c (messages_output): Likewise.
21084         * locale/programs/ld-monetary.c (monetary_output): Likewise.
21085         * locale/programs/ld-name.c (name_output): Likewise.
21086         * locale/programs/ld-numeric.c (numeric_output): Likewise.
21087         * locale/programs/ld-paper.c (paper_output): Likewise.
21088         * locale/programs/ld-telephone.c (telephone_output): Likewise.
21089         * locale/programs/ld-time.c (time_output): Likewise.
21091 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21093         * benchtests/Makefile: Add memrchr benchmark.
21094         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
21095         benchmark as memrchr.
21096         * benchtests/bench-memrchr-ifunc.c: New file.
21097         * benchtests/bench-memrchr.c: New file.
21099 2013-09-06   Will Newton  <will.newton@linaro.org>
21101         * benchtests/Makefile (string-bench): Add memcpy.
21103 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
21104             Cong Wang  <amwang@redhat.com>
21106         [BZ #15850]
21107         * sysdeps/unix/sysv/linux/bits/in.h
21108         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
21109         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
21110         before __USE_KERNEL_IPV6_DEFS uses.
21111         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
21112         IPPROTO_BEETPH.
21113         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
21114         sockaddr_in6, or ipv6_mreq.
21116 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21118         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
21119         memory access for final bytes in some large inputs.
21120         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
21122 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21124         * string/test-memrchr.c: New file.
21125         * string/test-memrchr-ifunc.c: New file.
21126         * string/Makefile: Add new memrchr testcase.
21128 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
21130         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
21131         fanotify_init returns EPERM.
21133 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21135         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
21136         errors.
21137         (top level): Treat second token from macro or constant entries for
21138         allowed headers as allowed.
21139         * include/complex.h: Condition internal declarations on
21140         [!_ISOMAC].
21141         * include/fenv.h: Condition include of <stdbool.h> and internal
21142         declarations on [!_ISOMAC].
21144 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
21146         [BZ #15923]
21147         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
21149 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21151         * configure.in (--enable-versioning): Remove configure option.
21152         (libc_cv_asm_symver_directive): Remove configure test.
21153         (libc_cv_ld_version_script_option): Likewise.
21154         (VERSIONING): Remove variable and AC_SUBST.
21155         (DO_VERSIONING): Remove AC_DEFINE.
21156         * configure: Regenerated.
21157         * config.h.in (DO_VERSIONING): Remove macro.
21158         * Makerules [$(versioning) = yes]: Change conditionals to
21159         [$(build-shared) = yes].
21160         * config.make.in (versioning): Remove variable.
21161         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
21162         [$(build-shared) = yes].
21163         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
21164         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
21165         * elf/Makefile [$(versioning) = yes]: Change conditionals to
21166         [$(build-shared) = yes].
21167         * extra-lib.mk [$(versioning) = yes]: Likewise.
21168         * hurd/Makefile [$(versioning) = yes]: Likewise.
21169         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
21170         [SHARED].
21171         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
21172         [SHARED].
21173         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21174         [SHARED && !NO_HIDDEN].
21175         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
21176         [SHARED].
21177         [SHARED && DO_VERSIONING]: Likewise..
21178         * libio/Makefile [$(versioning) = yes]: Change conditionals to
21179         [$(build-shared) = yes].
21180         * manual/install.texi (--disable-versioning): Remove
21181         documentation.
21182         * INSTALL: Regenerated.
21183         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
21184         to [SHARED].
21185         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
21186         [$(build-shared) = yes].
21187         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
21188         * sysdeps/i386/i686/multiarch/strstr-c.c
21189         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21190         [SHARED && !NO_HIDDEN].
21191         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
21192         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
21193         * sysdeps/powerpc/powerpc32/dl-machine.c
21194         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
21195         * sysdeps/powerpc/powerpc32/sysdep.h
21196         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
21197         to [SHARED && PIC && !NO_HIDDEN].
21198         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
21199         conditional to [SHARED].
21201 2013-09-04   Will Newton  <will.newton@linaro.org>
21203         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
21204         * benchtests/bench-string.h: Include bench-timing.h instead
21205         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
21206         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
21207         call to HP_TIMING_DIFF_INIT.
21208         * benchtests/bench-memccpy.c: Use bench-timing.h macros
21209         instead of hp-timing.h macros.
21210         * benchtests/bench-memchr.c: Likewise.
21211         * benchtests/bench-memcmp.c: Likewise.
21212         * benchtests/bench-memcpy.c: Likewise.
21213         * benchtests/bench-memmem.c: Likewise.
21214         * benchtests/bench-memmove.c: Likewise.
21215         * benchtests/bench-memset.c: Likewise.
21216         * benchtests/bench-rawmemchr.c: Likewise.
21217         * benchtests/bench-strcasecmp.c: Likewise.
21218         * benchtests/bench-strcasestr.c: Likewise.
21219         * benchtests/bench-strcat.c: Likewise.
21220         * benchtests/bench-strchr.c: Likewise.
21221         * benchtests/bench-strcmp.c: Likewise.
21222         * benchtests/bench-strcpy.c: Likewise.
21223         * benchtests/bench-strcpy_chk.c: Likewise.
21224         * benchtests/bench-strlen.c: Likewise.
21225         * benchtests/bench-strncasecmp.c: Likewise.
21226         * benchtests/bench-strncat.c: Likewise.
21227         * benchtests/bench-strncmp.c: Likewise.
21228         * benchtests/bench-strncpy.c: Likewise.
21229         * benchtests/bench-strnlen.c: Likewise.
21230         * benchtests/bench-strpbrk.c: Likewise.
21231         * benchtests/bench-strrchr.c: Likewise.
21232         * benchtests/bench-strspn.c: Likewise.
21233         * benchtests/bench-strstr.c: Likewise.
21235 2013-09-04  Will Newton  <will.newton@linaro.org>
21237         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
21239 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
21241         [BZ #15427]
21242         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
21243         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
21244         * math/libm-test.inc (lgamma_test_data): Add more tests.
21245         * sysdeps/i386/fpu/libm-test-ulps: Update.
21246         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21248 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
21250         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
21251         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
21252         Add ifunc.
21253         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
21254         Add strcmp-sse2-unaligned
21255         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
21257 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21259         * Versions.def (libc): Add GLIBC_2.19.
21261 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21263         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
21264         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
21266 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
21268         [BZ #14155]
21269         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
21270         intermediate calculations in recurrence.
21271         (__ieee754_ynf): Likewise.
21272         * math/libm-test.inc (jn_test_data): Do not allow spurious
21273         underflow exception.  Add more tests.
21274         (yn_test_data): Add more tests.
21275         * sysdeps/i386/fpu/libm-test-ulps: Update.
21276         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21278 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
21280         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
21282 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21284         * csu/init-first.c: Fix then/than typos.
21285         * locale/programs/ld-collate.c: Likewise.
21286         * locale/programs/linereader.h: Likewise.
21287         * manual/charset.texi: Likewise.
21288         * manual/filesys.texi: Likewise.
21289         * manual/stdio.texi: Likewise.
21290         * manual/string.texi: Likewise.
21291         * stdlib/fmtmsg.c: Likewise.
21292         * sysdeps/i386/stpncpy.S: Likewise.
21293         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
21294         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
21295         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
21296         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
21298 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21300         * elf/dl-open.c: Fix typos.
21301         * iconvdata/gbbig5.c: Likewise.
21302         * iconvdata/iso-2022-jp.c: Likewise.
21303         * iconv/gconv_int.h: Likewise.
21304         * iconv/loop.c: Likewise.
21305         * nis/rpcsvc/nis.h: Likewise.
21306         * resolv/ns_name.c: Likewise.
21307         * stdio-common/vfscanf.c: Likewise.
21308         * streams/stropts.h: Likewise.
21309         * sunrpc/rpc_thread.c: Likewise.
21310         * sysdeps/i386/strpbrk.S: Likewise.
21311         * sysdeps/ieee754/k_standard.c: Likewise.
21312         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
21313         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
21314         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
21315         * sysdeps/mach/hurd/profil.c: Likewise.
21316         * sysdeps/s390/dl-procinfo.h: Likewise.
21317         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
21318         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
21319         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
21320         * sysdeps/x86_64/dl-trampoline.S: Likewise.
21321         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
21323 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
21325         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
21326         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
21328 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
21330         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
21331         aix specific files.
21332         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
21333         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
21334         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
21335         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
21336         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
21337         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
21338         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
21339         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
21341 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
21342             Roland McGrath  <roland@hack.frob.com>
21344         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
21345         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
21347 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
21349         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
21350         __executable_start symbol instead of _start.
21352 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
21354         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
21355         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
21356         Move macros to...
21357         * sysdeps/gnu/ldsodefs.h: ... this new file.
21359         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
21360         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
21361         instead of ELFOSABI_LINUX.
21363         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
21364         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
21365         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
21366         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
21367         Likewise.
21368         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
21369         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
21370         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
21371         Likewise.
21372         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
21373         (ibm_extended_long_double): Add ieee_nan member.
21374         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
21375         (do_test): New function.
21377         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
21378         TEST_TRUNC.
21379         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
21380         functions, renamed from truncdfsf_test, trunctfsf_test,
21381         trunctfdf_test.
21382         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
21383         functions.
21384         (do_test): Run all these.
21386 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
21388         * argp/argp-help.c: Fix typos.
21389         * argp/argp-parse.c: Likewise.
21390         * debug/backtracesyms.c: Likewise.
21391         * elf/elf.h: Likewise.
21392         * malloc/malloc.c: Likewise.
21393         * nis/nis_print.c: Likewise.
21394         * resolv/res_comp.c: Likewise.
21395         * stdlib/stdlib.h: Likewise.
21396         * sunrpc/clnt_tcp.c: Likewise.
21397         * sunrpc/clnt_udp.c: Likewise.
21398         * sunrpc/clnt_unix.c: Likewise.
21399         * sysdeps/unix/bsd/ptsname.c: Likewise.
21400         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
21401         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
21402         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
21403         Likewise.
21404         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
21405         Likewise.
21406         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
21407         Likewise.
21408         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
21410 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
21412         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
21413         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
21415 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
21417         [BZ #15897]
21418         * dlfcn/Makefile (tests): Add bug-dl-leaf.
21419         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
21420         ($(objpfx)bug-dl-leaf): New rule.
21421         ($(objpfx)bug-dl-leaf.so): Likewise.
21422         ($(objpfx)bug-dl-leaf.out): Likewise.
21423         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
21424         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
21425         * dlfcn/bug-dl-leaf.c: New test.
21426         * dlfcn/bug-dl-leaf-lib.c: Likewise.
21427         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
21428         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
21429         (dlclose): Likewise.
21430         (dlmopen): Likewise.
21432 2013-08-27  Roland McGrath  <roland@hack.frob.com>
21434         * include/netdb.h [!_ISOMAC]:
21435         Don't include <tls.h>.
21436         (h_errno, __libc_h_errno): Move declaration and macros out of
21437         [_LIBC_REENTRANT].
21439         * include/resolv.h [_RESOLV_H_]:
21440         Don't include <tls.h>.
21441         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
21442         * resolv/res_libc.c: Don't include <tls.h>.
21443         (_res): Use __attribute__ ((nocommon)) in place of
21444         __attribute__ ((section (".bss"))).
21446         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
21447         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
21449         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
21451         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
21452         only under [SIOCGIFCONF && SIOCGIFNETMASK].
21454         * resolv/res_mkquery.c: Include <sys/time.h>.
21456         * inet/ifreq.c: Moved to ...
21457         * sysdeps/unix/ifreq.c: ... here.
21458         * inet/ifreq.c: New file, true stub version.
21460         * socket/sa_len.c: New file.
21461         * socket/Makefile (aux): Add it.
21462         * sysdeps/unix/sysv/linux/Makefile
21463         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
21464         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
21465         and #include <socket/sa_len.c>.
21466         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
21467         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
21469         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
21470         * bits/socket.h: ... here.
21472         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
21473         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
21474         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
21476 2013-08-27  Andreas Schwab  <schwab@suse.de>
21478         [BZ #15736]
21479         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
21480         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
21481         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
21482         * string/test-strcasecmp.c (test_main): Run tests in several
21483         locales.
21484         * string/test-strncasecmp.c (test_main): Likewise.
21486         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
21487         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
21488         to __strcasecmp_nonascii and __strncasecmp_nonascii.
21489         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
21490         (__strncasecmp_ssse3) [PIC]: Likewise.
21492 2013-08-26  Roland McGrath  <roland@hack.frob.com>
21494         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
21496         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
21497         instead of explicitly declaring xdecrypt.
21498         * nis/nss_nis/nis-publickey.c: Likewise.
21500 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
21502         [BZ #15890]
21503         * nscd/aicache.c: Include res_hconf.h.
21504         (addhstaiX): Initialize res_hconf.
21506 2013-08-26  Andreas Schwab  <schwab@suse.de>
21508         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
21509         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
21511 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
21513         * nscd/aicache.c (addhstaiX): Fix indentation.
21515 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
21517         * configure.ac: Quote $build_pt_chown test.
21518         * configure: Regenerated.
21520 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
21522         [BZ #15532]
21523         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
21524         * math/s_cexpf.c (__cexpf): Likewise.
21525         * math/s_cexpl.c (__cexpl): Likewise.
21526         * math/libm-test.inc (cexp_test_data): Correct expected return
21527         value for NaN + i0.  Add another test.
21529 2013-08-22  David S. Miller  <davem@davemloft.net>
21531         * po/ca.po: Update Catalan translation from translation project.
21532         * po/uk.po: Add Ukrainian translations from translation project.
21534 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
21536         [BZ #15797]
21537         * math/s_fdim.c (__fdim): Check for infinite arguments if result
21538         is infinite, not alongside NaN test.
21539         * math/s_fdimf.c (__fdimf): Likewise.
21540         * math/s_fdiml.c (__fdiml): Likewise.
21541         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
21542         errno is unchanged.
21544 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
21546         * argp/argp-help.c: Fix typos.
21547         * crypt/speeds.c: Likewise.
21548         * csu/check_fds.c: Likewise.
21549         * elf/dl-load.c: Likewise.
21550         * elf/dl-open.c: Likewise.
21551         * elf/reldep3.c: Likewise.
21552         * elf/reldep.c: Likewise.
21553         * elf/sprof.c: Likewise.
21554         * iconv/iconv_charmap.c: Likewise.
21555         * iconv/skeleton.c: Likewise.
21556         * iconv/strtab.c: Likewise.
21557         * io/lockf64.c: Likewise.
21558         * libio/libioP.h: Likewise.
21559         * resolv/gai_notify.c: Likewise.
21560         * resolv/ns_name.c: Likewise.
21561         * resolv/ns_samedomain.c: Likewise.
21562         * resolv/res_send.c: Likewise.
21563         * stdlib/random.c: Likewise.
21564         * sunrpc/rpc/xdr.h: Likewise.
21565         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
21566         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
21567         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
21568         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
21569         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
21570         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
21571         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
21572         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
21573         * sysdeps/mach/hurd/check_fds.c: Likewise.
21574         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
21575         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
21576         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
21577         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
21578         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
21579         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
21580         * sysdeps/pthread/aio_notify.c: Likewise.
21581         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
21582         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
21583         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
21584         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
21585         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
21587 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21589         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
21590         version if bit_Slow_SSE4_2 is set.
21591         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
21592         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
21594 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21596         [BZ #15867]
21597         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
21598         trampoline stack frame information.
21599         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
21600         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
21601         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
21602         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
21603         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
21604         * sysdeps/unix/sysv/linux/powerpc/init-first.c
21605         (_libc_vdso_platform_setup): Initialize the signal trampolines.
21606         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
21607         sa_flags value.
21608         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
21609         interrupting a syscall and set with option SA_SIGINFO.
21611 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
21613         [BZ #15531]
21614         * math/s_cproj.c (__cproj): Only return an infinity if one part of
21615         argument is infinite.
21616         * math/s_cprojf.c (__cprojf): Likewise.
21617         * math/s_cprojl.c (__cprojl): Likewise.
21618         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
21619         * math/libm-test.inc (cproj_test_data): Add more tests.
21621         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
21623         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
21624         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
21625         size.  Use __ffs to determine corresponding shift.
21627 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
21628             Roland McGrath  <roland@hack.frob.com>
21630         * Makefile (INSTALL): Remove trailing blank lines from output of
21631         makeinfo.
21633 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21635         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
21636         Align 32 bit compat elf_greg to 8 bytes.
21638 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
21640         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
21642 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
21644         * string/strcoll_l.c (coll_seq): New structure.
21645         (get_next_seq_cached): New function.
21646         (get_next_seq): New function.
21647         (do_compare): New function.
21648         (STRCOLL): Use GNU style definition.  Simplify implementation
21649         by using get_next_seq, get_next_seq_cached and do_compare.
21651 2013-08-16  Florian Weimer  <fweimer@redhat.com>
21653         [BZ #14699]
21654         CVE-2013-4237
21655         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
21656         member.
21657         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
21658         member.
21659         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
21660         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
21661         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
21662         conditional.
21663         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
21664         GETDENTS_64BIT_ALIGNED.
21665         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
21666         * manual/filesys.texi (Reading/Closing Directory): Document
21667         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
21668         strongly.
21669         * manual/conf.texi (Limits for Files): Add portability note to
21670         NAME_MAX, PATH_MAX.
21671         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
21673 2013-08-13  Andreas Schwab  <schwab@suse.de>
21675         [BZ #15749]
21676         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
21677         of fabs.
21678         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
21679         LDBL_MAX_EXP >= 16384]: Add tests for it.
21681 2013-08-12  David S. Miller  <davem@davemloft.net>
21683         * version.h (RELEASE): Set to "development".
21684         (VERSION): Set to "2.18.90".
21685         * NEWS: Add 2.19 section.
21687 2013-08-03  David S. Miller  <davem@davemloft.net>
21689         * po/ko.po: Update Korean translation from translation project.
21691 2013-08-01  David S. Miller  <davem@davemloft.net>
21693         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
21694         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
21695         Bilka.
21697 2013-07-30  David S. Miller  <davem@davemloft.net>
21699         * po/fr.po: Update French translation from translation project.
21701 2013-07-28  David S. Miller  <davem@davemloft.net>
21703         * po/cs.po: Update Czech translation from translation project.
21705         * po/sv.po: Update Swedish translation from translation project.
21707 2013-07-27  David S. Miller  <davem@davemloft.net>
21709         * po/eo.po: Update Esperanto translation from translation project.
21711         * po/vi.po: Update Vietnamese translation from translation project.
21713         * po/de.po: Update German translation from translation project.
21715 2013-07-26  David S. Miller  <davem@davemloft.net>
21717         * po/bg.po: Update Bulgarian translation from translation project.
21719         * po/nl.po: Update Dutch translation from translation project.
21720         * po/pl.po: Update Polish translation from translation project.
21721         * po/ru.po: Update Russian translation from translation project.
21723 2013-07-24  David S. Miller  <davem@davemloft.net>
21725         * po/libc.pot: Update.
21727 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21729         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
21730         variable page size.
21731         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
21732         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
21733         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
21735 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21737         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
21739 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
21740             Andreas Schwab  <schwab@suse.de>
21741             Roland McGrath  <roland@hack.frob.com>
21742             Joseph Myers  <joseph@codesourcery.com>
21743             Carlos O'Donell  <carlos@redhat.com>
21745         [BZ #15755]
21746         * config.h.in: Define HAVE_PT_CHOWN.
21747         * config.make.in (build-pt-chown): New variable.
21748         * configure.in (--enable-pt_chown): New configure option.
21749         * configure: Regenerate.
21750         * login/Makefile: Include Makeconfig.  Build pt_chown only if
21751         build-pt-chown is enabled.
21752         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
21753         pt_chown to fix pty ownership.
21754         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
21755         CLOSE_ALL_FDS.
21756         * manual/install.texi (Configuring and compiling): Mention
21757         --enable-pt_chown. Add @findex for grantpt.
21758         * INSTALL: Regenerate.
21760 2013-07-20  David S. Miller  <davem@davemloft.net>
21762         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
21763         difference between 32-bit and 64-bit.
21765 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
21767         [BZ #15711]
21768         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
21769         Avoid system header dependency with -ffreestanding.
21770         ($(objpfx)bits/syscall%d): Likewise.
21772 2013-07-13  David S. Miller  <davem@davemloft.net>
21774         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
21775         underflows from atanl/atan2l due to bug 15319.
21776         (casinh_test_data): Likewise.
21778 2013-07-07  David S. Miller  <davem@davemloft.net>
21780         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
21782 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
21784         * sysdeps/i386/fpu/libm-test-ulps: Update.
21785         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21787 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
21789         * configure.in (--enable-lock-elision): Fix message text.
21790         * INSTALL: Regenerate.
21791         * configure: Regenerate.
21793 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21795         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21797 2013-07-03  Andreas Jaeger  <aj@suse.de>
21799         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
21800         define.
21801         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
21802         (ptrace_peeksiginfo_args): Add.
21803         (__ptrace_peeksiginfo_flags): Add.
21804         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
21805         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
21806         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
21808 2013-07-03  Allan McRae  <allan@archlinux.org>
21810         * sysdeps/i386/fpu/libm-test-ulps: Update.
21812 2013-07-02  David S. Miller  <davem@davemloft.net>
21814         * sysdeps/sparc/fpu/libm-test-ulps: Update.
21816 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
21818         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
21820 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
21822         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
21823         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21825 2013-07-02  Andi Kleen <ak@linux.intel.com>
21827         * config.h.in (ENABLE_LOCK_ELISION): Add.
21828         * configure.in (--enable-lock-elision): Add option.
21829         * manual/install.texi: Document --enable lock elision.
21830         * configure: Regenerate
21831         * INSTALL: Regenerate.
21833 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
21835         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
21836         SSE4.2 strcasecmp for libc.a.
21837         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
21839 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
21841         [BZ #13304]
21842         * soft-fp/op-common.h (_FP_FMA): New macro.
21843         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
21844         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
21845         (_FP_MUL_MEAT_1_imm): ... here.
21846         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
21847         (_FP_MUL_MEAT_1_wide): ... here.
21848         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
21849         (_FP_MUL_MEAT_1_hard): ... here.
21850         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
21851         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
21852         (_FP_MUL_MEAT_2_wide): ... here.
21853         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
21854         (_FP_MUL_MEAT_2_wide_3mul): ... here.
21855         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
21856         (_FP_MUL_MEAT_2_gmp): ... here.
21857         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
21858         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
21859         (_FP_MUL_MEAT_4_wide): ... here.
21860         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
21861         (_FP_MUL_MEAT_4_gmp): ... here.
21862         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
21863         (_FP_WFRACBITS_DW_S): Likewise.
21864         (_FP_WFRACXBITS_DW_S): Likewise.
21865         (_FP_HIGHBIT_DW_S): Likewise.
21866         (FP_FMA_S): Likewise.
21867         (_FP_FRAC_HIGH_DW_S): Likewise.
21868         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
21869         (_FP_WFRACBITS_DW_D): Likewise.
21870         (_FP_WFRACXBITS_DW_D): Likewise.
21871         (_FP_HIGHBIT_DW_D): Likewise.
21872         (FP_FMA_D): Likewise.
21873         (_FP_FRAC_HIGH_DW_D): Likewise.
21874         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
21875         (_FP_WFRACBITS_DW_E): Likewise.
21876         (_FP_WFRACXBITS_DW_E): Likewise.
21877         (_FP_HIGHBIT_DW_E): Likewise.
21878         (FP_FMA_E): Likewise.
21879         (_FP_FRAC_HIGH_DW_E): Likewise.
21880         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
21881         (_FP_WFRACBITS_DW_Q): Likewise.
21882         (_FP_WFRACXBITS_DW_Q): Likewise.
21883         (_FP_HIGHBIT_DW_Q): Likewise.
21884         (FP_FMA_Q): Likewise.
21885         (_FP_FRAC_HIGH_DW_Q): Likewise.
21886         * soft-fp/fmasf4.c: New file.
21887         * soft-fp/fmadf4.c: Likewise.
21888         * soft-fp/fmatf4.c: Likewise.
21890 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21892         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
21893         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
21894         Silvermont.
21895         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
21896         macro.
21897         (index_Slow_SSE4_2): Likewise.
21898         (index_Prefer_PMINUB_for_stringop): Likewise.
21899         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
21900         bit_Slow_SSE4_2 is set.
21901         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
21902         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
21904 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
21906         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
21907         rtld_global._dl_hwcap2.
21908         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
21909         POWER8.
21910         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
21911         POWER8 feature descriptions defined in _dl_hwcap2.
21912         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
21913         string handling for POWER8 feature bits.
21914         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
21915         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
21916         _dl_powerpc_cap_flags.
21917         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
21918         * sysdeps/powerpc/rtld-global-offsets.sym
21919         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
21920         _dl_hwcap2 in the rtld_global_ro structure.
21922 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
21924         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
21925         hardware capabilities in support of AT_HWCAP2.
21926         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
21927         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
21928         GLRO(dl_hwcap2).
21929         (_dl_show_auxv): Add support for calling _dl_procinfo to display
21930         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
21931         explicitly the unknown a_type display mechanism is used.
21932         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
21933         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
21934         struct member.
21935         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
21936         to macro prototype for AT_HWCAP2 support.
21937         * sysdeps/i386/dl-procinfo.h: Likewise.
21938         * sysdeps/s390/dl-procinfo.h: Likewise.
21939         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
21940         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
21941         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
21942         return -1 for unknown a_type display fallback.
21943         * sysdeps/sparc/dl-procinfo.h: Likewise.
21944         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
21945         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
21947 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
21949         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
21950         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
21952 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
21954         [BZ #12492]
21955         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
21956         mprotect making __stack_prot writable.
21958 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
21959             Joseph Myers  <joseph@codesourcery.com>
21961         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
21962         as being properly aligned.
21964 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
21966         * dlfcn/modstatic5.c: New file.
21967         * dlfcn/tststatic5.c: New file.
21968         * dlfcn/Makefile (tests): Add tststatic5.
21969         (tests-static): Likewise.
21970         (modules-names): Add modstatic5.
21971         (tststatic5-ENV): New variable.
21972         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
21974         [BZ #15022]
21975         * elf/dl-support.c (_dl_main_map): New variable.
21976         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
21977         (_dl_nns, _dl_load_adds): Set to 1.
21978         (_dl_initial_searchlist): Refer to _dl_main_map.
21979         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
21980         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
21981         call to _dl_get_origin.
21982         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
21983         around call_map.
21984         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
21985         * dlfcn/modstatic3.c: New file.
21986         * dlfcn/tststatic3.c: New file.
21987         * dlfcn/tststatic4.c: New file.
21988         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
21989         (tests-static): Likewise.
21990         (modules-names): Add modstatic3.
21991         (tststatic3-ENV, tststatic4-ENV): New variables.
21992         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
21993         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
21995 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
21997         * configure.in (CC): Require GCC version 4.4 or later.
21998         * configure: Regenerated.
21999         * manual/install.texi (Tools for Compilation): Update GCC version
22000         requirement.
22001         * INSTALL: Regenerated.
22003 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22005         [BZ #15674]
22006         * string/test-memcmp.c (check2): New.
22007         (main): Call check2.
22009         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
22011 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
22013         [BZ #15022]
22014         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
22015         over to...
22016         (dl_open_worker) [!SHARED]: ... here.
22018 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22020         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
22022 2013-06-25  Richard Henderson  <rth@redhat.com>
22024         * locale/programs/locarchive.c: Include <libc-internal.h>
22026 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
22028         * manual/texinfo.tex: Update to version 2013-06-21.17, with
22029         trailing whitespace removed.
22031 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22033         [BZ #10283]
22034         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
22035         * locale/programs/locarchive.c: Include libc-mmap.h.
22036         (prepare_address_space): Take two new outputs (the mmap base and len).
22037         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
22038         values.
22039         (create_archive): Declare new mmap base and len values for
22040         prepare_address_space, and store the result in ah.
22041         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
22042         (enlarge_archive): If ah->mmap_base is not NULL, use that and
22043         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22044         Declare new mmap base and len values for
22045         prepare_address_space, and store the result in new_ah.
22046         (open_archive): Declare new mmap base and len values for
22047         prepare_address_space, and store the result in ah.
22048         (close_archive): If ah->mmap_base is not NULL, use that and
22049         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22050         * sysdeps/generic/libc-mmap.h: New file.
22052 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22054         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
22055         (ALIGN_UP): Likewise.
22056         (PTR_ALIGN_DOWN): Likewise.
22057         (PTR_ALIGN_UP): Likewise.
22059 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22061         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
22062         entry mapped to PPC_PLATFORM_POWER8.
22063         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
22064         POWER8.
22065         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
22066         (_dl_string_platform): Add case for exporting platform position for
22067         POWER8.
22068         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
22069         search path to sysdeps/powerpc/powerpc32/power8 directory.
22070         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
22071         search path to sysdeps/powerpc/powerpc64/power8 directory.
22072         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
22073         power7 directories.
22074         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
22075         power7 directories.
22077 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
22079         * INSTALL: Regenerate.
22081         * nscd/connections.c (nscd_init): Fix comment.
22083 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
22085         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
22087         [BZ #15667]
22088         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
22089         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
22091 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22093         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
22094         DL_DST_REQ_STATIC.
22095         (DL_DST_REQ_STATIC): Remove macro.
22097 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
22099         [BZ #7006]
22100         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
22101         with a shift of 0 bits.
22103 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22105         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
22106         $(tststatic-ENV).
22108 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22110         [BZ #15655]
22111         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
22113 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22115         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
22116         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
22117         accepts -fno-tree-loop-distribute-patterns.
22118         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
22119         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
22120         recursive call.
22121         * string/memset.c (memset): Likewise.
22122         * string/test-memmove.c (simple_memmove): Disable loop transformation
22123         to library calls.
22124         * string/test-memset.c (simple_memset): Likewise.
22125         * benchtests/bench-memmove.c (simple_memmove): Likewise.
22126         * benchtests/bench-memset.c (simple_memset): Likewise.
22127         * configure: Regenerated.
22129 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
22131         * math/test-misc.c (main): Ignore fesetround failure when failures
22132         of subsequent rounding tests would be ignored.
22134         [BZ #15654]
22135         * math/fedisblxcpt.c (fedisableexcept): Return 0.
22136         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
22137         * math/fegetenv.c (__fegetenv): Return 0.
22138         * math/fegetexcept.c (fegetexcept): Return 0.
22139         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
22140         FE_TONEAREST.
22141         * math/feholdexcpt.c (feholdexcept): Return 0.
22142         * math/fesetenv.c (__fesetenv): Return 0.
22143         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
22144         argument FE_TONEAREST.
22145         * math/feupdateenv.c (__feupdateenv): Return 0.
22146         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
22148 2013-06-18  Roland McGrath  <roland@hack.frob.com>
22150         * elf/rtld-Rules (rtld-compile-command.S): New variable.
22151         (rtld-compile-command.s, rtld-compile-command.c): New variables.
22152         ($(objpfx)rtld-%.os rules): Use them.
22154 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22156         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
22157         fields.
22159 2013-06-17  Roland McGrath  <roland@hack.frob.com>
22161         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
22162         length of target pattern, then descending length of dependency pattern.
22163         * configure.in (AWK): Require gawk 3.1.2 or newer.
22164         * manual/install.texi (Tools for Compilation): Say that we do.
22165         * configure: Regenerated.
22167         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
22168         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
22169         * scripts/sysd-rules.awk: ... this new script.
22170         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
22171         than a glob-style pattern.
22173 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
22175         * math/test-misc.c (main): Do not treat incorrectly rounded
22176         conversions as failure unless ROUNDING_TESTS passes.
22178 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
22180         [BZ #15631]
22181         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
22182         restore exception state around main square root computation, then
22183         check for inexactness explicitly.
22185         * math/libm-test.inc (fma_test_data): Add another test.
22187 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22189         * manual/threads.texi (Non-POSIX Extensions): New document
22190         node.  Document pthread_getattr_default_np and
22191         pthread_setattr_default_np.
22193         * Versions.def (libpthread): Add GLIBC_2.18.
22194         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
22195         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
22196         Likewise.
22197         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
22198         Likewise.
22199         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
22200         Likewise.
22201         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
22202         Likewise.
22203         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
22204         Likewise.
22205         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
22206         Likewise.
22207         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
22208         Likewise.
22209         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
22210         Likewise.
22211         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
22212         Likewise.
22214 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22216         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
22217         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
22219 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
22220             H.J. Lu  <hjl.tools@gmail.com>
22222         [BZ #15627]
22223         * sysdeps/x86_64/rtld-memset.c: Remove file.
22224         * sysdeps/x86_64/rtld-memset.S: New file.
22226 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
22228         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
22229         (test_in_one_mode): Take arguments for whether the rounding mode
22230         is supported for each floating-point type.
22231         (do_test): Pass new arguments to test_in_one_mode using
22232         ROUNDING_TESTS.
22234 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22236         * posix/tst-waitid.c (do_test): Distinguish different instances of
22237         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
22238         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
22239         before entering the kernel for waitpid.
22241 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22243         * NEWS: Fix note on clock function precision.  Text by Roland
22244         McGrath.
22246 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22248         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
22249         it into place only when and if the sanity check passes.
22251 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
22253         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
22254         output for whether conversion result is exact.  Take argument
22255         indicating whether type is IBM long double.
22256         (round_for_all): Change need_exact field to ibm_ld.
22257         * stdlib/tst-strtod-round.c (struct exactness): New type.
22258         (struct test): Change bool ld_ok field to struct exactness exact.
22259         (TEST): Update all definitions for change to field.
22260         (tests): Regenerate array contents.
22261         (test_in_one_mode): Take pointer to new field instead of old ld_ok
22262         field value.  Check for IBM long double here.
22263         (do_test): Update calls to test_in_one_mode.
22265 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22267         [BZ #12515]
22268         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
22269         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
22271 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22273         [BZ #15605]
22274         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
22275         generated by the compiler on loop optimizations.
22276         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
22277         general definitions.
22279 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
22281         * math/bug-nextafter.c: Include <math-tests.h>.
22282         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22283         the relevant type.
22284         * math/bug-nexttoward.c: Include <math-tests.h>.
22285         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22286         the relevant type.
22287         * math/test-misc.c: Include <math-tests.h>.
22288         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22289         the relevant type.
22291 2013-06-12  Andreas Jaeger  <aj@suse.de>
22293         * po/ia.po: Update Interlingua translation from translation
22294         project.
22296 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
22298         * include/fenv.h: Include stdbool.h.
22299         (struct rm_ctx): New structure.
22300         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
22301         Define macro.
22302         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
22303         (SET_RESTORE_ROUNDF): Likewise.
22304         (SET_RESTORE_ROUNDL): Likewise.
22305         (SET_RESTORE_ROUND_NOEX): Likewise.
22306         (SET_RESTORE_ROUND_NOEXF): Likewise.
22307         (SET_RESTORE_ROUND_NOEXL): Likewise.
22308         (SET_RESTORE_ROUND_53BIT): Likewise.
22309         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
22310         (libc_feresetround_noexf_ctx): Likewise.
22311         (libc_feresetround_noexl_ctx): Likewise.
22312         (libc_feholdsetround_53bit_ctx): Likewise.
22313         (libc_feresetround_53bit_ctx): Likewise.
22314         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
22315         (libc_feholdexcept_setround_sse_ctx): New function.
22316         (libc_fesetenv_sse_ctx): Likewise.
22317         (libc_feupdateenv_sse_ctx): Likewise.
22318         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
22319         (libc_feholdexcept_setround_387_ctx): Likewise.
22320         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
22321         (libc_feholdsetround_387_prec_ctx): Likewise.
22322         (libc_feholdsetround_387_ctx): Likewise.
22323         (libc_feholdsetround_387_53bit_ctx): Likewise.
22324         (libc_feholdsetround_sse_ctx): Likewise.
22325         (libc_feresetround_sse_ctx): Likewise.
22326         (libc_feresetround_387_ctx): Likewise.
22327         (libc_feupdateenv_387_ctx): Likewise.
22328         (libc_feholdexcept_setroundf_ctx): Define macro.
22329         (libc_fesetenvf_ctx): Likewise.
22330         (libc_feupdateenvf_ctx): Likewise.
22331         (libc_feholdsetroundf_ctx): Likewise.
22332         (libc_feresetroundf_ctx): Likewise.
22333         (libc_feholdexcept_setround_ctx): Likewise.
22334         (libc_fesetenv_ctx): Likewise.
22335         (libc_feupdateenv_ctx): Likewise.
22336         (libc_feholdsetround_ctx): Likewise.
22337         (libc_feresetround_ctx): Likewise.
22338         (libc_feholdexcept_setroundl_ctx): Likewise.
22339         (libc_feupdateenvl_ctx): Likewise.
22340         (libc_feholdsetroundl_ctx): Likewise.
22341         (libc_feresetroundl_ctx): Likewise.
22342         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
22343         (libc_feresetround_53bit_ctx): Likewise.
22345 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22347         * locale/iso-639.def: Convert to UTF-8.
22349 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
22351         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
22352         (EXCEPTION_TESTS_double): Likewise.
22353         (EXCEPTION_TESTS_long_double): Likewise.
22354         (EXCEPTION_TESTS): Likewise.
22355         * math/libm-test.inc (test_exceptions): Only test exceptions if
22356         EXCEPTION_TESTS (FLOAT).
22358 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22360         * benchtests/Makefile (string-bench): Add strcpy_chk and
22361         stpcpy_chk.
22362         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
22363         * benchtests/bench-stpcpy_chk.c: New file.
22364         * benchtests/bench-strcpy_chk-ifunc.c: New file.
22365         * benchtests/bench-strcpy_chk.c: New file.
22366         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
22367         code.
22368         (do_test): Likewise.
22370 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22372         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
22373         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
22374         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
22375         with tabs where appropriate.
22376         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
22377         dl-procinfo.h.
22378         [PPC_PLATFORM_PPC440]: Likewise.
22379         [PPC_PLATFORM_PPC464]: Likewise.
22380         [PPC_PLATFORM_PPC476]: Likewise.
22381         (_dl_string_platform): Add support for detecting ppc405, ppc440,
22382         ppc464, and ppc476 platform strings merging from ports/
22383         dl-procinfo.h.
22385 2013-06-11  Andreas Schwab  <schwab@suse.de>
22387         [BZ #14991]
22388         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
22389         (from_ucs4_idx): Regenerate.
22390         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
22391         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
22392         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
22393         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
22394         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
22395         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
22396         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
22397         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
22398         from FROM_LOOP and TO_LOOP specific macros.
22399         (BODY): Handle combining characters.
22400         * iconvdata/BIG5HKSCS.irreversible: Update.
22401         * iconvdata/BIG5HKSCS.precomposed: New file.
22402         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
22403         characters.
22404         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
22406 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22408         * include/sys/time.h: Fix indentation and add copyright header.
22410         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
22411         (do_test): Likewise.
22412         * string/test-memchr.c (do_one_test): Likewise.
22413         (do_test): Likewise.
22414         * string/test-memcmp.c (do_one_test): Likewise.
22415         (do_test): Likewise.
22416         * string/test-memcpy.c (do_one_test): Likewise.
22417         (do_test): Likewise.
22418         * string/test-memmem.c (do_one_test): Likewise.
22419         (do_test): Likewise.
22420         (do_random_tests): Likewise.
22421         * string/test-memmove.c (do_one_test): Likewise.
22422         (do_test): Likewise.
22423         * string/test-memset.c (do_one_test): Likewise.
22424         (do_test): Likewise.
22425         * string/test-rawmemchr.c (do_one_test): Likewise.
22426         (do_test): Likewise.
22427         * string/test-strcasecmp.c (do_one_test): Likewise.
22428         (do_test): Likewise.
22429         * string/test-strcasestr.c (do_one_test): Likewise.
22430         (do_test): Likewise.
22431         * string/test-strcat.c (do_one_test): Likewise.
22432         (do_test): Likewise.
22433         * string/test-strchr.c (do_one_test): Likewise.
22434         (do_test): Likewise.
22435         * string/test-strcmp.c (do_one_test): Likewise.
22436         (do_test): Likewise.
22437         * string/test-strcpy.c (do_one_test): Likewise.
22438         (do_test): Likewise.
22439         * string/test-string.h: Likewise.
22440         (test_init): Likewise.
22441         * string/test-strlen.c (do_one_test): Likewise.
22442         (do_test): Likewise.
22443         * string/test-strncasecmp.c (do_one_test): Likewise.
22444         (do_test): Likewise.
22445         * string/test-strncat.c (do_one_test): Likewise.
22446         (do_test): Likewise.
22447         * string/test-strncmp.c (do_one_test): Likewise.
22448         (do_test_limit): Likewise.
22449         (do_test): Likewise.
22450         * string/test-strncpy.c (do_one_test): Likewise.
22451         (do_test): Likewise.
22452         * string/test-strnlen.c (do_one_test): Likewise.
22453         (do_test): Likewise.
22454         * string/test-strpbrk.c (do_one_test): Likewise.
22455         (do_test): Likewise.
22456         * string/test-strrchr.c (do_one_test): Likewise.
22457         (do_test): Likewise.
22458         * string/test-strspn.c (do_one_test): Likewise.
22459         (do_test): Likewise.
22460         * string/test-strstr.c (do_one_test): Likewise.
22461         (do_test): Likewise.
22463         * benchtests/Makefile (string-bench): Add string benchmarks.
22464         * benchtests/bench-bcopy-ifunc.c: New file.
22465         * benchtests/bench-bcopy.c: New file.
22466         * benchtests/bench-bzero-ifunc.c: New file.
22467         * benchtests/bench-bzero.c: New file.
22468         * benchtests/bench-memccpy-ifunc.c: New file.
22469         * benchtests/bench-memccpy.c: New file.
22470         * benchtests/bench-memchr-ifunc.c: New file.
22471         * benchtests/bench-memchr.c: New file.
22472         * benchtests/bench-memcmp-ifunc.c: New file.
22473         * benchtests/bench-memcmp.c: New file.
22474         * benchtests/bench-memmem-ifunc.c: New file.
22475         * benchtests/bench-memmem.c: New file.
22476         * benchtests/bench-memmove-ifunc.c: New file.
22477         * benchtests/bench-memmove.c: New file.
22478         * benchtests/bench-mempcpy-ifunc.c: New file.
22479         * benchtests/bench-mempcpy.c: New file.
22480         * benchtests/bench-memset-ifunc.c: New file.
22481         * benchtests/bench-memset.c: New file.
22482         * benchtests/bench-rawmemchr-ifunc.c: New file.
22483         * benchtests/bench-rawmemchr.c: New file.
22484         * benchtests/bench-stpcpy-ifunc.c: New file.
22485         * benchtests/bench-stpcpy.c: New file.
22486         * benchtests/bench-stpncpy-ifunc.c: New file.
22487         * benchtests/bench-stpncpy.c: New file.
22488         * benchtests/bench-strcasecmp-ifunc.c: New file.
22489         * benchtests/bench-strcasecmp.c: New file.
22490         * benchtests/bench-strcasestr-ifunc.c: New file.
22491         * benchtests/bench-strcasestr.c: New file.
22492         * benchtests/bench-strcat-ifunc.c: New file.
22493         * benchtests/bench-strcat.c: New file.
22494         * benchtests/bench-strchr-ifunc.c: New file.
22495         * benchtests/bench-strchr.c: New file.
22496         * benchtests/bench-strchrnul-ifunc.c: New file.
22497         * benchtests/bench-strchrnul.c: New file.
22498         * benchtests/bench-strcmp-ifunc.c: New file.
22499         * benchtests/bench-strcmp.c: New file.
22500         * benchtests/bench-strcpy-ifunc.c: New file.
22501         * benchtests/bench-strcpy.c: New file.
22502         * benchtests/bench-strcspn-ifunc.c: New file.
22503         * benchtests/bench-strcspn.c: New file.
22504         * benchtests/bench-strlen-ifunc.c: New file.
22505         * benchtests/bench-strlen.c: New file.
22506         * benchtests/bench-strncasecmp-ifunc.c: New file.
22507         * benchtests/bench-strncasecmp.c: New file.
22508         * benchtests/bench-strncat-ifunc.c: New file.
22509         * benchtests/bench-strncat.c: New file.
22510         * benchtests/bench-strncmp-ifunc.c: New file.
22511         * benchtests/bench-strncmp.c: New file.
22512         * benchtests/bench-strncpy-ifunc.c: New file.
22513         * benchtests/bench-strncpy.c: New file.
22514         * benchtests/bench-strnlen-ifunc.c: New file.
22515         * benchtests/bench-strnlen.c: New file.
22516         * benchtests/bench-strpbrk-ifunc.c: New file.
22517         * benchtests/bench-strpbrk.c: New file.
22518         * benchtests/bench-strrchr-ifunc.c: New file.
22519         * benchtests/bench-strrchr.c: New file.
22520         * benchtests/bench-strspn-ifunc.c: New file.
22521         * benchtests/bench-strspn.c: New file.
22522         * benchtests/bench-strstr-ifunc.c: New file.
22523         * benchtests/bench-strstr.c: New file.
22525         * benchtests/Makefile: Disable parallel execution of targets.
22526         (string-bench): Add memcpy.
22527         (benchset): New variable to store a list of benchmark sets.
22528         (bench-func): Renamed from bench.
22529         (bench-set): New target.
22530         (bench): Depend on bench-func and bench-set.
22531         * benchtests/README: Add section on benchmark sets.
22532         * benchtests/bench-memcpy-ifunc.c: New file.
22533         * benchtests/bench-memcpy.c: New file.
22534         * benchtests/bench-string.h: New file.
22536 2013-06-11  Andreas Schwab  <schwab@suse.de>
22538         [BZ #15577]
22539         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
22540         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
22541         values in the triple.
22542         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
22543         terminator in the group key.
22545 2013-06-11  Andreas Jaeger  <aj@suse.de>
22547         * po/zh_TW.po: Update Chinese (traditional) translation from
22548         translation project.
22550 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22552         * include/time.h (__clock_gettime): Add libc_hidden_proto.
22553         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
22554         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
22555         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
22556         (clock_getcpuclockid): Likewise.
22557         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
22558         Add weak_alias and libc_hidden_def.
22559         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
22560         * rt/clock_gettime.c (clock_gettime): Rename to
22561         __clock_gettime.  Add weak_alias and libc_hidden_def.
22562         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
22563         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
22564         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
22565         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
22566         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
22567         Likewise.
22568         * rt/clock_settime.c (clock_settime): Rename to
22569         __clock_settime.  Add weak_alias and libc_hidden_def.
22570         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
22572 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
22574         * mach/err_boot.sub: Remove trailing whitespace.
22575         * mach/err_ipc.sub: Likewise.
22576         * mach/err_mach.sub: Likewise.
22578         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
22579         (ROUNDING_TESTS_double): Likewise.
22580         (ROUNDING_TESTS_long_double): Likewise.
22581         (ROUNDING_TESTS): Likewise.
22582         * math/libm-test.inc: Include <math-tests.h>.
22583         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
22584         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
22585         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
22586         (IF_ROUND_INIT_FE_UPWARD): Likewise.
22588 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
22590         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
22591         of assigning.
22593 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
22595         * sysdeps/gnu/errlist.awk: Do not generate space at end of
22596         otherwise empty TRANS lines.
22597         * sysdeps/gnu/errlist.c: Regenerated.
22599         * catgets/gencat.c (error_print): Use (void) in function
22600         definition.
22601         * crypt/crypt_util.c (__init_des): Likewise.
22602         * crypt/speeds.c (Stop): Likewise.
22603         (main): Likewise.
22604         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
22605         * inet/ruserpass.c (token): Likewise.
22606         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
22607         * intl/localealias.c (extend_alias_table): Likewise.
22608         * intl/plural-exp.c (init_germanic_plural): Likewise.
22609         * libio/fcloseall.c (__fcloseall): Likewise.
22610         * libio/genops.c (_IO_flush_all): Likewise.
22611         (_IO_flush_all_linebuffered): Likewise.
22612         (_IO_cleanup): Likewise.
22613         (_IO_iter_begin): Likewise.
22614         (_IO_iter_end): Likewise.
22615         (_IO_list_lock): Likewise.
22616         (_IO_list_unlock): Likewise.
22617         (_IO_list_resetlock): Likewise.
22618         * libio/getchar.c (getchar): Likewise.
22619         * libio/getchar_u.c (getchar_unlocked): Likewise.
22620         * libio/getwchar.c (getwchar): Likewise.
22621         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
22622         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
22623         * login/getpt.c (__getpt): Likewise.
22624         * login/tst-utmp.c (main): Likewise.
22625         * malloc/hooks.c (__malloc_check_init): Likewise.
22626         * malloc/malloc.c (__malloc_stats): Likewise.
22627         * malloc/mtrace.c (tr_break): Likewise.
22628         (mtrace): Likewise.
22629         (muntrace): Likewise.
22630         * misc/fstab.c (endfsent): Likewise.
22631         * misc/getclktck.c (__getclktck): Likewise.
22632         * misc/getdtsz.c (__getdtablesize): Likewise.
22633         * misc/gethostid.c (gethostid): Likewise.
22634         * misc/getpagesize.c (__getpagesize): Likewise.
22635         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
22636         (__get_nprocs): Likewise.
22637         (__get_phys_pages): Likewise.
22638         (__get_avphys_pages): Likewise.
22639         * misc/getttyent.c (getttyent): Likewise.
22640         (setttyent): Likewise.
22641         (endttyent): Likewise.
22642         * misc/getusershell.c (getusershell): Likewise.
22643         (endusershell): Likewise.
22644         (setusershell): Likewise.
22645         (initshells): Likewise.
22646         * misc/hsearch.c (__hdestroy): Likewise.
22647         * misc/sync.c (sync): Likewise.
22648         * misc/syslog.c (closelog_internal): Likewise.
22649         (closelog): Likewise.
22650         * misc/ttyslot.c (ttyslot): Likewise.
22651         * misc/vhangup.c (vhangup): Likewise.
22652         * posix/fork.c (__fork): Likewise.
22653         * posix/getegid.c (__getegid): Likewise.
22654         * posix/geteuid.c (__geteuid): Likewise.
22655         * posix/getgid.c (__getgid): Likewise.
22656         * posix/getpid.c (__getpid): Likewise.
22657         * posix/getppid.c (__getppid): Likewise.
22658         * posix/getuid.c (__getuid): Likewise.
22659         * posix/pause.c (pause): Likewise.
22660         * posix/setpgrp.c (setpgrp): Likewise.
22661         * posix/setsid.c (__setsid): Likewise.
22662         * posix/test-vfork.c (noop): Likewise.
22663         * resolv/gethnamaddr.c (_endhtent): Likewise.
22664         (_gethtent): Likewise.
22665         (ht_endhostent): Likewise.
22666         (gethostent): Likewise.
22667         (dns_service): Likewise.
22668         * stdlib/drand48.c (drand48): Likewise.
22669         * stdlib/lrand48.c (lrand48): Likewise.
22670         * stdlib/mrand48.c (mrand48): Likewise.
22671         * stdlib/rand.c (rand): Likewise.
22672         * stdlib/random.c (__random): Likewise.
22673         * stdlib/setenv.c (clearenv): Likewise.
22674         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
22675         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
22676         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
22677         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
22678         (__get_nprocs): Likewise.
22679         (__get_phys_pages): Likewise.
22680         (__get_avphys_pages): Likewise.
22681         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
22682         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
22683         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
22684         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
22685         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
22686         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
22687         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
22688         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
22689         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
22690         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
22691         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
22692         * sysdeps/mach/hurd/sync.c (sync): Likewise.
22693         * sysdeps/posix/clock.c (clock): Likewise.
22694         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
22695         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
22696         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
22697         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
22698         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
22699         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
22700         (__get_nprocs_conf): Likewise.
22701         (__get_phys_pages): Likewise.
22702         (__get_avphys_pages): Likewise.
22703         * time/clock.c (clock): Likewise.
22704         * time/tzset.c (__tzname_max): Likewise.
22706 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
22708         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
22709         (__bswap_32): Do not use "register".
22710         * crypt/crypt.c (_ufc_doit_r): Likewise.
22711         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
22712         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
22713         * gmon/gmon.c (__monstartup): Likewise.
22714         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
22715         * hurd/hurdmalloc.c (more_memory): Likewise.
22716         (malloc): Likewise.
22717         (free): Likewise.
22718         (realloc): Likewise.
22719         (malloc_fork_prepare): Likewise.
22720         (malloc_fork_parent): Likewise.
22721         (malloc_fork_child): Likewise.
22722         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
22723         (_svcauth_des): Likewise.
22724         * inet/inet_lnaof.c (inet_lnaof): Likewise.
22725         * inet/inet_net.c (inet_network): Likewise.
22726         * inet/inet_netof.c (inet_netof): Likewise.
22727         * inet/rcmd.c (__validuser2_sa): Likewise.
22728         * io/fts.c (fts_open): Likewise.
22729         (fts_load): Likewise.
22730         (fts_close): Likewise.
22731         (fts_read): Likewise.
22732         (fts_children): Likewise.
22733         (fts_build): Likewise.
22734         (fts_stat): Likewise.
22735         (fts_sort): Likewise.
22736         (fts_alloc): Likewise.
22737         (fts_lfree): Likewise.
22738         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
22739         (_IO_file_xsgetn): Likewise.
22740         (_IO_file_xsgetn_mmap): Likewise.
22741         * libio/iofopncook.c (_IO_cookie_read): Likewise.
22742         (_IO_cookie_write): Likewise.
22743         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
22744         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
22745         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
22746         * malloc/obstack.c (_obstack_begin): Likewise.
22747         (_obstack_begin_1): Likewise.
22748         (_obstack_newchunk): Likewise.
22749         (_obstack_allocated_p): Likewise.
22750         (obstack_free): Likewise.
22751         (_obstack_memory_used): Likewise.
22752         * misc/getttyent.c (getttynam): Likewise.
22753         (getttyent): Likewise.
22754         (skip): Likewise.
22755         (value): Likewise.
22756         * misc/getusershell.c (initshells): Likewise.
22757         * misc/syslog.c (__vsyslog_chk): Likewise.
22758         * misc/ttyslot.c (ttyslot): Likewise.
22759         * nis/nis_hash.c (__nis_hash): Likewise.
22760         * posix/fnmatch_loop.c (FCT): Likewise.
22761         * posix/getconf.c (print_all): Likewise.
22762         (main): Likewise.
22763         * posix/getopt.c (exchange): Likewise.
22764         * posix/glob.c (globfree): Likewise.
22765         (prefix_array): Likewise.
22766         (__glob_pattern_type): Likewise.
22767         * resolv/arpa/nameser.h (NS_GET16): Likewise.
22768         (NS_GET32): Likewise.
22769         (NS_PUT16): Likewise.
22770         (NS_PUT32): Likewise.
22771         * resolv/gethnamaddr.c (getanswer): Likewise.
22772         (gethostbyname2): Likewise.
22773         (gethostbyaddr): Likewise.
22774         (_gethtent): Likewise.
22775         (_gethtbyname2): Likewise.
22776         (_gethtbyaddr): Likewise.
22777         * resolv/ns_print.c (dst_s_get_int16): Likewise.
22778         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
22779         * resolv/res_init.c (__res_vinit): Likewise.
22780         (net_mask): Likewise.
22781         * resolv/res_mkquery.c (outchar): Likewise.
22782         (PRINT): Likewise.
22783         * stdio-common/printf_fp.c (outchar): Likewise.
22784         (PRINT): Likewise.
22785         * stdio-common/printf_fphex.c (outchar): Likewise.
22786         (PRINT): Likewise.
22787         * stdio-common/printf_size.c (outchar): Likewise.
22788         (PRINT): Likewise.
22789         * stdio-common/test_rdwr.c (main): Likewise.
22790         * stdio-common/tfformat.c (matches): Likewise.
22791         * stdio-common/vfprintf.c (outchar): Likewise.
22792         (printf_unknown): Likewise.
22793         (buffered_vfprintf): Likewise.
22794         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
22795         * stdio-common/xbug.c (AppendToBuffer): Likewise.
22796         (ReadFile): Likewise.
22797         * stdlib/qsort.c (SWAP): Likewise.
22798         (_quicksort): Likewise.
22799         * stdlib/setenv.c (__add_to_environ): Likewise.
22800         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
22801         * stdlib/strtol_l.c (__strtol_l): Likewise.
22802         * stdlib/tst-strtod.c (main): Likewise.
22803         * stdlib/tst-strtol.c (main): Likewise.
22804         * stdlib/tst-strtoll.c (main): Likewise.
22805         * string/bits/string2.h (__strcmp_cc): Likewise.
22806         (__strcmp_cg): Likewise.
22807         (__strcspn_c1): Likewise.
22808         (__strcspn_c2): Likewise.
22809         (__strcspn_c3): Likewise.
22810         (__strspn_c1): Likewise.
22811         (__strspn_c2): Likewise.
22812         (__strspn_c3): Likewise.
22813         (__strsep_1c): Likewise.
22814         (__strsep_2c): Likewise.
22815         (__strsep_3c): Likewise.
22816         * string/memccpy.c (__memccpy): Likewise.
22817         * string/stpcpy.c (__stpcpy): Likewise.
22818         * string/strcmp.c (strcmp): Likewise.
22819         * string/strrchr.c (strrchr): Likewise.
22820         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
22821         Likewise.
22822         * sysdeps/mach/hurd/getcwd.c
22823         (_hurd_canonicalize_directory_name_internal): Likewise.
22824         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
22825         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
22826         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
22827         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
22828         Likewise, in both definitions.
22829         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
22830         definitions.
22831         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
22832         64] (__bswap_64): Likewise.
22833         * time/test_time.c (main): Likewise.
22834         * time/tzfile.c (__tzfile_read): Likewise.
22835         (__tzfile_compute): Likewise.
22836         * time/tzset.c (__tzset_parse_tz): Likewise.
22837         (tzset_internal): Likewise.
22838         (compute_change): Likewise.
22839         * wcsmbs/wcscat.c (__wcscat): Likewise.
22840         * wcsmbs/wcschr.c (wcschr): Likewise.
22841         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
22842         * wcsmbs/wcscspn.c (wcscspn): Likewise.
22843         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
22844         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
22845         * wcsmbs/wcsspn.c (wcsspn): Likewise.
22846         * wcsmbs/wcsstr.c (wcsstr): Likewise.
22847         * wcsmbs/wmemchr.c (wmemchr): Likewise.
22848         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
22849         * wcsmbs/wmemset.c (wmemset): Likewise.
22851 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
22853         * scripts/config.guess: Update to version 2013-05-16.
22854         * scripts/config.sub: Update to version 2013-04-24.
22855         * scripts/install-sh: Update to version 2011-11-20.07.
22856         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
22857         * scripts/move-if-change: Update to version 2012-01-06 07:23.
22859 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
22861         * debug/fgetws_u_chk.c: Fix leading whitespaces.
22862         * elf/sln.c: Likewise.
22863         * hurd/hurd/ioctl.h: Likewise.
22864         * hurd/hurdmalloc.c: Likewise.
22865         * hurd/xattr.c: Likewise.
22866         * include/shlib-compat.h: Likewise.
22867         * inet/ruserpass.c: Likewise.
22868         * libio/iofgets_u.c: Likewise.
22869         * libio/iofgetws_u.c: Likewise.
22870         * locale/programs/ld-identification.c: Likewise.
22871         * locale/programs/ld-time.c: Likewise.
22872         * mach/msg-destroy.c: Likewise.
22873         * nss/nss_files/files-netgrp.c: Likewise.
22874         * resolv/res_data.c: Likewise.
22875         * soft-fp/op-1.h: Likewise.
22876         * soft-fp/op-2.h: Likewise.
22877         * soft-fp/op-4.h: Likewise.
22878         * soft-fp/op-common.h: Likewise.
22879         * stdio-common/printf_fphex.c: Likewise.
22880         * stdlib/strtod_l.c: Likewise.
22881         * sunrpc/rpc/clnt.h: Likewise.
22882         * sysdeps/generic/framestate.c: Likewise.
22883         * sysdeps/i386/bsd-_setjmp.S: Likewise.
22884         * sysdeps/i386/bsd-setjmp.S: Likewise.
22885         * sysdeps/i386/__longjmp.S: Likewise.
22886         * sysdeps/i386/setjmp.S: Likewise.
22887         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
22888         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
22889         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
22890         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
22891         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
22892         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
22893         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
22894         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
22895         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
22896         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
22897         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
22898         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
22899         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
22900         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
22901         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
22902         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
22903         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
22904         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
22905         * sysdeps/ieee754/support.c: Likewise.
22906         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
22907         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
22908         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
22909         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
22910         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
22911         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
22912         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
22913         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
22914         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
22915         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
22916         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
22917         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
22918         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
22919         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
22920         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
22921         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
22922         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
22923         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
22925 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
22927         * posix/transbug.c: Remove executable mode.
22929 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
22931         * crypt/speeds.c: Remove trailing whitespace.
22932         * dlfcn/default.c: Likewise.
22933         * elf/ifuncdep2.c: Likewise.
22934         * elf/ifuncmain1.c: Likewise.
22935         * elf/ifuncmain1vis.c: Likewise.
22936         * elf/testobj.h: Likewise.
22937         * elf/tst-stackguard1.c: Likewise.
22938         * gmon/sys/gmon.h: Likewise.
22939         * hurd/hurdmsg.c: Likewise.
22940         * hurd/new-fd.c: Likewise.
22941         * hurd/ports-get.c: Likewise.
22942         * iconvdata/ibm1008_420.c: Likewise.
22943         * inet/tst-getni1.c: Likewise.
22944         * inet/tst-getni2.c: Likewise.
22945         * libio/ioungetc.c: Likewise.
22946         * libio/wfiledoalloc.c: Likewise.
22947         * manual/libm-err-tab.pl: Likewise.
22948         * math/w_dremf.c: Likewise.
22949         * misc/ftruncate.c: Likewise.
22950         * posix/bug-glob2.c: Likewise.
22951         * posix/tst-pcre.c: Likewise.
22952         * posix/wait4.c: Likewise.
22953         * resolv/README: Likewise.
22954         * resolv/res_debug.h: Likewise.
22955         * resolv/tst-inet_ntop.c: Likewise.
22956         * setjmp/bug269-setjmp.c: Likewise.
22957         * soft-fp/extended.h: Likewise.
22958         * soft-fp/op-1.h: Likewise.
22959         * soft-fp/op-2.h: Likewise.
22960         * soft-fp/op-4.h: Likewise.
22961         * soft-fp/op-8.h: Likewise.
22962         * soft-fp/testit.c: Likewise.
22963         * stdio-common/bug16.c: Likewise.
22964         * stdlib/random.c: Likewise.
22965         * sunrpc/rpcsvc/rquota.x: Likewise.
22966         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
22967         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
22968         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
22969         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
22970         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
22971         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
22972         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
22973         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
22974         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
22975         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
22976         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
22977         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
22978         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
22979         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
22980         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
22981         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
22982         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
22983         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
22984         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
22985         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
22986         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
22987         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
22988         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
22989         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
22990         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
22991         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
22992         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
22993         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
22994         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
22995         * sysdeps/ieee754/s_lib_version.c: Likewise.
22996         * sysdeps/mach/hurd/check_fds.c: Likewise.
22997         * sysdeps/mach/hurd/getsockname.c: Likewise.
22998         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
22999         * sysdeps/mach/hurd/recvfrom.c: Likewise.
23000         * sysdeps/powerpc/bits/link.h: Likewise.
23001         * sysdeps/powerpc/dl-procinfo.c: Likewise.
23002         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
23003         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
23004         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
23005         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
23006         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
23007         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
23008         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
23009         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
23010         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
23011         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
23012         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
23013         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
23014         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
23015         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
23016         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
23017         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
23018         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
23019         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
23020         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
23021         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
23022         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
23023         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23024         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
23025         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
23026         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
23027         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
23028         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
23029         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
23030         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
23031         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
23032         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
23033         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23034         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
23035         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
23036         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
23037         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
23038         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
23039         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
23040         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
23041         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
23042         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
23043         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
23044         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
23045         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
23046         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
23047         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
23048         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
23049         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
23050         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
23051         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
23052         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
23053         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
23054         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
23055         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
23056         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
23057         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
23058         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23059         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
23060         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
23061         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
23062         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
23063         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
23064         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
23065         * sysdeps/powerpc/sysdep.h: Likewise.
23066         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
23067         * sysdeps/s390/s390-64/sub_n.S: Likewise.
23068         * sysdeps/sh/dl-trampoline.S: Likewise.
23069         * sysdeps/sh/memset.S: Likewise.
23070         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
23071         * sysdeps/sh/strlen.S: Likewise.
23072         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
23073         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
23074         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
23075         * sysdeps/sparc/sparc32/rem.S: Likewise.
23076         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
23077         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
23078         * sysdeps/sparc/sparc32/strchr.S: Likewise.
23079         * sysdeps/sparc/sparc32/udiv.S: Likewise.
23080         * sysdeps/sparc/sparc32/urem.S: Likewise.
23081         * sysdeps/sparc/sparc64/add_n.S: Likewise.
23082         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
23083         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
23084         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
23085         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
23086         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
23087         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
23088         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
23089         * sysdeps/unix/bsd/times.c: Likewise.
23090         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
23091         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
23092         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
23093         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
23094         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
23095         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
23096         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
23097         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
23098         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
23099         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
23100         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
23101         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
23102         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
23103         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
23104         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
23105         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
23106         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
23107         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
23108         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
23109         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
23110         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
23111         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
23112         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
23113         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
23114         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
23115         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
23116         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
23117         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
23118         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
23119         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
23120         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
23121         * sysdeps/x86_64/strcspn.S: Likewise.
23123 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23125         * locale/C-translit.h: Revert #include <stdint.h> because this is a
23126         generated file.  Regenerate properly from gen-translit.pl.
23127         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
23128         locale/C-translit.h.
23130 2013-06-05  Andreas Schwab  <schwab@suse.de>
23132         [BZ #15100]
23133         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
23134         week as 6 instead of -1.
23135         * time/tst-strptime.c (day_tests): Add test case.
23137 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
23139         * sysdeps/generic/math_private.h
23140         (libc_feholdexcept_setround_53bit): Replace with
23141         libc_feholdsetround_53bit.
23142         (libc_feupdateenv_53bit): Replace with
23143         libc_feresetround_53bit.
23144         (SET_RESTORE_ROUND_53BIT): Adjust.
23146 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
23148         * string/test-strchrnul.c: Add copyright header.
23150         * posix/tst-getaddrinfo4.c: Increase test timeout.
23152 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
23154         [BZ #15536]
23155         * math/libm-test.inc (MAX_EXP): Remove
23156         (MIN_EXP): Define.
23157         (ulp): Use MIN_EXP - MANT_DIG.
23158         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
23160 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
23162         * po/be.po: Revert last change.
23163         * po/zh_CN.po: Likewise.
23164         * po/header.pot: Likewise.
23166 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
23168         * Makefile ($(common-objpfx)linkobj/libc.so): Define
23169         link-libc-deps to empty as target-specific variable.
23170         * Makerules (link-libc-args): New variable.
23171         (libc-for-link): Likewise.
23172         (link-libc-deps): Likewise.
23173         (lib%.so): Depend on $(link-libc-deps).  Link with
23174         $(link-libc-args).
23175         (build-module): Link with $(link-libc-args).
23176         (build-module-asneeded): Likewise.
23177         (build-module-helper-objlist): Filter out $(link-libc-deps) from
23178         list of objects.
23179         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
23180         target-specific variable.
23181         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
23182         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
23183         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
23184         libc.
23185         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
23186         libc and ld.so.
23187         ($(objpfx)libpcprofile.so): Likewise.
23188         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
23189         libc_nonshared.a.
23190         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
23191         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
23192         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
23193         $(link-libc-deps).
23194         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
23195         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
23196         * login/Makefile ($(objpfx)libutil.so): Likewise.
23197         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
23198         * math/Makefile ($(objpfx)libm.so): Likewise.
23199         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
23200         $(objpfx)libnsl.so): Define libc-for-link as target-specific
23201         variable instead of depending directly on libc.
23202         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
23203         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
23204         $(link-libc-deps).
23205         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
23206         libc.
23207         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
23208         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
23209         ($(objpfx)libanl.so): Likewise.
23210         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
23211         ld.so.
23212         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
23213         $(link-libc-deps).
23214         * sysdeps/i386/fpu/Makefile: Remove file.
23215         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
23216         ($(objpfx)libm.so): Remove dependency on ld.so.
23218 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
23220         [BZ # 15553]
23221         * nis/yp_xdr.c (XDRMAXNAME): Define.
23222         (XDRMAXRECORD): Define.
23223         (xdr_domainname): Use XDRMAXNAME.
23224         (xdr_mapname): Likewise.
23225         (xdr_peername): Likewise.
23226         (xdr_keydat): Use XDRMAXRECORD.
23227         (xdr_valdat): Likewise.
23229 2013-05-30  Jeff Law  <law@redhat.com>
23231         [BZ #14256]
23232         * manual/errno.texi (ESTALE): Update to account for more than
23233         just NFS file systems.
23234         * sysdeps/gnu/errlist.c: Regenerated.
23236 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
23238         [BZ #15465]
23239         * elf/Makefile (tests): Add tst-null-argv.
23240         (modules-names):  Add tst-null-argv-lib.
23241         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
23242         (tst-null-argv-ENV): Set environment for tst-null-argv.
23243         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
23244         (RTLD_PROGNAME): New macro.
23245         * elf/tst-null-argv.c: New test case.
23246         * elf/tst-null-argv-lib.c: Library for test case.
23247         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
23248         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
23249         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
23250         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
23251         * elf/dl-init.c (call_init): Likewise.
23252         (_dl_init): Likewise.
23253         * elf/dl-load.c (print_search_path): Likewise.
23254         (_dl_map_object): Likewise.
23255         * elf/dl-lookup.c (do_lookup_x): Likewise.
23256         (add_dependency): Likewise.
23257         (_dl_lookup_symbol_x): Likewise.
23258         (_dl_debug_bindings): Likewise.
23259         * elf/dl-open.c (_dl_show_scope): Likewise.
23260         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
23261         * elf/dl-version.c (match_symbol): Likewise.
23262         (_dl_check_map_versions): Likewise.
23263         * elf/rtld.c (dl_main): Likewise.
23264         (print_unresolved): Use RTLD_PROGNAME.
23265         (print_missing_version): Likewise.
23266         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
23267         (elf_machine_rela): Likewise.
23268         * sysdeps/powerpc/powerpc32/dl-machine.c
23269         (__process_machine_rela): Likewise.
23270         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
23271         Likewise.
23272         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
23273         Likewise.
23274         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
23275         Likewise.
23276         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
23277         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
23278         Likewise.
23279         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
23280         Likewise.
23281         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
23283 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
23285         * po/be.po: Add descriptive title.
23286         * po/zh_CN.po: Likewise.
23287         * po/header.pot: Likewise.
23289 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
23291         * locale/programs/locarchive.c (create_archive): Inlucde fname in
23292         error message.
23293         (enlarge_archive): Likewise.
23295 2013-05-28  Ben North  <ben@redfrontdoor.org>
23297         * manual/arith.texi (frexp): It is the magnitude of the return
23298         value which lies in [0.5, 1), not the return value itself.
23300 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23302         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23304 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
23306         * stdio-common/bug26.c (main): Correct fscanf template.
23308         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
23309         declare _dl_skip_args.
23311         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
23312         Don't declare.
23314         * manual/platform.texi: Add missing @end deftypefun.
23316 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
23318         [BZ #15529]
23319         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
23320         bit of mantissa of 2^16382.
23321         * math/libm-test.inc (hypot_test_data): Add more tests.
23323         * math/libm-test.inc: Add drem and pow10 to list of tested
23324         functions.
23325         (pow10_test): New function.
23326         (drem_test): Likewise.
23327         (drem_test_tonearest): Likewise.
23328         (drem_test_towardzero): Likewise.
23329         (drem_test_downward): Likewise.
23330         (drem_test_upward): Likewise.
23331         (main): Call the new functions.
23333         * math/libm-test.inc (finite_test_data): Remove.
23334         (finite_test): Run tests from isfinite_test_data.
23335         (gamma_test_data): Remove.
23336         (gamma_test): Run tests from lgamma_test_data.
23337         * sysdeps/i386/fpu/libm-test-ulps: Update.
23338         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23340 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23342         * manual/platform.texi: Add PowerPC PPR function set documentation.
23343         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
23344         implementation.
23346 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
23348         * math/libm-test.inc (MAX_EXP): Define.
23349         (ULPDIFF): Define.
23350         (ulp): New function.
23351         (check_float_internal): Use ULPDIFF.
23352         (cpow_test): Disable failing test.
23353         (check_ulp): Test ulp() implemetnation.
23354         (main): Call check_ulp before starting tests.
23356 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
23358         * math/gen-libm-test.pl (generate_testfile): Do not handle
23359         START_DATA and END_DATA.
23360         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
23361         END_DATA.
23362         (acos_tonearest_test_data): Likewise.
23363         (acos_towardzero_test_data): Likewise.
23364         (acos_downward_test_data): Likewise.
23365         (acos_upward_test_data): Likewise.
23366         (acosh_test_data): Likewise.
23367         (asin_test_data): Likewise.
23368         (asin_tonearest_test_data): Likewise.
23369         (asin_towardzero_test_data): Likewise.
23370         (asin_downward_test_data): Likewise.
23371         (asin_upward_test_data): Likewise.
23372         (asinh_test_data): Likewise.
23373         (atan_test_data): Likewise.
23374         (atanh_test_data): Likewise.
23375         (atan2_test_data): Likewise.
23376         (cabs_test_data): Likewise.
23377         (cacos_test_data): Likewise.
23378         (cacosh_test_data): Likewise.
23379         (carg_test_data): Likewise.
23380         (casin_test_data): Likewise.
23381         (casinh_test_data): Likewise.
23382         (catan_test_data): Likewise.
23383         (catanh_test_data): Likewise.
23384         (cbrt_test_data): Likewise.
23385         (ccos_test_data): Likewise.
23386         (ccosh_test_data): Likewise.
23387         (ceil_test_data): Likewise.
23388         (cexp_test_data): Likewise.
23389         (cimag_test_data): Likewise.
23390         (clog_test_data): Likewise.
23391         (clog10_test_data): Likewise.
23392         (conj_test_data): Likewise.
23393         (copysign_test_data): Likewise.
23394         (cos_test_data): Likewise.
23395         (cos_tonearest_test_data): Likewise.
23396         (cos_towardzero_test_data): Likewise.
23397         (cos_downward_test_data): Likewise.
23398         (cos_upward_test_data): Likewise.
23399         (cosh_test_data): Likewise.
23400         (cosh_tonearest_test_data): Likewise.
23401         (cosh_towardzero_test_data): Likewise.
23402         (cosh_downward_test_data): Likewise.
23403         (cosh_upward_test_data): Likewise.
23404         (cpow_test_data): Likewise.
23405         (cproj_test_data): Likewise.
23406         (creal_test_data): Likewise.
23407         (csin_test_data): Likewise.
23408         (csinh_test_data): Likewise.
23409         (csqrt_test_data): Likewise.
23410         (ctan_test_data): Likewise.
23411         (ctan_tonearest_test_data): Likewise.
23412         (ctan_towardzero_test_data): Likewise.
23413         (ctan_downward_test_data): Likewise.
23414         (ctan_upward_test_data): Likewise.
23415         (ctanh_test_data): Likewise.
23416         (ctanh_tonearest_test_data): Likewise.
23417         (ctanh_towardzero_test_data): Likewise.
23418         (ctanh_downward_test_data): Likewise.
23419         (ctanh_upward_test_data): Likewise.
23420         (erf_test_data): Likewise.
23421         (erfc_test_data): Likewise.
23422         (exp_test_data): Likewise.
23423         (exp_tonearest_test_data): Likewise.
23424         (exp_towardzero_test_data): Likewise.
23425         (exp_downward_test_data): Likewise.
23426         (exp_upward_test_data): Likewise.
23427         (exp10_test_data): Likewise.
23428         (exp2_test_data): Likewise.
23429         (expm1_test_data): Likewise.
23430         (fabs_test_data): Likewise.
23431         (fdim_test_data): Likewise.
23432         (finite_test_data): Likewise.
23433         (floor_test_data): Likewise.
23434         (fma_test_data): Likewise.
23435         (fma_towardzero_test_data): Likewise.
23436         (fma_downward_test_data): Likewise.
23437         (fma_upward_test_data): Likewise.
23438         (fmax_test_data): Likewise.
23439         (fmin_test_data): Likewise.
23440         (fmod_test_data): Likewise.
23441         (fpclassify_test_data): Likewise.
23442         (frexp_test_data): Likewise.
23443         (gamma_test_data): Likewise.
23444         (hypot_test_data): Likewise.
23445         (ilogb_test_data): Likewise.
23446         (isfinite_test_data): Likewise.
23447         (isgreater_test_data): Likewise.
23448         (isgreaterequal_test_data): Likewise.
23449         (isinf_test_data): Likewise.
23450         (isless_test_data): Likewise.
23451         (islessequal_test_data): Likewise.
23452         (islessgreater_test_data): Likewise.
23453         (isnan_test_data): Likewise.
23454         (isnormal_test_data): Likewise.
23455         (issignaling_test_data): Likewise.
23456         (isunordered_test_data): Likewise.
23457         (j0_test_data): Likewise.
23458         (j1_test_data): Likewise.
23459         (jn_test_data): Likewise.
23460         (ldexp_test_data): Likewise.
23461         (lgamma_test_data): Likewise.
23462         (lrint_test_data): Likewise.
23463         (lrint_tonearest_test_data): Likewise.
23464         (lrint_towardzero_test_data): Likewise.
23465         (lrint_downward_test_data): Likewise.
23466         (lrint_upward_test_data): Likewise.
23467         (llrint_test_data): Likewise.
23468         (llrint_tonearest_test_data): Likewise.
23469         (llrint_towardzero_test_data): Likewise.
23470         (llrint_downward_test_data): Likewise.
23471         (llrint_upward_test_data): Likewise.
23472         (log_test_data): Likewise.
23473         (log10_test_data): Likewise.
23474         (log1p_test_data): Likewise.
23475         (log2_test_data): Likewise.
23476         (logb_test_data): Likewise.
23477         (logb_downward_test_data): Likewise.
23478         (lround_test_data): Likewise.
23479         (llround_test_data): Likewise.
23480         (modf_test_data): Likewise.
23481         (nearbyint_test_data): Likewise.
23482         (nextafter_test_data): Likewise.
23483         (nexttoward_test_data): Likewise.
23484         (pow_test_data): Likewise.
23485         (pow_tonearest_test_data): Likewise.
23486         (pow_towardzero_test_data): Likewise.
23487         (pow_downward_test_data): Likewise.
23488         (pow_upward_test_data): Likewise.
23489         (remainder_test_data): Likewise.
23490         (remainder_tonearest_test_data): Likewise.
23491         (remainder_towardzero_test_data): Likewise.
23492         (remainder_downward_test_data): Likewise.
23493         (remainder_upward_test_data): Likewise.
23494         (remquo_test_data): Likewise.
23495         (rint_test_data): Likewise.
23496         (rint_tonearest_test_data): Likewise.
23497         (rint_towardzero_test_data): Likewise.
23498         (rint_downward_test_data): Likewise.
23499         (rint_upward_test_data): Likewise.
23500         (round_test_data): Likewise.
23501         (scalb_test_data): Likewise.
23502         (scalbn_test_data): Likewise.
23503         (scalbln_test_data): Likewise.
23504         (signbit_test_data): Likewise.
23505         (sin_test_data): Likewise.
23506         (sin_tonearest_test_data): Likewise.
23507         (sin_towardzero_test_data): Likewise.
23508         (sin_downward_test_data): Likewise.
23509         (sin_upward_test_data): Likewise.
23510         (sincos_test_data): Likewise.
23511         (sinh_test_data): Likewise.
23512         (sinh_tonearest_test_data): Likewise.
23513         (sinh_towardzero_test_data): Likewise.
23514         (sinh_downward_test_data): Likewise.
23515         (sinh_upward_test_data): Likewise.
23516         (sqrt_test_data): Likewise.
23517         (tan_test_data): Likewise.
23518         (tan_tonearest_test_data): Likewise.
23519         (tan_towardzero_test_data): Likewise.
23520         (tan_downward_test_data): Likewise.
23521         (tan_upward_test_data): Likewise.
23522         (tanh_test_data): Likewise.
23523         (tgamma_test_data): Likewise.
23524         (trunc_test_data): Likewise.
23525         (y0_test_data): Likewise.
23526         (y1_test_data): Likewise.
23527         (yn_test_data): Likewise.
23528         (significand_test_data): Likewise.
23530         * math/gen-libm-test.pl (@functions): Remove variable.
23531         (generate_testfile): Don't handle START and END lines.
23532         * math/libm-test.inc (START): New macro.
23533         (END): Likewise.
23534         (END_COMPLEX): Likewise.
23535         (acos_test): Use END macro without arguments.
23536         (acos_test_tonearest): Likewise.
23537         (acos_test_towardzero): Likewise.
23538         (acos_test_downward): Likewise.
23539         (acos_test_upward): Likewise.
23540         (acosh_test): Likewise.
23541         (asin_test): Likewise.
23542         (asin_test_tonearest): Likewise.
23543         (asin_test_towardzero): Likewise.
23544         (asin_test_downward): Likewise.
23545         (asin_test_upward): Likewise.
23546         (asinh_test): Likewise.
23547         (atan_test): Likewise.
23548         (atanh_test): Likewise.
23549         (atan2_test): Likewise.
23550         (cabs_test): Likewise.
23551         (cacos_test): Use END_COMPLEX macro without arguments.
23552         (cacosh_test): Likewise.
23553         (carg_test): Use END macro without arguments.
23554         (casin_test): Use END_COMPLEX macro without arguments.
23555         (casinh_test): Likewise.
23556         (catan_test): Likewise.
23557         (catanh_test): Likewise.
23558         (cbrt_test): Use END macro without arguments.
23559         (ccos_test): Use END_COMPLEX macro without arguments.
23560         (ccosh_test): Likewise.
23561         (ceil_test): Use END macro without arguments.
23562         (cexp_test): Use END_COMPLEX macro without arguments.
23563         (cimag_test): Use END macro without arguments.
23564         (clog_test): Use END_COMPLEX macro without arguments.
23565         (clog10_test): Likewise.
23566         (conj_test): Likewise.
23567         (copysign_test): Use END macro without arguments.
23568         (cos_test): Likewise.
23569         (cos_test_tonearest): Likewise.
23570         (cos_test_towardzero): Likewise.
23571         (cos_test_downward): Likewise.
23572         (cos_test_upward): Likewise.
23573         (cosh_test): Likewise.
23574         (cosh_test_tonearest): Likewise.
23575         (cosh_test_towardzero): Likewise.
23576         (cosh_test_downward): Likewise.
23577         (cosh_test_upward): Likewise.
23578         (cpow_test): Use END_COMPLEX macro without arguments.
23579         (cproj_test): Likewise.
23580         (creal_test): Use END macro without arguments.
23581         (csin_test): Use END_COMPLEX macro without arguments.
23582         (csinh_test): Likewise.
23583         (csqrt_test): Likewise.
23584         (ctan_test): Likewise.
23585         (ctan_test_tonearest): Likewise.
23586         (ctan_test_towardzero): Likewise.
23587         (ctan_test_downward): Likewise.
23588         (ctan_test_upward): Likewise.
23589         (ctanh_test): Likewise.
23590         (ctanh_test_tonearest): Likewise.
23591         (ctanh_test_towardzero): Likewise.
23592         (ctanh_test_downward): Likewise.
23593         (ctanh_test_upward): Likewise.
23594         (erf_test): Use END macro without arguments.
23595         (erfc_test): Likewise.
23596         (exp_test): Likewise.
23597         (exp_test_tonearest): Likewise.
23598         (exp_test_towardzero): Likewise.
23599         (exp_test_downward): Likewise.
23600         (exp_test_upward): Likewise.
23601         (exp10_test): Likewise.
23602         (exp2_test): Likewise.
23603         (expm1_test): Likewise.
23604         (fabs_test): Likewise.
23605         (fdim_test): Likewise.
23606         (finite_test): Likewise.
23607         (floor_test): Likewise.
23608         (fma_test): Likewise.
23609         (fma_test_towardzero): Likewise.
23610         (fma_test_downward): Likewise.
23611         (fma_test_upward): Likewise.
23612         (fmax_test): Likewise.
23613         (fmin_test): Likewise.
23614         (fmod_test): Likewise.
23615         (fpclassify_test): Likewise.
23616         (frexp_test): Likewise.
23617         (gamma_test): Likewise.
23618         (hypot_test): Likewise.
23619         (ilogb_test): Likewise.
23620         (isfinite_test): Likewise.
23621         (isgreater_test): Likewise.
23622         (isgreaterequal_test): Likewise.
23623         (isinf_test): Likewise.
23624         (isless_test): Likewise.
23625         (islessequal_test): Likewise.
23626         (islessgreater_test): Likewise.
23627         (isnan_test): Likewise.
23628         (isnormal_test): Likewise.
23629         (issignaling_test): Likewise.
23630         (isunordered_test): Likewise.
23631         (j0_test): Likewise.
23632         (j1_test): Likewise.
23633         (jn_test): Likewise.
23634         (ldexp_test): Likewise.
23635         (lgamma_test): Likewise.
23636         (lrint_test): Likewise.
23637         (lrint_test_tonearest): Likewise.
23638         (lrint_test_towardzero): Likewise.
23639         (lrint_test_downward): Likewise.
23640         (lrint_test_upward): Likewise.
23641         (llrint_test): Likewise.
23642         (llrint_test_tonearest): Likewise.
23643         (llrint_test_towardzero): Likewise.
23644         (llrint_test_downward): Likewise.
23645         (llrint_test_upward): Likewise.
23646         (log_test): Likewise.
23647         (log10_test): Likewise.
23648         (log1p_test): Likewise.
23649         (log2_test): Likewise.
23650         (logb_test): Likewise.
23651         (logb_test_downward): Likewise.
23652         (lround_test): Likewise.
23653         (llround_test): Likewise.
23654         (modf_test): Likewise.
23655         (nearbyint_test): Likewise.
23656         (nextafter_test): Likewise.
23657         (nexttoward_test): Likewise.
23658         (pow_test): Likewise.
23659         (pow_test_tonearest): Likewise.
23660         (pow_test_towardzero): Likewise.
23661         (pow_test_downward): Likewise.
23662         (pow_test_upward): Likewise.
23663         (remainder_test): Likewise.
23664         (remainder_test_tonearest): Likewise.
23665         (remainder_test_towardzero): Likewise.
23666         (remainder_test_downward): Likewise.
23667         (remainder_test_upward): Likewise.
23668         (remquo_test): Likewise.
23669         (rint_test): Likewise.
23670         (rint_test_tonearest): Likewise.
23671         (rint_test_towardzero): Likewise.
23672         (rint_test_downward): Likewise.
23673         (rint_test_upward): Likewise.
23674         (round_test): Likewise.
23675         (scalb_test): Likewise.
23676         (scalbn_test): Likewise.
23677         (scalbln_test): Likewise.
23678         (signbit_test): Likewise.
23679         (sin_test): Likewise.
23680         (sin_test_tonearest): Likewise.
23681         (sin_test_towardzero): Likewise.
23682         (sin_test_downward): Likewise.
23683         (sin_test_upward): Likewise.
23684         (sincos_test): Likewise.
23685         (sinh_test): Likewise.
23686         (sinh_test_tonearest): Likewise.
23687         (sinh_test_towardzero): Likewise.
23688         (sinh_test_downward): Likewise.
23689         (sinh_test_upward): Likewise.
23690         (sqrt_test): Likewise.
23691         (tan_test): Likewise.
23692         (tan_test_tonearest): Likewise.
23693         (tan_test_towardzero): Likewise.
23694         (tan_test_downward): Likewise.
23695         (tan_test_upward): Likewise.
23696         (tanh_test): Likewise.
23697         (tgamma_test): Likewise.
23698         (trunc_test): Likewise.
23699         (y0_test): Likewise.
23700         (y1_test): Likewise.
23701         (yn_test): Likewise.
23702         (significand_test): Likewise.
23704 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
23706         [BZ #15381]
23707         * libio/genops.c (_IO_no_init): Initialize wide struct info.
23709 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
23711         [BZ #14894]
23712         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
23713         __ppc_mdoio and __ppc_mdoom.
23714         * manual/platform.texi: Document new functions __ppc_yield,
23715         __ppc_mdoio and __ppc_mdoom.
23717 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
23719         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
23720         (main): Mention "tls" pseudo-hwcap is legacy.
23721         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
23723 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
23725         * math/gen-libm-test.pl (parse_args): Output only string of
23726         arguments as text for test name, not full call or descriptions of
23727         tests for extra outputs.
23728         (generate_testfile): Do not pass function name to parse_args.
23729         Generate this_func variable from START.
23730         * math/libm-test.inc (struct test_f_f_data): Rename test_name
23731         field to arg_str.
23732         (struct test_ff_f_data): Likewise.
23733         (test_ff_f_data_nexttoward): Likewise.
23734         (struct test_fi_f_data): Likewise.
23735         (struct test_fl_f_data): Likewise.
23736         (struct test_if_f_data): Likewise.
23737         (struct test_fff_f_data): Likewise.
23738         (struct test_c_f_data): Likewise.
23739         (struct test_f_f1_data): Likewise.  Remove field extra_name.
23740         (struct test_fF_f1_data): Likewise.
23741         (struct test_ffI_f1_data): Likewise.
23742         (struct test_c_c_data): Rename test_name field to arg_str.
23743         (struct test_cc_c_data): Likewise.
23744         (struct test_f_i_data): Likewise.
23745         (struct test_ff_i_data): Likewise.
23746         (struct test_f_l_data): Likewise.
23747         (struct test_f_L_data): Likewise.
23748         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
23749         and extra2_name.
23750         (COMMON_TEST_SETUP): New macro.
23751         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
23752         (COMMON_TEST_CLEANUP): Likewise.
23753         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
23754         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
23755         macros.
23756         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
23757         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
23758         macros.
23759         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
23760         (RUN_TEST_fff_f): Take argument string.  Call new setup and
23761         cleanup macros.
23762         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
23763         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
23764         macros.
23765         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
23766         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
23767         macros.
23768         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
23769         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
23770         cleanup macros.
23771         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
23772         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
23773         cleanup macros.
23774         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
23775         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
23776         cleanup macros.
23777         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
23778         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
23779         macros.
23780         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
23781         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
23782         macros.
23783         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
23784         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
23785         macros.
23786         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
23787         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
23788         cleanup macros.
23789         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
23790         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
23791         cleanup macros.
23792         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
23793         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
23794         macros.
23795         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
23796         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
23797         cleanup macros.
23798         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
23799         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
23800         macros.
23801         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
23802         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
23803         macros.
23804         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
23805         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
23806         cleanup macros.
23807         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
23809 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
23811         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
23812         to _sifields.sigfault.
23813         (si_addr_lsb): Define new macro.
23814         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
23815         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
23816         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
23818 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
23820         [BZ #15441]
23821         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
23822         returns -1.
23823         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
23824         null return -1.
23825         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
23826         loading the domain.
23828 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
23830         * math/gen-libm-test.pl (parse_args): Do not include expected
23831         result in test name.
23832         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
23833         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
23834         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
23835         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
23836         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
23837         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23839 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
23841         * benchtests/Makefile: Sort function entries.
23843         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
23844         tanh, asinh, acosh, atanh.
23845         * benchtests/acos-inputs: New file.
23846         * benchtests/acosh-inputs: New file.
23847         * benchtests/asin-inputs: New file.
23848         * benchtests/asinh-inputs: New file.
23849         * benchtests/atanh-inputs: New file.
23850         * benchtests/cosh-inputs: New file.
23851         * benchtests/log-inputs: New file.
23852         * benchtests/sinh-inputs: New file.
23853         * benchtests/tanh-inputs: New file.
23855 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
23857         [BZ #15339]
23858         * posix/tst-getaddrinfo4.c: New test.
23859         * posix/Makefile (tests): Add it.
23861 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23863         [BZ #15339]
23864         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
23865         when no services were used.
23866         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
23867         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
23869 2013-05-21  Andreas Schwab  <schwab@suse.de>
23871         [BZ #15014]
23872         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
23873         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
23874         successful.
23875         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
23876         redundant variable declarations and reallocation of buffer when
23877         parsing as IPv6 address.  Always set NSS status when called from
23878         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
23879         buffer too small.  Correct computation of needed size.
23880         * nss/Makefile (tests): Add test-digits-dots.
23881         * nss/test-digits-dots.c: New test.
23883 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23885         * benchtests/Makefile: Remove instructions for adding
23886         benchmark tests.
23887         * benchtests/README: New file to explain how to execute and
23888         enhance the benchmark tests.
23890 2013-05-21  Andreas Schwab  <schwab@suse.de>
23892         [BZ #15493]
23893         * setjmp/Makefile (tests): Add tst-sigsetjmp.
23894         * setjmp/tst-sigsetjmp.c: New test.
23896 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
23898         * sysdeps/x86_64/memset.S (memset): New implementation.
23899         (__bzero): Likewise.
23900         (__memset_tail): New function.
23902 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
23904         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
23905         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
23906         __memcpy_sse2_unaligned ifunc selection.
23907         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
23908         Add memcpy-sse2-unaligned.S.
23909         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
23910         Add: __memcpy_sse2_unaligned.
23912 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
23914         [BZ #15490]
23915         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
23916         math_force_eval before restoring floating-point envrionment.
23917         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
23918         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
23919         Likewise.
23920         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
23921         <math_private.h>.
23922         (__nearbyintl): Use math_force_eval before restoring
23923         floating-point environment.
23924         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
23926         * math/gen-libm-test.pl (special_functions): Remove.
23927         (parse_args): Don't handle TEST_extra.  Handle functions with no
23928         return value.
23929         * math/libm-test.inc (struct test_sincos_data): Replace with
23930         struct test_fFF_11_data.
23931         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
23932         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
23933         (sincos_test_data): Change element type to struct
23934         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
23935         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
23936         RUN_TEST_LOOP_sincos.
23937         * math/README.libm-test: Don't mention special handling of
23938         individual functions.
23939         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
23940         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
23941         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
23942         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
23943         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
23944         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23946         * math/gen-libm-test.pl (get_variable): Remove function.
23947         (parse_args): Don't show pointer parameters to call in test
23948         names.  Use "extra output N" in test names for extra outputs
23949         rather than naming variables.
23951 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
23953         [BZ #15488]
23954         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
23955         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
23956         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
23957         double tests.
23958         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
23959         disable.
23960         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
23961         check_long_double.
23963         * math/gen-libm-test.pl (@tests): Remove variable.
23964         ($count): Likewise.
23965         (new_test): Remove function.
23966         (show_exceptions): New function.
23967         (special_functions): Use show_exceptions instead of new_test.
23968         (parse_args): Likewise.
23969         (generate_testfile): Pass only function name in generated call to
23970         print_max_error or print_complex_max_error.
23971         (get_ulps): Do not handle complex tests specially.
23972         (output_test): Rename to ...
23973         (get_all_ulps_for_test): ... this.  Return a string rather than
23974         printing to a file.  Require ulps to be present.
23975         (output_ulps): Generate arrays rather than #defines.
23976         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
23977         (struct ulp_data): New type.
23978         (BUILD_COMPLEX_ULP): Remove macro.
23979         (compare_ulp_data): New function.
23980         (find_ulps): Likewise.
23981         (find_test_ulps): Likewise.
23982         (find_function_ulps): Likewise.
23983         (find_complex_function_ulps): Likewise.
23984         (print_max_error): Determine allowed ulps using
23985         find_function_ulps.
23986         (print_complex_max_error): Determine allowed ulps using
23987         find_complex_function_ulps.
23988         (check_float_internal): Determine max ulps using find_test_ulps.
23989         (check_float): Do not take max_ulp parameter.  Update call to
23990         check_float_internal.
23991         (check_complex): Likewise.
23992         (check_int): Do not take max_ulp parameter.
23993         (check_long): Likewise.
23994         (check_bool): Likewise.
23995         (check_longlong): Likewise.
23996         (struct test_f_f_data): Remove max_ulp field.
23997         (struct test_ff_f_data): Likewise.
23998         (struct test_ff_f_data_nexttoward): Likewise.
23999         (struct test_fi_f_data): Likewise.
24000         (struct test_fl_f_data): Likewise.
24001         (struct test_if_f_data): Likewise.
24002         (struct test_fff_f_data): Likewise.
24003         (struct test_c_f_data): Likewise.
24004         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
24005         (struct test_fF_f1_data): Likewise.
24006         (struct test_ffI_f1_data): Likewise.
24007         (struct test_c_c_data): Remove max_ulp field.
24008         (struct test_cc_c_data): Likewise.
24009         (struct test_f_i_data): Likewise.
24010         (struct test_ff_i_data): Likewise.
24011         (struct test_f_l_data): Likewise.
24012         (struct test_f_L_data): Likewise.
24013         (struct test_sincos_data): Likewise.
24014         (RUN_TEST_f_f): Do not handle ulps.
24015         (RUN_TEST_LOOP_f_f): Likewise.
24016         (RUN_TEST_2_f): Likewise.
24017         (RUN_TEST_LOOP_2_f): Likewise.
24018         (RUN_TEST_fff_f): Likewise.
24019         (RUN_TEST_LOOP_fff_f): Likewise.
24020         (RUN_TEST_c_f): Likewise.
24021         (RUN_TEST_LOOP_c_f): Likewise.
24022         (RUN_TEST_f_f1): Likewise.
24023         (RUN_TEST_LOOP_f_f1): Likewise.
24024         (RUN_TEST_fF_f1): Likewise.
24025         (RUN_TEST_LOOP_fF_f1): Likewise.
24026         (RUN_TEST_fI_f1): Likewise.
24027         (RUN_TEST_LOOP_fI_f1): Likewise.
24028         (RUN_TEST_ffI_f1): Likewise.
24029         (RUN_TEST_LOOP_ffI_f1): Likewise.
24030         (RUN_TEST_c_c): Likewise.
24031         (RUN_TEST_LOOP_c_c): Likewise.
24032         (RUN_TEST_cc_c): Likewise.
24033         (RUN_TEST_LOOP_cc_c): Likewise.
24034         (RUN_TEST_f_i): Likewise.
24035         (RUN_TEST_LOOP_f_i): Likewise.
24036         (RUN_TEST_f_i_tg): Likewise.
24037         (RUN_TEST_LOOP_f_i_tg): Likewise.
24038         (RUN_TEST_ff_i_tg): Likewise.
24039         (RUN_TEST_LOOP_ff_i_tg): Likewise.
24040         (RUN_TEST_f_b): Likewise.
24041         (RUN_TEST_LOOP_f_b): Likewise.
24042         (RUN_TEST_f_b_tg): Likewise.
24043         (RUN_TEST_LOOP_f_b_tg): Likewise.
24044         (RUN_TEST_f_l): Likewise.
24045         (RUN_TEST_LOOP_f_l): Likewise.
24046         (RUN_TEST_f_L): Likewise.
24047         (RUN_TEST_LOOP_f_L): Likewise.
24048         (RUN_TEST_sincos): Likewise.
24049         (RUN_TEST_LOOP_sincos): Likewise.
24051 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
24053         [BZ #15480]
24054         [BZ #15485]
24055         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
24056         main case of finite arguments, set rounding mode to FE_TONEAREST
24057         and discard exceptions.
24058         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
24059         exceptions.
24060         (remainder_tonearest_test_data): New variable.
24061         (remainder_test_tonearest): New function.
24062         (remainder_towardzero_test_data): New variable.
24063         (remainder_test_towardzero): New function.
24064         (remainder_downward_test_data): New variable.
24065         (remainder_test_downward): New function.
24066         (remainder_upward_test_data): New variable.
24067         (remainder_test_upward): New function.
24068         (main): Call the new test functions.
24070         * math/libm-test.inc (struct test_f_f1_data): Remove field
24071         extra_init.
24072         (struct test_fF_f1_data): Likewise.
24073         (struct test_ffI_f1_data): Likewise.
24074         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
24075         based on value of EXTRA_EXPECTED.
24076         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24077         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
24078         EXTRA_VAR based on value of EXTRA_EXPECTED.
24079         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24080         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
24081         EXTRA_VAR based on value of EXTRA_EXPECTED.
24082         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24083         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
24084         EXTRA_VAR based on value of EXTRA_EXPECTED.
24085         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24086         * math/gen-libm-test.pl (parse_args): Don't output initializers
24087         for extra output values.
24089         * math/libm-test.inc (check_int): Expect result to be exactly
24090         equal to expected value and do not handle ulps.
24091         (check_long): Likewise.
24092         (check_longlong): Likewise.
24094         * math/libm-test.inc (ceil_test_data): Test for "inexact"
24095         exceptions.
24096         (cimag_test_data): Likewise.
24097         (conj_test_data): Likewise.
24098         (copysign_test_data): Likewise.
24099         (cproj_test_data): Likewise.
24100         (creal_test_data): Likewise.
24101         (fabs_test_data): Likewise.
24102         (fdim_test_data): Likewise.
24103         (finite_test_data): Likewise.
24104         (floor_test_data): Likewise.
24105         (fmax_test_data): Likewise.
24106         (fmin_test_data): Likewise.
24107         (fmod_test_data): Likewise.
24108         (fpclassify_test_data): Likewise.
24109         (frexp_test_data): Likewise.
24110         (ilogb_test_data): Likewise.
24111         (isfinite_test_data): Likewise.
24112         (isgreater_test_data): Likewise.
24113         (isgreaterequal_test_data): Likewise.
24114         (isinf_test_data): Likewise.
24115         (isless_test_data): Likewise.
24116         (islessequal_test_data): Likewise.
24117         (islessgreater_test_data): Likewise.
24118         (isnan_test_data): Likewise.
24119         (isnormal_test_data): Likewise.
24120         (issignaling_test_data): Likewise.
24121         (isunordered_test_data): Likewise.
24122         (ldexp_test_data): Likewise.
24123         (lrint_test_data): Likewise.
24124         (lrint_test_data) [TEST_FLOAT]: Disable one test.
24125         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
24126         (lrint_tonearest_test_data): Test for "inexact" exceptions.
24127         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24128         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
24129         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24130         test input.
24131         (lrint_towardzero_test_data): Test for "inexact" exceptions.
24132         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24133         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
24134         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
24135         that test input.
24136         (lrint_downward_test_data): Test for "inexact" exceptions.
24137         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24138         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
24139         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24140         test input.
24141         (lrint_upward_test_data): Test for "inexact" exceptions.
24142         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
24143         test input.
24144         (llrint_test_data): Test for "inexact" exceptions.
24145         (llrint_test_data) [TEST_FLOAT]: Disable one test.
24146         (llrint_tonearest_test_data): Test for "inexact" exceptions.
24147         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24148         (llrint_towardzero_test_data): Test for "inexact" exceptions.
24149         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24150         (llrint_downward_test_data): Test for "inexact" exceptions.
24151         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24152         (llrint_upward_test_data): Test for "inexact" exceptions.
24153         (logb_test_data): Likewise.
24154         (logb_downward_test_data): Likewise.
24155         (nextafter_test_data): Likewise.
24156         (nexttoward_test_data): Likewise.
24157         (remainder_test_data): Likewise.
24158         (remquo_test_data): Likewise.
24159         (scalbn_test_data): Likewise.
24160         (scalbln_test_data): Likewise.
24161         (signbit_test_data): Likewise.
24162         (sqrt_test_data): Likewise.
24163         (significand_test_data): Likewise.
24165 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
24167         [BZ #15424]
24168         * benchtests/bench-modf.c (struct args): Mark arg0 as
24169         volatile.
24170         * scripts/bench.pl: Mark members of struct args as volatile.
24172 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24174         [BZ # 15497]
24175         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
24176         negative infinity on POWER6 or lower.
24177         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
24179 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
24181         [BZ #15442]
24182         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
24183         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
24184         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
24185         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
24186         (_FP_SETQNAN): New macro.
24187         (_FP_SETQNAN_SEMIRAW): Likewise.
24188         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
24189         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
24190         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
24191         (FP_EXTEND): Use _FP_FRAC_SNANP.
24192         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
24193         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
24194         into account.
24195         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24196         New macro.
24197         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24198         Likewise.
24200 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24202         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
24203         with DIVIDE_BY_ZERO_EXCEPTION.
24204         (gamma_test_data): Likewise.
24205         (lgamma_test_data): Likewise.
24206         (log_test_data): Likewise.
24207         (log10_test_data): Likewise.
24208         (log2_test_data): Likewise.
24209         (tgamma_test_data): Likewise.
24211         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
24212         (acos_test_tonearest): Likewise.
24213         (acos_test_towardzero): Likewise.
24214         (acos_test_downward): Likewise.
24215         (acos_test_upward): Likewise.
24216         (acosh_test): Likewise.
24217         (asin_test): Likewise.
24218         (asin_test_tonearest): Likewise.
24219         (asin_test_towardzero): Likewise.
24220         (asin_test_downward): Likewise.
24221         (asin_test_upward): Likewise.
24222         (asinh_test): Likewise.
24223         (atan_test): Likewise.
24224         (atanh_test): Likewise.
24225         (atan2_test): Likewise.
24226         (cabs_test): Likewise.
24227         (cacos_test): Likewise.
24228         (cacosh_test): Likewise.
24229         (casin_test): Likewise.
24230         (casinh_test): Likewise.
24231         (catan_test): Likewise.
24232         (catanh_test): Likewise.
24233         (cbrt_test): Likewise.
24234         (ccos_test): Likewise.
24235         (ccosh_test): Likewise.
24236         (cexp_test): Likewise.
24237         (clog_test): Likewise.
24238         (clog10_test): Likewise.
24239         (cos_test): Likewise.
24240         (cos_test_tonearest): Likewise.
24241         (cos_test_towardzero): Likewise.
24242         (cos_test_downward): Likewise.
24243         (cos_test_upward): Likewise.
24244         (cosh_test): Likewise.
24245         (cosh_test_tonearest): Likewise.
24246         (cosh_test_towardzero): Likewise.
24247         (cosh_test_downward): Likewise.
24248         (cosh_test_upward): Likewise.
24249         (cpow_test): Likewise.
24250         (csin_test): Likewise.
24251         (csinh_test): Likewise.
24252         (csqrt_test): Likewise.
24253         (ctan_test): Likewise.
24254         (ctan_test_tonearest): Likewise.
24255         (ctan_test_towardzero): Likewise.
24256         (ctan_test_downward): Likewise.
24257         (ctan_test_upward): Likewise.
24258         (ctanh_test): Likewise.
24259         (ctanh_test_tonearest): Likewise.
24260         (ctanh_test_towardzero): Likewise.
24261         (ctanh_test_downward): Likewise.
24262         (ctanh_test_upward): Likewise.
24263         (erf_test): Likewise.
24264         (erfc_test): Likewise.
24265         (exp_test): Likewise.
24266         (exp_test_tonearest): Likewise.
24267         (exp_test_towardzero): Likewise.
24268         (exp_test_downward): Likewise.
24269         (exp_test_upward): Likewise.
24270         (exp10_test): Likewise.
24271         (exp2_test): Likewise.
24272         (expm1_test): Likewise.
24273         (fmod_test): Likewise.
24274         (gamma_test): Likewise.
24275         (hypot_test): Likewise.
24276         (j0_test): Likewise.
24277         (j1_test): Likewise.
24278         (jn_test): Likewise.
24279         (lgamma_test): Likewise.
24280         (log_test): Likewise.
24281         (log10_test): Likewise.
24282         (log1p_test): Likewise.
24283         (log2_test): Likewise.
24284         (logb_test_downward): Likewise.
24285         (pow_test): Likewise.
24286         (pow_test_tonearest): Likewise.
24287         (pow_test_towardzero): Likewise.
24288         (pow_test_downward): Likewise.
24289         (pow_test_upward): Likewise.
24290         (remainder_test): Likewise.
24291         (remquo_test): Likewise.
24292         (sin_test): Likewise.
24293         (sin_test_tonearest): Likewise.
24294         (sin_test_towardzero): Likewise.
24295         (sin_test_downward): Likewise.
24296         (sin_test_upward): Likewise.
24297         (sincos_test): Likewise.
24298         (sinh_test): Likewise.
24299         (sinh_test_tonearest): Likewise.
24300         (sinh_test_towardzero): Likewise.
24301         (sinh_test_downward): Likewise.
24302         (sinh_test_upward): Likewise.
24303         (sqrt_test): Likewise.
24304         (tan_test): Likewise.
24305         (tan_test_tonearest): Likewise.
24306         (tan_test_towardzero): Likewise.
24307         (tan_test_downward): Likewise.
24308         (tan_test_upward): Likewise.
24309         (tanh_test): Likewise.
24310         (tgamma_test): Likewise.
24311         (y0_test): Likewise.
24312         (y1_test): Likewise.
24313         (yn_test): Likewise.
24315         * math/gen-libm-test.pl (adjust_arg): Remove function.
24316         (special_function): Remove argument $in_func.  Only handle
24317         generating output for tables of tests, not inside functions.
24318         (parse_args): Likewise.
24319         (generate_testfile): Remove variable $in_func.  Update call to
24320         parse_args.
24321         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
24322         (MINUS_ZERO_INIT): Rename macro to minus_zero.
24323         (PLUS_INFTY_INIT): Rename macro to plus_infty.
24324         (MINUS_INFTY_INIT): Rename macro to minus_infty.
24325         (QNAN_VALUE_INIT): Rename macro to qnan_value.
24326         (MAX_VALUE_INIT): Rename macro to max_value.
24327         (MIN_VALUE_INIT): Rename macro to min_value.
24328         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
24329         (plus_zero): Remove variable.
24330         (minus_zero): Likewise.
24331         (plus_infty): Likewise.
24332         (minus_infty): Likewise.
24333         (qnan_value): Likewise.
24334         (max_value): Likewise.
24335         (min_value): Likewise.
24336         (min_subnorm_value): Likewise.
24338 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24340         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
24341         uint64_t or uint32_t usage.
24342         * crypt/sha256-block.c: Likewise.
24343         * crypt/sha256-crypt.c: Likewise.
24344         * crypt/sha256.c: Likewise.
24345         * crypt/sha512-block.c: Likewise.
24346         * crypt/sha512-crypt.c: Likewise.
24347         * crypt/sha512.c: Likewise.
24348         * debug/backtrace-tst.c: Likewise.
24349         * debug/pcprofiledump.c: Likewise.
24350         * elf/cache.c: Likewise.
24351         * elf/dl-cache.c: Likewise.
24352         * elf/dl-misc.c: Likewise.
24353         * elf/dl-profile.c: Likewise.
24354         * elf/dl-support.c: Likewise.
24355         * elf/ldconfig.c: Likewise.
24356         * elf/sprof.c: Likewise.
24357         * iconv/dummy-repertoire.c: Likewise.
24358         * iconv/iconv_charmap.c: Likewise.
24359         * iconv/skeleton.c: Likewise.
24360         * iconvdata/8bit-generic.c: Likewise.
24361         * iconvdata/cp737.h: Likewise.
24362         * iconvdata/cp775.h: Likewise.
24363         * iconvdata/ibm1008.h: Likewise.
24364         * iconvdata/ibm1025.h: Likewise.
24365         * iconvdata/ibm1046.h: Likewise.
24366         * iconvdata/ibm1097.h: Likewise.
24367         * iconvdata/ibm1112.h: Likewise.
24368         * iconvdata/ibm1122.h: Likewise.
24369         * iconvdata/ibm1123.h: Likewise.
24370         * iconvdata/ibm1124.h: Likewise.
24371         * iconvdata/ibm1129.h: Likewise.
24372         * iconvdata/ibm1130.h: Likewise.
24373         * iconvdata/ibm1132.h: Likewise.
24374         * iconvdata/ibm1133.h: Likewise.
24375         * iconvdata/ibm1137.h: Likewise.
24376         * iconvdata/ibm1140.h: Likewise.
24377         * iconvdata/ibm1141.h: Likewise.
24378         * iconvdata/ibm1142.h: Likewise.
24379         * iconvdata/ibm1143.h: Likewise.
24380         * iconvdata/ibm1144.h: Likewise.
24381         * iconvdata/ibm1145.h: Likewise.
24382         * iconvdata/ibm1146.h: Likewise.
24383         * iconvdata/ibm1147.h: Likewise.
24384         * iconvdata/ibm1148.h: Likewise.
24385         * iconvdata/ibm1149.h: Likewise.
24386         * iconvdata/ibm1153.h: Likewise.
24387         * iconvdata/ibm1154.h: Likewise.
24388         * iconvdata/ibm1155.h: Likewise.
24389         * iconvdata/ibm1156.h: Likewise.
24390         * iconvdata/ibm1157.h: Likewise.
24391         * iconvdata/ibm1158.h: Likewise.
24392         * iconvdata/ibm1160.h: Likewise.
24393         * iconvdata/ibm1161.h: Likewise.
24394         * iconvdata/ibm1162.h: Likewise.
24395         * iconvdata/ibm1163.h: Likewise.
24396         * iconvdata/ibm1164.h: Likewise.
24397         * iconvdata/ibm1166.h: Likewise.
24398         * iconvdata/ibm1167.h: Likewise.
24399         * iconvdata/ibm12712.h: Likewise.
24400         * iconvdata/ibm1390.h: Likewise.
24401         * iconvdata/ibm1399.h: Likewise.
24402         * iconvdata/ibm16804.h: Likewise.
24403         * iconvdata/ibm4517.h: Likewise.
24404         * iconvdata/ibm4899.h: Likewise.
24405         * iconvdata/ibm4909.h: Likewise.
24406         * iconvdata/ibm4971.h: Likewise.
24407         * iconvdata/ibm5347.h: Likewise.
24408         * iconvdata/ibm803.h: Likewise.
24409         * iconvdata/ibm856.h: Likewise.
24410         * iconvdata/ibm901.h: Likewise.
24411         * iconvdata/ibm902.h: Likewise.
24412         * iconvdata/ibm9030.h: Likewise.
24413         * iconvdata/ibm9066.h: Likewise.
24414         * iconvdata/ibm921.h: Likewise.
24415         * iconvdata/ibm922.h: Likewise.
24416         * iconvdata/ibm9448.h: Likewise.
24417         * iconvdata/isiri-3342.h: Likewise.
24418         * iconvdata/jis0201.h: Likewise.
24419         * include/link.h: Likewise.
24420         * include/netdb.h: Likewise.
24421         * inet/check_native.c: Likewise.
24422         * inet/check_pf.c: Likewise.
24423         * inet/getipv4sourcefilter.c: Likewise.
24424         * inet/getnameinfo.c: Likewise.
24425         * inet/getsourcefilter.c: Likewise.
24426         * inet/htonl.c: Likewise.
24427         * inet/setipv4sourcefilter.c: Likewise.
24428         * inet/setsourcefilter.c: Likewise.
24429         * inet/test-inet6_opt.c: Likewise.
24430         * inet/tst-network.c: Likewise.
24431         * locale/C-collate.c: Likewise.
24432         * locale/C-ctype.c: Likewise.
24433         * locale/C-time.c: Likewise.
24434         * locale/C-translit.h: Likewise.
24435         * locale/loadarchive.c: Likewise.
24436         * locale/programs/3level.h: Likewise.
24437         * locale/programs/charmap.c: Likewise.
24438         * locale/programs/charmap.h: Likewise.
24439         * locale/programs/ld-address.c: Likewise.
24440         * locale/programs/ld-collate.c: Likewise.
24441         * locale/programs/ld-ctype.c: Likewise.
24442         * locale/programs/ld-identification.c: Likewise.
24443         * locale/programs/ld-measurement.c: Likewise.
24444         * locale/programs/ld-messages.c: Likewise.
24445         * locale/programs/ld-monetary.c: Likewise.
24446         * locale/programs/ld-name.c: Likewise.
24447         * locale/programs/ld-numeric.c: Likewise.
24448         * locale/programs/ld-paper.c: Likewise.
24449         * locale/programs/ld-telephone.c: Likewise.
24450         * locale/programs/ld-time.c: Likewise.
24451         * locale/programs/linereader.c: Likewise.
24452         * locale/programs/locale.c: Likewise.
24453         * locale/programs/locarchive.c: Likewise.
24454         * locale/programs/locfile.h: Likewise.
24455         * locale/programs/repertoire.c: Likewise.
24456         * locale/programs/simple-hash.c: Likewise.
24457         * locale/programs/simple-hash.h: Likewise.
24458         * malloc/memusage.c: Likewise.
24459         * malloc/memusagestat.c: Likewise.
24460         * nis/nis_defaults.c: Likewise.
24461         * nis/nis_hash.c: Likewise.
24462         * nis/nis_print.c: Likewise.
24463         * nis/nis_xdr.c: Likewise.
24464         * nscd/connections.c: Likewise.
24465         * nscd/hstcache.c: Likewise.
24466         * nscd/nscd_gethst_r.c: Likewise.
24467         * nscd/nscd_getserv_r.c: Likewise.
24468         * nscd/nscd_helper.c: Likewise.
24469         * nscd/servicescache.c: Likewise.
24470         * nss/makedb.c: Likewise.
24471         * nss/nss_db/db-XXX.c: Likewise.
24472         * nss/nss_db/db-initgroups.c: Likewise.
24473         * nss/nss_db/db-netgrp.c: Likewise.
24474         * nss/nss_files/files-network.c: Likewise.
24475         * nss/nss_files/files-parse.c: Likewise.
24476         * posix/bug-regex5.c: Likewise.
24477         * posix/fnmatch_loop.c: Likewise.
24478         * posix/regcomp.c: Likewise.
24479         * posix/regexec.c: Likewise.
24480         * posix/tst-rfc3484-2.c: Likewise.
24481         * posix/tst-rfc3484-3.c: Likewise.
24482         * posix/tst-rfc3484.c: Likewise.
24483         * resolv/nss_dns/dns-canon.c: Likewise.
24484         * resolv/nss_dns/dns-network.c: Likewise.
24485         * resolv/res_init.c: Likewise.
24486         * resolv/res_mkquery.c: Likewise.
24487         * resolv/tst-aton.c: Likewise.
24488         * stdlib/cxa_atexit.c: Likewise.
24489         * stdlib/cxa_finalize.c: Likewise.
24490         * stdlib/gen-fpioconst.c: Likewise.
24491         * stdlib/strtol_l.c: Likewise.
24492         * string/tst-endian.c: Likewise.
24493         * sunrpc/auth_des.c: Likewise.
24494         * sunrpc/clnt_udp.c: Likewise.
24495         * sunrpc/rtime.c: Likewise.
24496         * sunrpc/svcauth_des.c: Likewise.
24497         * sunrpc/xdr.c: Likewise.
24498         * sunrpc/xdr_intXX_t.c: Likewise.
24499         * sunrpc/xdr_rec.c: Likewise.
24500         * sysdeps/generic/ldconfig.h: Likewise.
24501         * sysdeps/generic/ldsodefs.h: Likewise.
24502         * sysdeps/generic/memusage.h: Likewise.
24503         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
24504         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
24505         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
24506         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
24507         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
24508         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
24509         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
24510         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
24511         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
24512         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
24513         * sysdeps/posix/getaddrinfo.c: Likewise.
24514         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
24515         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
24516         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
24517         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
24518         * sysdeps/powerpc/test-gettimebase.c: Likewise.
24519         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
24520         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
24521         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
24522         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
24523         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
24524         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
24525         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
24526         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
24527         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
24528         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
24529         * sysdeps/x86_64/dl-tls.h: Likewise.
24530         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
24531         * time/alt_digit.c: Likewise.
24532         * time/era.c: Likewise.
24533         * wcsmbs/tst-c16c32-1.c: Likewise.
24535 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24537         * math/libm-test.inc (struct test_sincos_data): New type.
24538         (RUN_TEST_LOOP_sincos): New macro.
24539         (sincos_test_data): New variable.
24540         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
24542 2013-05-16  Richard Henderson  <rth@redhat.com>
24544         * math/atest-exp2.c (LIMB64): New macro.
24545         (CONSTSZ): New macro.
24546         (mp_exp1, mp_exp_m1, mp_log2): New variables.
24547         (hexdig): Move ...
24548         (print_mpn_fp): ... to function scope.
24549         (read_mpn_hex): Remove.
24550         (get_log2): Remove.
24551         (exp2_mpn): Use mp_log2.
24552         (main): Use mp_exp1.
24554 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24556         * math/libm-test.inc: Remove comment about not testing "inexact"
24557         exceptions.
24558         (INEXACT_EXCEPTION): New macro.
24559         (NO_INEXACT_EXCEPTION): Likewise.
24560         (INVALID_EXCEPTION_OK): Update value.
24561         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
24562         (OVERFLOW_EXCEPTION_OK): Likewise.
24563         (UNDERFLOW_EXCEPTION_OK): Likewise.
24564         (IGNORE_ZERO_INF_SIGN): Likewise.
24565         (ERRNO_UNCHANGED): Likewise.
24566         (ERRNO_EDOM): Likewise.
24567         (ERRNO_ERANGE): Likewise.
24568         (test_exceptions): Handle testing "inexact" exceptions.
24569         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
24570         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
24571         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
24572         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
24573         INEXACT_EXCEPTION.
24574         (rint_towardzero_test_data): Likewise.
24575         (rint_downward_test_data): Likewise.
24576         (rint_upward_test_data): Likewise.
24578         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
24579         with OVERFLOW_EXCEPTION.
24580         (exp10_test_data): Likewise.
24581         (exp2_test_data): Likewise.
24582         (expm1_test_data): Likewise.
24583         (lgamma_test_data): Likewise.
24584         (pow_test_data): Likewise.
24585         (tgamma_test_data): Likewise.
24586         (yn_test_data): Remove duplicate test of overflow.
24588         * math/libm-test.inc (struct test_cc_c_data): New type.
24589         (RUN_TEST_LOOP_cc_c): New macro.
24590         (cpow_test_data): New variable.
24591         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
24593         * math/libm-test.inc (struct test_f_L_data): New type.
24594         (RUN_TEST_LOOP_f_L): New macro.
24595         (llrint_test_data): New variable.
24596         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
24597         (llrint_tonearest_test_data): New variable.
24598         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
24599         (llrint_towardzero_test_data): New variable.
24600         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
24601         (llrint_downward_test_data): New variable.
24602         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
24603         (llrint_upward_test_data): New variable.
24604         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
24605         (llround_test_data): New variable.
24606         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
24608 2013-05-13  Peter Collingbourne  <pcc@google.com>
24610         * math/atest-exp2.c (get_log2): Remove const attribute.
24612 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
24614         * math/libm-test.inc (struct test_f_l_data): New type.
24615         (RUN_TEST_LOOP_f_l): New macro.
24616         (lrint_test_data): New variable.
24617         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
24618         (lrint_tonearest_test_data): New variable.
24619         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
24620         (lrint_towardzero_test_data): New variable.
24621         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
24622         (lrint_downward_test_data): New variable.
24623         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
24624         (lrint_upward_test_data): New variable.
24625         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
24626         (lround_test_data): New variable.
24627         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
24629 2013-05-15  Peter Collingbourne  <pcc@google.com>
24631         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
24632         (EXTRACT_WORDS64) Use where appropriate.
24633         (INSERT_WORDS64) Likewise.
24635         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
24636         constraints with x constraints.
24637         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
24639         * malloc/obstack.c (_obstack_compat): Add initializer.
24641 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
24643         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
24644         si_trapno and add si_addr_lsb to _sifields.sigfault.
24645         (si_trapno): Remove macro.
24646         (si_addr_lsb): Define new macro.
24647         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
24649 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
24651         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
24652         instead of TEST_f_l.
24653         (llrint_test_tonearest): Likewise.
24654         (llrint_test_towardzero): Likewise.
24655         (llrint_test_downward): Likewise.
24656         (llrint_test_upward): Likewise.
24657         (llround_test): Likewise.
24659         * math/libm-test.inc (struct test_f_i_data): Add comment.
24660         (RUN_TEST_LOOP_f_b): New macro.
24661         (RUN_TEST_LOOP_f_b_tg): Likewise.
24662         (finite_test_data): New variable.
24663         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
24664         (isfinite_test_data): New variable.
24665         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24666         (isinf_test_data): New variable.
24667         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24668         (isnan_test_data): New variable.
24669         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24670         (isnormal_test_data): New variable.
24671         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24672         (issignaling_test_data): New variable.
24673         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24674         (signbit_test_data): New variable.
24675         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24677         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
24678         with INVALID_EXCEPTION.
24679         (acosh_test_data): Likewise.
24680         (asin_test_data): Likewise.
24681         (atanh_test_data): Likewise.
24682         (fmod_test_data): Likewise.
24683         (log_test_data): Likewise.
24684         (log10_test_data): Likewise.
24685         (log2_test_data): Likewise.
24686         (pow_test_data): Likewise.
24687         (sqrt_test_data): Likewise.
24688         (y0_test_data): Likewise.
24689         (y1_test_data): Likewise.
24690         (yn_test_data): Likewise.
24692         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
24693         function contents.
24695         * math/libm-test.inc (struct test_ff_i_data): New type.
24696         (RUN_TEST_LOOP_ff_i_tg): New macro.
24697         (isgreater_test_data): New variable.
24698         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24699         (isgreaterequal_test_data): New variable.
24700         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24701         (isless_test_data): New variable.
24702         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24703         (islessequal_test_data): New variable.
24704         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24705         (islessgreater_test_data): New variable.
24706         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24707         (isunordered_test_data): New variable.
24708         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24710 2013-05-14  David S. Miller  <davem@davemloft.net>
24712         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24714 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
24716         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
24718         * math/libm-test.inc (struct test_fF_f1_data): Change type of
24719         extra_test to int.
24720         (struct test_f_i_data): Change type of max_ulp to int.
24722         * math/libm-test.inc (test_ffI_f1_data): New type.
24723         (RUN_TEST_LOOP_ffI_f1): New macro.
24724         (remquo_test_data): New variable.
24725         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
24727         * setjmp/tst-setjmp-fp.c: New file.
24728         * setjmp/Makefile (tests): Add tst-setjmp-fp.
24729         (link-libm): New variable.
24730         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
24732         * math/libm-test.inc (struct test_f_i_data): New type.
24733         (RUN_TEST_LOOP_f_i): New macro.
24734         (RUN_TEST_LOOP_f_i_tg): Likewise.
24735         (fpclassify_test_data): New variable.
24736         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
24737         (ilogb_test_data): New variable.
24738         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
24740         * math/libm-test.inc (scalbln_test): Correct function name in END
24741         call.
24743         * math/libm-test.inc (struct test_f_f1_data): Add comment.
24744         (RUN_TEST_LOOP_fI_f1): New macro.
24745         (frexp_test_data): New variable.
24746         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
24748         * math/libm-test.inc (struct test_fF_f1_data): New type.
24749         (RUN_TEST_LOOP_fF_f1): New macro.
24750         (modf_test_data): New variable.
24751         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
24753         * math/libm-test.inc (struct test_f_f1_data): New type.
24754         (RUN_TEST_LOOP_f_f1): New macro.
24755         (gamma_test_data): New variable.
24756         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
24757         (lgamma_test_data): New variable.
24758         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
24760 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
24762         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
24763         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
24764         (main): Comment "tls" pseudo-hwcap.
24766 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
24768         * math/libm-test.inc (struct test_fl_f_data): New type.
24769         (RUN_TEST_LOOP_fl_f): New variable.
24770         (scalbln_test_data): New variable.
24771         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
24773         * math/libm-test.inc (struct test_fi_f_data): New type.
24774         (RUN_TEST_LOOP_fi_f): New macro.
24775         (ldexp_test_data): New variable.
24776         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
24777         (scalbn_test_data): New variable.
24778         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
24780         * math/libm-test.inc (struct test_c_f_data): New type.
24781         (RUN_TEST_LOOP_c_f): New macro.
24782         (cabs_test_data): New variable.
24783         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
24784         (carg_test_data): New variable.
24785         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
24786         (cimag_test_data): New variable.
24787         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
24788         (creal_test_data): New variable.
24789         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
24791         * math/libm-test.inc (struct test_if_f_data): New type.
24792         (RUN_TEST_LOOP_if_f): New macro.
24793         (jn_test_data): New variable.
24794         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
24795         (yn_test_data): New variable.
24796         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
24798         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
24800 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24802         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
24803         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
24805 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
24807         * benchtests/Makefile (CPPFLAGS-nonlib): Add
24808         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
24809         (bench-deps): Add bench-timing.h.
24810         * benchtests-bench-skeleton.c: Include bench-timing.h.
24811         (main): Use TIMING_* macros instead of clock_gettime.
24812         * benchtests/bench-timing.h: New file.
24814         [BZ #14582]
24815         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
24816         Renamed from _LIB_VERSION.
24817         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
24819 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
24821         * math/libm-test.inc (struct test_fff_f_data): New type.
24822         (RUN_TEST_LOOP_fff_f): New macro.
24823         (fma_test_data): New variable.
24824         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
24825         (fma_towardzero_test_data): New variable.
24826         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
24827         (fma_downward_test_data): New variable.
24828         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
24829         (fma_upward_test_data): New variable.
24830         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
24832         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
24833         (struct test_c_c_data): New type.
24834         (RUN_TEST_LOOP_c_c): New macro.
24835         (cacos_test_data): New variable.
24836         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
24837         (cacosh_test_data): New variable.
24838         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
24839         (casin_test_data): New variable.
24840         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
24841         (casinh_test_data): New variable.
24842         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
24843         (catan_test_data): New variable.
24844         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
24845         (catanh_test_data): New variable.
24846         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
24847         (ccos_test_data): New variable.
24848         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
24849         (ccosh_test_data): New variable.
24850         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
24851         (cexp_test_data): New variable.
24852         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
24853         (clog_test_data): New variable.
24854         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
24855         (clog10_test_data): New variable.
24856         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
24857         (conj_test_data): New variable.
24858         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
24859         (cproj_test_data): New variable.
24860         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
24861         (csin_test_data): New variable.
24862         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
24863         (csinh_test_data): New variable.
24864         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
24865         (csqrt_test_data): New variable.
24866         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
24867         (ctan_test_data): New variable.
24868         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
24869         (ctan_tonearest_test_data): New variable.
24870         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
24871         (ctan_towardzero_test_data): New variable.
24872         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
24873         (ctan_downward_test_data): New variable.
24874         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
24875         (ctan_upward_test_data): New variable.
24876         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
24877         (ctanh_test_data): New variable.
24878         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
24879         (ctanh_tonearest_test_data): New variable.
24880         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
24881         (ctanh_towardzero_test_data): New variable.
24882         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
24883         (ctanh_downward_test_data): New variable.
24884         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
24885         (ctanh_upward_test_data): New variable.
24886         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
24887         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
24888         of BUILD_COMPLEX.
24890         * math/libm-test.inc (struct test_ff_f_data): New type.
24891         (struct test_ff_f_data_nexttoward): Likewise.
24892         (RUN_TEST_LOOP_2_f): New macro.
24893         (RUN_TEST_LOOP_ff_f): Likewise.
24894         (atan2_test_data): New variable.
24895         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
24896         (copysign_test_data): New variable.
24897         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
24898         (fdim_test_data): New variable.
24899         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
24900         (fmax_test_data): New variable.
24901         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
24902         (fmin_test_data): New variable.
24903         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
24904         (fmod_test_data): New variable.
24905         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
24906         (hypot_test_data): New variable.
24907         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
24908         (nextafter_test_data): New variable.
24909         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
24910         (nexttoward_test_data): New variable.
24911         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
24912         (pow_test_data): New variable.
24913         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
24914         (pow_tonearest_test_data): New variable.
24915         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
24916         (pow_towardzero_test_data): New variable.
24917         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
24918         (pow_downward_test_data): New variable.
24919         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
24920         (pow_upward_test_data): New variable.
24921         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
24922         (remainder_test_data): New variable.
24923         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
24924         (scalb_test_data): New variable.
24925         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
24926         * sysdeps/i386/fpu/libm-test-ulps: Update.
24928 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
24930         * math/libm-test.inc (fma_test): Use max_value instead of local
24931         variable fltmax.
24932         (nextafter_test): Likewise.
24934         * math/libm-test.inc (acos_towardzero_test_data): New variable.
24935         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24936         (acos_downward_test_data): New variable.
24937         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24938         (acos_upward_test_data): New variable.
24939         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24940         (acosh_test_data): New variable.
24941         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
24942         (asin_test_data): New variable.
24943         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
24944         (asin_tonearest_test_data): New variable.
24945         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24946         (asin_towardzero_test_data): New variable.
24947         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24948         (asin_downward_test_data): New variable.
24949         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24950         (asin_upward_test_data): New variable.
24951         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24952         (asinh_test_data): New variable.
24953         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
24954         (atan_test_data): New variable.
24955         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
24956         (atanh_test_data): New variable.
24957         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
24958         (cbrt_test_data): New variable.
24959         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
24960         (ceil_test_data): New variable.
24961         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
24962         (cos_test_data): New variable.
24963         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
24964         (cos_tonearest_test_data): New variable.
24965         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24966         (cos_towardzero_test_data): New variable.
24967         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24968         (cos_downward_test_data): New variable.
24969         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24970         (cos_upward_test_data): New variable.
24971         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24972         (cosh_test_data): New variable.
24973         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
24974         (cosh_tonearest_test_data): New variable.
24975         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24976         (cosh_towardzero_test_data): New variable.
24977         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24978         (cosh_downward_test_data): New variable.
24979         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24980         (cosh_upward_test_data): New variable.
24981         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24982         (erf_test_data): New variable.
24983         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
24984         (erfc_test_data): New variable.
24985         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
24986         (exp_test_data): New variable.
24987         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
24988         (exp_tonearest_test_data): New variable.
24989         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24990         (exp_towardzero_test_data): New variable.
24991         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24992         (exp_downward_test_data): New variable.
24993         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24994         (exp_upward_test_data): New variable.
24995         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24996         (exp10_test_data): New variable.
24997         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
24998         (exp2_test_data): New variable.
24999         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
25000         (expm1_test_data): New variable.
25001         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
25002         (fabs_test_data): New variable.
25003         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
25004         (floor_test_data): New variable.
25005         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
25006         (j0_test_data): New variable.
25007         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
25008         (j1_test_data): New variable.
25009         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
25010         (log_test_data): New variable.
25011         (log_test): Run tests with RUN_TEST_LOOP_f_f.
25012         (log10_test_data): New variable.
25013         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
25014         (log1p_test_data): New variable.
25015         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
25016         (log2_test_data): New variable.
25017         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
25018         (logb_test_data): New variable.
25019         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
25020         (logb_downward_test_data): New variable.
25021         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25022         (nearbyint_test_data): New variable.
25023         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
25024         (rint_test_data): New variable.
25025         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
25026         (rint_tonearest_test_data): New variable.
25027         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25028         (rint_towardzero_test_data): New variable.
25029         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25030         (rint_downward_test_data): New variable.
25031         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25032         (rint_upward_test_data): New variable.
25033         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25034         (round_test_data): New variable.
25035         (round_test): Run tests with RUN_TEST_LOOP_f_f.
25036         (sin_test_data): New variable.
25037         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
25038         (sin_tonearest_test_data): New variable.
25039         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25040         (sin_towardzero_test_data): New variable.
25041         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25042         (sin_downward_test_data): New variable.
25043         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25044         (sin_upward_test_data): New variable.
25045         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25046         (sinh_test_data): New variable.
25047         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
25048         (sinh_tonearest_test_data): New variable.
25049         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25050         (sinh_towardzero_test_data): New variable.
25051         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25052         (sinh_downward_test_data): New variable.
25053         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25054         (sinh_upward_test_data): New variable.
25055         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25056         (sqrt_test_data): New variable.
25057         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
25058         (tan_test_data): New variable.
25059         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
25060         (tan_tonearest_test_data): New variable.
25061         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25062         (tan_towardzero_test_data): New variable.
25063         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25064         (tan_downward_test_data): New variable.
25065         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25066         (tan_upward_test_data): New variable.
25067         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25068         (tanh_test_data): New variable.
25069         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
25070         (tgamma_test_data): New variable.
25071         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
25072         (trunc_test_data): New variable.
25073         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
25074         (y0_test_data): New variable.
25075         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
25076         (y1_test_data): New variable.
25077         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
25078         (significand_test_data): New variable.
25079         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
25081 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
25083         [BZ #12387]
25084         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
25086 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
25088         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
25090 2013-05-10  Andreas Jaeger  <aj@suse.de>
25092         [BZ #15448]
25093         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
25094         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
25096 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25098         * math/gen-libm-test.pl (adjust_arg): New function.
25099         (special_functions): Handle generating output in both functions
25100         and arrays.
25101         (parse_args): Likewise.
25102         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
25103         $in_func argument to parse_args.
25104         * math/libm-test.inc (struct test_f_f_data): New type.
25105         (IF_ROUND_INIT_): New macro.
25106         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
25107         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
25108         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
25109         (IF_ROUND_INIT_FE_UPWARD): Likewise.
25110         (ROUND_RESTORE_): Likewise.
25111         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
25112         (ROUND_RESTORE_FE_TONEAREST): Likewise.
25113         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
25114         (ROUND_RESTORE_FE_UPWARD): Likewise.
25115         (RUN_TEST_LOOP_f_f): New macro.
25116         (acos_test_data): New variable.
25117         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
25118         (acos_tonearest_test_data): New variable.
25119         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25121 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25123         * benchtests/bench-skeleton.c (startup): Fix coding style.
25125 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25127         [BZ #6809]
25128         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
25129         negative infinity argument.
25130         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
25131         negative infinity argument.
25132         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
25133         negative infinity argument.
25134         * math/libm-test.inc (tgamma_test): Expect errno to be set for
25135         domain errors.
25137 2013-05-10  Florian Weimer  <fweimer@redhat.com>
25139         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
25140         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
25141         * iconv/iconv_prog.c (main): Likewise.
25142         * locale/programs/charmap-dir.c (charmap_readdir)
25143         (fopen_uncompressed): Likewise.
25144         * locale/programs/locfile.c (siblings_uncached)
25145         (write_locale_data): Use lstat64 instead of lstat.
25146         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
25147         stat.
25149 2013-05-10  Andreas Jaeger  <aj@suse.de>
25151         [BZ #15395]
25152         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
25153         localization.
25154         Include <locale.h>.
25156 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
25158         * elf/dl-close.c (_dl_close_worker): Add comments.
25160 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
25162         [BZ #15359]
25163         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
25164         high part of pi/2.
25165         (__ieee754_rem_pio2l): Update comments.
25167         [BZ #15429]
25168         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
25169         high part of pi/2.
25170         (__ieee754_rem_pio2l): Update comments.
25172         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
25173         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
25175         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
25176         M_PI_4l.
25178         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
25179         (M_PI_34_LOG10El): Likewise.
25180         (M_PI2_LOG10El): Likewise.
25181         (M_PI4_LOG10El): Likewise.
25182         (M_PI_LOG10El): Likewise.
25184 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25186         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25188 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
25190         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
25191         (MINUS_ZERO_INIT): Likewise.
25192         (PLUS_INFTY_INIT): Likewise.
25193         (MINUS_INFTY_INIT): Likewise.
25194         (QNAN_VALUE_INIT): Likewise.
25195         (MAX_VALUE_INIT): Likewise.
25196         (MIN_VALUE_INIT): Likewise.
25197         (MIN_SUBNORM_VALUE_INIT): Likewise.
25198         (plus_zero): Initialize with PLUS_ZERO_INIT.
25199         (minus_zero): Initialize with MINUS_ZERO_INIT.
25200         (plus_infty): Initialize with PLUS_INFTY_INIT.
25201         (minus_infty): Initialize with MINUS_INFTY_INIT.
25202         (qnan_value): Initialize with QNAN_VALUE_INIT.
25203         (max_value): Initialize with MAX_VALUE_INIT.
25204         (min_value): Initialize with MIN_VALUE_INIT.
25205         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
25207         * math/libm-test.inc (RUN_TEST_if_f): New macro.
25208         (jn_test): Use TEST_if_f instead of TEST_ff_f.
25209         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
25210         (yn_test): Use TEST_if_f instead of TEST_ff_f.
25212         * math/libm-test.inc (RUN_TEST_f_f): New macro.
25213         (RUN_TEST_2_f): Likewise.
25214         (RUN_TEST_ff_f): Likewise.
25215         (RUN_TEST_fi_f): Likewise.
25216         (RUN_TEST_fl_f): Likewise.
25217         (RUN_TEST_fff_f): Likewise.
25218         (RUN_TEST_c_f): Likewise.
25219         (RUN_TEST_f_f1): Likewise.
25220         (RUN_TEST_fF_f1): Likewise.
25221         (RUN_TEST_fI_f1): Likewise.
25222         (RUN_TEST_ffI_f1): Likewise.
25223         (RUN_TEST_c_c): Likewise.
25224         (RUN_TEST_cc_c): Likewise.
25225         (RUN_TEST_f_i): Likewise.
25226         (RUN_TEST_f_i_tg): Likewise.
25227         (RUN_TEST_ff_i_tg): Likewise.
25228         (RUN_TEST_f_b): Likewise.
25229         (RUN_TEST_f_b_tg): Likewise.
25230         (RUN_TEST_f_l): Likewise.
25231         (RUN_TEST_f_L): Likewise.
25232         (RUN_TEST_sincos): Likewise.
25233         * math/gen-libm-test.pl (new_test): Take new argument to indicate
25234         whether to show exceptions.  Do not include ");\n" in return
25235         value.
25236         (special_functions): Output call to RUN_TEST_sincos instead of
25237         check_float calls.  Update calls to new_test.
25238         (parse_args): Output call to single RUN_TEST_* macro instead of
25239         check_* calls and other assignments.  Update calls to new_test.
25241         [BZ #2546]
25242         [BZ #2560]
25243         [BZ #5159]
25244         [BZ #15426]
25245         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
25246         input to result for tgamma overflow.
25247         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
25248         (gamma_coeff): New variable.
25249         (NCOEFF): New macro.
25250         (gamma_positive): New function.
25251         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
25252         underflow here.  Use gamma_positive instead of exp (lgamma) for
25253         other arguments.
25254         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
25255         (gamma_coeff): New variable.
25256         (NCOEFF): New macro.
25257         (gammaf_positive): New function.
25258         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
25259         underflow here.  Use gamma_positive instead of exp (lgamma) for
25260         other arguments.
25261         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
25262         (gamma_coeff): New variable.
25263         (NCOEFF): New macro.
25264         (gammal_positive): New function.
25265         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
25266         underflow here.  Use gamma_positive instead of exp (lgamma) for
25267         other arguments.
25268         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
25269         (gamma_coeff): New variable.
25270         (NCOEFF): New macro.
25271         (gammal_positive): New function.
25272         (__ieee754_gammal_r): Handle positive infinity, overflow and
25273         underflow here.  Handle NaN the same as positive infinity.  Remove
25274         check x < 0xffffffff for negative integers.  Use gamma_positive
25275         instead of exp (lgamma) for other arguments.
25276         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
25277         (gamma_coeff): New variable.
25278         (NCOEFF): New macro.
25279         (gammal_positive): New function.
25280         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
25281         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
25282         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
25283         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
25284         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
25285         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
25286         * sysdeps/generic/math_private.h (__gamma_productf): New
25287         prototype.
25288         (__gamma_product): Likewise.
25289         (__gamma_productl): Likewise.
25290         * math/Makefile (libm-calls): Add gamma_product.
25291         * math/libm-test.inc (tgamma_test): Add more tests.
25292         * sysdeps/i386/fpu/libm-test-ulps: Update.
25293         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25295 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
25297         * benchtests/bench-skeleton.c (main): Preheat CPU.
25299 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
25301         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
25303 2013-05-07  Roland McGrath  <roland@hack.frob.com>
25305         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
25306         and _dl_skip_args_internal.
25308 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
25310         * manual/message.texi (Message Translation): Talk about users.
25311         Message to key mapping impacts design.
25313 2013-05-06  Roland McGrath  <roland@hack.frob.com>
25315         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
25317         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
25319         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
25320         * sysdeps/wordsize-64/glob64.c: ... here.
25322         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
25323         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
25324         New macros.
25326         * debug/getlogin_r_chk.c: Moved to ...
25327         * login/getlogin_r_chk.c: ... here.
25328         * debug/Makefile (routines): Move getlogin_r_chk to ...
25329         * login/Makefile (routines): ... here.
25330         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
25331         * login/Versions (libc: GLIBC_2.4): ... here.
25333         * io/poll.c (__poll): Renamed from poll.
25334         Add libc_hidden_def.
25335         (poll): Define as weak alias.
25337         * debug/ptsname_r_chk.c: Moved to ...
25338         * login/ptsname_r_chk.c: ... here.
25339         * debug/Makefile (routines): Move ptsname_r_chk to ...
25340         * login/Makefile (routines): ... here.
25341         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
25342         * login/Versions (libc: GLIBC_2.4): ... here.
25344         * posix/getlogin.c: Moved to ...
25345         * login/getlogin.c: ... here.
25346         * posix/getlogin_r.c: Moved to ...
25347         * login/getlogin_r.c: ... here.
25348         * posix/getlogin_r.c: Moved to ...
25349         * login/getlogin_r.c: ... here.
25350         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
25351         * login/Makefile (routines): ... here.
25352         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
25353         * login/Versions (libc: GLIBC_2.0): ... here.
25355         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
25356         (setrlimit): Define as weak alias.
25358         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
25359         Call __ names for open, ftruncate, and close.
25360         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
25361         (truncate): Define as weak alias.
25363 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
25365         * math/gen-libm-test.pl (parse_args): Initialize x before each
25366         test of frexp, modf and remquo.
25368         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
25369         test signgam value.
25371 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25373         [BZ #15418]
25374         [BZ #15419]
25375         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
25376         internal tests.
25377         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
25379 2013-05-06  Roland McGrath  <roland@hack.frob.com>
25381         * elf/dl-writev.h: New file.
25382         * elf/dl-misc.c: Include it.
25383         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
25384         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
25386 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
25388         * math/libm-test.inc (noXFails): Remove variable.
25389         (noXPasses): Likewise.
25390         (BUILD_COMPLEX_INT): Remove macro.
25391         (print_screen): Remove xfail argument.
25392         (print_screen_max_error): Likewise.
25393         (update_stats): Likewise.
25394         (print_max_error): Likewise.  Update calls to other affected
25395         functions.
25396         (print_complex_max_error): Likewise.
25397         (test_single_exception): Update calls to print_screen.
25398         (test_single_errno): Likewise.
25399         (check_float_internal): Remove xfail argument.  Update calls to
25400         other affected functions.
25401         (check_float): Likewise.
25402         (check_complex): Likewise.
25403         (check_int): Likewise.
25404         (check_long): Likewise.
25405         (check_bool): Likewise.
25406         (check_longlong): Likewise.
25407         (main): Don't print noXFails and noXPasses.
25408         * math/gen-libm-test.pl (top level): Don't mention expected
25409         failure handling in comment.
25410         (new_test): Don't handle expected failures.
25411         (parse_args): Don't mention expected failure handling in comment.
25412         (generate_testfile): Don't handle expected failures.
25413         (parse_ulps): Likewise.
25414         (print_ulps_file): Likewise.
25415         (get_failure): Remove function.
25416         (output_test): Don't handle expected failures.
25417         * make/README.libm-test: Don't mention expected failure handling.
25419         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
25420         (minus_zero): Likewise.
25421         (plus_infty): Likewise.
25422         (minus_infty): Likewise.
25423         (qnan_value): Likewise.
25424         (max_value): Likewise.
25425         (min_value): Likewise.
25426         (min_subnorm_value): Likewise.
25427         (initialize): Do not initialize those variables dynamically.
25429 2013-05-03  Roland McGrath  <roland@hack.frob.com>
25431         * io/open.c (__open_2): Moved to ...
25432         * io/open_2.c: ... this new file.
25433         * io/open64.c (__open64_2): Moved to ...
25434         * io/open64_2.c: ... this new file.
25435         * io/openat.c (__openat_2): Moved to ...
25436         * io/openat_2.c: ... this new file.
25437         * io/openat64.c (__openat64_2): Moved to ...
25438         * io/openat64_2.c: ... this new file.
25439         * io/Makefile (routines): Add them.
25440         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
25441         * sysdeps/unix/sysv/linux/open_2.c: File removed.
25442         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
25443         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
25444         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
25445         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
25446         (__openat64): Add hidden_ver.
25447         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
25448         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
25450         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
25451         Separately conditionalize setting of GLRO(dl_sysinfo) so
25452         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
25453         as well, but the actual setting is only under [NEED_DL_SYSINFO].
25455 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25457         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
25458         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
25459         definition.
25460         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
25461         * sysdeps/unix/sysv/linux/powerpc/init-first.c
25462         (_libc_vdso_platform_setup): Add __vdso_time initialization.
25463         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
25464         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
25466 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
25468         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
25469         test signgam value.
25471         * math/libm-test.inc (hypot_test): Do not use
25472         IGNORE_ZERO_INF_SIGN.
25474 2013-05-03  Andreas Jaeger  <aj@suse.de>
25476         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
25477         Linux 3.9.
25478         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
25479         (PF_MAX): Adjust for VSOCK change.
25481 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25483         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25485 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
25487         [BZ #15264]
25488         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
25489         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
25490         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
25492 2013-05-02  David S. Miller  <davem@davemloft.net>
25494         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25496 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
25498         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
25500 2013-05-01  Roland McGrath  <roland@hack.frob.com>
25502         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
25504 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
25506         [BZ #14952]
25507         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
25508         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
25509         Use __attribute__ ((__gnu_inline__)).
25510         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
25511         Don't use __attribute__ ((__gnu_inline__)).
25513 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
25515         [BZ #15423]
25516         * math/s_catan.c (__catan): Handle small real or imaginary part of
25517         input specially to avoid spurious underflow.
25518         * math/s_catanf.c (__catanf): Likewise.
25519         * math/s_catanh.c (__catanh): Likewise.
25520         * math/s_catanhf.c (__catanhf): Likewise.
25521         * math/s_catanhl.c (__catanhl): Likewise.
25522         * math/s_catanl.c (__catanl): Likewise.
25523         * math/libm-test.inc (catan_test): Add more tests.
25524         (catanh_test): Likewise.
25525         * sysdeps/i386/fpu/libm-test-ulps: Update.
25526         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25528 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25530         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25532 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
25534         [BZ #15416]
25535         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
25536         accurately for denominator in atan2.
25537         * math/s_catanf.c (__catanf): Likewise.
25538         * math/s_catanh.c (__catanh): Likewise.
25539         * math/s_catanhf.c (__catanhf): Likewise.
25540         * math/s_catanhl.c (__catanhl): Likewise.
25541         * math/s_catanl.c (__catanl): Likewise.
25542         * math/libm-test.inc (catan_test): Add more tests.
25543         (catanh_test): Likewise.
25544         * sysdeps/i386/fpu/libm-test-ulps: Update.
25545         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25547 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
25549         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
25551         * benchtests/Makefile (bench): Remove slow benchmarks.
25552         * benchtests/atan-inputs: Add slow benchmark inputs.
25553         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
25554         (BENCH_FUNC): Accept variant offset.
25555         (VARIANT): Define.
25556         * benchtests/bench-skeleton.c (main): Run benchmark for each
25557         variant.
25558         * benchtests/cos-inputs: Add slow benchmark inputs.
25559         * benchtests/exp-inputs: Likewise.
25560         * benchtests/pow-inputs: Likewise.
25561         * benchtests/sin-inputs: Likewise.
25562         * benchtests/slowatan-inputs: Remove.
25563         * benchtests/slowatan.c: Remove.
25564         * benchtests/slowcos-inputs: Remove.
25565         * benchtests/slowcos.c: Remove.
25566         * benchtests/slowexp-inputs: Remove.
25567         * benchtests/slowexp.c: Remove.
25568         * benchtests/slowpow-inputs: Remove.
25569         * benchtests/slowpow.c: Remove.
25570         * benchtests/slowsin-inputs: Remove.
25571         * benchtests/slowsin.c: Remove.
25572         * benchtests/slowtan-inputs: Remove.
25573         * benchtests/slowtan.c: Remove.
25574         * benchtests/tan-inputs: Add slow benchmark inputs.
25575         * scripts/bench.pl: Parse comments and directives.
25577         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
25578         in CPPFLAGS.
25579         ($(objpfx)bench-%.c): Remove *-ITER.
25580         * benchtests/bench-modf.c: Remove definition of ITER.
25581         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
25582         (main): Loop for DURATION seconds instead of fixed number of
25583         iterations.
25584         * scripts/bench.pl: Don't expect iterations in parameters.
25586 2013-04-29  Roland McGrath  <roland@hack.frob.com>
25588         * io/fchdir.c (__fchdir): Renamed from fchdir.
25589         (fchdir): Define as weak alias.
25591 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
25593         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
25594         (ERRNO_EDOM): Likewise.
25595         (ERRNO_ERANGE): Likewise.
25596         (noErrnoTests): New variable.
25597         (init_max_error): Set errno to 0.
25598         (test_single_errno): New function.
25599         (test_errno): Likewise.
25600         (check_float_internal): Call test_errno.  Set errno to 0.
25601         (check_complex): Refer to errno tests in comment.
25602         (check_int): Call test_errno.  Set errno to 0.
25603         (check_long): Likewise.
25604         (check_bool): Likewise.
25605         (check_longlong): Likewise.
25606         (cos_test): Use ERRNO_* flags for errno tests instead of
25607         check_int.
25608         (expm1_test): Likewise.
25609         (fmod_test): Likewise.
25610         (ilogb_test): Likewise.
25611         (lgamma_test): Likewise.
25612         (pow_test): Likewise.
25613         (remainder_test): Likewise.
25614         (sin_test): Likewise.
25615         (tan_test): Likewise.
25616         (yn_test): Likewise.
25617         (initialize): Set errno to 0.
25618         (main): Print number of errno tests.
25619         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
25621 2013-04-29  Andreas Jaeger  <aj@suse.de>
25623         [BZ #15084]
25624         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
25625         and RES_USEVC.
25627         [BZ #15085]
25628         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
25629         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
25630         unimplemented.
25632         [BZ #15380]
25633         * stdlib/random.c (__initstate): Return NULL if
25634         __initstate fails.
25636         [BZ #15086]
25637         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
25638         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
25639         RES_SNGLKUPREOP.
25641 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25643         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25645 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
25647         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
25648         of individual tests.
25649         (casin_test): Likewise.
25650         (casinh_test): Likewise.
25652 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
25654         [BZ #15409]
25655         * math/s_catan.c (__catan): Handle arguments with large real or
25656         imaginary part separately without squaring.
25657         * math/s_catanf.c (__catanf): Likewise.
25658         * math/s_catanh.c (__catanh): Likewise.
25659         * math/s_catanhf.c (__catanhf): Likewise.
25660         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
25661         and redefine.
25662         (__catanhl): Handle arguments with large real or imaginary part
25663         separately without squaring.
25664         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
25665         and redefine.
25666         (__catanl): Handle arguments with large real or imaginary part
25667         separately without squaring.
25668         * math/libm-test.inc (catan_test): Add more tests.
25669         (catanh_test): Likewise.
25670         * sysdeps/i386/fpu/libm-test-ulps: Update.
25671         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25673 2013-04-27  Andreas Jaeger  <aj@suse.de>
25675         [BZ #15007]
25676         * stdlib/stdlib.h: Update guards for qecvt.
25677         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
25678         <stdlib.h>.
25680 2013-04-27  Allan McRae  <allan@archlinux.org>
25682         * sysdeps/i386/fpu/libm-test-ulps: Update.
25684 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
25686         [BZ #15406]
25687         * math/s_catan.c: Include <float.h>.
25688         (__catan): Ensure underflow exception occurs for underflowed
25689         result.
25690         * math/s_catanf.c: Include <float.h>.
25691         (__catanf): Ensure underflow exception occurs for underflowed
25692         result.
25693         * math/s_catanh.c: Include <float.h>.
25694         (__catanh): Ensure underflow exception occurs for underflowed
25695         result.
25696         * math/s_catanhf.c: Include <float.h>.
25697         (__catanhf): Ensure underflow exception occurs for underflowed
25698         result.
25699         * math/s_catanhl.c: Include <float.h>.
25700         (__catanhl): Ensure underflow exception occurs for underflowed
25701         result.
25702         * math/s_catanl.c: Include <float.h>.
25703         (__catanl): Ensure underflow exception occurs for underflowed
25704         result.
25705         * math/libm-test.inc (catan_test): Add more tests.
25706         (catanh_test): Likewise.
25708         [BZ #15405]
25709         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
25710         underflowed result.
25711         * math/s_ccoshf.c (__ccoshf): Likewise.
25712         * math/s_ccoshl.c (__ccoshl): Likewise.
25713         * math/s_csin.c (__csin): Likewise.
25714         * math/s_csinf.c (__csinf): Likewise.
25715         * math/s_csinh.c (__csinh): Likewise.
25716         * math/s_csinhf.c (__csinhf): Likewise.
25717         * math/s_csinhl.c (__csinhl): Likewise.
25718         * math/s_csinl.c (__csinl): Likewise.
25719         * math/libm-test.inc (ccos_test): Add more tests.
25720         (ccosh_test): Likewise.
25721         (csin_test): Likewise.
25722         (csinh_test): Likewise.
25724 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25726         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
25727         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
25728         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
25729         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
25730         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
25731         powerpc/power5+/fpu folders.
25732         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
25735 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
25737         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
25739 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
25741         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
25742         additions to variable.
25743         [$(config-machine) = x86_64] (modules-names): Likewise.
25744         ($(objpfx)tst-audit3): Remove dependency.
25745         ($(objpfx)tst-audit3.out): Likewise.
25746         ($(objpfx)tst-audit4): Likewise.
25747         ($(objpfx)tst-audit4.out): Likewise.
25748         ($(objpfx)tst-audit5): Likewise.
25749         ($(objpfx)tst-audit5.out): Likewise.
25750         ($(objpfx)tst-audit6): Likewise.
25751         ($(objpfx)tst-audit6.out): Likewise.
25752         ($(objpfx)tst-audit7): Likewise.
25753         ($(objpfx)tst-audit7.out): Likewise.
25754         (tst-audit3-ENV): Remove variable.
25755         (tst-audit4-ENV): Likewise.
25756         (tst-audit5-ENV): Likewise.
25757         (tst-audit6-ENV): Likewise.
25758         (tst-audit7-ENV): Likewise.
25759         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
25760         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
25761         addition to variable.
25762         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
25763         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
25764         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
25765         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
25766         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
25767         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
25768         tst-audit3, tst-audit4 and tst-audit5.
25769         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
25770         tst-audit6 and tst-audit7.
25771         [$(subdir) = elf] (modules-names): Add audit modules for those
25772         tests.
25773         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
25774         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
25775         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
25776         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
25777         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
25778         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
25779         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
25780         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
25781         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
25782         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
25783         [$(subdir) = elf] (tst-audit3-ENV): New variable.
25784         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
25785         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
25786         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
25787         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
25788         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
25789         Likewise.
25790         [$(subdir) = elf && $(config-cflags-avx) = yes]
25791         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
25792         [$(subdir) = elf && $(config-cflags-avx) = yes]
25793         (CFLAGS-tst-auditmod4a.c): Likewise.
25794         [$(subdir) = elf && $(config-cflags-avx) = yes]
25795         (CFLAGS-tst-auditmod4b.c): Likewise.
25796         [$(subdir) = elf && $(config-cflags-avx) = yes]
25797         (CFLAGS-tst-auditmod6b.c): Likewise.
25798         [$(subdir) = elf && $(config-cflags-avx) = yes]
25799         (CFLAGS-tst-auditmod6c.c): Likewise.
25800         [$(subdir) = elf && $(config-cflags-avx) = yes]
25801         (CFLAGS-tst-auditmod7b.c): Likewise.
25802         * elf/tst-audit3.c: Move to ...
25803         * sysdeps/x86_64/tst-audit3.c: ... here.
25804         * elf/tst-audit4.c: Move to ...
25805         * sysdeps/x86_64/tst-audit4.c: ... here.
25806         * elf/tst-audit5.c: Move to ...
25807         * sysdeps/x86_64/tst-audit5.c: ... here.
25808         * elf/tst-audit6.c: Move to ...
25809         * sysdeps/x86_64/tst-audit6.c: ... here.
25810         * elf/tst-audit7.c: Move to ...
25811         * sysdeps/x86_64/tst-audit7.c: ... here.
25812         * elf/tst-auditmod3a.c: Move to ...
25813         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
25814         * elf/tst-auditmod3b.c: Move to ...
25815         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
25816         * elf/tst-auditmod4a.c: Move to ...
25817         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
25818         * elf/tst-auditmod4b.c: Move to ...
25819         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
25820         * elf/tst-auditmod5a.c: Move to ...
25821         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
25822         * elf/tst-auditmod5b.c: Move to ...
25823         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
25824         * elf/tst-auditmod6a.c: Move to ...
25825         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
25826         * elf/tst-auditmod6b.c: Move to ...
25827         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
25828         * elf/tst-auditmod6c.c: Move to ...
25829         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
25830         * elf/tst-auditmod7a.c: Move to ...
25831         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
25832         * elf/tst-auditmod7b.c: Move to ...
25833         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
25835 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
25837         [BZ #15366]
25838         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
25839         define unconditionally.
25840         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
25841         define unconditionally.
25842         (INT8_C, INT16_C, etc.): Likewise.
25844 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
25846         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
25847         __ehdr_start with hidden visibility.
25849         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
25851 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
25853         * math/libm-test.inc (cos_test): Use accurate hex constants.
25854         (sincost_test): Likewise.
25856 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
25858         * math/libm-test.inc (catan_test): Add more tests.
25859         (catanh_test): Likewise.
25861         * math/s_catanf.c (__catanf): Use suffixed floating-point
25862         constants.
25863         * math/s_catanhf.c (__catanhf): Likewise.
25864         * math/s_catanhl.c (__catanhl): Likewise.
25865         * math/s_catanl.c (__catanl): Likewise.
25867         [BZ #15394]
25868         * math/s_catan.c (__catan): Calculate imaginary part of result
25869         with log1p not log unless computing log of number close to 0.
25870         * math/s_catanf.c (__catanf): Likewise.
25871         * math/s_catanl.c (__catanl): Likewise.
25872         * math/s_catanh.c (__catanh): Calculate real part of result with
25873         log1p not log unless computing log of number close to 0.
25874         * math/s_catanhf.c (__catanhf): Likewise.
25875         * math/s_catanhl.c (__catanhl): Likewise.
25876         * math/libm-test.inc (catan_test): Add more tests.
25877         (catanh_test): Likewise.
25878         * sysdeps/i386/fpu/libm-test-ulps: Update.
25879         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25881 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
25883         * benchtests/Makefile: Mention files in which fast and slow
25884         paths of math functions are implemented.
25886 2013-04-23  Roland McGrath  <roland@hack.frob.com>
25888         * sysdeps/posix/timespec_get.c: New file.
25890 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25892         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
25893         POWER.
25894         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
25895         for POWER.
25896         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
25897         powerpc/power5/fpu folders.
25898         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
25899         * benchtests/Makefile: Add modf testcase.
25900         * benchtests/bench-modf.c: New file: Benchmark test for mo
25902 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
25904         [BZ #14888]
25905         * time/Makefile (tests): Add tst-strptime-whitespace.
25906         * time/strptime_l.c (get_number): Use ISSPACE.
25907         (__strptime_internal): Likewise.
25908         * time/tst-strptime-whitespace.c: New test case.
25910 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
25912         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
25913         member.
25914         (_nss_files_init): Set it here.
25916 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
25918         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
25919         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
25920         unsigned.
25922 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
25924         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
25926 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
25928         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
25929         size just once.
25931 2013-04-21  David S. Miller  <davem@davemloft.net>
25933         * po/ru.po: Update Russion translation from translation project.
25935 2013-04-17  Adam Conrad  <adconrad@0c3.net>
25937         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
25938         and setfsgid.
25940 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
25942         * configure.in: Remove i386 configure warning. Remove i386 case.
25943         * configure: Regenerate.
25944         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
25945         Add example to error message.
25946         * sysdeps/i386/configure: Regenerate.
25948 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
25950         * benchtests/Makefile (bench): Add cos, tan, slowcos and
25951         slowtan.
25952         * benchtests/cos-inputs: New file.
25953         * benchtests/slowcos-inputs: New file.
25954         * benchtests/slowcos.c: New file.
25955         * benchtests/slowtan-inputs: New file.
25956         * benchtests/slowtan.c: New file.
25957         * benchtests/tan-inputs: New file.
25959 2013-04-16  Roland McGrath  <roland@hack.frob.com>
25961         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
25962         considered kosher.
25964 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
25966         * benchtests/Makefile: Include cppflags-iterator.mk to add
25967         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
25969         * Makefile.in (bench-clean): New target.
25970         * benchtests/Makefile (bench-clean): Likewise.
25972 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
25974         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
25976 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
25978         * stdio-common/tstdiomisc.c: Fix coding-style violation.
25980 2013-04-15  Andreas Schwab  <schwab@suse.de>
25982         * nscd/grpcache.c (cache_addgr): Properly check for short write.
25983         * nscd/initgrcache.c (addinitgroupsX): Likewise.
25984         * nscd/pwdcache.c (cache_addpw): Likewise.
25985         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
25986         more than recsize.
25988 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
25990         * benchtests/Makefile (bench): Write all output to
25991         bench-out.tmp together.
25993 2013-04-15  Andreas Schwab  <schwab@suse.de>
25995         * nscd/nscd.c (main): Don't fork again after closing files.
25997 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
25999         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
26001         * benchtests/Rules (bench-deps): Collect dependencies into a
26002         single variable.  Add Makefile to dependencies.
26003         ($(objpfx)bench-%.c): Depend on bench-deps.
26005 2013-04-12  Roland McGrath  <roland@hack.frob.com>
26006             Xavier Roche  <roche+kml2@exalead.com>
26008         [BZ #15361]
26009         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
26010         just that it's a file descriptor.
26011         * manual/llio.texi (Synchronizing AIO Operations): Update description
26012         for EBADF error from aio_fsync.
26014 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
26016         * Rules (bench): Move target definition...
26017         * benchtests/Makefile: ... here.
26019 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
26021         * math/libm-test.inc (cos_test): Fix PI/2 test.
26022         (sincos_test): Likewise.
26023         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
26024         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
26026 2013-04-11  Andreas Schwab  <schwab@suse.de>
26028         [BZ #13988]
26029         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
26030         accept exponent character only when digits were seen.
26031         * stdio-common/Makefile (tests): Add bug26.
26032         * stdio-common/bug26.c: New file.
26034         [BZ #14293]
26035         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
26036         non-freeable.
26038 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26040         * Makeconfig (rtld-prefix): Define built linker prefix.
26041         * Rules (run-bench): Use it.
26042         * math/Makefile (run-regen-ulps): Likewise.
26044         * Rules (bench): Remove eval.
26046 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26047             Roland McGrath  <roland@hack.frob.com>
26048             Ondrej Bilka  <neleai@seznam.cz>
26050         [BZ #15346]
26051         * time/getdate.c: Include ctype.h and alloca.h.
26052         (__getdate_r): Trim leading and trailing spaces of input.
26053         * time/tst-getdate.c (tests): Add tests with leading and
26054         trailing spaces.
26056 2013-04-08  Roland McGrath  <roland@hack.frob.com>
26058         [BZ #14280]
26059         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
26060         when computing value.
26062 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26064         * math/README.libm-test (How can I generate "libm-test-ulps"?):
26065         Use testrun.sh to run libm tests.
26067         [BZ #15309]
26068         * elf/dl-open.c (dl_open_worker): memset all of seen array.
26070 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
26072         [BZ #15264]
26073         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
26075 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26077         * Makefile.in (regen-ulps): New target.
26078         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
26079         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
26080         [ifneq (no,$(PERL)] (regen-ulps): New target.
26081         [ifeq (no,$(PERL)] (regen-ulps): New target.
26082         * math/libm-test.inc (ulps_file_name): Define.
26083         (output_dir): New variable.
26084         (options): Add "output-dir" option.
26085         (parse_opt): Handle 'o' case.
26086         (main): If output_dir is non-NULL use it as a prefix
26087         otherwise use "".
26088         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
26090 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26092         [BZ #10060, #10062]
26093         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
26094         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
26095         fail configure if __sync_val_compare_and_swap is not inlined.
26096         * sysdeps/i386/configure: Regenerate.
26097         * configure.in: Build for i686 when configured for i386.
26098         * configure: Regenerate.
26099         * README: Remove i386 reference.
26101 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26103         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
26104         * sysdeps/s390/s390-64/sysdep.h: Likewise.
26106 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
26108         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
26109         (lmsnanval): New variables.
26110         (F): Add conversion tests.
26111         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
26112         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
26114         * stdio-common/tstdiomisc.c (F): Properly collect individual
26115         tests' results.
26117         [BZ #14686, #15336]
26118         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
26119         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
26120         Instead, use input NaN values or generate a qNaN by arithmetic
26121         operation.  Also fix bugs to comply with the standard.
26122         * math/libm-test.inc (remainder_test): Add more tests.
26124         [BZ #15335, #15342]
26125         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
26126         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
26127         input NaN values or generate a qNaN by arithmetic operation.
26129         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
26130         unreachable code.
26132         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
26133         definitions.
26135 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
26137         [BZ #14478]
26138         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
26139         underflowed result.
26140         * math/s_cexpf.c (__cexpf): Likewise.
26141         * math/s_cexpl.c (__cexpl): Likewise.
26142         * math/libm-test.inc (cexp_test): Add more tests.
26144 2013-04-03  Andreas Schwab  <schwab@suse.de>
26146         [BZ #15330]
26147         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
26148         order arrays from heap if bigger than alloca cutoff.
26150 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
26152         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
26153         (SNAN_TESTS_double): Refer to GCC PR56831.
26154         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
26155         GCC PR56828.
26157 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
26159         * Rules (bench): Move bench.out after the run is complete.
26161         * Rules (bench): Echo currently running benchmark.
26163         * benchtests/Makefile (bench): Add atan and slowatan.
26164         * benchtests/atan-inputs: New file.
26165         * benchtests/slowatan-inputs: New file.
26166         * benchtests/slowatan.c: New file.
26168         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
26169         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
26170         its value.
26172         [BZ #15305]
26173         * sysdeps/unix/sysv/linux/kernel-features.h
26174         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
26175         __ASSUME_XFS_RESTRICTED_CHOWN.
26176         * sysdeps/unix/sysv/linux/pathconf.c
26177         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
26178         Save and restore errno.
26180 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
26182         [BZ #15327]
26183         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
26184         arguments using __kernel_casinh.
26185         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
26186         arguments using __kernel_casinhf.
26187         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
26188         arguments using __kernel_casinhl.
26189         * math/libm-test.inc (cacosh_test): Add more tests.
26190         * sysdeps/i386/fpu/libm-test-ulps: Update.
26191         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26193 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
26195         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
26196         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
26198         * bench/Makefile (bench): Add sin and slowsin.
26199         * benchtests/sin-inputs: New file.
26200         * benchtests/slowsin-inputs: New file.
26201         * benchtests/slowsin.c: New file.
26203         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
26204         (bench): Add slowexp and slowpow.
26205         (exp-ITER): Increase iterations.
26206         (pow-ITER): Likewise.
26207         * benchtests/exp-inputs: Change input.
26208         * benchtests/pow-inputs: Likewise.
26209         * benchtests/slowexp-inputs: New file.
26210         * benchtests/slowexp.c: New file.
26211         * benchtests/slowpow-inputs: New file.
26212         * benchtests/slowpow.c: New file.
26214 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26216         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
26217         instructions.
26218         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
26219         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
26220         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
26221         * benchtests/Makefile: Add rint benchtest.
26222         * benchtests/rint-inputs: Input for rint benchtest.
26224 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
26226         * Versions.def (libm): Add GLIBC_2.18.
26227         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
26228         hidden libm prototypes.
26229         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
26230         * math/Makefile (libm-calls): Add s_issignaling.
26231         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
26232         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
26233         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
26234         declaration.
26235         * math/math.h [__USE_GNU] (issignaling): New macro.
26236         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
26237         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
26238         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
26239         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
26240         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
26241         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
26242         * manual/arith.texi (issignaling): New section.
26243         * manual/libm-err-tab.pl (@all_functions): Update comment.
26244         * math/gen-libm-test.pl (parse_args): Apply special handling for
26245         issignaling.
26246         * math/libm-test.inc (print_float, issignaling_test): New
26247         functions.
26248         (check_float_internal): Add issignaling checks.
26249         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
26250         default definition.
26251         * sysdeps/powerpc/math-tests.h: New file.
26252         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
26253         tests.
26254         * math/test-snan.c (TEST_FUNC): Likewise.
26256 2013-03-30  David S. Miller  <davem@davemloft.net>
26258         * po/de.po: Update from translation team.
26260 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
26262         [BZ #10357]
26263         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26264         imaginary part less than 1.0 and real part less than 0.5
26265         specially.
26266         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26267         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26268         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
26269         (cacos_test): Add more tests.
26270         (casin_test): Likewise.
26271         (casinh_test): Likewise.
26272         * sysdeps/i386/fpu/libm-test-ulps: Update.
26273         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26275 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26277         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
26278         ONE with its value.
26280         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
26281         (__pow_mp): Replace ONE and MONE with their values.
26282         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26283         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
26284         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26285         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
26286         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26287         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26289         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
26291         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
26292         (__pow_mp): Replace ZERO and MZERO with their values.
26293         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
26294         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26295         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26296         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
26297         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26298         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
26299         (__sqr): Likewise.
26301         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
26303         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
26305 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26307         * include/stdlib.h [!SHARED] (__call_tls_dtors):
26308         Declare with __attribute__ ((weak)).
26309         * stdlib/exit.c (__libc_atexit) [!SHARED]:
26310         Call __call_tls_dtors only if it's not NULL.
26312 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26314         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
26315         didn't do it already, then set _dl_phdr and _dl_phnum based on the
26316         magic __ehdr_start linker symbol if it's defined.
26317         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
26318         them up here if it was already done.
26320         * elf/dl-support.c (_dl_phdr): Make pointer to const.
26321         (_dl_aux_init): Use const in cast when setting it.
26322         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
26323         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
26324         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
26326         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
26327         Declare them here.
26328         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
26329         * csu/libc-tls.c: Nor here.
26330         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
26332         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
26333         (__libc_message): Never call vsyslog.
26335 2013-03-28  Alan Modra  <amodra@gmail.com>
26337         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
26338         Define as empty.
26339         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
26340         Likewise.
26342 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26344         [BZ #15214]
26345         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
26346         underflow.
26347         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26349 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26351         [BZ #15304]
26352         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
26353         Don't add gid passed as argument.
26355         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
26357 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
26359         [BZ #15307]
26360         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26361         imaginary part between 1.0 and 1.5 and real part less than 0.5
26362         specially.
26363         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26364         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26365         * math/libm-test.inc (cacos_test): Add more tests.
26366         (casin_test): Likewise.
26367         (casinh_test): Likewise.
26368         * sysdeps/i386/fpu/libm-test-ulps: Update.
26369         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26371 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
26373         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
26374         constants.
26375         (norm): Likewise.
26376         (denorm): Likewise.
26377         (__dbl_mp): Likewise.
26378         (add_magnitudes): Likewise.
26379         (sub_magnitudes): Likewise.
26380         (__add): Likewise.
26381         (__sub): Likewise.
26382         (__mul): Likewise.
26383         (__sqr): Likewise.
26384         (__inv): Likewise.
26385         (__dvd): Likewise.
26387         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
26388         commented code.
26389         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
26390         (__dubcos): Likewise.
26391         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
26392         (__ieee754_acos): Likewise.
26393         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
26394         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
26395         (__exp1): Likewise.
26396         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26397         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
26398         (log1): Likewise.
26399         (my_log2): Likewise.
26400         (checkint): Likewise.
26401         * sysdeps/ieee754/dbl-64/e_remainder.c
26402         (__ieee754_remainder): Likewise.
26403         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26404         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
26405         (bsloww): Likewise.
26406         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26408         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
26409         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
26410         MANTISSA_STORE_T to store computations on mantissa.  Use
26411         macros for rounding and division.
26412         (denorm): Likewise.
26413         (__dbl_mp): Likewise.
26414         (add_magnitudes): Likewise.
26415         (sub_magnitudes): Likewise.
26416         (__mul): Likewise.
26417         (__sqr): Likewise.
26418         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
26419         powers of two in terms of TWOPOW macro.
26420         (mp_no): Make type of mantissa as MANTISSA_T.
26421         [!RADIXI]: Define RADIXI.
26422         [!TWO52]: Define TWO52.
26423         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
26425 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26427         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
26428         llroundl symbol when building for PPC32.
26430 2013-03-24  Mark H Weaver  <mhw@netris.org>
26432         * manual/arith.texi (Normalization Functions): Fix prototypes for
26433         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
26435 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26437         [BZ #13889]
26438         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
26439         high value to check if expl overflow.
26440         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
26441         to check for underflow and overflow.
26442         * math/libm-test.inc: Add exp test.
26444 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
26446         [BZ #11120]
26447         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
26448         with NOT_IN_libc.
26450 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26452         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
26453         symbol.
26455 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
26457         * math/gen-libm-test.pl (parse_args, special_functions): Properly
26458         wrap blocks consisting of several statements.
26460         * sysdeps/generic/math-tests.h: New file.
26461         * sysdeps/i386/fpu/math-tests.h: Likewise.
26462         * math/test-snan.c: Include it.
26463         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
26465 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
26467         [BZ #15285]
26468         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
26469         (__ieee754_j0l): Do not improve calculations using cos of twice
26470         input for inputs above LDBL_MAX / 2.0L.
26471         (__ieee754_y0l): Likewise.
26472         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
26473         (__ieee754_j1l): Do not improve calculations using cos of twice
26474         input for inputs above LDBL_MAX / 2.0L.
26475         (__ieee754_y1l): Likewise.
26476         * math/libm-test.inc (j0_test): Add another test.
26477         (j1_test): Likewise.
26478         (y0_test): Likewise.
26479         (y1_test): Likewise.
26480         * sysdeps/i386/fpu/libm-test-ulps: Update.
26482 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26484         * Rules ($(objpfx)bench-%.c): Include code from a C source
26485         file.
26487 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
26489         [BZ #15287]
26490         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26491         imaginary part 1.0 and real part less than 0.5 specially.
26492         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26493         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26494         * math/libm-test.inc (cacos_test): Add more tests.
26495         (casin_test): Likewise.
26496         (casinh_test): Likewise.
26497         * sysdeps/i386/fpu/libm-test-ulps: Update.
26498         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26500 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26502         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
26503         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
26505 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
26507         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
26508         * config.make.in (config-cflags-sse4): Remove variable.
26509         (config-cflags-avx): Likewise.
26510         (config-cflags-sse2avx): Likewise.
26511         (config-cflags-novzeroupper): Likewise.
26512         (config-asflags-i686): Likewise.
26513         (have-mfma4): Likewise.
26514         (have-as-vis3): Likewise.
26515         (MIG): Likewise.
26516         * configure.in (MIG): Do not AC_SUBST.
26517         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
26518         (libc_cv_cc_sse4): Do not AC_SUBST.
26519         (libc_cv_cc_avx): Likewise.
26520         (libc_cv_cc_sse2avx): Likewise.
26521         (libc_cv_cc_novzeroupper): Likewise.
26522         (libc_cv_cc_fma4): Likewise.
26523         (libc_cv_as_i686): Likewise.
26524         (libc_cv_sparc_as_vis3): Likewise.
26525         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
26526         LIBC_CONFIG_VAR.
26527         (config-asflags-i686): Likewise.
26528         (config-cflags-avx): Likewise.
26529         (config-cflags-sse2avx): Likewise.
26530         (have-mfma4): Likewise.
26531         (config-cflags-novzeroupper): Likewise.
26532         * sysdeps/mach/configure.in (MIG): Likewise.
26533         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
26534         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
26535         LIBC_CONFIG_VAR.
26536         (config-cflags-avx): Likewise.
26537         (config-cflags-sse2avx): Likewise.
26538         (have-mfma4): Likewise.
26539         (config-cflags-novzeroupper): Likewise.
26540         * configure: Regenerated.
26541         * sysdeps/i386/configure: Likewise.
26542         * sysdeps/mach/configure: Likewise.
26543         * sysdeps/sparc/configure: Likewise.
26544         * sysdeps/x86_64/configure: Likewise.
26546 2013-03-20  Roland McGrath  <roland@hack.frob.com>
26548         [BZ #14812]
26549         * locale/programs/localedef.c (options): Put N_ translation marker
26550         on argument names, not just descriptions.
26552 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
26554         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
26556 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
26558         [BZ #14176]
26559         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
26561 2013-03-19  Roland McGrath  <roland@hack.frob.com>
26563         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
26564         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
26565         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
26566         [!BEFORE_ABORT] (before_abort): New function.
26567         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
26568         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
26569         (writev_for_fatal): New function.
26570         (WRITEV_FOR_FATAL): New macro; call that.
26571         (backtrace_and_maps): New function.
26572         (BEFORE_ABORT): New macro; call that.
26573         (struct str_list): Type removed.
26574         (__libc_message, __libc_fatal): Functions removed.
26575         Include <sysdeps/posix/libc_fatal.c> instead.
26577 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
26579         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
26580         constants.
26581         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
26582         double constants.
26584 2013-03-19  Andreas Schwab  <schwab@suse.de>
26586         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
26587         * sysdeps/gnu/configure: Regenerate.
26589         * configure.in: Substitute libc_cv_rtlddir.
26590         * configure: Regenerate.
26591         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
26592         * Makeconfig (rtlddir, inst_rtlddir): New variables.
26593         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
26594         * elf/Makefile (install-others, CFLAGS-interp.c)
26595         (ldso_install, common-ldd-rewrite): Likewise.
26596         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
26597         $(inst_slibdir)/$(rtld-installed-name).
26598         * scripts/rellns-sh: Add -p option.
26599         * Makerules (make-shlib-link): Use rellns-sh to get relative name
26600         for source.
26602 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
26604         * manual/nptl.texi: Renamed to ...
26605         * manual/threads.texi: ... this.
26606         * manual/Makefile (chapters): Update.
26608 2013-03-18  Roland McGrath  <roland@hack.frob.com>
26610         [BZ #14812]
26611         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
26612         on argument names, not just descriptions.
26613         * malloc/memusagestat.c (options): Likewise.
26614         * nss/getent.c (options): Likewise.
26616 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
26618         [BZ #14812]
26619         * iconv/iconv_prog.c (options): Put N_ translation marker
26620         on argument names, not just descriptions.
26621         * iconv/iconvconfig.c (options): Likewise.
26623 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
26625         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
26626         implementation which is faster on all x86_64 architectures.
26627         Tested on AMD, Intel Nehalem, SNB, IVB.
26628         * sysdeps/x86_64/strnlen.S: Likewise.
26630         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
26631         Remove all multiarch strlen and strnlen versions.
26632         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
26633         Remove strlen and strnlen related parts.
26635         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
26636         Inline strlen part.
26637         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
26639         * sysdeps/x86_64/multiarch/strlen.S: Remove.
26640         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
26641         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
26642         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
26643         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
26644         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
26646 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
26648         * manual/memory.texi (Malloc Tunable Parameters):
26649         Sort parameters alphabetically. Add comments for missing entries.
26651 2013-03-17  David S. Miller  <davem@davemloft.net>
26653         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26655 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
26657         [BZ #15283]
26658         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
26659         for arguments at most half maximum finite value.
26660         * math/libm-test.inc (j0_test): Add more tests.
26661         (j1_test): Likewise.
26662         (y0_test): Likewise.
26663         (y1_test): Likewise.
26664         * sysdeps/i386/fpu/libm-test-ulps: Update.
26665         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26667         [BZ #14155]
26668         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
26669         1 / x and functions P and Q for arguments above 0x1p256L.
26670         (__ieee754_y0l): Likewise.
26671         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
26672         (__ieee754_y1l): Likewise.
26673         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
26674         (j1_test): Likewise.
26675         (y0_test): Likewise.
26676         (y1_test): Likewise.
26678 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
26680         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
26681         variable.
26683 2013-03-15  Roland McGrath  <roland@hack.frob.com>
26685         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
26686         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
26687         zero since it's initialized to EXEC_PAGESIZE.
26689         * sysdeps/unix/sysv/linux/ldsodefs.h
26690         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
26691         * sysdeps/generic/ldsodefs.h: ... here.
26693 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
26695         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
26697         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
26698         math/test-snan.c.
26699         * math/test-snan.c: Renamed from
26700         sysdeps/powerpc/fpu/test-powerpc-snan.c.
26701         * math/Makefile (tests): Add test-snan.
26702         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
26703         test-powerpc-snan.
26705         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
26706         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
26707         functions.
26708         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
26709         __builtin_nan family of functions.
26710         * math/libm-test.inc (initialize): Initialize qnan_value with
26711         __builtin_nan family of functions.
26712         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
26713         Remove variables.
26714         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
26715         Remove functions.
26716         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
26717         storage class.  Initialize qNaN_var and sNaN_var with
26718         __builtin_nan and __builtin_nans families of functions,
26719         respectively.
26721         * math/libm-test.inc (acosh_test): Also test with qNaN input.
26722         (sqrt_test): Remove duplicate test with qNaN input.
26723         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
26724         (round_test, signbit_test, significand_test): Note missing +/-Inf
26725         as well as qNaN tests.
26727         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
26728         qNaN_var.  Fix a few strings, too.
26729         * math/libm-test.inc (nan_value): Rename to qnan_value.
26730         * math/gen-libm-test.pl (%beautify): Adjust to that.
26731         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
26732         * math/test-misc.c (main): Likewise.
26733         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
26734         to __qnan_bytes, and __qnan_union, respectively.
26735         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
26736         Likewise.
26737         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
26738         and lqnanval, respectively.
26739         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
26740         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
26741         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
26742         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
26744         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
26745         * math/test-misc.c (main) [__x86_64__]: Enable test for long
26746         doubles.
26748         * math/test-misc.c (main): Fix copy'n'pastos.
26749         * misc/tst-efgcvt.c (special): Likewise.
26751         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
26752         Remove declarations.
26754 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26756         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
26757         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
26758         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
26759         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
26761 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26763         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
26764         macro to return vdso values correctly in IFUNC implementations.
26765         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
26766         Optimization by using IFUNC.
26768 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26769             Richard Henderson  <rth@redhat.com>
26770             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
26772         * Makefile.in (bench): New target.
26773         * NEWS: Mention the benchmark framework.
26774         * Rules (bench): Likewise.
26775         (binaries-bench): Generate binaries for functions to
26776         benchmark.
26777         * benchtests/Makefile: New makefile for benchmark tests.
26778         * benchtests/bench-skeleton.c: New skeleton file for benchmark
26779         programs.
26780         * benchtests/exp-inputs: New input file for EXP function.
26781         * benchtests/pow-inputs: New input file for POW function.
26782         * scripts/bench.pl: New script to generate source files for
26783         benchmark programs.
26785 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26787         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
26788         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
26789         computations on mantissa.  Use macros for rounding and
26790         division.
26791         (denorm): Likewise.
26792         (__dbl_mp): Likewise.
26793         (add_magnitudes): Likewise.
26794         (sub_magnitudes): Likewise.
26795         (__mul): Likewise.
26796         (__sqr): Likewise.
26797         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
26798         powers of two in terms of TWOPOW macro.
26799         (mp_no): Make type of mantissa as MANTISSA_T.
26800         [!RADIXI]: Define RADIXI.
26801         [!TWO52]: Define TWO52.
26802         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
26804         * manual/nptl.texi (cindex): Modify threads to pthreads.
26806 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
26808         * sysdeps/x86_64/preconfigure: Regenerated.
26810 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
26812         [BZ #14155]
26813         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
26814         0x1p28 and above.
26815         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
26816         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
26817         0x1p28 and above.
26818         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
26819         * math/libm-test.inc (j0_test): Do not allow one spurious
26820         underflow exception.
26821         (y1_test): Likewise.
26823 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
26825         * manual/Makefile (chapters): Add nptl.
26826         * manual/debug.texi (Debugging Support): Add link to Threads
26827         chapter.
26828         * manual/nptl.texi: New file.
26830         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
26832 2013-03-14  Petr Baudis  <pasky@ucw.cz>
26834         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
26835         for non-NULL pointer before the memory validity test. Pointed
26836         out by Holger Brunck <holger.brunck@keymile.com>.
26838 2013-03-13  Andreas Schwab  <schwab@suse.de>
26840         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
26841         instead of .os.
26843 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
26845         * timezone/zic.c: Update from tzcode 2013b.
26847 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
26849         * manual/install.texi (Configuring and compiling):
26850         Mention i686 and i586.
26851         * INSTALL: Regenerate.
26853 2013-03-12  Roland McGrath  <roland@hack.frob.com>
26855         * sysdeps/init_array/elf-init.c: New file.
26856         * csu/elf-init.c
26857         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
26858         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
26860         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
26861         __gmon_start__ as global, but as static with a .preinit_array pointer.
26862         * sysdeps/init_array/gmon-start.c: New file.  Use that.
26863         * sysdeps/init_array/crti.S: New file, empty except for comments.
26864         * sysdeps/init_array/crtn.S: Likewise.
26866 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
26868         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
26869         definining bcopy.
26870         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
26871         Remove Prefer_SSE_for_memop.
26872         * sysdeps/x86_64/multiarch/init-arch.h: Remove
26873         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
26874         HAS_PREFER_SSE_FOR_MEMOP.
26875         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
26876         memset-x86-64.
26877         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
26878         Remove bzero, memset ifunc support.
26879         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
26880         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
26881         * sysdeps/x86_64/multiarch/memset.S: Likewise.
26882         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
26884 2013-03-11  Andreas Schwab  <schwab@suse.de>
26886         [BZ #15234]
26887         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
26888         by SHLIB_COMPAT.
26889         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
26890         (GLIBC_2.16): Remove pthread_atfork.
26892 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
26894         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
26895         (ptestcases.h): Likewise.
26897 2013-03-08  Roland McGrath  <roland@hack.frob.com>
26899         * Makeconfig ($(common-objpfx)config.status): Depend on
26900         sysdeps/*/preconfigure{,.in} too.
26902 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
26904         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
26905         (__free_hook): Use void * instead of __malloc_ptr_t.
26906         (__malloc_hook): Likewise.
26907         (__realloc_hook): Likewise.
26908         (__memalign_hook): Likewise.
26909         (__after_morecore_hook): Likewise.
26910         * malloc/arena.c (save_malloc_hook): Likewise.
26911         (save_free_hook): Likewise.
26912         * malloc/hooks.c (malloc_hook_ini): Likewise.
26913         (realloc_hook_ini): Likewise.
26914         (memalign_hook_ini): Likewise.
26915         * malloc/malloc.c (malloc_hook_ini): Likewise.
26916         (realloc_hook_ini): Likewise.
26917         (memalign_hook_ini): Likewise.
26918         (__free_hook): Likewise.
26919         (__malloc_hook): Likewise.
26920         (__realloc_hook): Likewise.
26921         (__memalign_hook): Likewise.
26922         (__libc_malloc): Likewise.
26923         (__libc_free): Likewise.
26924         (__libc_realloc): Likewise.
26925         (__libc_memalign): Likewise.
26926         (__libc_valloc): Likewise.
26927         (__libc_pvalloc): Likewise.
26928         (__libc_calloc): Likewise.
26929         (__posix_memalign): Likewise.
26930         * malloc/morecore.c (__sbrk): Likewise.
26931         (__default_morecore): Likewise.
26933         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
26935         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
26936         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
26937         __malloc_ptrdiff_t.
26939         * malloc/malloc.h (__malloc_size_t): Remove macro.
26940         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
26941         __malloc_size_t.
26942         (old_memalign_hook): Likewise.
26943         (old_realloc_hook): Likewise.
26944         (struct hdr): Likewise.
26945         (flood): Likewise.
26946         (mallochook): Likewise.
26947         (memalignhook): Likewise.
26948         (reallochook): Likewise.
26949         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
26950         (tr_old_realloc_hook): Likewise.
26951         (tr_old_memalign_hook): Likewise.
26952         (tr_mallochook): Likewise.
26953         (tr_reallochook): Likewise.
26954         (tr_memalignhook): Likewise.
26956 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26958         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
26959         default_ldbl_pack and using as default implementation.
26960         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
26961         implementation.
26962         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
26963         redundant definition.
26964         (ldbl_insert_mantissa): Likewise.
26965         (ldbl_canonicalize): Likewise.
26966         (ldbl_nearbyint): Likewise.
26967         (ldbl_pack): Rename to ldbl_pack_ppc.
26968         (ldbl_unpack): Rename to ldbl_unpack_ppc.
26969         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
26970         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
26972 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
26974         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
26975         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
26976         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
26977         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
26978         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
26979         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
26980         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
26981         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
26983 2013-03-07  Andreas Jaeger  <aj@suse.de>
26985         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
26986         bits/mman-linux.h.
26988 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
26990         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
26991         Include mpa.h and declare __MPEXP.
26992         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
26993         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
26994         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
26995         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
26996         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
26997         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
26998         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
27000         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
27001         (__slowpow): Use long double EXPL and LOGL functions to
27002         compute POW.
27003         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27004         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27005         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
27006         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27007         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27008         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
27010         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
27011         intermediate variable to calculate exponent.
27012         (__sqr): Likewise.
27013         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
27014         Likewise.
27015         (__sqr): Likewise.
27017         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
27018         [!NO__SQR]: Define __sqr.
27019         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
27020         and NO__SQR.  Remove all code except __mul and __sqr.  Include
27021         sysdeps/ieee754/dbl-64/mpa.c.
27022         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27024         [BZ #12723]
27025         * posix/Makefile (tests): Add tst-pathconf.
27026         * posix/tst-pathconf.c: New test case.
27027         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
27028         _PC_PIPE_BUF.
27029         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
27031 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
27033         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
27035 2013-03-06  Andreas Jaeger  <aj@suse.de>
27037         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
27038         definition via __MAP_ANONYMOUS.
27040         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
27041         it's not part of Linux headers.
27043         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
27044         (MAP_HUGE_MASK): Define.
27046         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27047         Define.
27048         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27049         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27050         Define.
27051         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27052         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27053         Define.
27054         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27055         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
27056         Define.
27057         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27059         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
27060         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
27061         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
27062         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
27063         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
27064         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
27066         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
27067         Handle f2fs.
27069         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
27070         Handle f2fs and efivarfs.
27072         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
27073         f2fs.
27075         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
27076         (EFIVARFS_MAGIC): Add.
27077         (F2FS_LINK_MAX): Add.
27079 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
27081         * stdio-common/vfprintf.c: Replace __builtin_expect with
27082         __glibc_unlikely.
27084 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
27086         [BZ #13550]
27087         * sysdeps/generic/bp-sym.h: Remove file.
27088         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
27089         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
27090         <bp-sym.h> and <bp-asm.h>.
27091         (__longjmp): Don't use BP_SYM.
27092         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
27093         and <bp-asm.h>.
27094         (memcpy): Don't use BP_SYM.
27095         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
27096         <bp-sym.h> and <bp-asm.h>.
27097         (memcpy): Don't use BP_SYM.
27098         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
27099         <bp-asm.h>.
27100         (memcpy): Don't use BP_SYM.
27101         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
27102         <bp-asm.h>.
27103         (memset): Don't use BP_SYM.
27104         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27105         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27106         (__bzero): Don't use BP_SYM.
27107         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27108         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27109         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
27110         <bp-sym.h> and <bp-asm.h>.
27111         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27112         pointers.
27113         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
27114         <bp-sym.h> and <bp-asm.h>.
27115         (memcpy): Don't use BP_SYM.
27116         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
27117         <bp-sym.h> and <bp-asm.h>.
27118         (memset): Don't use BP_SYM.
27119         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27120         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27121         (__bzero): Don't use BP_SYM.
27122         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27123         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27124         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
27125         <bp-sym.h> and <bp-asm.h>.
27126         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27127         pointers.
27128         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
27129         <bp-sym.h> and <bp-asm.h>.
27130         (memcpy): Don't use BP_SYM.
27131         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
27132         <bp-sym.h> and <bp-asm.h>.
27133         (memset): Don't use BP_SYM.
27134         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27135         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27136         (__bzero): Don't use BP_SYM.
27137         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27138         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27139         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
27140         <bp-sym.h> and <bp-asm.h>.
27141         (__memchr): Don't use BP_SYM.
27142         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
27143         <bp-sym.h> and <bp-asm.h>.
27144         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27145         pointers.
27146         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
27147         <bp-sym.h> and <bp-asm.h>.
27148         (memcpy): Don't use BP_SYM.
27149         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
27150         <bp-sym.h> and <bp-asm.h>.
27151         (__mempcpy): Don't use BP_SYM.
27152         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
27153         <bp-sym.h> and <bp-asm.h>.
27154         (__memrchr): Don't use BP_SYM.
27155         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
27156         <bp-sym.h> and <bp-asm.h>.
27157         (memset): Don't use BP_SYM.
27158         (__bzero): Likewise.
27159         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
27160         <bp-sym.h> and <bp-asm.h>.
27161         (__rawmemchr): Don't use BP_SYM.
27162         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
27163         <bp-sym.h> and <bp-asm.h>.
27164         (__STRCMP): Don't use BP_SYM.
27165         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
27166         <bp-sym.h> and <bp-asm.h>.
27167         (strchr): Don't use BP_SYM.
27168         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
27169         <bp-sym.h> and <bp-asm.h>.
27170         (__strchrnul): Don't use BP_SYM.
27171         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
27172         <bp-sym.h> and <bp-asm.h>.
27173         (strlen): Don't use BP_SYM.
27174         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
27175         <bp-sym.h> and <bp-asm.h>.
27176         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27177         pointers.
27178         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
27179         <bp-sym.h> and <bp-asm.h>.
27180         (__strnlen): Don't use BP_SYM.
27181         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
27182         <bp-sym.h> and <bp-asm.h>.
27183         (__GI__setjmp): Don't use BP_SYM.
27184         (_setjmp): Likewise.
27185         (__sigsetjmp): Likewise.
27186         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
27187         (L(start_addresses)): Don't use BP_SYM.
27188         (_start): Likewise.
27189         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
27190         <bp-asm.h>.
27191         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
27192         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
27193         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27194         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27195         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
27196         <bp-asm.h>.
27197         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
27198         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
27199         about bounded pointers.
27200         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27201         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27202         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
27203         <bp-asm.h>.
27204         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27205         about bounded pointers.  Remove GKM FIXME comments.
27206         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27207         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
27208         <bp-asm.h>.
27209         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
27210         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
27211         Remove GKM FIXME comments.
27212         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27213         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27214         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
27215         <bp-asm.h>.
27216         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27217         about bounded pointers.  Remove GKM FIXME comment.
27218         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
27219         and <bp-asm.h>.
27220         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27221         pointers.
27222         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
27223         <bp-sym.h> and <bp-asm.h>.
27224         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27225         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
27226         <bp-sym.h> and <bp-asm.h>.
27227         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
27228         comment.
27230 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
27232         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
27233         call free(NULL).
27235 2013-03-05  David S. Miller  <davem@davemloft.net>
27237         * po/es.po: Update from translation team.
27239 2013-03-05  Andreas Jaeger  <aj@suse.de>
27241         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
27242         <bits/mman-linux.h>.
27243         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27244         is fine.
27245         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
27246         <bits/mman-linux.h> to end of file.
27247         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27248         is fine.
27249         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
27250         <bits/mman-linux.h> to end of file.
27251         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27252         is fine.
27253         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
27254         <bits/mman-linux.h> to end of file.
27256         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
27257         (MCL_CURRENT, MCL_FUTURE): Define here.
27259 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27261         [BZ #15232]
27262         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
27263         attribute_hidden.
27264         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
27266 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27268         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
27269         fourth parameter needed for rt_sigprocmask syscall.
27270         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
27271         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
27272         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
27273         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
27274         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
27275         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
27277 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
27279         [BZ #13550]
27280         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
27281         comment about bounded pointers.
27282         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
27283         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
27285 2013-03-04  Andreas Jaeger  <aj@suse.de>
27287         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
27288         common definitions.
27290         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
27291         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
27292         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
27293         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
27294         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
27295         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
27297 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27299         [BZ #15055]
27300         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
27301         __ieee754_sqrl instead of __sqrl.
27303 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
27305         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
27306         * sysdeps/powerpc/fpu_control.h: ... here.
27307         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
27308         * sysdeps/powerpc/bits/fenvinline.h: ... here.
27309         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
27310         * sysdeps/powerpc/bits/mathinline.h: ... here.
27312 2013-03-01  Roland McGrath  <roland@hack.frob.com>
27314         * elf/dl-hwcaps.c (_dl_important_hwcaps):
27315         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
27316         to just [NEED_DL_SYSINFO_DSO].
27317         * elf/dl-support.c: Likewise.
27318         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
27319         * elf/rtld.c (dl_main): Likewise.
27320         * elf/setup-vdso.h (setup_vdso): Likewise.
27321         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
27322         * sysdeps/unix/sysv/linux/dl-sysdep.c
27323         (_dl_discover_osversion): Likewise.
27325 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
27327         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
27328         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27330 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
27332         * NEWS: Mention libm performance improvements and non-x86 PI
27333         futex support.
27335         * csu/libc-start.c (__pthread_initialize_minimal): Change
27336         function arguments.
27337         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27339 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
27341         [BZ #13550]
27342         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
27343         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
27344         <bp-sym.h> and <bp-asm.h>.
27345         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27346         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
27347         and <bp-asm.h>.
27348         (memcpy): Don't use BP_SYM.
27349         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
27350         <bp-asm.h>.
27351         (__mpn_add_n): Don't use BP_SYM.
27352         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
27353         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
27354         and <bp-asm.h>.
27355         (__mpn_addmul_1): Don't use BP_SYM.
27356         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27357         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
27358         <bp-sym.h>.
27359         (_setjmp): Don't use BP_SYM.
27360         (__novmx_setjmp): Likewise.
27361         (__GI__setjmp): Likewise.
27362         (__vmx_setjmp): Likewise.
27363         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
27364         <bp-sym.h>.
27365         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
27366         (__bzero): Don't use BP_SYM.
27367         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27368         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27369         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
27370         <bp-sym.h> and <bp-asm.h>.
27371         (memcpy): Don't use BP_SYM.
27372         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
27373         <bp-sym.h> and <bp-asm.h>.
27374         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27375         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
27376         <bp-sym.h> and <bp-asm.h>.
27377         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27378         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
27379         <bp-asm.h>.
27380         (__mpn_lshift): Don't use BP_SYM.
27381         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27382         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
27383         <bp-asm.h>.
27384         (memset): Don't use BP_SYM.
27385         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27386         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27387         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
27388         <bp-asm.h>.
27389         (__mpn_mul_1): Don't use BP_SYM.
27390         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27391         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
27392         <bp-sym.h> and <bp-asm.h>.
27393         (memcmp): Don't use BP_SYM.
27394         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
27395         <bp-sym.h> and <bp-asm.h>.
27396         (memcpy): Don't use BP_SYM.
27397         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
27398         <bp-sym.h> and <bp-asm.h>.
27399         (memset): Don't use BP_SYM.
27400         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
27401         <bp-sym.h> and <bp-asm.h>.
27402         (strncmp): Don't use BP_SYM.
27403         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
27404         <bp-sym.h> and <bp-asm.h>.
27405         (memcpy): Don't use BP_SYM.
27406         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
27407         <bp-sym.h> and <bp-asm.h>.
27408         (memset): Don't use BP_SYM.
27409         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
27410         <bp-sym.h> and <bp-asm.h>.
27411         (__memchr): Don't use BP_SYM.
27412         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
27413         <bp-sym.h> and <bp-asm.h>.
27414         (memcmp): Don't use BP_SYM.
27415         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
27416         <bp-sym.h> and <bp-asm.h>.
27417         (memcpy): Don't use BP_SYM.
27418         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
27419         <bp-sym.h> and <bp-asm.h>.
27420         (__mempcpy): Don't use BP_SYM.
27421         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
27422         <bp-sym.h> and <bp-asm.h>.
27423         (__memrchr): Don't use BP_SYM.
27424         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
27425         <bp-sym.h> and <bp-asm.h>.
27426         (memset): Don't use BP_SYM.
27427         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
27428         <bp-sym.h> and <bp-asm.h>.
27429         (__rawmemchr): Don't use BP_SYM.
27430         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
27431         <bp-sym.h> and <bp-asm.h>.
27432         (__STRCMP): Don't use BP_SYM.
27433         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
27434         <bp-sym.h> and <bp-asm.h>.
27435         (strchr): Don't use BP_SYM.
27436         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
27437         <bp-sym.h> and <bp-asm.h>.
27438         (__strchrnul): Don't use BP_SYM.
27439         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
27440         <bp-sym.h> and <bp-asm.h>.
27441         (strlen): Don't use BP_SYM.
27442         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
27443         <bp-sym.h> and <bp-asm.h>.
27444         (strncmp): Don't use BP_SYM.
27445         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
27446         <bp-sym.h> and <bp-asm.h>.
27447         (__strnlen): Don't use BP_SYM.
27448         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
27449         <bp-asm.h>.
27450         (__mpn_rshift): Don't use BP_SYM.
27451         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27452         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
27453         <bp-sym.h> and <bp-asm.h>.
27454         (__sigsetjmp): Don't use BP_SYM.
27455         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
27456         (L(start_addresses)): Don't use BP_SYM.
27457         (_start): Likewise.
27458         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
27459         <bp-asm.h>.
27460         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
27461         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27462         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27463         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
27464         <bp-asm.h>.
27465         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
27466         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27467         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27468         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
27469         <bp-asm.h>.
27470         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
27471         comments.
27472         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27473         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
27474         <bp-asm.h>.
27475         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
27476         FIXME comments.
27477         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27478         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27479         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
27480         <bp-asm.h>.
27481         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
27482         comment.
27483         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
27484         and <bp-asm.h>.
27485         (strncmp): Don't use BP_SYM,
27486         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
27487         <bp-asm.h>.
27488         (__mpn_sub_n): Don't use BP_SYM.
27489         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
27490         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
27491         and <bp-asm.h>.
27492         (__mpn_submul_1): Don't use BP_SYM.
27493         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27494         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
27495         <bp-sym.h> and <bp-asm.h>.
27496         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27497         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
27498         <bp-sym.h> and <bp-asm.h>.
27499         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
27500         comment.
27502 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27504         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
27505         Use ZK to minimize writes to Z.
27506         (sub_magnitudes): Simplify code a bit.
27507         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
27508         Use ZK to minimize writes to Z.
27509         (sub_magnitudes): Simplify code a bit.
27511 2013-02-27  Roland McGrath  <roland@hack.frob.com>
27513         * csu/gmon-start.c: Add special exception to license text.
27515 2013-02-27  Richard Henderson  <rth@redhat.com>
27517         * scripts/config.guess: Update from config.git.
27518         * scripts/config.sub: Likewise.
27520 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
27522         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
27524         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
27526         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
27528         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
27530         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
27532 2013-02-26  Roland McGrath  <roland@hack.frob.com>
27534         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
27535         [$(build-shared = yes].
27537 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27539         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
27540         (__mul): Reduce iterations for calculating mantissa.
27542         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
27543         MPTWO.
27544         (__mpranred): Likewise.
27546         [BZ #15160]
27547         * malloc/memusagestat.c (main): Draw graphs for heap and stack
27548         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
27550 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
27552         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
27553         Define __attribute__.
27555 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27557         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
27558         unused.
27559         * posix/regex_internal.h (__attribute): Remove.
27560         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
27561         (re_string_context_at): Likewise.
27562         (bitset_not): Use __attribute__ and mark function as possibly
27563         unused.
27564         (bitset_merge): Likewise.
27565         (bitset_mask): Likewise.
27566         (re_string_char_size_at): Likewise.
27567         (re_string_wchar_at): Likewise.
27568         (re_string_elem_size_at): Likewise.
27570 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
27572         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
27573         code.
27574         (cc32): Likewise.
27576         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
27577         (__acr): Likewise.
27578         (__cpy): Likewise.
27579         (norm): Likewise.
27580         (denorm): Likewise.
27581         (__dbl_mp): Likewise.
27582         (add_magnitudes): Likewise.
27583         (sub_magnitudes): Likewise.
27584         (__mul): Likewise.
27585         (__inv): Likewise.
27587         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
27588         style.
27590         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
27591         style.
27593         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
27594         code.
27596         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
27597         up changes with default code.
27598         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
27599         Likewise.
27601 2013-02-24  Allan McRae  <allan@archlinux.org>
27603         * manual/socket.texi (The Internet Namespace): Order menu items
27604         to match that in the file.
27606         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
27607         node listing of the info page menu.
27609 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
27611         [BZ #13550]
27612         * sysdeps/i386/bp-asm.h: Remove file.
27613         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
27614         (PARMS): Do not use macros from bp-asm.h.
27615         (S1): Likewise.
27616         (S2): Likewise.
27617         (SIZE): Likewise.
27618         (__mpn_add_n): Do not use BP_SYM
27619         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
27620         "bp-asm.h".
27621         (PARMS): Do not use macros from bp-asm.h.
27622         (S1): Likewise.
27623         (SIZE): Likewise.
27624         (__mpn_addmul_1): Do not use BP_SYM
27625         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
27626         "bp-asm.h".
27627         (PARMS): Do not use macros from bp-asm.h.
27628         (SIGMSK): Likewise.
27629         (_setjmp): Likewise.  Do not use BP_SYM.
27630         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
27631         "bp-asm.h".
27632         (PARMS): Do not use macros from bp-asm.h.
27633         (SIGMSK): Likewise.
27634         (setjmp): Likewise.  Do not use BP_SYM.
27635         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
27636         "bp-asm.h".
27637         (PARMS): Do not use macros from bp-asm.h.
27638         (__frexp): Do not use BP_SYM.
27639         (frexp): Likewise.
27640         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
27641         "bp-asm.h".
27642         (PARMS): Do not use macros from bp-asm.h.
27643         (__frexpf): Do not use BP_SYM.
27644         (frexpf): Likewise.
27645         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
27646         "bp-asm.h".
27647         (PARMS): Do not use macros from bp-asm.h.
27648         (__frexpl): Do not use BP_SYM.
27649         (frexpl): Likewise.
27650         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
27651         "bp-asm.h".
27652         (PARMS): Do not use macros from bp-asm.h.
27653         (__remquo): Do not use BP_SYM.
27654         (remquo): Likewise.
27655         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
27656         "bp-asm.h".
27657         (PARMS): Do not use macros from bp-asm.h.
27658         (__remquof): Do not use BP_SYM.
27659         (remquof): Likewise.
27660         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
27661         "bp-asm.h".
27662         (PARMS): Do not use macros from bp-asm.h.
27663         (__remquol): Do not use BP_SYM.
27664         (remquol): Likewise.
27665         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
27666         "bp-asm.h".
27667         (PARMS): Do not use macros from bp-asm.h.
27668         (DEST): Likewise.
27669         (SRC): Likewise.
27670         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
27671         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
27672         "bp-asm.h".
27673         (PARMS): Do not use macros from bp-asm.h.
27674         (strlen): Do not use BP_SYM.
27675         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
27676         "bp-asm.h".
27677         (PARMS): Do not use macros from bp-asm.h.
27678         (S1): Likewise.
27679         (S2): Likewise.
27680         (SIZE): Likewise.
27681         (__mpn_add_n): Do not use BP_SYM.
27682         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
27683         "bp-asm.h".
27684         (PARMS): Do not use macros from bp-asm.h.
27685         (S1): Likewise.
27686         (SIZE): Likewise.
27687         (__mpn_addmul_1): Do not use BP_SYM.
27688         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
27689         weak_alias.
27690         (bzero): Likewise.
27691         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
27692         "bp-asm.h".
27693         (PARMS): Do not use macros from bp-asm.h.
27694         (S): Likewise.
27695         (SIZE): Likewise.
27696         (__mpn_lshift): Do not use BP_SYM.
27697         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
27698         "bp-asm.h".
27699         (PARMS): Do not use macros from bp-asm.h.
27700         (DEST): Likewise.
27701         (SRC): Likewise.
27702         (LEN): Likewise.
27703         (memcpy): Likewise.  Do not use BP_SYM.
27704         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
27705         libc_hidden_def and weak_alias.
27706         (mempcpy): Do not use BP_SYM in weak_alias.
27707         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
27708         "bp-asm.h".
27709         (PARMS): Do not use macros from bp-asm.h.
27710         (DEST): Likewise.
27711         (LEN): Likewise.
27712         [!BZERO_P] (CHR): Likewise.
27713         (memset): Likewise.  Do not use BP_SYM.
27714         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
27715         "bp-asm.h".
27716         (PARMS): Do not use macros from bp-asm.h.
27717         (S1): Likewise.
27718         (SIZE): Likewise.
27719         (__mpn_mul_1): Do not use BP_SYM.
27720         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
27721         "bp-asm.h".
27722         (PARMS): Do not use macros from bp-asm.h.
27723         (S): Likewise.
27724         (SIZE): Likewise.
27725         (__mpn_rshift): Do not use BP_SYM.
27726         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
27727         "bp-asm.h".
27728         (PARMS): Do not use macros from bp-asm.h.
27729         (STR): Likewise.
27730         (CHR): Likewise.
27731         (strchr): Likewise.  Do not use BP_SYM.
27732         (index): Do not use BP_SYM in weak_alias.
27733         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
27734         "bp-asm.h".
27735         (PARMS): Do not use macros from bp-asm.h.
27736         (DEST): Likewise.
27737         (SRC): Likewise.
27738         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
27739         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
27740         "bp-asm.h".
27741         (PARMS): Do not use macros from bp-asm.h.
27742         (strlen): Do not use BP_SYM.
27743         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
27744         "bp-asm.h".
27745         (PARMS): Do not use macros from bp-asm.h.
27746         (S1): Likewise.
27747         (S2): Likewise.
27748         (SIZE): Likewise.
27749         (__mpn_sub_n): Do not use BP_SYM.
27750         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
27751         "bp-asm.h".
27752         (PARMS): Do not use macros from bp-asm.h.
27753         (S1): Likewise.
27754         (SIZE): Likewise.
27755         (__mpn_submul_1): Do not use BP_SYM.
27756         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
27757         "bp-asm.h".
27758         (PARMS): Do not use macros from bp-asm.h.
27759         (S1): Likewise.
27760         (S2): Likewise.
27761         (SIZE): Likewise.
27762         (__mpn_add_n): Do not use BP_SYM.
27763         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
27764         weak_alias.
27765         (bzero): Likewise.
27766         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
27767         "bp-asm.h".
27768         (PARMS): Do not use macros from bp-asm.h.
27769         (BLK2): Likewise.
27770         (LEN): Likewise.
27771         (memcmp): Do not use BP_SYM.
27772         (bcmp): Do not use BP_SYM in weak_alias.
27773         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
27774         "bp-asm.h".
27775         (PARMS): Do not use macros from bp-asm.h.
27776         (DEST): Likewise.
27777         (SRC): Likewise.
27778         (LEN): Likewise.
27779         (memcpy): Likewise.  Do not use BP_SYM.
27780         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
27781         "bp-asm.h".
27782         (PARMS): Do not use macros from bp-asm.h.
27783         (DEST): Likewise.
27784         (SRC): Likewise.
27785         (LEN): Likewise.
27786         (memmove): Likewise.  Do not use BP_SYM.
27787         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
27788         "bp-asm.h".
27789         (PARMS): Do not use macros from bp-asm.h.
27790         (DEST): Likewise.
27791         (SRC): Likewise.
27792         (LEN): Likewise.
27793         (__mempcpy): Likewise.  Do not use BP_SYM.
27794         (mempcpy): Do not use BP_SYM in weak_alias.
27795         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
27796         "bp-asm.h".
27797         (PARMS): Do not use macros from bp-asm.h.
27798         (DEST): Likewise.
27799         (LEN): Likewise.
27800         [!BZERO_P] (CHR): Likewise.
27801         (memset): Likewise.  Do not use BP_SYM.
27802         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
27803         "bp-asm.h".
27804         (PARMS): Do not use macros from bp-asm.h.
27805         (STR2): Likewise.
27806         (strcmp): Do not use BP_SYM.
27807         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
27808         "bp-asm.h".
27809         (PARMS): Do not use macros from bp-asm.h.
27810         (STR): Likewise.
27811         (DELIM): Likewise.
27812         [USE_AS_STRTOK_R] (SAVE): Likewise.
27813         (FUNCTION): Likewise.  Do not use BP_SYM.
27814         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
27815         aliases.
27816         (strtok_r): Likewise.
27817         (__GI___strtok_r): Likewise.
27818         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
27819         (PARMS): Do not use macros from bp-asm.h.
27820         (S): Likewise.
27821         (SIZE): Likewise.
27822         (__mpn_lshift): Do not use BP_SYM.
27823         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
27824         (PARMS): Do not use macros from bp-asm.h.
27825         (STR): Likewise.
27826         (CHR): Likewise.
27827         (__memchr): Do not use BP_SYM.
27828         (memchr): Do not use BP_SYM in weak_alias.
27829         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
27830         (PARMS): Do not use macros from bp-asm.h.
27831         (BLK2): Likewise.
27832         (LEN): Likewise.
27833         (memcmp): Do not use BP_SYM.
27834         (bcmp): Do not use BP_SYM in weak_alias.
27835         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
27836         (PARMS): Do not use macros from bp-asm.h.
27837         (S1): Likewise.
27838         (SIZE): Likewise.
27839         (__mpn_mul_1): Do not use BP_SYM.
27840         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
27841         "bp-asm.h".
27842         (PARMS): Do not use macros from bp-asm.h.
27843         (STR): Likewise.
27844         (CHR): Likewise.
27845         (__rawmemchr): Do not use BP_SYM.
27846         (rawmemchr): Do not use BP_SYM in weak_alias.
27847         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
27848         (PARMS): Do not use macros from bp-asm.h.
27849         (S): Likewise.
27850         (SIZE): Likewise.
27851         (__mpn_rshift): Do not use BP_SYM.
27852         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
27853         (PARMS): Do not use macros from bp-asm.h.
27854         (SIGMSK): Likewise.
27855         (__sigsetjmp): Likewise.  Do not use BP_SYM.
27856         * sysdeps/i386/start.S: Do not include "bp-sym.h".
27857         (_start): Do not use BP_SYM.
27858         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
27859         (PARMS): Do not use macros from bp-asm.h.
27860         (DEST): Likewise.
27861         (SRC): Likewise.
27862         (__stpcpy): Likewise.  Do not use BP_SYM.
27863         (stpcpy): Do not use BP_SYM in weak_alias.
27864         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
27865         "bp-asm.h".
27866         (PARMS): Do not use macros from bp-asm.h.
27867         (DEST): Likewise.
27868         (SRC): Likewise.
27869         (LEN): Likewise.
27870         (__stpncpy): Likewise.  Do not use BP_SYM.
27871         (stpncpy): Do not use BP_SYM in weak_alias.
27872         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
27873         (PARMS): Do not use macros from bp-asm.h.
27874         (STR): Likewise.
27875         (CHR): Likewise.
27876         (strchr): Likewise.  Do not use BP_SYM.
27877         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
27878         "bp-asm.h".
27879         (PARMS): Do not use macros from bp-asm.h.
27880         (STR): Likewise.
27881         (CHR): Likewise.
27882         (__strchrnul): Likewise.  Do not use BP_SYM.
27883         (strchrnul): Do not use BP_SYM in weak_alias.
27884         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
27885         "bp-asm.h".
27886         (PARMS): Do not use macros from bp-asm.h.
27887         (STOP): Likewise.
27888         (strcspn): Do not use BP_SYM.
27889         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
27890         "bp-asm.h".
27891         (PARMS): Do not use macros from bp-asm.h.
27892         (STR): Likewise.
27893         (STOP): Likewise.
27894         (strpbrk): Likewise.  Do not use BP_SYM.
27895         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
27896         "bp-asm.h".
27897         (PARMS): Do not use macros from bp-asm.h.
27898         (STR): Likewise.
27899         (CHR): Likewise.
27900         (strrchr): Likewise.  Do not use BP_SYM.
27901         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
27902         (PARMS): Do not use macros from bp-asm.h.
27903         (SKIP): Likewise.
27904         (strspn): Do not use BP_SYM.
27905         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
27906         (PARMS): Do not use macros from bp-asm.h.
27907         (STR): Likewise.
27908         (DELIM): Likewise.
27909         (SAVE): Likewise.
27910         (FUNCTION): Likewise.  Do not use BP_SYM.
27911         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
27912         aliases.
27913         (strtok_r): Likewise.
27914         (__GI___strtok_r): Likewise.
27915         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
27916         (PARMS): Do not use macros from bp-asm.h.
27917         (S1): Likewise.
27918         (S2): Likewise.
27919         (SIZE): Likewise.
27920         (__mpn_sub_n): Do not use BP_SYM.
27921         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
27922         "bp-asm.h".
27923         (PARMS): Do not use macros from bp-asm.h.
27924         (S1): Likewise.
27925         (SIZE): Likewise.
27926         (__mpn_submul_1): Do not use BP_SYM.
27927         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
27928         <bp-sym.h>.
27929         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
27930         and <bp-asm.h>.
27931         (PARMS): Do not use macros from bp-asm.h.
27932         (FLAGS): Likewise.
27933         (PTID): Likewise.
27934         (TLS): Likewise.
27935         (CTID): Likewise.
27936         (__clone): Do not use BP_SYM.
27937         (clone): Do not use BP_SYM in weak_alias.
27938         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
27939         and <bp-asm.h>.
27940         (PARMS): Do not use macros from bp-asm.h.
27941         (LEN): Likewise.
27942         (__mmap64): Do not use BP_SYM.
27943         (mmap64): Do not use BP_SYM in weak_alias.
27944         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
27945         <bp-sym.h> and <bp-asm.h>.
27946         (PARMS): Do not use macros from bp-asm.h.
27947         (__posix_fadvise64_l64): Do not use BP_SYM.
27948         * sysdeps/unix/sysv/linux/i386/semtimedop.S
27949         (PARMS): Do not use macros from bp-asm.h.
27950         (NSOPS): Likewise.
27951         (semtimedop): Do not use BP_SYM.
27952         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
27953         and <bp-asm.h>.
27955 2013-02-21  Allan McRae  <allan@archlinux.org>
27957         * manual/message.texi (Charset conversion in gettext):
27958         Move @end statement to beginning of line.
27960 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27962         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
27963         static.
27964         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
27965         Likewise.
27967         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
27968         (denorm): Likewise.
27969         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
27970         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
27972 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27974         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
27975         tail-call to the resolved function if pltexit isn't needed.
27977 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27979         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
27980         or Y being zero as being unlikely.
27981         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
27982         Likewise.
27984 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
27986         * manual/nss.texi (System Databases and Name Service Switch):
27987         Remove frobnicate @pxref.
27989 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
27991         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
27992         __attribute__ ((unused)) to __attribute__ ((__unused__)).
27994 2013-02-20  Petr Machata  <pmachata@redhat.com>
27996         * elf/elf.h (R_ARM_TARGET1): New macro.
27997         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
27998         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
27999         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
28000         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
28001         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
28002         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
28003         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
28004         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
28005         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
28006         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
28007         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
28008         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
28009         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
28010         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
28011         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
28012         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
28013         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
28014         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
28015         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
28016         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
28017         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
28018         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
28019         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
28020         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
28021         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
28022         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
28023         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
28024         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
28025         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
28026         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
28027         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
28028         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
28029         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
28030         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
28031         (R_ARM_THM_GOT_BREL12): Likewise.
28032         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
28033         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
28034         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
28035         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
28036         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
28037         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
28038         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
28039         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
28040         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
28042 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28044         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28045         __attribute_used__ to __attribute__ ((unused)).
28047 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
28049         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
28050         powerpc mpa.c.
28051         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
28052         comment formatting.
28053         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
28055 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
28057         [BZ #13550]
28058         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
28059         Remove macro.
28060         (ENTER): Remove both macro definitions.
28061         (LEAVE): Likewise.
28062         (CHECK_BOUNDS_LOW): Likewise.
28063         (CHECK_BOUNDS_HIGH): Likewise.
28064         (CHECK_BOUNDS_BOTH): Likewise.
28065         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
28066         (RETURN_BOUNDED_POINTER): Likewise.
28067         (RETURN_NULL_BOUNDED_POINTER): Likewise.
28068         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
28069         (POP_ERRNO_LOCATION_RETURN): Likewise.
28070         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
28071         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28072         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
28073         macros.
28074         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28075         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
28076         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
28077         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
28078         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
28079         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
28080         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
28081         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
28082         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
28083         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
28084         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
28085         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
28086         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28087         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
28088         removed macros.
28089         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28090         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
28091         macros.
28092         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28093         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
28094         * sysdeps/i386/i586/memset.S (memset): Likewise.
28095         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
28096         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28097         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
28098         macros.
28099         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28100         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
28101         Change uses of L(2) to L(out).
28102         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
28103         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
28104         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
28105         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28106         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
28107         removed macros.
28108         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28109         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
28110         macros.
28111         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28112         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
28113         (RETURN): Do not use macro LEAVE.
28114         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
28115         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
28116         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
28117         * sysdeps/i386/i686/memset.S (memset): Likewise.
28118         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
28119         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
28120         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28121         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
28122         Likewise.
28123         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28124         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
28125         L(1_2) and L(1_3) into L(1).
28126         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28127         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
28128         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28129         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
28130         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28131         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
28132         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
28133         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28134         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
28135         macros.
28136         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
28137         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28138         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
28139         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
28140         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
28141         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28142         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
28143         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
28144         * sysdeps/i386/strcspn.S (strcspn): Likewise.
28145         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
28146         * sysdeps/i386/strrchr.S (strrchr): Likewise.
28147         * sysdeps/i386/strspn.S (strspn): Likewise.
28148         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
28149         conditional code.
28150         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28151         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
28152         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28153         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
28154         L(1_3) into L(1_1).
28155         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
28156         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28157         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
28158         macros.
28159         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28161 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
28163         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
28164         macro.
28166 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28168         * math/atest-exp.c (exp_mpn): Remove ROUND.
28169         * math/atest-exp2.c (exp_mpn): Likewise.
28170         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
28172         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
28173         * stdlib/tst-tls-atexit-lib.c: Likewise.
28174         * stdlib/tst-tls-atexit.c: Likewise.
28176 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28178         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
28179         and __attribute_alloc_size__.
28181 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28183         * include/programs/xmalloc.h: Change __attribute_alloc_size to
28184         __attribute_alloc_size__.
28185         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
28186         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
28188 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28190         * include/programs/xmalloc.h: New file.
28191         * catgets/gencat.c: Include it.
28192         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
28193         * elf/pldd.c: Likewise.
28194         * iconv/iconv_charmap.c: Likewise.
28195         * iconv/iconvconfig.c: Likewise.
28196         * iconv/strtab.c: Likewise.
28197         * locale/programs/locale.c: Likewise.
28198         * locale/programs/localedef.h: Likewise.
28199         * locale/programs/simple-hash.c: Likewise.
28200         * nscd/nscd.h: Likewise.
28201         * nss/makedb.c: Likewise.
28202         * sysdeps/generic/ldconfig.h: Likewise.
28204 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
28206         * Versions.def: Add GLIBC_2.18.
28207         * include/link.h (struct link_map): New member l_tls_dtor_count.
28208         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
28209         (__call_tls_dtors): Likewise.
28210         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
28211         __cxa_thread_atexit_impl.
28212         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28213         Likewise.
28214         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28215         Likewise.
28216         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
28217         Likewise.
28218         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
28219         Likewise.
28220         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
28221         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
28222         Likewise.
28223         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
28224         Likewise.
28225         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
28226         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
28227         Likewise.
28228         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
28229         (tests): Add test case tst-tls-atexit.
28230         (modules-names): Add shared library for tst-tls-atexit.
28231         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
28232         (GLIBC_PRIVATE): Add __call_tls_dtors.
28233         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
28234         for libstdc++.
28235         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
28236         * stdlib/tst-tls-atexit.c: New test case.
28237         * stdlib/tst-tls-atexit-lib.c: New test case.
28239         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
28241         * elf/Versions (ld): Add _dl_find_dso_for_object.
28242         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
28243         * elf/dl-open.c (_dl_find_dso_for_object): New function.
28244         (dl_open_worker): Use _dl_find_dso_for_object.
28245         * elf/dl-sym.c (do_sym): Likewise.
28246         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
28248 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28250         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
28251         Syntactic changes only.
28252         (_dl_runtime_profile): Do a tail-call to the resolved function.
28254 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
28256         [BZ #13550]
28257         * sysdeps/x86_64/bp-asm.h: Remove file.
28258         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
28259         <bp-sym.h> and <bp-asm.h>.
28260         (__clone): Do not use BP_SYM.
28261         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
28262         <bp-sym.h> and <bp-asm.h>.
28263         * sysdeps/unix/x86_64/sysdep.S: Likewise.
28264         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
28265         "bp-asm.h".
28266         (_setjmp): Do not use BP_SYM.
28267         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
28268         "bp-asm.h".
28269         (setjmp): Do not use BP_SYM.
28270         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
28271         libc_hidden_def.
28272         (mempcpy): Do not use BP_SYM in weak_alias.
28273         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
28274         "bp-asm.h".
28275         (strchr): Do not use BP_SYM.
28276         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
28277         "bp-asm.h".
28278         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
28279         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
28280         (_start): Do not use BP_SYM.
28281         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
28282         "bp-asm.h".
28283         (strcat): Do not use BP_SYM.
28284         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
28285         "bp-asm.h".
28286         (STRCMP): Do not use BP_SYM.
28287         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
28288         "bp-asm.h".
28289         (STRCPY): Do not use BP_SYM.
28290         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
28291         "bp-asm.h".
28292         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
28293         "bp-asm.h".
28294         (FUNCTION): Do not use BP_SYM.
28295         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
28296         weak_alias.
28297         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
28299 2013-02-17  Andreas Jaeger  <aj@suse.de>
28301         * time/Versions: Sort entries.
28302         * string/Versions: Likewise.
28303         * resolv/Versions: Likewise.
28304         * posix/Versions: Likewise.
28305         * iconv/Versions: Likewise.
28306         * elf/Versions: Likewise.
28307         * wcsmbs/Versions: Likewise.
28309 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28311         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
28312         loop termination condition.
28314         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
28315         variable to calculate EZ.
28316         (__sqr): Likewise.
28318         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
28319         the lower precision input.
28321 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
28323         [BZ #13550]
28324         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
28325         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
28326         (run-via-rtld-prefix): Do not handle %-bp tests.
28327         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
28328         (all-object-suffixes): Remove .ob.
28329         (bppfx): Remove variable.
28330         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
28331         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
28332         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
28333         [$(build-bounded) = yes] (libtype.ob): Likewise.
28334         * Makerules (elide-routines.ob): Remove variable.
28335         (do-tests-clean): Do not handle *-bp.out.
28336         (common-mostlyclean): Do not handle *-bp and *-bp.out.
28337         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
28338         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
28339         (tests): Do not include $(tests-bp.out).
28340         (xtests): Do not include $(xtests-bp.out).
28341         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
28342         [$(build-bounded) = yes] ($(addprefix
28343         $(objpfx),$(binaries-bounded))): Remove rule.
28344         ($(objpfx)%-bp.out): Remove rule.
28345         * config.make.in (build-bounded): Remove variable.
28346         * crypt/Makefile [$(build-bounded) = yes]
28347         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
28348         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
28349         append to variable.
28350         [$(build-bounded) = yes] (install-lib): Likewise.
28351         [$(build-bounded) = yes] (generated): Likewise.
28352         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
28353         Remove rule.
28354         * intl/Makefile [$(build-bounded) = yes]
28355         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
28356         * math/Makefile [$(build-bounded) = yes]
28357         ($(tests:%=$(objpfx)%-bp): Likewise.
28358         * misc/Makefile [$(build-bounded) = yes]
28359         ($(objpfx)tst-tsearch-bp): Likewise.
28360         * nptl/Makeconfig (bounded-thread-library): Remove variable.
28361         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
28362         Remove dependency.
28363         * string/Makefile (o-objects.ob): Remove variable.
28364         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
28365         (CFLAGS-.ob): Remove variable.
28366         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
28367         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
28368         both definitions of variable.
28369         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
28370         (ASFLAGS-.ob): Remove variable.
28372 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
28374         [BZ #13550]
28375         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
28376         Remove __BOUNDED_POINTERS__ from condition.
28377         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
28378         * string/bits/string2.h [!__NO_STRING_INLINES &&
28379         !__BOUNDED_POINTERS__]: Likewise.
28380         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
28381         Likewise.
28382         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
28383         Remove conditional code.
28384         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
28385         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
28386         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
28387         condition.
28389         [BZ #13550]
28390         * csu/libc-start.c: Do not include <bp-sym.h>.
28391         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
28392         * elf/dl-open.c: Do not include <bp-sym.h>.
28393         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
28394         * math/fegetenv.c: Do not include <bp-sym.h>.
28395         (fegetenv): Do not use BP_SYM in versioned symbols.
28396         * nptl/sysdeps/pthread/bits/libc-lockP.h
28397         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
28398         <bp-sym.h>.
28399         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28400         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
28401         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28402         (__pthread_mutex_destroy): Likewise.
28403         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28404         (__pthread_mutex_lock): Likewise.
28405         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28406         (__pthread_mutex_trylock): Likewise.
28407         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28408         (__pthread_mutex_unlock): Likewise.
28409         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28410         (__pthread_mutexattr_init): Likewise.
28411         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28412         (__pthread_mutexattr_destroy): Likewise.
28413         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28414         (__pthread_mutexattr_settype): Likewise.
28415         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28416         (__pthread_rwlock_init): Likewise.
28417         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28418         (__pthread_rwlock_destroy): Likewise.
28419         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28420         (__pthread_rwlock_rdlock): Likewise.
28421         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28422         (__pthread_rwlock_tryrdlock): Likewise.
28423         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28424         (__pthread_rwlock_wrlock): Likewise.
28425         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28426         (__pthread_rwlock_trywrlock): Likewise.
28427         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28428         (__pthread_rwlock_unlock): Likewise.
28429         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28430         (__pthread_key_create): Likewise.
28431         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28432         (__pthread_setspecific): Likewise.
28433         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28434         (__pthread_getspecific): Likewise.
28435         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
28436         Likewise.
28437         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28438         (_pthread_cleanup_push_defer): Likewise.
28439         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28440         (_pthread_cleanup_pop_restore): Likewise.
28441         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28442         (pthread_setcancelstate): Likewise.
28443         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
28444         <bp-sym.h>.
28445         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
28446         (memchr): Do not use BP_SYM in weak_alias.
28447         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
28448         (fegetenv): Do not use BP_SYM in versioned symbols.
28449         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
28450         (fesetenv): Do not use BP_SYM in versioned symbols.
28451         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
28452         (feupdateenv): Do not use BP_SYM in versioned symbols.
28453         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
28454         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
28455         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
28456         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
28457         (open64): Do not use BP_SYM in weak_alias.
28458         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
28459         (fegetenv): Do not use BP_SYM in versioned symbols.
28460         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
28461         (fesetenv): Do not use BP_SYM in versioned symbols.
28462         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
28463         (feupdateenv): Do not use BP_SYM in versioned symbols.
28464         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
28465         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
28466         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
28467         (feraiseexcept): Do not use BP_SYM in versioned symbols.
28468         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
28469         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
28470         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
28471         <bp-sym.h>.
28472         (__libc_start_main): Do not use BP_SYM.
28474 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
28476         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
28477         redundant return line.
28478         (norm): Likewise.
28479         (denorm): Likewise.
28480         (dbl_mp): Likewise.
28481         (sub_magnitudes): Likewise.
28482         (__add): Likewise.
28483         (__sub): Likewise.
28484         (__mul): Likewise.
28485         (__inv): Likewise.
28486         (__dvd): Likewise.
28487         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
28488         (norm): Likewise.
28489         (denorm): Likewise.
28490         (dbl_mp): Likewise.
28491         (sub_magnitudes): Likewise.
28492         (__add): Likewise.
28493         (__sub): Likewise.
28494         (__mul): Likewise.
28495         (__inv): Likewise.
28496         (__dvd): Likewise.
28498         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
28499         instead of __mul.
28500         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
28501         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
28502         (cc32): Likewise.
28504         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
28505         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
28506         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
28507         of __mul for squares.
28508         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
28509         function
28510         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
28511         Likewise.
28512         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
28513         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
28515 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
28517         [BZ #13550]
28518         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
28519         code.
28520         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
28521         prototype or function definition.  Rename ubp_* variables and
28522         parameters.  Remove argv definitions conditional on
28523         [__BOUNDED_POINTERS__].
28524         * debug/backtrace.c (__backtrace): Do not use __unbounded.
28525         * elf/dl-runtime.c (_dl_fixup): Likewise.
28526         * include/set-hooks.h (RUN_HOOK): Likewise.
28527         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
28528         definition.
28529         * string/strcpy.c (strcpy): Do not use __unbounded.
28530         * sysdeps/generic/frame.h (struct layout): Likewise.
28531         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
28532         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
28533         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
28534         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
28535         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
28536         (__backtrace): Likewise.
28537         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
28538         use __ptrvalue.
28539         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
28540         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
28541         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
28542         Likewise.
28543         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
28544         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
28545         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
28546         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
28547         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
28548         Do not use __unbounded.
28549         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
28550         Rename __unboundedrlimits parameter to rlimits in prototype.
28551         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
28552         Do not use __unbounded.
28553         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
28554         not use __ptrvalue.
28555         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
28556         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
28557         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
28558         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
28559         __ptrvalue or __unbounded.
28560         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
28561         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
28562         use __unbounded.
28563         (__new_msgctl): Do not use __ptrvalue.
28564         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
28565         __unbounded.
28566         (__libc_msgrcv): Do not use __ptrvalue.
28567         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
28568         startup_info): Do not use __unbounded.
28569         (__libc_start_main): Likewise.  Rename ubp_* variables and
28570         parameters.  Remove argv definitions conditional on
28571         [__BOUNDED_POINTERS__].
28572         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
28573         __ptrvalue.
28574         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
28575         use __unbounded.
28576         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
28577         or __ptrvalue.
28578         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
28579         use __unbounded.
28580         (__new_shmctl): Do not use __ptrvalue.
28581         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
28582         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
28583         Likewise.
28584         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
28585         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
28586         (__libc_sigaction): Likewise.
28587         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
28588         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
28589         Likewise.
28590         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
28592 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
28594         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
28596         * string/mempcpy.c: Implement by calling memcpy.
28598 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
28600         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
28602         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
28603         evaluation.
28605         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
28606         values in the mantissa.
28608         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
28609         minimize writes to Z.
28610         (sub_magnitudes): Simplify code a bit.
28612 2013-02-12  Roland McGrath  <roland@hack.frob.com>
28614         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
28615         from the message.  The linker prefixes all warnings with that already.
28617 2013-02-12  Andreas Schwab  <schwab@suse.de>
28619         [BZ #15078]
28620         * posix/regexec.c (extend_buffers): Add parameter min_len.
28621         (check_matching): Pass minimum needed length.
28622         (clean_state_log_if_needed): Likewise.
28623         (get_subexp): Likewise.
28624         * posix/Makefile (tests): Add bug-regex34.
28625         (bug-regex34-ENV): Define.
28626         * posix/bug-regex34.c: New file.
28628         [BZ #11561]
28629         * posix/regcomp.c (parse_bracket_exp): When looking up collating
28630         elements compare against the byte sequence of it, not its name.
28631         * posix/Makefile (tests): Add bug-regex35.
28632         (bug-regex35-ENV): Define.
28633         * posix/bug-regex35.c: New file.
28635 2013-02-11  Tom de Vries  <tom@codesourcery.com>
28637         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
28638         comment.
28639         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
28640         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
28641         (CHECK_EOL): Add undef.
28643 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
28645         * bits/stdlib-bsearch.h: New file.
28646         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
28647         * stdlib/stdlib.h: Likewise.
28649 2013-02-11  Roland McGrath  <roland@hack.frob.com>
28651         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
28652         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
28653         declaration.
28654         * manual/search.texi (Array Search Function): Add missing const in
28655         lfind prototype.
28656         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
28657         declaration to use rlim_t.
28658         (Basic Scheduling Functions): Remove erroneous const from
28659         sched_getparam prototype.  Remove erroneous * from
28660         sched_get_priority_max and sched_get_priority_min prototypes.
28661         (Resource Usage): Fix summary @comment on vtimes to refer to
28662         sys/vtimes.h rather than vtimes.h.
28663         Add missing *s in vtimes prototype.
28664         (Limits on Resources): Fix ulimit prototype to return long int.
28665         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
28666         prototypes to use long int rather than double.
28667         (BSD Random): Fix initstate and setstate to use char *, not void *.
28668         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
28669         prototype to make second argument 'struct aiocb64 *const[]'.
28670         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
28671         (Status of AIO Operations): Remove erroneous const in aio_return and
28672         aio_return64 prototypes.
28673         (Synchronizing I/O): Fix sync prototype to return void.
28674         * manual/startup.texi (Suboptions): Remove an erroneous const in
28675         getsubopt prototype.
28676         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
28677         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
28678         use size_t rather than int.
28679         (Scanning All Users): Likewise for getpwent_r.
28680         (Setting Groups): Add missing const to setgroups prototype.
28681         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
28682         * manual/socket.texi (Host Names): Fix gethostbyaddr and
28683         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
28684         'const void *' rather than 'const char *'.
28685         (Host Address Functions): Likewise for inet_ntop.
28686         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
28687         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
28688         ssize_t for return value.
28689         (Sending Data): Likewise for send, sendto, sendmsg.
28690         (Socket Option Functions): Add a missing const in setsockopt prototype.
28691         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
28692         use wchar_t for the argument.
28693         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
28694         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
28695         take no arguments.
28696         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
28697         double/float/long double for second argument.
28698         Fix return types of significand, significandf, significandl.
28699         * manual/filesys.texi (Setting Permissions): Use mode_t for second
28700         argument in fchmod prototype.
28701         (File Owner): Use uid_t and gid_t in fchown prototype.
28702         (File Times): Add const to utimes, futimes, and lutimes prototypes.
28703         (Making Special Files): Use mode_t and dev_t in mknod prototype.
28704         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
28705         use 'const struct dirent **' as argument types to CMP function pointer
28706         argument.
28707         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
28708         (File Times): Fix summary magic @comment for struct utimbuf and utime
28709         to refer to utime.h, not time.h.
28710         * manual/string.texi (Argz Functions): Add missing const in
28711         argz_extract and argz_next prototypes.
28712         (Finding Tokens in a String): Likewise for basename.
28713         (String/Array Comparison): Fix typo in wcscasecmp prototype.
28714         (Copying and Concatenation): Fix typo in wmemmove prototype.
28715         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
28716         (Signal Stack): Remove erroneous const in sigstack prototype.
28717         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
28718         prototype.
28719         (Simple Calendar Time): Likewise for stime.
28720         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
28721         prototype.
28722         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
28723         say sys/sysctl.h instead.
28724         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
28725         and vsyslog prototypes.
28727 2013-02-11  Tom de Vries  <tom@codesourcery.com>
28729         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
28730         Remove.
28732 2013-02-11  Roland McGrath  <roland@hack.frob.com>
28734         * misc/sys/mman.h: Fix typo in mremap comment.
28736 2013-02-08  Roland McGrath  <roland@hack.frob.com>
28738         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
28739         the '\0' terminator.
28741 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
28743         [BZ #13550]
28744         * debug/segfault.c: Don't include <bp-checks.h>.
28745         * sysdeps/generic/bp-checks.h: Remove file.
28746         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
28747         (__GETDENTS): Don't use CHECK_N.
28748         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
28749         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
28750         (__getgroups): Don't use CHECK_N.
28751         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
28752         (setgroups): Don't use CHECK_N.
28753         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
28754         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
28755         (__libc_msgrcv): Don't use CHECK_N.
28756         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
28757         (__libc_msgsnd): Don't use CHECK_N.
28758         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
28759         <bp-checks.h>.
28760         (__libc_pread): Don't use CHECK_N.
28761         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
28762         include <bp-checks.h>.
28763         (__libc_pread64): Don't use CHECK_N.
28764         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
28765         include <bp-checks.h>.
28766         (__libc_pwrite): Don't use CHECK_N.
28767         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
28768         include <bp-checks.h>.
28769         (__libc_pwrite64): Don't use CHECK_N.
28770         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
28771         <bp-checks.h>.
28772         (__libc_pread): Don't use CHECK_N.
28773         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
28774         include <bp-checks.h>.
28775         (__libc_pread64): Don't use CHECK_N.
28776         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
28777         include <bp-checks.h>.
28778         (__libc_pwrite): Don't use CHECK_N.
28779         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
28780         include <bp-checks.h>.
28781         (__libc_pwrite64): Don't use CHECK_N.
28782         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
28783         (do_pread): Don't use CHECK_N.
28784         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
28785         (do_pread64): Don't use CHECK_N.
28786         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
28787         (do_pwrite): Don't use CHECK_N.
28788         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
28789         (do_pwrite64): Don't use CHECK_N.
28790         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
28791         (__libc_readv): Don't use CHECK_N.
28792         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
28793         (semop): Don't use CHECK_N.
28794         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
28795         <bp-checks.h>.
28796         (semtimedop): Don't use CHECK_N.
28797         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
28798         (__libc_pread): Don't use CHECK_N.
28799         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
28800         <bp-checks.h>.
28801         (__libc_pread64): Don't use CHECK_N.
28802         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
28803         <bp-checks.h>.
28804         (__libc_pwrite): Don't use CHECK_N.
28805         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
28806         <bp-checks.h>.
28807         (__libc_pwrite64): Don't use CHECK_N.
28808         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
28809         <bp-checks.h>.
28810         (__libc_msgrcv): Don't use CHECK_N.
28811         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
28812         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
28813         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
28814         (__libc_writev): Don't use CHECK_N.
28816 2013-02-08  Roland McGrath  <roland@hack.frob.com>
28818         * string/strcpy.c: Removed unused variable.
28820         * Makeconfig (+sysdep-includes): Define with := rather than =.
28821         Use an existing include/ subdir of each sysdeps dir before it.
28823 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
28825         * nscd/connection.c (register_traced_file): Comment function.
28826         [HAVE_INOTIFY] (union __inev): Define.
28827         [HAVE_INOTIFY] (inotify_check_files): New function.
28828         [HAVE_INOTIFY] (clear_db_cache): Likewise.
28829         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
28830         clear_db_cache.
28831         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
28833 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
28835         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
28836         loaded if not already and that a failure is permanent.
28838 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
28840         [BZ #15006]
28841         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
28842         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
28844 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
28846         [BZ #13550]
28847         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
28848         (CHECK_1_NULL_OK): Likewise.
28849         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
28850         (__fxstat): Do not use CHECK_1.
28851         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
28852         <bp-checks.h>.
28853         (___fxstat64): Do not use CHECK_1.
28854         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
28855         <bp-checks.h>.
28856         (__fxstatat): Do not use CHECK_1.
28857         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
28858         <bp-checks.h>.
28859         (__fxstatat64): Do not use CHECK_1.
28860         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
28861         <bp-checks.h>.
28862         (__fxstat): Do not use CHECK_1.
28863         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
28864         <bp-checks.h>.
28865         (__fxstatat): Do not use CHECK_1.
28866         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
28867         <bp-checks.h>.
28868         (__getresgid): Do not use CHECK_1.
28869         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
28870         <bp-checks.h>.
28871         (__getresuid): Do not use CHECK_1.
28872         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
28873         <bp-checks.h>.
28874         (__lxstat): Do not use CHECK_1.
28875         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
28876         <bp-checks.h>.
28877         (__old_msgctl): Do not use CHECK_1.
28878         (__new_msgctl): Likewise.
28879         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
28880         <bp-checks.h>.
28881         (__new_setrlimit): Do not use CHECK_1.
28882         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
28883         <bp-checks.h>.
28884         (__old_shmctl): Do not use CHECK_1.
28885         (__new_shmctl): Likewise.
28886         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
28887         <bp-checks.h>.
28888         (__xstat): Do not use CHECK_1.
28889         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
28890         (__lxstat): Do not use CHECK_1.
28891         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
28892         <bp-checks.h>.
28893         (___lxstat64): Do not use CHECK_1.
28894         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
28895         (__old_msgctl): Do not use CHECK_1.
28896         (__new_msgctl): Likewise.
28897         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
28898         <bp-checks.h>.
28899         (__gettimeofday): Do not use CHECK_1.
28900         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
28901         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
28902         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
28903         <bp-checks.h>.
28904         (__gettimeofday): Do not use CHECK_1.
28905         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
28906         (__old_shmctl): Do not use CHECK_1_NULL_OK.
28907         (__new_shmctl): Do not use CHECK_1.
28908         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
28909         <bp-checks.h>.
28910         (do_sigtimedwait): Do not use CHECK_1.
28911         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
28912         <bp-checks.h>.
28913         (do_sigwaitinfo): Do not use CHECK_1.
28914         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
28915         <bp-checks.h>.
28916         (msgctl): Do not use CHECK_1.
28917         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
28918         <bp-checks.h>.
28919         (shmctl): Do not use CHECK_1.
28920         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
28921         (ustat): Do not use CHECK_1.
28922         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
28923         <bp-checks.h>.
28924         (__fxstat): Do not use CHECK_1.
28925         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
28926         <bp-checks.h>.
28927         (__fxstatat): Do not use CHECK_1.
28928         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
28929         <bp-checks.h>.
28930         (__lxstat): Do not use CHECK_1.
28931         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
28932         <bp-checks.h>.
28933         (__xstat): Do not use CHECK_1.
28934         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
28935         (__xstat): Do not use CHECK_1.
28936         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
28937         (___xstat64): Do not use CHECK_1.
28939         [BZ #13550]
28940         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
28941         definitions.
28942         (CHECK_BOUNDS_HIGH): Likewise.
28943         * string/strcpy.c: Do not include <bp-checks.h>.
28944         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
28946 2013-02-07  Roland McGrath  <roland@hack.frob.com>
28948         * nscd/nscd-client.h (__nscd_drop_map_ref):
28949         Add __attribute__ ((unused)).
28950         * nis/nss-nisplus.h (niserr2nss): Likewise.
28952         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
28953         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
28955         * csu/libc-tls.c (init_static_tls, init_slotinfo):
28956         Remove inline keyword.
28957         * include/rounding-mode.h (round_away): Likewise.
28958         * libio/wfileops.c (adjust_wide_data): Likewise.
28959         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
28960         (__m128i_strloadu_tolower): Likewise.
28961         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
28962         (__m128i_strloadu_tolower): Likewise.
28963         * time/mktime.c (ydhms_diff): Likewise.
28964         * locale/elem-hash.h (elem_hash): Likewise.
28965         * locale/setlocale.c (setdata): Likewise.
28966         * posix/regex_internal.h (re_string_char_size_at): Likewise.
28967         (re_string_wchar_at): Likewise.
28968         (bitset_not, bitset_merge, bitset_mask): Likewise.
28969         [!(__GNUC__ > 3)] (inline): Remove macro.
28970         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
28971         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
28972         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
28973         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
28974         * string/memcmp.c (memcmp_bytes): Likewise.
28975         * locale/programs/locarchive.c (compute_hashval): Likewise.
28976         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
28977         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
28978         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
28979         * nss/getent.c (print_rpc, print_protocols): Likewise.
28980         (print_passwd, print_group, print_aliases): Likewise.
28981         * nis/nss-nisplus.h (niserr2nss): Likewise.
28982         * nscd/connections.c (restart_p): Likewise.
28983         Change return type to bool.
28985 2013-02-05  Roland McGrath  <roland@hack.frob.com>
28987         * Makeconfig (all-Depend-files): Add existing
28988         $(sorted-subdirs:=/Depend) files.
28989         (all-subdirs): Remove nss.
28990         * sysdeps/unix/inet/Subdirs: Add it here instead.
28991         * hesiod/Depend: New file.
28993         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
28994         instead of calling alloca.
28996         * io/lseek.c (__lseek): Rename to __libc_lseek.
28997         Define __lseek as an alias.
28999         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
29001 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
29003         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
29004         else clause and remove check for non-standard endianness.
29006 2013-02-04  David S. Miller  <davem@davemloft.net>
29008         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29010 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
29012         [BZ #13550]
29013         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
29014         (__ubp_memchr): Remove prototype.
29015         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
29016         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29017         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
29018         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29019         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
29020         Remove alias.
29021         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
29022         (__ubp_memchr): Likewise.
29023         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
29024         (__ubp_memchr): Likewise.
29025         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
29026         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
29027         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
29028         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
29029         CHECK_STRING.
29030         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
29031         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
29032         (__getcwd): Do not use CHECK_STRING.
29033         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
29034         <bp-checks.h>.
29035         (__real_chown): Do not use CHECK_STRING.
29036         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
29037         <bp-checks.h>.
29038         (fchownat): Do not use CHECK_STRING.
29039         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
29040         CHECK_STRING.
29041         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
29042         <bp-checks.h>.
29043         (__lchown): Do not use CHECK_STRING.
29044         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29045         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29046         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29047         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
29048         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
29049         include <bp-checks.h>.
29050         (truncate64): Do not use CHECK_STRING.
29051         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
29052         <bp-checks.h>.
29053         (__real_chown): Do not use CHECK_STRING.
29054         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
29055         <bp-checks.h>.
29056         (__lchown): Do not use CHECK_STRING.
29057         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
29058         <bp-checks.h>.
29059         (__chown): Do not use CHECK_STRING.
29060         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
29061         <bp-checks.h>.
29062         (truncate64): Do not use CHECK_STRING.
29063         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
29064         Likewise.
29065         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
29066         (__xmknod): Do not use CHECK_STRING.
29067         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
29068         <bp-checks.h>.
29069         (__xmknodat): Do not use CHECK_STRING.
29070         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29071         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
29073 2013-02-04  Andreas Schwab  <schwab@suse.de>
29075         [BZ #14142]
29076         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
29077         * include/netdb.h: Likewise for h_errno.
29078         * elf/tst-stackguard1.c: Include <tls.h>.
29080 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
29082         * elf/link.h (struct link_map): Extend the l_addr comment.
29083         * include/link.h (struct link_map): Likewise.
29085 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
29087         [BZ #13550]
29088         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
29089         (BOUNDED_1): Remove macro.
29090         * debug/backtrace.c: Don't include <bp-checks.h>.
29091         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
29092         (__backtrace): Likewise.
29093         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
29094         <bp-checks.h>.
29095         (__backtrace): Don't use BOUNDED_1.
29096         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
29097         <bp-checks.h>.
29098         (__backtrace): Don't use BOUNDED_1.
29099         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
29100         (__backtrace): Don't use BOUNDED_1.
29101         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
29102         (shmat): Don't use BOUNDED_N.
29104 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
29106         [BZ #13550]
29107         * sysdeps/generic/bp-start.h: Remove file.
29108         * csu/libc-start.c: Don't include <bp-start.h>.
29109         (LIBC_START_MAIN): Set up __environ directly instead of using
29110         INIT_ARGV_and_ENVIRON.
29111         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
29112         <bp-start.h>.
29114         [BZ #13550]
29115         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
29116         definitions.
29117         (CHECK_FCNTL): Likewise.
29118         (CHECK_N_PAGES): Likewise.
29120         [BZ #13550]
29121         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
29122         definitions.
29123         (CHECK_SIGSET_NULL_OK): Likewise.
29124         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
29125         <bp-checks.h>.
29126         (sigpending): Don't use CHECK_SIGSET.
29127         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
29128         <bp-checks.h>.
29129         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29130         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
29131         <bp-checks.h>.
29132         (do_sigsuspend): Don't use CHECK_SIGSET.
29133         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
29134         use CHECK_SIGSET.
29135         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
29136         (do_sigwait): Don't use CHECK_SIGSET.
29137         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
29138         use CHECK_SIGSET.
29139         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
29140         include <bp-checks.h>.
29141         (sigpending): Don't use CHECK_SIGSET.
29142         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
29143         include <bp-checks.h>.
29144         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29145         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
29146         <bp-checks.h>.
29147         (sigpending): Don't use CHECK_SIGSET.
29148         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
29149         <bp-checks.h>.
29150         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29152         [BZ #13550]
29153         * sysdeps/generic/bp-semctl.h: Remove file.
29154         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
29155         <bp-checks.h> and <bp-semctl.h>.
29156         (__old_semctl): Don't use CHECK_SEMCTL.
29157         (__new_semctl): Likewise.
29158         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
29159         and <bp-semctl.h>.
29160         (__old_semctl): Don't use CHECK_SEMCTL.
29161         (__new_semctl): Likewise.
29162         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
29163         <bp-checks.h> and <bp-semctl.h>.
29164         (__old_semctl): Don't use CHECK_SEMCTL.
29165         (__new_semctl): Likewise.
29166         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
29167         <bp-checks.h> and <bp-semctl.h>.
29168         (semctl): Don't use CHECK_SEMCTL.
29170         [BZ #13550]
29171         * Makerules (elide-bp-thunks): Remove variable.
29172         (elide-routines.oS): Don't use $(elide-bp-thunks).
29173         (elide-routines.os): Likewise.
29174         (elide-routines.o): Likewise.
29175         (elide-routines.op): Likewise.
29176         (elide-routines.og): Likewise.
29177         (objects): Don't use $(bp-thunks).
29178         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
29179         include.
29180         (common-generated): Do not add s-proto-bp.d.
29181         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
29182         (int): Likewise.
29183         (typ): Likewise.
29184         Do not generate makefile rules for bounded-pointer thunks.
29185         * sysdeps/generic/bp-thunks.h: Remove file.
29186         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
29187         * sysdeps/unix/s-proto-bp.S: Likewise.
29189         [BZ #15062]
29190         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
29191         parts of result separately when argument is not close to line from
29192         -i to i and one part of argument is small.
29193         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29194         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29195         * math/libm-test.inc (cacos_test): Add more tests.
29196         (casin_test): Likewise.
29197         (casinh_test): Likewise.
29198         * sysdeps/i386/fpu/libm-test-ulps: Update.
29199         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29201 2013-01-31  David S. Miller  <davem@davemloft.net>
29203         * po/de.po: Update from translation team.
29205 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
29207         * time/tzfile.c: Include stdint.h for SIZE_MAX.
29209 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
29211         * configure.in (_AC_PROG_CC_C89): New definition.
29212         * configure: Regenerate.
29214         * configure.in (AC_PROG_CPP): New definition.
29215         * configure: Regenerate.
29217 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29219         * debug/tst-backtrace.h: New file.
29220         * debug/tst-backtrace2.c: Include tst-backtrace.h.
29221         (ret): Remove variable.
29222         (x): Likewise.
29223         (FAIL): Remove macro.
29224         (NO_INLINE): Likewise.
29225         (fn1): Use match function instead of strstr.
29226         * debug/tst-backtrace3.c: Include tst-backtrace.h.
29227         (ret): Remove variable.
29228         (x): Likewise.
29229         (FAIL): Remove macro.
29230         (NO_INLINE): Likewise.
29231         (fn): Use match function instead of strstr.
29232         * debug/tst-backtrace4.c: Include tst-backtrace.h.
29233         (ret): Remove variable.
29234         (x): Likewise.
29235         (FAIL): Remove macro.
29236         (NO_INLINE): Likewise.
29237         (handle_signal): Use match function instead of strstr.
29238         * debug/tst-backtrace5.c: Include tst-backtrace.h.
29239         (ret): Remove variable.
29240         (x): Likewise.
29241         (FAIL): Remove macro.
29242         (NO_INLINE): Likewise.
29243         (handle_signal): Use match function instead of strstr.
29245 2013-01-23  Roland McGrath  <roland@hack.frob.com>
29247         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
29249 2013-01-23  David S. Miller  <davem@davemloft.net>
29251         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
29252         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
29253         argument of CAS if possible.
29254         * sysdeps/sparc/sparc64/bits/atomic.h
29255         (__arch_compare_and_exchange_val_32_acq): Likewise.
29256         (__arch_compare_and_exchange_val_64_acq): Likewise.
29258 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
29260         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
29261         * sysdeps/posix/ulimit.c: ... this.
29262         Include <limits.h>.
29263         * sysdeps/unix/bsd/ulimit.c: Remove file.
29265 2013-01-23  Adam Conrad  <adconrad@0c3.net>
29267         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
29268         (LDFLAGS-tst-array5): Likewise.
29270 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29272         [BZ #15036]
29273         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
29274         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
29275         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
29276         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
29278 2013-01-21  David S. Miller  <davem@davemloft.net>
29280         * sysdeps/sparc/backtrace.c: New file.
29281         * sysdeps/sparc/sparc32/backtrace.h: New file.
29282         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
29283         * sysdeps/sparc/sparc64/backtrace.h: New file.
29284         * sysdeps/sparc/sparc64/backtrace.c: Delete.
29285         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
29286         -funwind-tables.
29288 2013-01-21  Andreas Schwab  <schwab@suse.de>
29290         [BZ #15020]
29291         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
29292         closed its stdout.
29294 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
29296         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
29297         "mpa2.h".
29298         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29300 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
29301             Mark Mitchell  <mark@codesourcery.com>
29302             Tom de Vries  <tom@codesourcery.com>
29303             Paul Pluzhnikov  <ppluzhnikov@google.com>
29305         * debug/tst-backtrace2.c: New file.
29306         * debug/tst-backtrace3.c: Likewise.
29307         * debug/tst-backtrace4.c: Likewise.
29308         * debug/tst-backtrace5.c: Likewise.
29309         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
29310         (CFLAGS-tst-backtrace3.c): Likewise.
29311         (CFLAGS-tst-backtrace4.c): Likewise.
29312         (CFLAGS-tst-backtrace5.c): Likewise.
29313         (LDFLAGS-tst-backtrace2): Likewise.
29314         (LDFLAGS-tst-backtrace3): Likewise.
29315         (LDFLAGS-tst-backtrace4): Likewise.
29316         (LDFLAGS-tst-backtrace5): Likewise.
29317         (tests): Add new tests tst-backtrace2, tst-backtrace3,
29318         tst-backtrace4 and tst-backtrace5.
29320 2013-01-18  Anton Blanchard  <anton@samba.org>
29321             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
29323         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
29324         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
29325         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
29326         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
29327         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
29328         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
29329         "+r" and remove output regs list as redundant.  Add explicit inline
29330         asm to specify register of return val to work around compiler codegen
29331         bug.  Remove (int) cast on return value.  Add return type parameter to
29332         use in macro so that this macro does not truncate return value for
29333         64-bit values.
29334         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
29335         pass to INTERNAL_VSYSCALL_NCS.
29336         (INLINE_VSYSCALL): Add 'long int' as return type to
29337         INTERNAL_VSYSCALL_NCS macro invocation.
29338         (INTERNAL_VSYSCALL): Add 'long int' as return type to
29339         INTERNAL_VSYSCALL_NCS macro invocation.
29340         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
29342 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
29344         [BZ #14496]
29345         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
29346         Fix application of SIMD FP exception mask.
29348         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
29349         mp_no from a power of two.
29350         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
29351         __mpexp_twomm1.  Use __pow_mp.
29353         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
29354         multiplication.
29356 2013-01-17  David S. Miller  <davem@davemloft.net>
29358         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29360 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
29362         [BZ #15023]
29363         * include/complex.h: Condition contents on [!_COMPLEX_H].
29364         (__kernel_casinhf): New prototype.
29365         (__kernel_casinh): Likewise.
29366         (__kernel_casinhl): Likewise.
29367         * math/Makefile (libm_calls): Add k_casinh.
29368         * math/k_casinh.c: New file.
29369         * math/k_casinhf.c: Likewise.
29370         * math/k_casinhl.c: Likewise.
29371         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
29372         finite nonzero arguments.
29373         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
29374         finite nonzero arguments.
29375         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
29376         finite nonzero arguments.
29377         * math/s_casinh.c: Do not include <float.h>.
29378         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
29379         * math/s_casinhf.c: Do not include <float.h>.
29380         (__casinhf): Move code for finite nonzero arguments to
29381         k_casinhf.c.
29382         * math/s_casinhl.c: Do not include <float.h>.
29383         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
29384         redefine.
29385         (__casinhl): Move code for finite nonzero arguments to
29386         k_casinhl.c.
29387         * math/libm-test.inc (cacos_test): Add more tests.
29388         * sysdeps/i386/fpu/libm-test-ulps: Update.
29389         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29391 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
29393         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
29394         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
29395         [!HAVE_MREMAP]: Remove [defined linux] case.
29396         * malloc/arena.c: Do not include <malloc-sysdep.h>.
29398 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
29400         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
29402 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
29404         * elf/elf.h (R_386_SIZE32): New relocation.
29405         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
29406         R_386_SIZE32.
29407         (elf_machine_rela): Likewise.
29408         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
29409         R_X86_64_SIZE64 and R_X86_64_SIZE32.
29411 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
29413         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
29414         (FP_FAST_FMA): Do not define.
29415         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
29416         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
29417         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
29418         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
29419         !_SOFT_FLOAT]: Likewise.
29420         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
29421         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
29422         value.
29423         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
29424         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
29425         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
29426         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
29427         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
29428         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
29429         file.
29431 2013-01-16  Andreas Schwab  <schwab@suse.de>
29433         [BZ #14327]
29434         * include/stdlib.h (__mktemp): Add declaration.
29435         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
29436         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
29438 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
29440         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
29441         definitions.
29442         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
29443         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
29444         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
29445         definitions here.
29446         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
29447         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
29448         definitions.
29449         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
29450         and ONE.
29451         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
29452         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
29453         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
29454         definitions.
29455         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
29456         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
29457         definitions.
29458         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
29460         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
29462 2013-01-15  David S. Miller  <davem@davemloft.net>
29464         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29465         trunc{,f} to libm-sysdep_routes.
29466         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29467         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
29468         file.
29469         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
29470         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
29471         file.
29472         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
29473         file.
29474         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
29475         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
29476         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
29477         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
29478         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
29479         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
29480         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
29481         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
29483         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29484         nearbyint{,f} to libm-sysdep_routes.
29485         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29486         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
29487         New file.
29488         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
29489         file.
29490         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
29491         New file.
29492         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
29493         file.
29494         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
29495         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
29496         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
29497         file.
29498         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
29499         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
29500         file.
29501         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
29502         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
29503         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
29505         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
29506         libc_feholdexcept and libc_fesetenv.
29508 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
29510         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
29512 2013-01-14  David S. Miller  <davem@davemloft.net>
29514         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
29515         (SPARC_ASM_VIS2_IFUNC): Likewise.
29516         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
29517         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
29518         use of 'siam' instruction.
29519         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
29520         Likewise.
29521         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
29522         Likewise.
29523         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
29524         Likewise.
29525         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
29526         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
29527         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
29528         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
29529         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
29530         file.
29531         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
29532         file.
29533         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
29534         file.
29535         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
29536         file.
29537         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
29538         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
29539         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
29540         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
29541         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
29542         new VIS2 routines.
29543         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
29544         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
29545         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
29546         Likewise.
29547         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
29548         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
29549         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
29550         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
29551         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
29552         routines to libm-sysdep_routines.
29553         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29555         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29556         fdim/fdimf to libm-sysdep_routines.
29557         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
29558         file.
29559         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
29560         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
29561         file.
29562         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
29563         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
29564         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
29565         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
29566         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
29567         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
29568         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
29570 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
29572         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
29573         to optimize copies.
29575         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
29576         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
29577         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29579         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
29580         local variable MPTWO.
29581         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
29582         Likewise.
29584 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
29586         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
29587         GLOB_NOESCAPE.
29589 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
29591         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
29593 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
29595         * manual/pattern.texi (glob_t): Document gl_flags.
29596         (glob64_t): Likewise.
29598 2013-01-11  David S. Miller  <davem@davemloft.net>
29600         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
29601         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
29602         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
29603         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
29604         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
29605         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
29606         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
29607         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
29608         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
29609         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
29610         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
29611         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
29612         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
29614         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
29615         sparc V9 rather than using V8 code.
29616         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
29617         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
29619         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
29620         Move to...
29621         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
29622         Here.
29624 2013-01-11  Roland McGrath  <roland@hack.frob.com>
29626         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
29627         not in the main loop.
29628         * configure: Regenerated.
29630 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
29632         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
29633         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
29634         to just #else.
29635         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
29636         [!__GLIBC_HAVE_LONG_LONG] case.
29637         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
29638         condition to just #else.
29639         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
29640         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
29641         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
29642         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
29643         unconditional.
29644         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
29645         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
29646         #elif condition to just #else.
29647         * sysdeps/unix/sysv/linux/sys/sysmacros.h
29648         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
29649         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
29650         #elif condition to just #else.
29652 2013-01-11  Steve Ellcey  <sellcey@mips.com>
29654         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
29655         (EF_MIPS_ARCH_64): Fix value.
29656         (EF_MIPS_ARCH_32R2): New.
29657         (EF_MIPS_ARCH_64R2): New.
29659 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
29661         * Makeconfig (+link-pie-before-libc): New.
29662         (+link-pie-after-libc): Likewise.
29663         (+link-pie-tests): Likewise.
29664         (+link-pie): Rewritten.
29665         (link-before-libc): Remove $(config-LDFLAGS).
29666         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
29667         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
29668         (config-LDFLAGS): Renamed to ...
29669         (rtld-LDFLAGS): This.
29670         (rtld-tests-LDFLAGS): New macro.
29671         (link-libc-rpath-link): Likewise.
29672         (link-libc-tests-rpath-link): Likewise.
29673         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
29674         (link-libc): Prepand $(link-libc-rpath-link).
29675         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
29676         (test-program-prefix): New macro.
29677         (test-via-rtld-prefix): Likewise.
29678         (test-program-cmd): Likewise.
29679         (host-test-program-cmd): Likewise.
29680         * Makefile ($(common-objpfx)testrun.sh): Replace
29681         $(run-program-prefix) with $(test-program-prefix).
29682         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
29683         $(rtld-LDFLAGS).
29684         ($(common-objpfx)shlib.lds): Likewise.
29685         (build-module-helper): Likewise.
29686         ($(common-objpfx)format.lds): Likewise.
29687         * Rules (binaries-pie-tests): New.
29688         (binaries-pie-notests): Likewise.
29689         (binaries-pie): Rewritten.
29690         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
29691         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
29692         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
29693         (make-test-out): Replace $(host-built-program-cmd) with
29694         $(host-test-program-cmd).
29695         * config.make.in (build-hardcoded-path-in-tests): New variable.
29696         * configure.in (--enable-hardcoded-path-in-tests): New configure
29697         option.
29698         (hardcoded_path_in_tests): New AC_SUBST.
29699         * configure: Regenerated.
29700         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
29701         $(built-program-cmd) with $(test-program-cmd).
29702         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
29703         (test_program_cmd): This.
29704         * elf/Makefile ($(objpfx)order.out): Run test with
29705         $(test-program-prefix).
29706         ($(objpfx)order2.out): Likewise.
29707         ($(objpfx)tst-initorder.out): Likewise.
29708         ($(objpfx)tst-initorder2.out): Likewise.
29709         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
29710         $(test-program-cmd).
29711         ($(objpfx)tst-array1-static.out): Likewise.
29712         ($(objpfx)tst-array2.out): Likewise.
29713         ($(objpfx)tst-array3.out): Likewise.
29714         ($(objpfx)tst-array4.out): Likewise.
29715         ($(objpfx)tst-array5.out): Likewise.
29716         ($(objpfx)tst-array5-static.out): Likewise.
29717         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
29718         $(test-program-cmd).
29719         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
29720         $(run-program-prefix) with $(test-program-prefix).
29721         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
29722         (test_program_prefix): This.
29723         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
29724         $(run-program-prefix) with $(test-program-prefix).
29725         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
29726         (test_program_prefix): This.
29727         * iconvdata/tst-tables.sh: Likewise.
29728         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
29729         $(run-program-prefix) with $(test-program-prefix).
29730         ($(objpfx)tst-translit.out): Likewise.
29731         ($(objpfx)tst-gettext2.out): Likewise.
29732         ($(objpfx)tst-gettext4.out): Likewise.
29733         ($(objpfx)tst-gettext6.out): Likewise.
29734         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
29735         (test_program_prefix): This.
29736         * intl/tst-gettext2.sh: Likewise.
29737         * intl/tst-gettext4.sh  Likewise.
29738         * intl/tst-gettext6.sh: Likewise.
29739         * intl/tst-translit.sh: Likewise.
29740         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
29741         with $(test-program-cmd).
29742         * libio/Makefile ($(objpfx)test-freopen.out): Replace
29743         $(run-program-prefix) with $(test-program-prefix).
29744         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
29745         (test_program_prefix): This.
29746         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
29747         $(run-program-prefix) with $(test-program-prefix).
29748         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
29749         (test_program_prefix): This.
29750         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
29751         * posix/Makefile ($(objpfx)globtest.out): Replace
29752         $(run-via-rtld-prefix) and $(test-wrapper) with
29753         $(test-program-prefix) and $(test-via-rtld-prefix).
29754         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
29755         $(test-program-prefix).
29756         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
29757         $(host-test-program-cmd).
29758         (tst-spawn-ARGS): Likewise.
29759         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
29760         $(test-program-prefix).
29761         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
29762         (test_via_rtld_prefix): This.
29763         (test_wrapper): Renamed to ...
29764         (test_program_prefix): This.
29765         (run_program_prefix): Replaced by test_program_prefix.
29766         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
29767         (test_program_prefix): This.
29768         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
29769         with $(host-test-program-cmd).
29770         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
29771         $(run-program-prefix) with $(test-program-prefix).
29772         ($(objpfx)tst-printf.out): Likewise.
29773         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
29774         $(test-program-cmd).
29775         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
29776         (test_program_prefix): This.
29777         * stdio-common/tst-unbputc.sh: Likewise.
29778         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
29779         $(run-program-prefix) with $(test-program-prefix).
29780         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
29781         (test_program_prefix): This.
29782         * string/Makefile ($(objpfx)tst-svc.out):  Replace
29783         $(built-program-cmd) with $(test-program-cmd).
29785 2013-01-11  Andreas Jaeger  <aj@suse.de>
29787         [BZ #15003]
29788         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
29789         value. Sync with Linux 3.7.
29791 2013-01-10  David S. Miller  <davem@davemloft.net>
29793         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
29794         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
29795         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
29797 2013-01-10  Roland McGrath  <roland@hack.frob.com>
29799         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
29800         never set.
29801         * configure: Regenerated.
29803 2013-01-10  David S. Miller  <davem@davemloft.net>
29805         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
29806         sparc V9 rather than using V8 code.
29807         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
29808         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
29810 2013-01-10  Roland McGrath  <roland@hack.frob.com>
29812         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
29813         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
29814         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
29815         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
29816         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
29817         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
29818         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
29819         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
29820         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
29821         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
29822         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
29823         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
29824         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
29825         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
29826         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
29827         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
29828         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
29829         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
29830         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
29831         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
29832         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
29833         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
29834         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
29835         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
29836         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
29837         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
29838         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
29840 2013-01-10  David S. Miller  <davem@davemloft.net>
29842         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29844 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
29846         * posix/Makefile (tests-static): New variable.
29847         (tests): Add $(tests-static).
29848         (tst-exec-static-ARGS): New variable.
29849         (tst-spawn-static-ARGS): Likewise.
29850         * posix/tst-exec-static.c: New file.
29851         * posix/tst-spawn-static.c: Likewise.
29852         * posix/tst-exec.c: Support run directly.
29853         * posix/tst-spawn.c: Likewise.
29855 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
29857         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
29858         long.
29859         * math/bits/mathcalls.h (llrint): Likewise.
29860         (llround): Likewise.
29861         * stdlib/stdlib.h (struct drand48_data): Likewise.
29862         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
29863         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
29864         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
29865         Likewise.
29866         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
29867         Likewise.
29868         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
29869         (elf_greg_t): Likewise.
29870         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
29871         (__jmp_buf): Likewise.
29872         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
29873         definitions.
29874         (llrint): Likewise, for all definitions.
29875         (llrintl): Likewise.
29877         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
29878         Remove [__GNUC__] condition.
29879         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
29880         condition to just [__USE_ISOC99].
29881         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
29883 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
29885         [BZ #14200]
29886         * sysdeps/unix/sysv/linux/x86/bits/environments.h
29887         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
29888         defined.
29889         (_POSIX_V6_ILP32_OFF32): Likewise.
29890         (_XBS5_ILP32_OFF32): Likewise.
29891         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
29892         (__ILP32_OFFBIG_LDFLAGS): Likewise.
29894 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
29896         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
29898         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
29899         doubles __mpexp_twomm1.  Adjust usage.
29900         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
29901         Remove.
29903 2013-01-10  Andreas Schwab  <schwab@suse.de>
29905         [BZ #14964]
29906         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
29907         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
29909 2013-01-09  David S. Miller  <davem@davemloft.net>
29911         [BZ #15003]
29912         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
29913         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
29914         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
29915         (TCP_FASTOPEN): Define.
29916         (tcp_repair_opt): New structure.
29917         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
29918         enum values.
29919         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
29920         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
29921         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
29922         (tcp_cookie_transactions): New structure.
29924 2013-01-09  Anton Blanchard  <anton@samba.org>
29926         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
29927         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
29928         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
29929         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
29931 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
29933         * include/features.h (__USE_ANSI): Remove.
29935 2013-01-09  Roland McGrath  <roland@hack.frob.com>
29937         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
29939         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
29941 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
29943         * sysdeps/s390/fpu/libm-test-ulps: Update.
29945         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29947         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
29948         (__acr): Likewise.
29949         (__cpy): Likewise.
29950         (norm): Likewise.
29951         (denorm): Likewise.
29952         (__mp_dbl): Likewise.
29953         (__dbl_mp): Likewise.
29954         (add_magnitudes): Likewise.
29955         (sub_magnitudes): Likewise.
29956         (__add): Likewise.
29957         (__sub): Likewise.
29958         (__mul): Likewise.
29959         (__inv): Likewise.
29960         (__dvd): Likewise.
29961         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
29962         (__acr): Likewise.
29963         (__cpy): Likewise.
29964         (norm): Likewise.
29965         (denorm): Likewise.
29966         (__mp_dbl): Likewise.
29967         (__dbl_mp): Likewise.
29968         (add_magnitudes): Likewise.
29969         (sub_magnitudes): Likewise.
29970         (__add): Likewise.
29971         (__sub): Likewise.
29972         (__mul): Likewise.
29973         (__inv): Likewise.
29974         (__dvd): Likewise.
29975         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
29976         (__acr): Likewise.
29977         (__cpy): Likewise.
29978         (norm): Likewise.
29979         (denorm): Likewise.
29980         (__mp_dbl): Likewise.
29981         (__dbl_mp): Likewise.
29982         (add_magnitudes): Likewise.
29983         (sub_magnitudes): Likewise.
29984         (__add): Likewise.
29985         (__sub): Likewise.
29986         (__mul): Likewise.
29987         (__inv): Likewise.
29988         (__dvd): Likewise.
29990 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
29992         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
29993         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
29994         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
29995         2 && __USE_EXTERN_INLINES]: Likewise.
29997 2013-01-08  Andreas Jaeger  <aj@suse.de>
29999         [BZ# 14985]
30000         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
30001         Remove.
30002         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30003         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30005 2013-01-07  Anton Blanchard  <anton@samba.org>
30007         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
30008         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
30009         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
30010         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
30011         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
30012         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
30013         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
30014         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30015         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30016         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30017         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
30018         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
30019         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
30020         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
30021         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
30022         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
30023         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
30024         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
30025         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
30026         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
30027         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
30028         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
30029         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
30030         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
30031         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
30032         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
30033         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
30034         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
30035         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
30036         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
30037         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
30038         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30039         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30040         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
30041         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
30042         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
30043         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
30044         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
30045         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
30046         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
30047         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
30048         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
30049         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
30051 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
30053         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
30054         (__MALLOC_PMT): Likewise.
30055         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
30056         [__GNUC__], only on [_LIBC].
30057         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30058         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
30059         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30060         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
30061         forward declaration.
30062         (realloc_hook_ini): Likewise.
30063         (memalign_hook_ini): Likewise.
30064         (__libc_memalign): Do not use __MALLOC_PMT in variable
30065         declaration.
30066         (__libc_valloc): Likewise.
30067         (__libc_pvalloc): Likewise.
30068         (__libc_calloc): Likewise.
30069         (__posix_memalign): Likewise.
30071         [BZ #14996]
30072         * math/s_casinh.c: Include <float.h>.
30073         (__casinh): Do not do computation with squaring and square root
30074         for large arguments.
30075         * math/s_casinhf.c: Include <float.h>.
30076         (__casinhf): Do not do computation with squaring and square root
30077         for large arguments.
30078         * math/s_casinhl.c: Include <float.h>.
30079         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
30080         (__casinhl): Do not do computation with squaring and square root
30081         for large arguments.
30082         * math/libm-test.inc (casin_test): Add more tests.
30083         (casinh_test): Likewise.
30084         * sysdeps/i386/fpu/libm-test-ulps: Update.
30085         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30087 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
30089         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
30090         (__x86_64_raw_data_cache_size): Likewise.
30091         (__x86_64_data_cache_size_half): Likewise.
30092         (__x86_64_raw_data_cache_size_half): Likewise.
30093         (__x86_64_shared_cache_size): Likewise.
30094         (__x86_64_raw_shared_cache_size): Likewise.
30095         (__x86_64_shared_cache_size_half): Likewise.
30096         (__x86_64_raw_shared_cache_size_half): Likewise.
30097         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
30098         to ...
30099         (__x86_data_cache_size): This.
30100         (__x86_64_raw_data_cache_size): Renamed to ...
30101         (__x86_raw_data_cache_size): This.
30102         (__x86_64_data_cache_size_half): Renamed to ...
30103         (__x86_data_cache_size_half): This.
30104         (__x86_64_raw_data_cache_size_half): Renamed to ...
30105         (__x86_raw_data_cache_size_half): This.
30106         (__x86_64_shared_cache_size): Renamed to ...
30107         (__x86_shared_cache_size): This.
30108         (__x86_64_raw_shared_cache_size): Renamed to ...
30109         (__x86_raw_shared_cache_size): This.
30110         (__x86_64_shared_cache_size_half): Renamed to ...
30111         (__x86_shared_cache_size_half): This.
30112         (__x86_64_raw_shared_cache_size_half): Renamed to ...
30113         (__x86_raw_shared_cache_size_half): This.
30114         * sysdeps/x86_64/memcpy.S: Updated.
30115         * sysdeps/x86_64/memset.S: Likewise.
30116         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
30117         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
30118         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
30120 2013-01-04  David S. Miller  <davem@davemloft.net>
30122         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30124 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
30126         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
30127         1 to avoid redefinition warning.
30128         (__USE_GNU): Don't define.
30129         (init_signaling_nan): Protoize.
30131         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30133 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30135         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
30136         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
30137         (__cpymn): Likewise.
30138         (norm): Remove commented code.
30139         (denorm): Likewise.
30140         (__mp_dbl): Likewise.
30141         (__inv): Likewise.
30142         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
30143         (__cpymn): Likewise.
30144         (norm): Remove commented code.
30145         (denorm): Likewise.
30146         (__mp_dbl): Likewise.
30147         (__inv): Likewise.
30149         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
30150         mp_no value for 1.0 and 2.0.
30151         (norm): Use RADIXI instead of radixi.d.
30152         (denorm): Likewise.
30153         (__mul): Use 0.0 instead of zero.d.
30154         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
30155         mp_no value for 1.0 and 2.0.
30156         (norm): Use RADIXI instead of radixi.d.
30157         (denorm): Likewise.
30158         (__mul): Use 0.0 instead of zero.d.
30160 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
30162         [BZ #14994]
30163         * math/s_casinh.c (__casinh): Reduce finite argument to first
30164         quadrant then set signs of results at the end.
30165         * math/s_casinhf.c (__casinhf): Likewise.
30166         * math/s_casinhl.c (__casinhl): Likewise.
30167         * math/libm-test.inc (casin_test): Add more tests.
30168         (casinh_test): Likewise.
30169         * sysdeps/i386/fpu/libm-test-ulps: Update.
30170         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30172 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30174         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
30176         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
30178         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
30179         declarations.
30180         (denorm): Likewise.
30181         (__mp_dbl): Likewise.
30182         (__inv): Likewise.
30184         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
30185         and adjust the header comment.
30187         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
30188         variable name from declaration.
30190 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
30192         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30193         Initialize COMMON_CPUID_INDEX_7 element.
30194         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
30195         (CPUID_RTM): Likewise.
30196         (HAS_RTM): Likewise.
30197         (COMMON_CPUID_INDEX_7): New enum.
30199 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
30201         [BZ #14981]
30202         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
30203         size is zero, record memory as freed.
30205 2013-01-03  Andreas Jaeger  <aj@suse.de>
30207         * po/ia.po: Add new Interlingua translation.
30209 2012-01-03  Allan McRae  <allan@archlinux.org>
30211         * locale/programs/localedef.c: Fix description of '--posix' flag.
30213 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
30215         * NEWS: Update dates in second copyright notice.
30216         * README: Update copyright dates in example.
30217         * manual/libc.texinfo: Update copyright dates.
30218         * scripts/test-installation.pl: Update copyright date in --version
30219         output.
30221         * hurd/ctty-input.c: Fix copyright notice formatting.
30222         * hurd/ctty-output.c: Likewise.
30223         * hurd/dtable.c: Likewise.
30224         * hurd/hurd-raise.c: Likewise.
30225         * hurd/hurdprio.c: Likewise.
30226         * hurd/msgportdemux.c: Likewise.
30227         * misc/sys/file.h: Likewise.
30228         * misc/sys/ioctl.h: Likewise.
30229         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
30230         * sysdeps/mach/hurd/chdir.c: Likewise.
30231         * sysdeps/mach/hurd/fchdir.c: Likewise.
30232         * sysdeps/mach/hurd/rename.c: Likewise.
30233         * sysdeps/mach/hurd/rmdir.c: Likewise.
30234         * sysdeps/mach/hurd/seekdir.c: Likewise.
30235         * sysdeps/mach/hurd/setsid.c: Likewise.
30236         * sysdeps/posix/wait3.c: Likewise.
30238         * All files with FSF copyright notices: Update copyright dates
30239         using scripts/update-copyrights.
30240         * intl/plural.c: Regenerated.
30241         * locale/programs/charmap-kw.h: Likewise.
30242         * locale/programs/locfile-kw.h: Likewise.
30244 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
30246         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
30247         four values.
30249         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
30250         calculation loop and add branch prediction.
30252         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
30253         check access beyond bounds of m1np.
30255         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
30256         MPTWO.
30257         (__inv): Remove local variable MPTWO to use the global
30258         constant.
30259         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
30260         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
30261         variable MPTWO.
30262         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
30263         MP3HALFS static const.
30265 2013-01-01  David S. Miller  <davem@davemloft.net>
30267         * po/ca.po: Update from translation team.
30269 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
30271         * scripts/update-copyrights: New file.
30272         * Makeconfig: Reformat copyright notice.
30273         * ctype/ctype.h: Likewise.
30274         * debug/swprintf_chk.c: Likewise.
30275         * elf/dl-cache.c: Likewise.
30276         * elf/dl-debug.c: Likewise.
30277         * elf/dl-object.c: Likewise.
30278         * grp/initgroups.c: Likewise.
30279         * hurd/Makefile: Likewise.
30280         * hurd/hurd/signal.h: Likewise.
30281         * hurd/hurdfault.c: Likewise.
30282         * hurd/hurdioctl.c: Likewise.
30283         * hurd/hurdlookup.c: Likewise.
30284         * hurd/intr-msg.c: Likewise.
30285         * iconv/gconv_open.c: Likewise.
30286         * libio/swprintf.c: Likewise.
30287         * locale/lc-ctype.c: Likewise.
30288         * locale/nl_langinfo.c: Likewise.
30289         * mach/Machrules: Likewise.
30290         * mach/Makefile: Likewise.
30291         * malloc/obstack.h: Likewise.
30292         * manual/Makefile: Likewise.
30293         * manual/tsort.awk: Likewise.
30294         * misc/bits/stab.def: Likewise.
30295         * nis/nis_print_group_entry.c: Likewise.
30296         * nis/nis_table.c: Likewise.
30297         * nis/nss_compat/compat-pwd.c: Likewise.
30298         * nis/nss_compat/compat-spwd.c: Likewise.
30299         * po/Makefile: Likewise.
30300         * posix/fnmatch.c: Likewise.
30301         * posix/regex.h: Likewise.
30302         * resolv/Makefile: Likewise.
30303         * resolv/nss_dns/dns-network.c: Likewise.
30304         * resolv/res_hconf.c: Likewise.
30305         * scripts/gen-sorted.awk: Likewise.
30306         * soft-fp/soft-fp.h: Likewise.
30307         * stdio-common/printf.h: Likewise.
30308         * stdlib/monetary.h: Likewise.
30309         * stdlib/random.c: Likewise.
30310         * stdlib/random_r.c: Likewise.
30311         * sysdeps/generic/Makefile: Likewise.
30312         * sysdeps/gnu/Makefile: Likewise.
30313         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
30314         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
30315         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
30316         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
30317         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
30318         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
30319         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
30320         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
30321         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
30322         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
30323         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
30324         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
30325         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
30326         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
30327         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
30328         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
30329         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
30330         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
30331         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
30332         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
30333         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
30334         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
30335         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
30336         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
30337         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
30338         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
30339         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
30340         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
30341         * sysdeps/mach/hurd/errnos.awk: Likewise.
30342         * sysdeps/mach/hurd/fork.c: Likewise.
30343         * sysdeps/mach/hurd/getcwd.c: Likewise.
30344         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
30345         * sysdeps/mach/hurd/mmap.c: Likewise.
30346         * sysdeps/mach/hurd/utimes.c: Likewise.
30347         * sysdeps/mach/hurd/xmknod.c: Likewise.
30348         * sysdeps/posix/profil.c: Likewise.
30349         * sysdeps/posix/readdir_r.c: Likewise.
30350         * sysdeps/powerpc/bits/mathdef.h: Likewise.
30351         * sysdeps/powerpc/bits/setjmp.h: Likewise.
30352         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
30353         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30354         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30355         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
30356         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30357         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
30358         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30359         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
30360         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30361         * sysdeps/pthread/lio_listio.c: Likewise.
30362         * sysdeps/sparc/dl-procinfo.h: Likewise.
30363         * sysdeps/unix/i386/sysdep.S: Likewise.
30364         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
30365         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
30366         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
30367         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
30368         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
30369         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
30370         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
30371         * sysdeps/unix/sysv/linux/speed.c: Likewise.
30372         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
30373         * sysdeps/wordsize-32/divdi3.c: Likewise.
30374         * time/sys/time.h: Likewise.
30375         * wcsmbs/Makefile: Likewise.
30377 2013-01-01  David S. Miller  <davem@davemloft.net>
30379         * po/fr.po: Update from translation team.
30381         * catgets/gencat.c: Update copyright year.
30382         * csu/version.c: Likewise.
30383         * debug/catchsegv.sh: Likewise.
30384         * debug/pcprofiledump.c: Likewise.
30385         * debug/xtrace.sh: Likewise.
30386         * elf/ldconfig.c: Likewise.
30387         * elf/ldd.bash.in: Likewise.
30388         * elf/pldd.c: Likewise.
30389         * elf/sotruss.ksh: Likewise.
30390         * elf/sprof.c: Likewise.
30391         * iconv/iconv_prog.c: Likewise.
30392         * iconv/iconvconfig.c: Likewise.
30393         * locale/programs/locale.c: Likewise.
30394         * locale/programs/localedef.c: Likewise.
30395         * login/programs/pt_chown.c: Likewise.
30396         * malloc/memusage.sh: Likewise.
30397         * malloc/memusagestat.c: Likewise.
30398         * malloc/mtrace.pl: Likewise.
30399         * nscd/nscd.c: Likewise.
30400         * nss/getent.c: Likewise.
30401         * nss/makedb.c: Likewise.
30402         * posix/getconf.c: Likewise.
30404 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
30406         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
30407         numbers.
30409 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
30411         * math/bits/mathcalls.h (modf): Use __nonnull.
30413 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
30415         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
30416         (split): Use macro CN instead of the bare value.
30417         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
30418         could be used.
30419         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
30420         instead of the bare value.
30421         (power1): Likewise.
30423 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30425         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
30426         __ATAN_TWOM.
30427         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
30429         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
30430         their values.
30431         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
30432         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30433         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
30434         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
30436 2012-12-28  Andreas Jaeger  <aj@suse.de>
30438         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
30439         values are from Linux 3.7.
30441         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
30442         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
30444 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30446         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
30447         TRUE case.
30449         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
30450         (norm): Likewise.
30451         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
30452         variables with preprocessor constants.
30453         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
30454         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
30455         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
30457 2012-12-27  Bruno Haible  <bruno@clisp.org>
30459         [BZ #14317]
30460         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
30461         only if needed.
30463 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
30465         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
30466         and use variable directly.
30467         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
30469         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
30470         MPONE.
30471         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
30472         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
30473         variable MPONE.
30474         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
30475         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
30476         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
30477         include directive.  Remove local variable MPONE.
30478         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
30479         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
30480         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
30482 2012-12-25  David S. Miller  <davem@davemloft.net>
30484         * version.h (RELEASE): Set to "development".
30485         (VERSION): Set to "2.17.90".
30486         * NEWS: Add 2.18 section.
30488 2012-12-21  David S. Miller  <davem@davemloft.net>
30490         * po/hr.po: Update from translation team.
30492 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30494         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
30496 2012-12-19  Steve Ellcey  <sellcey@mips.com>
30498         * NEWS:  Mention new memcpy for MIPS.
30500 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
30502         * manual/contrib.texi (Contributors): Spelling correction.
30504 2012-12-15  David S. Miller  <davem@davemloft.net>
30506         * po/ru.po: Update from translation team.
30508 2012-12-13  David S. Miller  <davem@davemloft.net>
30510         * NEWS: Mention IFUNC testsuite enhancements.
30512         * po/pl.po: Update from translation team.
30513         * po/bg.po: Likewise.
30515         * manual/contrib.texi (Contributors): Update entries for Hongjiu
30516         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
30518 2012-12-11  David S. Miller  <davem@davemloft.net>
30520         * po/sv.po: Update from translation team.
30522         * po/vi.po: Update from translation team.
30524         * po/cs.po: Update from translation team.
30526         * po/de.po: Update from translation team.
30527         * po/eo.po: Likewise.
30528         * po/nl.po: Likewise.
30530 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
30532         [BZ #14246]
30533         * manual/argp.texi (Argp Helper Functions): Move node to follow
30534         Argp Parsing State.
30536         [BZ #14872]
30537         * manual/conf.texi (Limits on File System Capacity): Mention if
30538         terminating null is included in the max size.
30540 2012-12-10  Andreas Jaeger  <aj@suse.de>
30542         * po/cs.po: Update from translation team.
30544 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
30546         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
30547         void pointer and cast to uintptr_t.
30548         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
30549         path.
30550         * sysdeps/s390/s390-64/memcpy.S: Likewise.
30551         * sysdeps/s390/s390-64/memset.S: Likewise.
30553 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
30555         [BZ #14833]
30556         * menual/message.texi (Message Translation): Fix typos.
30557         (Helper programs for gettext): Likewise.
30559 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
30561         [BZ #14898]
30562         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
30563         Change to -1.
30565 2012-12-07  David S. Miller  <davem@davemloft.net>
30567         * po/libc.pot: Update.
30569 2012-12-07  Richard Henderson  <rth@redhat.com>
30571         [BZ #10114]
30572         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
30573         normal/normal case to before the switch.
30574         (_FP_DIV): Likewise.
30576 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
30577             Mike Frysinger  <vapier@gentoo.org>
30579         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
30580         check for __NR_fadvise64_64.
30582 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
30584         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
30585         0, not just to plain "0" as a statement.
30586         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
30587         with cw.
30589 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
30591         * NEWS: Use sourceware.org in Bugzilla URL.
30593 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
30595         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
30596         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
30598         * stdio-common/tst-put-error.c (do_test): Add newline to the
30599         padded test to ensure flush.
30601 2012-12-05  Jeff Law  <law@redhat.com>
30603         * sunrpc/etc.rpc (fedfs_admin): Add entry.
30605 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
30607         * README: Don't refer to ports add-on as distributed separately.
30608         Mention AArch64 in list of systems supported in the ports add-on.
30610         * LICENSES: Add more non-FSF copyright and license notices.
30612         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
30613         ((unused)).
30615         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
30617         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
30618         10000 as width of padded output.
30620 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
30622         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
30624         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
30625         variable LX with __attribute__ ((unused)).
30626         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
30627         Likewise.
30628         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
30629         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
30630         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
30631         with __attribute__ ((unused)).
30633 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
30635         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
30637 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
30639         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
30640         (CFLAGS-nldbl-acos.c): New variable.
30641         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
30642         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
30643         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
30644         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
30645         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
30646         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
30647         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
30648         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
30649         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
30650         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
30651         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
30652         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
30653         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
30654         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
30655         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
30656         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
30657         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
30658         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
30659         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
30660         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
30661         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
30662         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
30663         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
30664         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
30665         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
30666         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
30667         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
30668         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
30669         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
30670         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
30671         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
30672         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
30673         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
30674         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
30675         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
30676         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
30677         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
30678         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
30679         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
30680         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
30681         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
30682         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
30683         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
30684         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
30685         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
30686         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
30687         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
30688         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
30689         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
30690         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
30691         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
30692         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
30693         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
30694         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
30695         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
30696         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
30697         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
30698         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
30699         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
30700         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
30701         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
30702         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
30703         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
30704         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
30705         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
30706         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
30707         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
30708         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
30709         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
30710         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
30711         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
30712         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
30713         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
30714         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
30715         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
30716         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
30717         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
30718         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
30719         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
30720         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
30721         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
30722         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
30723         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
30724         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
30725         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
30726         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
30727         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
30728         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
30729         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
30730         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
30731         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
30732         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
30733         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
30734         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
30735         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
30736         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
30737         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
30739         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
30740         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
30742         [BZ #14914]
30743         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
30744         whole low double instead of just low 47 bits when splitting values
30745         into two parts.
30747 2012-12-03  Allan McRae  <allan@archlinux.org>
30749         * manual/stdio.texi (Predefined Printf Handlers): Remove
30750         @hsep and @vsep usage.
30752 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
30754         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
30755         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
30757 2012-12-03  Jeff Law  <law@redhat.com>
30759         * time/sys/time.h (settimeofday): Do not mark TV argument
30760         as __nonnull.
30762 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
30764         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
30765         when currently writing and seek to current position when not.
30766         * libio/Makefile (tests): Remove bug-fclose1.
30767         * libio/bug-fclose1.c: Delete.
30769 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
30771         * manual/arith.texi (feenableexcept): Fix typo.
30772         (fedisableexcept): Likewise.
30774 2012-11-30  Roland McGrath  <roland@hack.frob.com>
30776         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
30777         second, differently-typed declaration, rather than a cast.
30779 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
30781         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
30782         * include/rpc/svc.h: ... here.
30784 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
30786         [BZ #13013]
30787         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
30788         depending n and resplen2 to catch cases where answer
30789         equals answerp2.
30791 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
30793         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
30794         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
30796 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
30798         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
30800 2012-11-29  Roland McGrath  <roland@hack.frob.com>
30802         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
30804 2012-11-28  Jeff Law  <law@redhat.com>
30806         [BZ #13761]
30807         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
30808         dataset_temporary.  Track alloca usage into alloca_used.
30809         If dataset is large allocate and release it via malloc/free.
30811 2012-06-04  Florian Weimer  <fweimer@redhat.com>
30813         [BZ #14197]
30814         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
30816 2012-11-28  David S. Miller  <davem@davemloft.net>
30818         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30820 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
30822         [BZ #14803]
30823         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
30824         of pi/2 rounded to nearest to 64 bits.
30825         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
30826         nearest to 64 bits.
30827         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
30828         bits.
30830 2012-11-28  Jeff Law <law@redhat.com>
30831             Martin Osvald <mosvald@redhat.com>
30833         [BZ #14889]
30834         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
30835         * sunrpc/svc.c: Include time.h.
30836         (__svc_accept_failed): New function.
30837         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
30838         any reason other than EINTR, call __svc_accept_failed.
30839         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
30840         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
30842 2012-11-28  Andreas Schwab  <schwab@suse.de>
30844         * scripts/abilist.awk: Also handle indirect functions in .opd
30845         section.
30847 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
30849         [BZ #13881]
30850         * sysdeps/x86/fpu/powl_helper.c: New file.
30851         * sysdeps/x86/fpu/Makefile: Likewise.
30852         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
30853         (p3): New object.
30854         (__ieee754_powl): Use __powl_helper for finite arguments except
30855         integer exponents below 8.
30856         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
30857         (p3): New object.
30858         (__ieee754_powl): Use __powl_helper for finite arguments except
30859         integer exponents below 8.
30860         * math/libm-test.inc (pow_test): Add more tests and enable some
30861         previously disabled tests.
30862         * sysdeps/i386/fpu/libm-test-ulps: Update.
30863         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30865 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30866             Carlos O'Donell  <carlos_odonell@mentor.com>
30868         * nss/makedb.c (is_prime): Assert that input is odd and greater
30869         than 4.  Note that fact in a comment too.
30870         (next_prime): Add 4 to input.
30872 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
30874         [BZ #11741]
30875         * libio/Makefile (tests): Add test case tst-fwrite-error.
30876         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
30877         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
30878         * libio/tst-fwrite-error.c: New test case.
30880 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
30882         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
30883         before casting to void *.
30884         * include/libc-internal.h (__pointer_type): New macro.
30885         (__integer_if_pointer_type_sub): Likewise.
30886         (__integer_if_pointer_type): Likewise.
30887         (cast_to_integer): Likewise.
30888         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
30889         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
30890         before casting to atomic64_t.
30891         (atomic_exchange_acq): Likewise.
30892         (__arch_exchange_and_add_body): Likewise.
30893         (__arch_add_body): Likewise.
30894         (atomic_add_negative): Likewise.
30895         (atomic_add_zero): Likewise.
30897 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
30899         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
30900         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
30901         (add_fdes): Likewise.
30902         (linear_search_fdes): Likewise.
30903         (binary_search_unencoded_fdes): Likewise.
30905 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
30907         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
30909 2012-11-24  Adam Conrad  <adconrad@0c3.net>
30911         * configure.in: Autodetect C++ header directories.
30912         * configure: Regenerated.
30914 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
30916         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
30918 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
30920         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30922 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
30924         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
30925         LDBL_MANT_DIG == 106]: Disable some tests.
30926         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
30927         Likewise.
30928         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
30929         Likewise.
30931         [BZ #14871]
30932         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
30933         input for small inputs.  Return +/- pi/2 for large inputs.
30934         * math/libm-test.inc (atan_test): Add more tests.
30936         * sysdeps/generic/unwind-dw2-fde-glibc.c
30937         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
30938         __attribute__ ((unused)).
30940         [BZ #14645]
30941         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
30942         x * y if x and y are nonzero and z is zero.
30944         [BZ #14811]
30945         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
30946         nonzero exponents with absolute value below 0x1p-117 to +/-
30947         0x1p-117.
30949         [BZ #14869]
30950         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
30951         up arguments below 2**-450, not just those below 2**-500.
30952         * math/libm-test.inc (hypot_test): Add another test.
30954         [BZ #14868]
30955         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
30956         Return a+b for ratio over 2**120, not 2**60.
30957         * math/libm-test.inc (hypot_test): Add another test.
30959         * math/libm-test.inc (clog_test): Use
30960         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
30961         (clog10_test): Likewise.
30963         [BZ #6778]
30964         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
30966 2012-11-22  Andreas Schwab  <schwab@suse.de>
30968         * sysdeps/i386/fpu/libm-test-ulps: Update.
30970 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
30972         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
30973         printf output with newline.
30975 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
30977         [BZ #14865]
30978         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
30979         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
30980         -z nodlopen, -z initfirst and -z execstack support.
30981         * configure: Regenerated.
30983         * elf/elf.h (DF_1_NODIRECT): New macro.
30984         (DF_1_IGNMULDEF): Likewise.
30985         (DF_1_NOKSYMS): Likewise.
30986         (DF_1_NOHDR): Likewise.
30987         (DF_1_EDITED): Likewise.
30988         (DF_1_NORELOC): Likewise.
30989         (DF_1_SYMINTPOSE): Likewise.
30990         (DF_1_GLOBAUDIT): Likewise.
30991         (DF_1_SINGLETON): Likewise.
30992         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
30993         DT_1_SUPPORTED_MASK bits.
30994         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
30996 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
30998         * sysdeps/unix/make-syscalls.sh: Document prefixes.
31000 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
31002         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
31003         macro.
31005         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
31006         (sendmmsg): Move declarations...
31007         * socket/sys/socket.h: ... here.
31008         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
31009         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
31010         include it from...
31011         * socket/recvmmsg.c: ... this new file.
31012         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
31013         (sendmmsg): Rename to __sendmmsg, create weak alias and make
31014         definition of __sendmmsg hidden.
31015         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
31016         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
31017         Move ENOSYS stub into and include it from...
31018         * socket/sendmmsg.c: ... this new file.
31019         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
31020         (sysdep_routines): Move recvmmsg and sendmmsg...
31021         * socket/Makefile (routines): ... here.
31022         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
31023         (GLIBC_PRIVATE): Add __sendmmsg.
31024         * include/sys/socket.h (__sendmmsg): Add declarations.
31025         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
31026         sendmmsg.
31028 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
31030         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
31031         variable I1 with __attribute__ ((unused)).
31032         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
31034 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31036         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
31037         DUMMY variables with __attribute__ ((unused)).
31039         * bits/byteswap.h: Include <bits/types.h>.
31040         (__bswap_64): Use __uint64_t instead of unsigned long long int.
31042 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31044         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
31045         string_t.  Do not manually set errno.
31046         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
31047         length with __strnlen.  Make sure to both set errno and return it on
31048         failure.
31050 2012-11-19  David S. Miller  <davem@davemloft.net>
31052         With help from Joseph Myers.
31053         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
31054         very large arguments properly.
31055         * math/libm-test.inc (atan_test): New tests.
31056         (atan2_test): New tests.
31057         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31058         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31060 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31062         [BZ #14856]
31063         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
31064         Define to 3.
31066         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
31067         [POSIX] (EADDRNOTAVAIL): Likewise.
31068         [POSIX] (EAFNOSUPPORT): Likewise.
31069         [POSIX] (EALREADY): Likewise.
31070         [POSIX] (ECONNABORTED): Likewise.
31071         [POSIX] (ECONNREFUSED): Likewise.
31072         [POSIX] (ECONNRESET): Likewise.
31073         [POSIX] (EDESTADDRREQ): Likewise.
31074         [POSIX] (EDQUOT): Likewise.
31075         [POSIX] (EHOSTUNREACH): Likewise.
31076         [POSIX] (EIDRM): Likewise.
31077         [POSIX] (EISCONN): Likewise.
31078         [POSIX] (ELOOP): Likewise.
31079         [POSIX] (EMULTIHOP): Likewise.
31080         [POSIX] (ENETDOWN): Likewise.
31081         [POSIX] (ENETUNREACH): Likewise.
31082         [POSIX] (ENOBUFS): Likewise.
31083         [POSIX] (ENODATA): Likewise.
31084         [POSIX] (ENOLINK): Likewise.
31085         [POSIX] (ENOMSG): Likewise.
31086         [POSIX] (ENOPROTOOPT): Likewise.
31087         [POSIX] (ENOSR): Likewise.
31088         [POSIX] (ENOSTR): Likewise.
31089         [POSIX] (ENOTCONN): Likewise.
31090         [POSIX] (ENOTSOCK): Likewise.
31091         [POSIX] (EOPNOTSUPP): Likewise.
31092         [POSIX] (EOVERFLOW): Likewise.
31093         [POSIX] (EPROTO): Likewise.
31094         [POSIX] (EPROTONOSUPPORT): Likewise.
31095         [POSIX] (EPROTOTYPE): Likewise.
31096         [POSIX] (ESTALE): Likewise.
31097         [POSIX] (ETIME): Likewise.
31098         [POSIX] (ETXTBSY): Likewise.
31099         [POSIX] (EWOULDBLOCK): Likewise.
31100         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
31101         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
31102         [POSIX] (SEEK_CUR): Likewise.
31103         [POSIX] (SEEK_END): Likewise.
31104         [POSIX || UNIX98] (mode_t): Do not require.
31105         [POSIX] (off_t): Likewise.
31106         [POSIX] (pid_t): Likewise.
31107         [POSIX] (sys/stat.h): Do not allow header.
31108         [POSIX] (unistd.h): Likewise.
31109         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
31110         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
31111         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
31112         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
31113         require.
31114         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
31115         sigevent): Specify elements.
31116         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
31117         entry.
31118         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
31119         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
31121         * conform/data/cpio.h-data [POSIX]: Disable whole file.
31122         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
31123         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
31124         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
31125         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
31126         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
31127         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
31128         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
31129         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
31130         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
31131         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
31132         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
31133         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
31134         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
31135         Likewise.
31136         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
31137         Likewise.
31138         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
31139         Likewise.
31140         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
31141         Likewise.
31142         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
31143         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
31144         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
31145         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
31146         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
31147         Specify lower bound on value.
31148         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
31149         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
31150         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
31151         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
31152         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
31153         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
31154         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
31155         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
31156         value.
31157         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
31158         as optional.
31159         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
31160         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
31161         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
31162         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
31163         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
31164         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
31165         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
31166         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
31167         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
31168         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
31169         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
31170         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
31171         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
31172         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
31173         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
31174         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
31175         entry.
31176         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
31177         optional.
31178         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
31179         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
31180         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
31181         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
31182         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
31183         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
31184         Likewise.
31185         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
31186         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
31187         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
31188         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
31189         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
31190         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
31191         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
31192         as optional.
31193         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
31194         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
31195         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
31196         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
31197         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
31198         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
31199         specify as optional.
31200         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
31201         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
31202         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
31203         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
31204         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
31205         [XPG3] (NL_LANGMAX): Likewise.
31206         [POSIX || XPG3] (NL_MSGMAX): Likewise.
31207         [POSIX || XPG3] (NL_NMAX): Likewise.
31208         [POSIX || XPG3] (NL_SETMAX): Likewise.
31209         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
31210         [XPG3] (NZERO): Likewise.
31211         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
31212         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
31213         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
31214         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
31215         (REG_ERANGE): Expect.
31216         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
31217         optional-constant.
31218         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
31219         Use (void) in prototype.
31220         [POSIX] (*_t): Allow.
31221         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
31222         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
31223         (WRDE_BADVAL): Expect.
31225         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
31226         expect.
31227         [XPG3 || XPG4] (O_RSYNC): Likewise.
31228         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
31229         Likewise.
31230         [XPG3 || XPG4] (pthread_sigmask): Likewise.
31231         [XPG3 || XPG4] (sigqueue): Likewise.
31232         [XPG3 || XPG4] (sigtimedwait): Likewise.
31233         [XPG3 || XPG4] (sigwaitinfo): Likewise.
31234         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
31235         [XPG3 || XPG4] (vsnprintf): Likewise.
31236         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
31237         Likewise.
31238         [XPG3 || XPG4] (blksize_t): Likewise.
31239         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
31240         Likewise.
31241         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
31242         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
31243         [XPG3 || XPG4] (struct itimerspec): Likewise.
31244         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
31245         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
31246         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
31247         [XPG3 || XPG4] (clockid_t): Likewise.
31248         [XPG3 || XPG4] (timer_t): Likewise.
31249         [XPG3 || XPG4] (clock_getres): Likewise.
31250         [XPG3 || XPG4] (clock_gettime): Likewise.
31251         [XPG3 || XPG4] (clock_settime): Likewise.
31252         [XPG3 || XPG4] (nanosleep): Likewise.
31253         [XPG3 || XPG4] (timer_create): Likewise.
31254         [XPG3 || XPG4] (timer_delete): Likewise.
31255         [XPG3 || XPG4] (timer_gettime): Likewise.
31256         [XPG3 || XPG4] (timer_getoverrun): Likewise.
31257         [XPG3 || XPG4] (timer_settime): Likewise.
31258         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
31259         [XPG3 || XPG4] (getlogin_r): Likewise.
31260         [XPG3 || XPG4] (pread): Likewise.
31261         [XPG3 || XPG4] (pthread_atfork): Likewise.
31262         [XPG3 || XPG4] (pwrite): Likewise.
31264         [BZ #14835]
31265         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
31266         <bits/siginfo.h>.
31268 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31270         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
31271         finalizing MALLSTREAM.
31273         * sysdeps/mach/hurd/syncfs.c: New file.
31275 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31277         [BZ #14719]
31278         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
31279         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
31280         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
31281         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
31282         (_nss_dns_gethostbyname4_r): Likewise.
31283         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
31284         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
31286 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
31288         [BZ #13763]
31289         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
31291 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
31293         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
31294         * elf/cache.c (print_entry): Print ",AArch64" for
31295         FLAG_AARCH64_LIB64
31297         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
31298         * elf/cache.c (print_entry): Print ",hard-float" for
31299         FLAG_ARM_LIBHF.
31301 2012-11-18  David S. Miller  <davem@davemloft.net>
31303         With help from Joseph Myers.
31304         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
31305         cutoff to 2**-13.
31306         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
31307         cutoff to 2**-25.
31308         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
31309         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
31310         small.
31311         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
31312         * math/libm-test.inc (y0_test): New tests.
31313         (y1_test): New tests.
31314         * sysdeps/i386/fpu/libm-test-ulps: Update.
31315         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31316         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31318 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
31320         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
31321         64-bit targets.
31322         * configure: Regenerated.
31324 2012-11-17  David S. Miller  <davem@davemloft.net>
31326         [BZ #14811]
31327         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
31328         nonzero exponents with absolute value below 0x1p-128 to +/-
31329         0x1p-128.
31331 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
31333         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
31335         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
31337         * posix/getconf-speclist.c: New file.
31338         * posix/posix-envs.def: Likewise.
31339         * posix/confstr.c (START_ENV_GROUP): New macro.
31340         (END_ENV_GROUP): Likewise.
31341         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
31342         (KNOWN_PRESENT_ENV_STRING): Likewise.
31343         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
31344         (UNKNOWN_ENVIRONMENT): Likewise.
31345         (confstr): Include posix-envs.def instead of handling
31346         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
31347         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
31348         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
31349         (END_ENV_GROUP): Likewise.
31350         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
31351         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
31352         (UNKNOWN_ENVIRONMENT): Likewise.
31353         (__sysconf): Include posix-envs.def instead of handling associated
31354         cases directly here.
31355         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
31356         preprocessing getconf-speclist.c rather than running getconf or
31357         generating empty file.
31359 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
31361         * scripts/check-local-headers.sh: Ignore 'mach' headers.
31363 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
31365         [BZ #14672]
31366         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
31368 2012-11-16  David S. Miller  <davem@davemloft.net>
31370         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
31371         smaller than LDBL_EPSILON/2.0L, just return xm1.
31373 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
31375         * elf/tst-array1.c (init): Set constructor priority to 1000.
31376         (fini): Set destructor priority to 1000.
31377         * elf/tst-array2dep.c: Likewise.
31379 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31381         [BZ #11741]
31382         * libio/fileops.c (_IO_new_file_write): Correctly return error.
31383         (_IO_new_file_xsputn): Also return EOF if none of the input
31384         data was written when overflow failed.
31385         * libio/iopadn.c (_IO_padn): Likewise.
31386         * libio/iowpadn.c (_IO_wpadn): Likewise.
31387         * stdio-common/tst-put-error.c: Add copyright notice.
31388         (do_test): Add case for printing padded string.
31389         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
31390         _IO_padn returned error.
31391         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
31392         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
31393         return EOF.
31395 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31397         * libio/libioP.h: Add comment note that the references to C++
31398         bits are now obsolete.
31400 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31402         * math/libm-test.inc (check_complex): Use asprintf.
31404 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
31406         * debug/pcprofiledump.c (print_version): Update copyright year.
31407         * malloc/memusagestat.c (print_version): Likewise.
31409 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
31411         [BZ #14831]
31412         * elf/Makefile (tests): Add tst-audit8.
31413         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
31414         ($(objpfx)tst-audit8.out): New target.
31415         (tst-audit8-ENV): New variable.
31416         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
31417         audit if l_reloc_result is NULL.
31418         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
31419         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
31420         * elf/tst-audit8.c: New file.
31422 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31424         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
31425         * misc/Makefile (CFLAGS-select.c): Define.
31426         * posix/Makefile (CFLAGS-pause.c): Define.
31428 2012-11-13  David S. Miller  <davem@davemloft.net>
31430         * crypt/Makefile: Move test targets after toplevel Rules
31431         inclusion.  Grab any necessary sysdep routines when linking.
31432         * crypt/md5.c (md5_process_block): Remove define, we will always
31433         name it __md5_process_block.
31434         (md5_finish_ctx): Update md5_process_block call.
31435         (md5_stream): Likewise.
31436         (md5_process_bytes): Likewise.
31437         (md5_process_block): Rename to __md5_process_block and move to ...
31438         * crypt/md5-block.c: ... here.
31439         * crypt/sha256.c (sha256_process_block): Move to ...
31440         * crypt/sha256-block.c: ... here.
31441         * crypt/sha512.c (sha512_process_block): Move to ...
31442         * crypt/sha512-block.c: ... here.
31443         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
31444         path.
31445         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
31446         * sysdeps/sparc/sparc64/multiarch/Makefile
31447         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
31448         crypt subdir.
31449         (localedef-aux): Add md5 crypto assembler when in locale subdir.
31450         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
31451         multiarch changes.
31452         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
31453         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
31454         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
31455         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
31456         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
31457         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
31458         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
31459         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
31460         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
31461         file.
31462         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
31463         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
31464         file.
31465         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
31467 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
31469         * timezone/tzselect.ksh: Update from tzcode git revision
31470         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
31471         * timezone/zdump.c: Likewise.
31472         * timezone/zic.c: Likewise.
31473         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
31474         in TZVERSION setting, not $(PKGVERSION).
31475         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
31476         REPORT_BUGS_TO settings.
31478         [BZ #14838]
31479         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
31480         macro.
31482 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31484         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
31485         detection to immediately after _FP_ROUND().
31486         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
31487         bits are 0.
31489 2012-11-11  David S. Miller  <davem@davemloft.net>
31491         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
31492         inttypes.h
31493         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
31494         __close rather than their public counterparts.
31496 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
31498         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
31499         file.
31500         [UNIX98] (sem_timedwait): Do not expect.
31501         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
31502         [XPG4 || UNIX98] (sockatmark): Do not expect.
31503         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
31504         (clock_getcpuclockid): Do not expect.
31505         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
31506         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
31507         Do not expect.
31508         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
31509         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
31510         [UNIX98] (vwscanf): Likewise.
31511         [UNIX98] (vswscanf): Likewise.
31513 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
31515         * timezone/version.h: Remove file.
31516         * timezone/README: Do not refer to version.h.
31517         * timezone/Makefile ($(objpfx)zic.o): New dependency on
31518         $(objpfx)version.h.
31519         ($(objpfx)zdump.o): Likewise.
31520         ($(objpfx)version.h): New target.
31522         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
31523         2012i.
31524         * timezone/README: Don't mention modification to tzselect.ksh.
31525         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
31526         work on unmodified tzselect.ksh.  Substitute version numbers in
31527         tzselect.ksh.
31529         * Makefile (format-me): Remove.
31530         (INSTALL): Adjust indentation.  Use commands directly instead of
31531         using $(format-me).
31533         * aclocal.m4 (ACX_PKGVERSION): New macro.
31534         (ACX_BUGURL): Likewise.
31535         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
31536         (PKGVERSION): New AC_DEFINE_UNQUOTED.
31537         (REPORT_BUGS_TO): Likewise.
31538         * configure: Regenerated.
31539         * config.h.in (PKGVERSION): New macro.
31540         (REPORT_BUGS_TO): Likewise.
31541         * config.make.in (PKGVERSION): New variable.
31542         (PKGVERSION_TEXI): Likewise.
31543         (REPORT_BUGS_TO): Likewise.
31544         (REPORT_BUGS_TEXI): Likewise.
31545         * Makefile (format-me): Use -I$(common-objpfx)manual.
31546         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
31547         ($(common-objpfx)manual/%): New target.
31548         (manual/%): Remove target.
31549         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
31550         (print_version): Use PKGVERSION.
31551         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
31552         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
31553         and REPORT_BUGS_TO.
31554         ($(objpfx)xtrace): Likewise.
31555         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
31556         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
31557         (print_version): Use PKGVERSION.
31558         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
31559         (do_version): Use PKGVERSION.
31560         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
31561         REPORT_BUGS_TO.
31562         (common-ldd-rewrite): Likewise.
31563         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
31564         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
31565         (print_version): Use PKGVERSION.
31566         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
31567         * elf/pldd.c (argp_program_bug_address): Remove variable.
31568         (more_help): New function.
31569         (argp): Use more_help.
31570         (print_version): Use PKGVERSION.
31571         * elf/sln.c (main): Use PKGVERSION.
31572         (usage): Use REPORT_BUGS_TO.
31573         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
31574         (top level): Use PKGVERSION.
31575         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
31576         (print_version): Use PKGVERSION.
31577         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
31578         (print_version): Use PKGVERSION.
31579         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
31580         (print_version): Use PKGVERSION.
31581         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
31582         (print_version): Use PKGVERSION.
31583         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
31584         (print_version): Use PKGVERSION.
31585         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
31586         (print_version): Use PKGVERSION.
31587         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
31588         and BUGURL.
31589         ($(objpfx)memusage): Likewise.
31590         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
31591         (do_version): Use PKGVERSION.
31592         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
31593         (print_version): Use PKGVERSION.
31594         * malloc/mtrace.pl ($PACKAGE): Remove variable.
31595         ($PKGVERSION): New variable.
31596         ($REPORT_BUGS_TO): Likewise.
31597         (usage): Use $REPORT_BUGS_TO.
31598         (top level): Use $PKGVERSION.
31599         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
31600         ($(objpfx)pkgvers.texi): New rule.
31601         ($(objpfx)stamp-pkgvers): Likewise.
31602         * manual/install.texi: Include pkgvers.texi.
31603         (--with-pkgversion): Document new configure option.
31604         (--with-bugurl): Likewise.
31605         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
31606         than necessarily for this particular distribution.  Use
31607         REPORT_BUGS_TO for where to report bugs.
31608         * INSTALL: Regenerated.
31609         * manual/libc.texinfo: Include pkgvers.texi.
31610         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
31611         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
31612         (print_version): Use PKGVERSION.
31613         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
31614         (print_version): Use PKGVERSION.
31615         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
31616         (print_version): Use PKGVERSION.
31617         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
31618         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
31619         macro.
31620         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
31621         (print_version): Use PKGVERSION.
31622         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
31623         (print_version): Use PKGVERSION.
31624         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
31625         and PKGVERSION.
31627         * timezone/checktab.awk: Update from tzcode 2012i.
31628         * timezone/ialloc.c: Likewise.
31629         * timezone/private.h: Likewise.
31630         * timezone/scheck.c: Likewise.
31631         * timezone/tzfile.h: Likewise.
31632         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
31633         (TZVERSION): Hardcode tzcode version number.
31634         * timezone/zdump.c: Update from tzcode 2012i.
31635         * timezone/zic.c: Likewise.
31636         * timezone/version.h: New file.
31637         * timezone/README: Describe version.h.  Update upstream location.
31639         [BZ #14824]
31640         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
31641         (mktemp): Enable declaration.
31642         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
31643         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
31644         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
31645         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
31646         Likewise.
31647         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
31648         Likewise.
31649         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
31650         Likewise.
31651         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
31652         Likewise.
31653         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
31654         Likewise.
31655         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
31656         Likewise.
31658         [BZ #14821]
31659         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
31660         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
31661         for copies of such integer values.
31662         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
31663         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
31665 2012-11-09  Andreas Jaeger  <aj@suse.de>
31667         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
31668         definitions and declarations that are provided by
31669         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
31671 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31673         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
31674         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
31675         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
31676         definition.
31678 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31680         * elf/elf.h: Update comment before AArch64 relocations.
31682 2012-11-07  David S. Miller  <davem@davemloft.net>
31684         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
31685         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
31686         (__start_context): Declare.
31687         (__makecontext_ret): Delete.
31688         (__makecontext): Hook up __start_context instead of
31689         __makecontext_ret.
31690         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
31691         (sysdep_routines): Add __start_context when in stdlib.
31693 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
31695         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
31696         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
31697         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
31698         hardcoded "nm".
31699         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
31700         (READELF): New variable.  Use it instead of hardcoded "readelf".
31702 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
31704         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
31705         * sysdeps/x86/Makefile: Here.
31706         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
31707         * sysdeps/x86/tst-xmmymm.sh: This.
31709 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
31711         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
31712         expectations.
31713         [UNIX98] (pthread_barrier_t): Do not expect.
31714         [UNIX98] (pthread_barrierattr_t): Likewise.
31715         [UNIX98] (pthread_spinlock_t): Likewise.
31716         [UNIX98] (pthread_barrier_destroy): Likewise.
31717         [UNIX98] (pthread_barrier_init): Likewise.
31718         [UNIX98] (pthread_barrier_wait): Likewise.
31719         [UNIX98] (pthread_barrierattr_destroy): Likewise.
31720         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
31721         [UNIX98] (pthread_barrierattr_init): Likewise.
31722         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
31723         [UNIX98] (pthread_getcpuclockid): Likewise.
31724         [UNIX98] (pthread_mutex_timedlock): Likewise.
31725         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
31726         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
31727         [UNIX98] (pthread_sigmask): Likewise.
31728         [UNIX98] (pthread_spin_destroy): Likewise.
31729         [UNIX98] (pthread_spin_init): Likewise.
31730         [UNIX98] (pthread_spin_lock): Likewise.
31731         [UNIX98] (pthread_spin_trylock): Likewise.
31732         [UNIX98] (pthread_spin_unlock): Likewise.
31733         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
31734         Do not expect.
31735         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
31736         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
31737         [XPG3 || XPG4] (pthread_cond_t): Likewise.
31738         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
31739         [XPG3 || XPG4] (pthread_key_t): Likewise.
31740         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
31741         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
31742         [XPG3 || XPG4] (pthread_once_t): Likewise.
31743         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
31744         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
31745         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
31746         [XPG3 || XPG4] (pthread_t): Likewise.
31748         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
31749         not expect.
31750         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
31752         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
31753         Change function return type to int.
31755         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
31756         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
31757         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
31758         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
31759         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
31760         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
31761         [!POSIX] (posix_madvise): Likewise.
31762         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
31763         && !UNIX98].
31764         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
31765         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
31766         (mode_t): Likewise.
31767         (posix_mem_offset): Likewise.
31768         (posix_typed_mem_get_info): Likewise.
31769         (posix_typed_mem_open): Likewise.
31771         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
31772         Change condition to [XOPEN2K8].
31774         * conform/conformtest.pl: Preprocess allow-header data with -x c
31775         instead of from stdin.
31776         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
31777         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
31778         [C99-based standards] (cerfc): Likewise.
31779         [C99-based standards] (cexp2): Likewise.
31780         [C99-based standards] (cexpm1): Likewise.
31781         [C99-based standards] (clog10): Likewise.
31782         [C99-based standards] (clog1p): Likewise.
31783         [C99-based standards] (clog2): Likewise.
31784         [C99-based standards] (clgamma): Likewise.
31785         [C99-based standards] (ctgamma): Likewise.
31786         [C99-based standards] (cerff): Likewise.
31787         [C99-based standards] (cerfcf): Likewise.
31788         [C99-based standards] (cexp2f): Likewise.
31789         [C99-based standards] (cexpm1f): Likewise.
31790         [C99-based standards] (clog10f): Likewise.
31791         [C99-based standards] (clog1pf): Likewise.
31792         [C99-based standards] (clog2f): Likewise.
31793         [C99-based standards] (clgammaf): Likewise.
31794         [C99-based standards] (ctgammaf): Likewise.
31795         [C99-based standards] (cerfl): Likewise.
31796         [C99-based standards] (cerfcl): Likewise.
31797         [C99-based standards] (cexp2l): Likewise.
31798         [C99-based standards] (cexpm1l): Likewise.
31799         [C99-based standards] (clog10l): Likewise.
31800         [C99-based standards] (clog1pl): Likewise.
31801         [C99-based standards] (clog2l): Likewise.
31802         [C99-based standards] (clgammal): Likewise.
31803         [C99-based standards] (ctgammal): Likewise.
31804         * conform/data/inttypes.h-data [C99-based standards]: Include
31805         stdint.h-data.  Remove all expectations for stdint.h contents.
31806         [C99-based standards] (PRI*): Do not allow.
31807         [C99-based standards] (SCN*): Likewise.
31808         [C99-based standards] (*_t): Likewise.
31809         [C99-based-standards] (PRId8): Expect macro.
31810         [C99-based-standards] (PRIi8): Likewise.
31811         [C99-based-standards] (PRIo8): Likewise.
31812         [C99-based-standards] (PRIu8): Likewise.
31813         [C99-based-standards] (PRIx8): Likewise.
31814         [C99-based-standards] (PRIX8): Likewise.
31815         [C99-based-standards] (SCNd8): Likewise.
31816         [C99-based-standards] (SCNi8): Likewise.
31817         [C99-based-standards] (SCNo8): Likewise.
31818         [C99-based-standards] (SCNu8): Likewise.
31819         [C99-based-standards] (SCNx8): Likewise.
31820         [C99-based-standards] (PRIdLEAST8): Likewise.
31821         [C99-based-standards] (PRIiLEAST8): Likewise.
31822         [C99-based-standards] (PRIoLEAST8): Likewise.
31823         [C99-based-standards] (PRIuLEAST8): Likewise.
31824         [C99-based-standards] (PRIxLEAST8): Likewise.
31825         [C99-based-standards] (PRIXLEAST8): Likewise.
31826         [C99-based-standards] (SCNdLEAST8): Likewise.
31827         [C99-based-standards] (SCNiLEAST8): Likewise.
31828         [C99-based-standards] (SCNoLEAST8): Likewise.
31829         [C99-based-standards] (SCNuLEAST8): Likewise.
31830         [C99-based-standards] (SCNxLEAST8): Likewise.
31831         [C99-based-standards] (PRIdFAST8): Likewise.
31832         [C99-based-standards] (PRIiFAST8): Likewise.
31833         [C99-based-standards] (PRIoFAST8): Likewise.
31834         [C99-based-standards] (PRIuFAST8): Likewise.
31835         [C99-based-standards] (PRIxFAST8): Likewise.
31836         [C99-based-standards] (PRIXFAST8): Likewise.
31837         [C99-based-standards] (SCNdFAST8): Likewise.
31838         [C99-based-standards] (SCNiFAST8): Likewise.
31839         [C99-based-standards] (SCNoFAST8): Likewise.
31840         [C99-based-standards] (SCNuFAST8): Likewise.
31841         [C99-based-standards] (SCNxFAST8): Likewise.
31842         [C99-based-standards] (PRId16): Likewise.
31843         [C99-based-standards] (PRIi16): Likewise.
31844         [C99-based-standards] (PRIo16): Likewise.
31845         [C99-based-standards] (PRIu16): Likewise.
31846         [C99-based-standards] (PRIx16): Likewise.
31847         [C99-based-standards] (PRIX16): Likewise.
31848         [C99-based-standards] (SCNd16): Likewise.
31849         [C99-based-standards] (SCNi16): Likewise.
31850         [C99-based-standards] (SCNo16): Likewise.
31851         [C99-based-standards] (SCNu16): Likewise.
31852         [C99-based-standards] (SCNx16): Likewise.
31853         [C99-based-standards] (PRIdLEAST16): Likewise.
31854         [C99-based-standards] (PRIiLEAST16): Likewise.
31855         [C99-based-standards] (PRIoLEAST16): Likewise.
31856         [C99-based-standards] (PRIuLEAST16): Likewise.
31857         [C99-based-standards] (PRIxLEAST16): Likewise.
31858         [C99-based-standards] (PRIXLEAST16): Likewise.
31859         [C99-based-standards] (SCNdLEAST16): Likewise.
31860         [C99-based-standards] (SCNiLEAST16): Likewise.
31861         [C99-based-standards] (SCNoLEAST16): Likewise.
31862         [C99-based-standards] (SCNuLEAST16): Likewise.
31863         [C99-based-standards] (SCNxLEAST16): Likewise.
31864         [C99-based-standards] (PRIdFAST16): Likewise.
31865         [C99-based-standards] (PRIiFAST16): Likewise.
31866         [C99-based-standards] (PRIoFAST16): Likewise.
31867         [C99-based-standards] (PRIuFAST16): Likewise.
31868         [C99-based-standards] (PRIxFAST16): Likewise.
31869         [C99-based-standards] (PRIXFAST16): Likewise.
31870         [C99-based-standards] (SCNdFAST16): Likewise.
31871         [C99-based-standards] (SCNiFAST16): Likewise.
31872         [C99-based-standards] (SCNoFAST16): Likewise.
31873         [C99-based-standards] (SCNuFAST16): Likewise.
31874         [C99-based-standards] (SCNxFAST16): Likewise.
31875         [C99-based-standards] (PRId32): Likewise.
31876         [C99-based-standards] (PRIi32): Likewise.
31877         [C99-based-standards] (PRIo32): Likewise.
31878         [C99-based-standards] (PRIu32): Likewise.
31879         [C99-based-standards] (PRIx32): Likewise.
31880         [C99-based-standards] (PRIX32): Likewise.
31881         [C99-based-standards] (SCNd32): Likewise.
31882         [C99-based-standards] (SCNi32): Likewise.
31883         [C99-based-standards] (SCNo32): Likewise.
31884         [C99-based-standards] (SCNu32): Likewise.
31885         [C99-based-standards] (SCNx32): Likewise.
31886         [C99-based-standards] (PRIdLEAST32): Likewise.
31887         [C99-based-standards] (PRIiLEAST32): Likewise.
31888         [C99-based-standards] (PRIoLEAST32): Likewise.
31889         [C99-based-standards] (PRIuLEAST32): Likewise.
31890         [C99-based-standards] (PRIxLEAST32): Likewise.
31891         [C99-based-standards] (PRIXLEAST32): Likewise.
31892         [C99-based-standards] (SCNdLEAST32): Likewise.
31893         [C99-based-standards] (SCNiLEAST32): Likewise.
31894         [C99-based-standards] (SCNoLEAST32): Likewise.
31895         [C99-based-standards] (SCNuLEAST32): Likewise.
31896         [C99-based-standards] (SCNxLEAST32): Likewise.
31897         [C99-based-standards] (PRIdFAST32): Likewise.
31898         [C99-based-standards] (PRIiFAST32): Likewise.
31899         [C99-based-standards] (PRIoFAST32): Likewise.
31900         [C99-based-standards] (PRIuFAST32): Likewise.
31901         [C99-based-standards] (PRIxFAST32): Likewise.
31902         [C99-based-standards] (PRIXFAST32): Likewise.
31903         [C99-based-standards] (SCNdFAST32): Likewise.
31904         [C99-based-standards] (SCNiFAST32): Likewise.
31905         [C99-based-standards] (SCNoFAST32): Likewise.
31906         [C99-based-standards] (SCNuFAST32): Likewise.
31907         [C99-based-standards] (SCNxFAST32): Likewise.
31908         [C99-based-standards] (PRId64): Likewise.
31909         [C99-based-standards] (PRIi64): Likewise.
31910         [C99-based-standards] (PRIo64): Likewise.
31911         [C99-based-standards] (PRIu64): Likewise.
31912         [C99-based-standards] (PRIx64): Likewise.
31913         [C99-based-standards] (PRIX64): Likewise.
31914         [C99-based-standards] (SCNd64): Likewise.
31915         [C99-based-standards] (SCNi64): Likewise.
31916         [C99-based-standards] (SCNo64): Likewise.
31917         [C99-based-standards] (SCNu64): Likewise.
31918         [C99-based-standards] (SCNx64): Likewise.
31919         [C99-based-standards] (PRIdLEAST64): Likewise.
31920         [C99-based-standards] (PRIiLEAST64): Likewise.
31921         [C99-based-standards] (PRIoLEAST64): Likewise.
31922         [C99-based-standards] (PRIuLEAST64): Likewise.
31923         [C99-based-standards] (PRIxLEAST64): Likewise.
31924         [C99-based-standards] (PRIXLEAST64): Likewise.
31925         [C99-based-standards] (SCNdLEAST64): Likewise.
31926         [C99-based-standards] (SCNiLEAST64): Likewise.
31927         [C99-based-standards] (SCNoLEAST64): Likewise.
31928         [C99-based-standards] (SCNuLEAST64): Likewise.
31929         [C99-based-standards] (SCNxLEAST64): Likewise.
31930         [C99-based-standards] (PRIdFAST64): Likewise.
31931         [C99-based-standards] (PRIiFAST64): Likewise.
31932         [C99-based-standards] (PRIoFAST64): Likewise.
31933         [C99-based-standards] (PRIuFAST64): Likewise.
31934         [C99-based-standards] (PRIxFAST64): Likewise.
31935         [C99-based-standards] (PRIXFAST64): Likewise.
31936         [C99-based-standards] (SCNdFAST64): Likewise.
31937         [C99-based-standards] (SCNiFAST64): Likewise.
31938         [C99-based-standards] (SCNoFAST64): Likewise.
31939         [C99-based-standards] (SCNuFAST64): Likewise.
31940         [C99-based-standards] (SCNxFAST64): Likewise.
31941         [C99-based-standards] (PRIdMAX): Likewise.
31942         [C99-based-standards] (PRIiMAX): Likewise.
31943         [C99-based-standards] (PRIoMAX): Likewise.
31944         [C99-based-standards] (PRIuMAX): Likewise.
31945         [C99-based-standards] (PRIxMAX): Likewise.
31946         [C99-based-standards] (PRIXMAX): Likewise.
31947         [C99-based-standards] (SCNdMAX): Likewise.
31948         [C99-based-standards] (SCNiMAX): Likewise.
31949         [C99-based-standards] (SCNoMAX): Likewise.
31950         [C99-based-standards] (SCNuMAX): Likewise.
31951         [C99-based-standards] (SCNxMAX): Likewise.
31952         [C99-based-standards] (PRIdPTR): Likewise.
31953         [C99-based-standards] (PRIiPTR): Likewise.
31954         [C99-based-standards] (PRIoPTR): Likewise.
31955         [C99-based-standards] (PRIuPTR): Likewise.
31956         [C99-based-standards] (PRIxPTR): Likewise.
31957         [C99-based-standards] (PRIXPTR): Likewise.
31958         [C99-based-standards] (SCNdPTR): Likewise.
31959         [C99-based-standards] (SCNiPTR): Likewise.
31960         [C99-based-standards] (SCNoPTR): Likewise.
31961         [C99-based-standards] (SCNuPTR): Likewise.
31962         [C99-based-standards] (SCNxPTR): Likewise.
31963         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
31964         allow.
31965         * conform/data/stdint.h-data: Update comments to clarify
31966         requirements.
31967         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
31968         type.
31969         [C99-based standards] (INT8_MAX): Likewise.
31970         [C99-based standards] (INT16_MIN): Likewise.
31971         [C99-based standards] (INT16_MAX): Likewise.
31972         [C99-based standards] (INT32_MIN): Likewise.
31973         [C99-based standards] (INT32_MAX): Likewise.
31974         [C99-based standards] (INT64_MIN): Likewise.
31975         [C99-based standards] (INT64_MAX): Likewise.
31976         [C99-based standards] (UINT8_MAX): Likewise.
31977         [C99-based standards] (UINT16_MAX): Likewise.
31978         [C99-based standards] (UINT32_MAX): Likewise.
31979         [C99-based standards] (UINT64_MAX): Likewise.
31980         [C99-based standards] (INT_LEAST8_MIN): Likewise.
31981         [C99-based standards] (INT_LEAST8_MAX): Likewise.
31982         [C99-based standards] (INT_LEAST16_MIN): Likewise.
31983         [C99-based standards] (INT_LEAST16_MAX): Likewise.
31984         [C99-based standards] (INT_LEAST32_MIN): Likewise.
31985         [C99-based standards] (INT_LEAST32_MAX): Likewise.
31986         [C99-based standards] (INT_LEAST64_MIN): Likewise.
31987         [C99-based standards] (INT_LEAST64_MAX): Likewise.
31988         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
31989         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
31990         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
31991         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
31992         [C99-based standards] (INT_FAST8_MIN): Likewise.
31993         [C99-based standards] (INT_FAST8_MAX): Likewise.
31994         [C99-based standards] (INT_FAST16_MIN): Likewise.
31995         [C99-based standards] (INT_FAST16_MAX): Likewise.
31996         [C99-based standards] (INT_FAST32_MIN): Likewise.
31997         [C99-based standards] (INT_FAST32_MAX): Likewise.
31998         [C99-based standards] (INT_FAST64_MIN): Likewise.
31999         [C99-based standards] (INT_FAST64_MAX): Likewise.
32000         [C99-based standards] (UINT_FAST8_MAX): Likewise.
32001         [C99-based standards] (UINT_FAST16_MAX): Likewise.
32002         [C99-based standards] (UINT_FAST32_MAX): Likewise.
32003         [C99-based standards] (UINT_FAST64_MAX): Likewise.
32004         [C99-based standards] (INTPTR_MIN): Likewise.
32005         [C99-based standards] (INTPTR_MAX): Likewise.
32006         [C99-based standards] (UINTPTR_MAX): Likewise.
32007         [C99-based standards] (INTMAX_MIN): Likewise.
32008         [C99-based standards] (INTMAX_MAX): Likewise.
32009         [C99-based standards] (UINTMAX_MAX): Likewise.
32010         [C99-based standards] (PTRDIFF_MIN): Likewise.
32011         [C99-based standards] (PTRDIFF_MAX): Likewise.
32012         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
32013         [C99-based standards] (SIZE_MAX): Likewise.
32014         [C99-based standards] (WCHAR_MAX): Likewise.
32015         [C99-based standards] (WINT_MAX): Likewise.
32016         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
32017         constraint on value.
32018         [C99-based standards] (WCHAR_MIN): Likewise.
32019         [C99-based standards] (WINT_MIN): Likewise.
32020         [C99-based standards] (*_t): Allow.
32021         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
32022         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
32023         Include math.h-data and complex.h-data.  Remove all expectations
32024         of math.h and complex.h contents.
32025         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
32026         at end of line.
32027         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
32028         (struct tm): Expect tag.
32029         [C99-based-standards] (wcstof): Expect function.
32030         [C99-based-standards] (wcstold): Likewise.
32031         [C99-based-standards] (wcstoll): Likewise.
32032         [C99-based-standards] (wcstoull): Likewise.
32033         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
32034         macro-int-constant.  Specify type.
32035         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
32036         constraint on value.
32037         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32038         Specify type.
32039         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
32040         Specify value.
32041         [ISO C standards]: Do not allow headers.
32042         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
32043         wcs[abcdefghijklmnopqrstuvwxyz]*.
32044         [ISO C standards] (*_t): Do not allow.
32045         * conform/data/wctype.h-data [C99-based standards] (iswblank):
32046         Expect function.
32047         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
32048         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32049         Specify type.
32050         [ISO C standards]: Do not allow headers.
32051         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
32052         is[abcdefghijklmnopqrstuvwxyz]*.
32053         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
32054         to[abcdefghijklmnopqrstuvwxyz]*.
32055         [ISO C standards] (*_t): Do not allow.
32056         * conform/data/stdalign.h-data: New file.
32057         * conform/data/stdbool.h-data: Likewise.
32058         * conform/data/stdnoreturn.h-data: Likewise.
32060 2012-11-07  Roland McGrath  <roland@hack.frob.com>
32062         [BZ #14815]
32063         * manual/filesys.texi (Directory Entries): Typo fix.
32064         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
32066 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32068         * elf/elf.h (EM_AARCH64): New macro.
32069         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
32070         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
32071         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
32072         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
32073         (R_AARCH64_TLSDESC): Likewise.
32074         (NT_ARM_TLS): Likewise.
32075         (NT_ARM_HW_BREAK): Likewise.
32076         (NT_ARM_HW_WATCH): Likewise.
32078 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32080         [BZ #14811]
32081         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
32082         (__ieee754_powl): Saturate nonzero exponents with absolute value
32083         below 0x1p-79 to +/- 0x1p-79.
32084         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
32085         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
32086         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
32087         nonzero exponents with absolute value below 0x1p-32 to +/-
32088         0x1p-32.
32089         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
32090         (__ieee754_powl): Saturate nonzero exponents with absolute value
32091         below 0x1p-79 to +/- 0x1p-79.
32092         * math/libm-test.inc (pow_test): Add more tests.
32094 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32096         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
32097         _dl_s390_cap_flags with kernel. Increase string length.
32098         (_dl_s390_platforms): Add z196 and zEC12.
32100 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32102         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
32103         Change XOPEN21K to XOPEN2K.
32105 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
32107         * string/memmove.c: Use memcpy when possible.
32109 2012-11-06  Andreas Jaeger  <aj@suse.de>
32111         * po/eo.po: Update from translation team.
32113 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
32115         [BZ #14793]
32116         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
32117         exponent and small x and y exponents, scale x or y up.  Increase
32118         by 2 the exponent used in scaling up.
32119         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32120         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32121         * math/libm-test.inc (fma_test): Add more tests.
32122         (fma_test_towardzero): Likewise.
32123         (fma_test_downward): Likewise.
32124         (fma_test_upward): Likewise.
32126 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
32128         [BZ #14805]
32129         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
32130         fenv_t *.
32132         [BZ #14801]
32133         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
32134         namespace for names of struct fields.
32135         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
32136         fenv_t fields.
32137         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
32138         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
32140 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
32142         [BZ #3665]
32143         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
32145 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32147         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
32148         PTR_DEMANGLE.
32150         [BZ #5246]
32151         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
32152         PTR_DEMANGLE.
32154 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
32156         [BZ #14797]
32157         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
32158         definitely overflow as x * y not x * y + z.
32159         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32160         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32161         * math/libm-test.inc (fma_test): Add more tests.
32162         (fma_test_towardzero): Likewise.
32163         (fma_test_downward): Likewise.
32164         (fma_test_upward): Likewise.
32166 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32168         [BZ #157]
32170         * include/stub-tag.h: Remove file.
32171         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
32172         '#include' of it.
32173         * manual/maint.texi (Porting): Don't reference it.
32174         * Makerules ($(objpfx)stubs): Likewise.
32175         * dirent/closedir.c: Don't include <stub-tag.h>.
32176         * dirent/dirfd.c: Likewise.
32177         * dirent/fdopendir.c: Likewise.
32178         * dirent/getdents.c: Likewise.
32179         * dirent/getdents64.c: Likewise.
32180         * dirent/opendir.c: Likewise.
32181         * dirent/readdir.c: Likewise.
32182         * dirent/readdir64.c: Likewise.
32183         * dirent/readdir64_r.c: Likewise.
32184         * dirent/readdir_r.c: Likewise.
32185         * dirent/rewinddir.c: Likewise.
32186         * dirent/seekdir.c: Likewise.
32187         * dirent/telldir.c: Likewise.
32188         * gmon/profil.c: Likewise.
32189         * grp/setgroups.c: Likewise.
32190         * inet/if_index.c: Likewise.
32191         * io/access.c: Likewise.
32192         * io/chdir.c: Likewise.
32193         * io/chmod.c: Likewise.
32194         * io/chown.c: Likewise.
32195         * io/close.c: Likewise.
32196         * io/dup.c: Likewise.
32197         * io/dup2.c: Likewise.
32198         * io/dup3.c: Likewise.
32199         * io/euidaccess.c: Likewise.
32200         * io/faccessat.c: Likewise.
32201         * io/fchdir.c: Likewise.
32202         * io/fchmod.c: Likewise.
32203         * io/fchmodat.c: Likewise.
32204         * io/fchown.c: Likewise.
32205         * io/fchownat.c: Likewise.
32206         * io/fcntl.c: Likewise.
32207         * io/flock.c: Likewise.
32208         * io/fstatfs.c: Likewise.
32209         * io/fstatfs64.c: Likewise.
32210         * io/fstatvfs.c: Likewise.
32211         * io/fstatvfs64.c: Likewise.
32212         * io/futimens.c: Likewise.
32213         * io/fxstat.c: Likewise.
32214         * io/fxstat64.c: Likewise.
32215         * io/fxstatat.c: Likewise.
32216         * io/fxstatat64.c: Likewise.
32217         * io/getcwd.c: Likewise.
32218         * io/isatty.c: Likewise.
32219         * io/lchmod.c: Likewise.
32220         * io/lchown.c: Likewise.
32221         * io/link.c: Likewise.
32222         * io/linkat.c: Likewise.
32223         * io/lseek.c: Likewise.
32224         * io/lseek64.c: Likewise.
32225         * io/lxstat64.c: Likewise.
32226         * io/mkdir.c: Likewise.
32227         * io/mkdirat.c: Likewise.
32228         * io/mkfifo.c: Likewise.
32229         * io/mkfifoat.c: Likewise.
32230         * io/open.c: Likewise.
32231         * io/open64.c: Likewise.
32232         * io/openat.c: Likewise.
32233         * io/openat64.c: Likewise.
32234         * io/pipe.c: Likewise.
32235         * io/pipe2.c: Likewise.
32236         * io/poll.c: Likewise.
32237         * io/posix_fadvise.c: Likewise.
32238         * io/posix_fadvise64.c: Likewise.
32239         * io/posix_fallocate.c: Likewise.
32240         * io/posix_fallocate64.c: Likewise.
32241         * io/read.c: Likewise.
32242         * io/readlink.c: Likewise.
32243         * io/readlinkat.c: Likewise.
32244         * io/rmdir.c: Likewise.
32245         * io/sendfile.c: Likewise.
32246         * io/sendfile64.c: Likewise.
32247         * io/statfs.c: Likewise.
32248         * io/statfs64.c: Likewise.
32249         * io/statvfs.c: Likewise.
32250         * io/statvfs64.c: Likewise.
32251         * io/symlink.c: Likewise.
32252         * io/symlinkat.c: Likewise.
32253         * io/ttyname.c: Likewise.
32254         * io/ttyname_r.c: Likewise.
32255         * io/umask.c: Likewise.
32256         * io/unlink.c: Likewise.
32257         * io/unlinkat.c: Likewise.
32258         * io/utime.c: Likewise.
32259         * io/utimensat.c: Likewise.
32260         * io/write.c: Likewise.
32261         * io/xmknod.c: Likewise.
32262         * io/xmknodat.c: Likewise.
32263         * io/xstat.c: Likewise.
32264         * io/xstat64.c: Likewise.
32265         * login/getpt.c: Likewise.
32266         * login/grantpt.c: Likewise.
32267         * login/unlockpt.c: Likewise.
32268         * math/e_acoshl.c: Likewise.
32269         * math/e_acosl.c: Likewise.
32270         * math/e_asinl.c: Likewise.
32271         * math/e_atan2l.c: Likewise.
32272         * math/e_atanhl.c: Likewise.
32273         * math/e_coshl.c: Likewise.
32274         * math/e_expl.c: Likewise.
32275         * math/e_fmodl.c: Likewise.
32276         * math/e_gammal_r.c: Likewise.
32277         * math/e_hypotl.c: Likewise.
32278         * math/e_j0l.c: Likewise.
32279         * math/e_j1l.c: Likewise.
32280         * math/e_jnl.c: Likewise.
32281         * math/e_lgammal_r.c: Likewise.
32282         * math/e_log10l.c: Likewise.
32283         * math/e_log2l.c: Likewise.
32284         * math/e_logl.c: Likewise.
32285         * math/e_powl.c: Likewise.
32286         * math/e_rem_pio2l.c: Likewise.
32287         * math/e_sinhl.c: Likewise.
32288         * math/e_sqrtl.c: Likewise.
32289         * math/fclrexcpt.c: Likewise.
32290         * math/fedisblxcpt.c: Likewise.
32291         * math/feenablxcpt.c: Likewise.
32292         * math/fegetenv.c: Likewise.
32293         * math/fegetexcept.c: Likewise.
32294         * math/fegetround.c: Likewise.
32295         * math/feholdexcpt.c: Likewise.
32296         * math/fesetenv.c: Likewise.
32297         * math/fesetround.c: Likewise.
32298         * math/feupdateenv.c: Likewise.
32299         * math/fgetexcptflg.c: Likewise.
32300         * math/fraiseexcpt.c: Likewise.
32301         * math/fsetexcptflg.c: Likewise.
32302         * math/ftestexcept.c: Likewise.
32303         * math/k_cosl.c: Likewise.
32304         * math/k_rem_pio2l.c: Likewise.
32305         * math/k_sinl.c: Likewise.
32306         * math/k_tanl.c: Likewise.
32307         * math/s_asinhl.c: Likewise.
32308         * math/s_atanl.c: Likewise.
32309         * math/s_cbrtl.c: Likewise.
32310         * math/s_erfl.c: Likewise.
32311         * math/s_expm1l.c: Likewise.
32312         * math/s_log1pl.c: Likewise.
32313         * math/s_tanhl.c: Likewise.
32314         * misc/acct.c: Likewise.
32315         * misc/brk.c: Likewise.
32316         * misc/chflags.c: Likewise.
32317         * misc/chroot.c: Likewise.
32318         * misc/fchflags.c: Likewise.
32319         * misc/fgetxattr.c: Likewise.
32320         * misc/flistxattr.c: Likewise.
32321         * misc/fremovexattr.c: Likewise.
32322         * misc/fsetxattr.c: Likewise.
32323         * misc/fsync.c: Likewise.
32324         * misc/ftruncate.c: Likewise.
32325         * misc/futimes.c: Likewise.
32326         * misc/futimesat.c: Likewise.
32327         * misc/getdomain.c: Likewise.
32328         * misc/getdtsz.c: Likewise.
32329         * misc/gethostid.c: Likewise.
32330         * misc/gethostname.c: Likewise.
32331         * misc/getloadavg.c: Likewise.
32332         * misc/getpagesize.c: Likewise.
32333         * misc/getsysstats.c: Likewise.
32334         * misc/getxattr.c: Likewise.
32335         * misc/gtty.c: Likewise.
32336         * misc/ioctl.c: Likewise.
32337         * misc/lgetxattr.c: Likewise.
32338         * misc/listxattr.c: Likewise.
32339         * misc/llistxattr.c: Likewise.
32340         * misc/lremovexattr.c: Likewise.
32341         * misc/lsetxattr.c: Likewise.
32342         * misc/lutimes.c: Likewise.
32343         * misc/madvise.c: Likewise.
32344         * misc/mincore.c: Likewise.
32345         * misc/mlock.c: Likewise.
32346         * misc/mlockall.c: Likewise.
32347         * misc/mmap.c: Likewise.
32348         * misc/mprotect.c: Likewise.
32349         * misc/msync.c: Likewise.
32350         * misc/munlock.c: Likewise.
32351         * misc/munlockall.c: Likewise.
32352         * misc/munmap.c: Likewise.
32353         * misc/preadv.c: Likewise.
32354         * misc/preadv64.c: Likewise.
32355         * misc/ptrace.c: Likewise.
32356         * misc/pwritev.c: Likewise.
32357         * misc/pwritev64.c: Likewise.
32358         * misc/readv.c: Likewise.
32359         * misc/reboot.c: Likewise.
32360         * misc/remap_file_pages.c: Likewise.
32361         * misc/removexattr.c: Likewise.
32362         * misc/revoke.c: Likewise.
32363         * misc/select.c: Likewise.
32364         * misc/setdomain.c: Likewise.
32365         * misc/setegid.c: Likewise.
32366         * misc/seteuid.c: Likewise.
32367         * misc/sethostid.c: Likewise.
32368         * misc/sethostname.c: Likewise.
32369         * misc/setregid.c: Likewise.
32370         * misc/setreuid.c: Likewise.
32371         * misc/setxattr.c: Likewise.
32372         * misc/sstk.c: Likewise.
32373         * misc/stty.c: Likewise.
32374         * misc/swapoff.c: Likewise.
32375         * misc/swapon.c: Likewise.
32376         * misc/sync.c: Likewise.
32377         * misc/syncfs.c: Likewise.
32378         * misc/syscall.c: Likewise.
32379         * misc/truncate.c: Likewise.
32380         * misc/ualarm.c: Likewise.
32381         * misc/usleep.c: Likewise.
32382         * misc/ustat.c: Likewise.
32383         * misc/utimes.c: Likewise.
32384         * misc/vhangup.c: Likewise.
32385         * misc/writev.c: Likewise.
32386         * posix/_exit.c: Likewise.
32387         * posix/alarm.c: Likewise.
32388         * posix/execve.c: Likewise.
32389         * posix/fexecve.c: Likewise.
32390         * posix/fork.c: Likewise.
32391         * posix/fpathconf.c: Likewise.
32392         * posix/getaddrinfo.c: Likewise.
32393         * posix/getegid.c: Likewise.
32394         * posix/geteuid.c: Likewise.
32395         * posix/getgid.c: Likewise.
32396         * posix/getgroups.c: Likewise.
32397         * posix/getlogin.c: Likewise.
32398         * posix/getlogin_r.c: Likewise.
32399         * posix/getpgid.c: Likewise.
32400         * posix/getpid.c: Likewise.
32401         * posix/getppid.c: Likewise.
32402         * posix/getresgid.c: Likewise.
32403         * posix/getresuid.c: Likewise.
32404         * posix/getsid.c: Likewise.
32405         * posix/getuid.c: Likewise.
32406         * posix/glob64.c: Likewise.
32407         * posix/nanosleep.c: Likewise.
32408         * posix/pathconf.c: Likewise.
32409         * posix/pause.c: Likewise.
32410         * posix/posix_madvise.c: Likewise.
32411         * posix/pread.c: Likewise.
32412         * posix/pread64.c: Likewise.
32413         * posix/pwrite.c: Likewise.
32414         * posix/pwrite64.c: Likewise.
32415         * posix/sched_getaffinity.c: Likewise.
32416         * posix/sched_getp.c: Likewise.
32417         * posix/sched_gets.c: Likewise.
32418         * posix/sched_primax.c: Likewise.
32419         * posix/sched_primin.c: Likewise.
32420         * posix/sched_rr_gi.c: Likewise.
32421         * posix/sched_setaffinity.c: Likewise.
32422         * posix/sched_setp.c: Likewise.
32423         * posix/sched_sets.c: Likewise.
32424         * posix/sched_yield.c: Likewise.
32425         * posix/setgid.c: Likewise.
32426         * posix/setlogin.c: Likewise.
32427         * posix/setpgid.c: Likewise.
32428         * posix/setresgid.c: Likewise.
32429         * posix/setresuid.c: Likewise.
32430         * posix/setsid.c: Likewise.
32431         * posix/setuid.c: Likewise.
32432         * posix/sleep.c: Likewise.
32433         * posix/spawni.c: Likewise.
32434         * posix/sysconf.c: Likewise.
32435         * posix/times.c: Likewise.
32436         * posix/wait.c: Likewise.
32437         * posix/wait3.c: Likewise.
32438         * posix/wait4.c: Likewise.
32439         * posix/waitpid.c: Likewise.
32440         * resolv/gai_sigqueue.c: Likewise.
32441         * resource/getpriority.c: Likewise.
32442         * resource/getrlimit.c: Likewise.
32443         * resource/getrusage.c: Likewise.
32444         * resource/nice.c: Likewise.
32445         * resource/setpriority.c: Likewise.
32446         * resource/setrlimit.c: Likewise.
32447         * resource/ulimit.c: Likewise.
32448         * rt/aio_cancel.c: Likewise.
32449         * rt/aio_fsync.c: Likewise.
32450         * rt/aio_read.c: Likewise.
32451         * rt/aio_sigqueue.c: Likewise.
32452         * rt/aio_suspend.c: Likewise.
32453         * rt/aio_write.c: Likewise.
32454         * rt/clock_getres.c: Likewise.
32455         * rt/clock_gettime.c: Likewise.
32456         * rt/clock_nanosleep.c: Likewise.
32457         * rt/clock_settime.c: Likewise.
32458         * rt/lio_listio.c: Likewise.
32459         * rt/mq_close.c: Likewise.
32460         * rt/mq_getattr.c: Likewise.
32461         * rt/mq_notify.c: Likewise.
32462         * rt/mq_open.c: Likewise.
32463         * rt/mq_receive.c: Likewise.
32464         * rt/mq_send.c: Likewise.
32465         * rt/mq_setattr.c: Likewise.
32466         * rt/mq_timedreceive.c: Likewise.
32467         * rt/mq_timedsend.c: Likewise.
32468         * rt/mq_unlink.c: Likewise.
32469         * rt/shm_open.c: Likewise.
32470         * rt/shm_unlink.c: Likewise.
32471         * rt/timer_create.c: Likewise.
32472         * rt/timer_delete.c: Likewise.
32473         * rt/timer_getoverr.c: Likewise.
32474         * rt/timer_gettime.c: Likewise.
32475         * rt/timer_settime.c: Likewise.
32476         * setjmp/__longjmp.c: Likewise.
32477         * setjmp/setjmp.c: Likewise.
32478         * signal/kill.c: Likewise.
32479         * signal/killpg.c: Likewise.
32480         * signal/raise.c: Likewise.
32481         * signal/sigaction.c: Likewise.
32482         * signal/sigaltstack.c: Likewise.
32483         * signal/sigblock.c: Likewise.
32484         * signal/sigignore.c: Likewise.
32485         * signal/sigintr.c: Likewise.
32486         * signal/signal.c: Likewise.
32487         * signal/sigpause.c: Likewise.
32488         * signal/sigpending.c: Likewise.
32489         * signal/sigqueue.c: Likewise.
32490         * signal/sigreturn.c: Likewise.
32491         * signal/sigset.c: Likewise.
32492         * signal/sigsetmask.c: Likewise.
32493         * signal/sigstack.c: Likewise.
32494         * signal/sigsuspend.c: Likewise.
32495         * signal/sigtimedwait.c: Likewise.
32496         * signal/sigvec.c: Likewise.
32497         * signal/sigwait.c: Likewise.
32498         * signal/sigwaitinfo.c: Likewise.
32499         * signal/sysv_signal.c: Likewise.
32500         * socket/accept.c: Likewise.
32501         * socket/accept4.c: Likewise.
32502         * socket/bind.c: Likewise.
32503         * socket/connect.c: Likewise.
32504         * socket/getpeername.c: Likewise.
32505         * socket/getsockname.c: Likewise.
32506         * socket/getsockopt.c: Likewise.
32507         * socket/isfdtype.c: Likewise.
32508         * socket/listen.c: Likewise.
32509         * socket/recv.c: Likewise.
32510         * socket/recvfrom.c: Likewise.
32511         * socket/recvmsg.c: Likewise.
32512         * socket/send.c: Likewise.
32513         * socket/sendmsg.c: Likewise.
32514         * socket/sendto.c: Likewise.
32515         * socket/setsockopt.c: Likewise.
32516         * socket/shutdown.c: Likewise.
32517         * socket/sockatmark.c: Likewise.
32518         * socket/socket.c: Likewise.
32519         * socket/socketpair.c: Likewise.
32520         * stdio-common/ctermid.c: Likewise.
32521         * stdio-common/cuserid.c: Likewise.
32522         * stdio-common/remove.c: Likewise.
32523         * stdio-common/rename.c: Likewise.
32524         * stdio-common/renameat.c: Likewise.
32525         * stdio-common/tempname.c: Likewise.
32526         * stdlib/getcontext.c: Likewise.
32527         * stdlib/makecontext.c: Likewise.
32528         * stdlib/setcontext.c: Likewise.
32529         * stdlib/swapcontext.c: Likewise.
32530         * stdlib/system.c: Likewise.
32531         * streams/fattach.c: Likewise.
32532         * streams/fdetach.c: Likewise.
32533         * streams/getmsg.c: Likewise.
32534         * streams/getpmsg.c: Likewise.
32535         * streams/putmsg.c: Likewise.
32536         * streams/putpmsg.c: Likewise.
32537         * sysdeps/unix/bsd/getpt.c: Likewise.
32538         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
32539         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
32540         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
32541         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
32542         Likewise.
32543         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
32544         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
32545         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
32546         * sysvipc/msgctl.c: Likewise.
32547         * sysvipc/msgget.c: Likewise.
32548         * sysvipc/msgrcv.c: Likewise.
32549         * sysvipc/msgsnd.c: Likewise.
32550         * sysvipc/semctl.c: Likewise.
32551         * sysvipc/semget.c: Likewise.
32552         * sysvipc/semop.c: Likewise.
32553         * sysvipc/semtimedop.c: Likewise.
32554         * sysvipc/shmat.c: Likewise.
32555         * sysvipc/shmctl.c: Likewise.
32556         * sysvipc/shmdt.c: Likewise.
32557         * sysvipc/shmget.c: Likewise.
32558         * termios/tcdrain.c: Likewise.
32559         * termios/tcflow.c: Likewise.
32560         * termios/tcflush.c: Likewise.
32561         * termios/tcgetattr.c: Likewise.
32562         * termios/tcgetpgrp.c: Likewise.
32563         * termios/tcsendbrk.c: Likewise.
32564         * termios/tcsetattr.c: Likewise.
32565         * termios/tcsetpgrp.c: Likewise.
32566         * time/adjtime.c: Likewise.
32567         * time/clock.c: Likewise.
32568         * time/getitimer.c: Likewise.
32569         * time/gettimeofday.c: Likewise.
32570         * time/setitimer.c: Likewise.
32571         * time/settimeofday.c: Likewise.
32572         * time/stime.c: Likewise.
32573         * time/time.c: Likewise.
32575 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
32577         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
32578         /usr/old/bin.
32580         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
32581         instead of spaces.
32582         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
32584 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
32586         [BZ #14796]
32587         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
32588         FE_TONEAREST before applying Dekker multiplication and Knuth
32589         addition.  Clear inexact exceptions and check for exact zero
32590         results afterwards.
32591         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32592         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
32593         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32594         * math/libm-test.inc (fma_test): Add more tests.
32595         (fma_test_towardzero): Likewise.
32596         (fma_test_downward): Likewise.
32597         (fma_test_upward): Likewise.
32598         * sysdeps/generic/math_private.h (default_libc_fesetround): New
32599         function.
32600         (libc_fesetround): New macro.
32601         (libc_fesetroundf): Likewise.
32602         (libc_fesetroundl): Likewise.
32603         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
32604         function.
32605         (libc_fesetround_387): Likewise.
32606         (libc_fesetroundf): New macro.
32607         (libc_fesetround): Likewise.
32608         (libc_fesetroundl): Likewise.
32609         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
32610         function.
32611         (libc_fesetroundf): New macro.
32612         (libc_fesetround): Likewise.
32613         (libc_fesetroundl): Likewise.
32614         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
32615         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
32616         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
32617         libm_hidden_ver.
32618         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
32619         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
32620         libm_hidden_def.
32621         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
32622         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
32623         libm_hidden_ver.
32624         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
32625         libm_hidden_def.
32627         [BZ #3439]
32628         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
32629         integer constant usable in #if and use that to give value to enum
32630         constant.
32631         (FE_DIVBYZERO): Likewise.
32632         (FE_UNDERFLOW): Likewise.
32633         (FE_OVERFLOW): Likewise.
32634         (FE_INVALID): Likewise.
32635         (FE_INVALID_SNAN): Likewise.
32636         (FE_INVALID_ISI): Likewise.
32637         (FE_INVALID_IDI): Likewise.
32638         (FE_INVALID_ZDZ): Likewise.
32639         (FE_INVALID_IMZ): Likewise.
32640         (FE_INVALID_COMPARE): Likewise.
32641         (FE_INVALID_SOFTWARE): Likewise.
32642         (FE_INVALID_SQRT): Likewise.
32643         (FE_INVALID_INTEGER_CONVERSION): Likewise.
32644         (FE_TONEAREST): Likewise.
32645         (FE_TOWARDZERO): Likewise.
32646         (FE_UPWARD): Likewise.
32647         (FE_DOWNWARD): Likewise.
32648         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
32649         (FE_DIVBYZERO): Likewise.
32650         (FE_OVERFLOW): Likewise.
32651         (FE_UNDERFLOW): Likewise.
32652         (FE_INEXACT): Likewise.
32653         (FE_TONEAREST): Likewise.
32654         (FE_DOWNWARD): Likewise.
32655         (FE_UPWARD): Likewise.
32656         (FE_TOWARDZERO): Likewise.
32657         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
32658         (FE_UNDERFLOW): Likewise.
32659         (FE_OVERFLOW): Likewise.
32660         (FE_DIVBYZERO): Likewise.
32661         (FE_INVALID): Likewise.
32662         (FE_TONEAREST): Likewise.
32663         (FE_TOWARDZERO): Likewise.
32664         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
32665         (FE_OVERFLOW): Likewise.
32666         (FE_UNDERFLOW): Likewise.
32667         (FE_DIVBYZERO): Likewise.
32668         (FE_INEXACT): Likewise.
32669         (FE_TONEAREST): Likewise.
32670         (FE_TOWARDZERO): Likewise.
32671         (FE_UPWARD): Likewise.
32672         (FE_DOWNWARD): Likewise.
32673         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
32674         (FE_DIVBYZERO): Likewise.
32675         (FE_OVERFLOW): Likewise.
32676         (FE_UNDERFLOW): Likewise.
32677         (FE_INEXACT): Likewise.
32678         (FE_TONEAREST): Likewise.
32679         (FE_DOWNWARD): Likewise.
32680         (FE_UPWARD): Likewise.
32681         (FE_TOWARDZERO): Likewise.
32683 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
32685         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
32687 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
32689         * scripts/cross-test-ssh.sh (command): Use newlines to separate
32690         commands.  Quote $PWD.
32691         (blacklist_exports): Don't use remove_newlines.  Replace "declare
32692         -x" by "export".
32693         (remove_newlines): Remove.
32695 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
32697         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
32698         * stdlib/stdlib.h (atof): Moved to ...
32699         * include/bits/stdlib-float.h: Here.  New file.
32700         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
32701         * stdlib/bits/stdlib-float.h: New file.
32702         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
32703         -mno-sse -mno-mmx.
32704         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
32705         <xmmintrin.h>.
32707 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
32709         * conform/conformtest.pl (@headers): Add fenv.h.
32710         * conform/data/fenv.h-data: New file.
32711         * include/fenv.h [_ISOMAC]: Disable all contents of file except
32712         include of <math/fenv.h>.
32714         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
32715         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
32716         && !UNIX98].  Enables tests for XOPEN2K8.
32717         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
32718         POSIX2008]: Likewise.
32720         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
32721         (struct rusage): Do not expect type or its members.
32723         [BZ #3439]
32724         * math/math.h (FP_NAN): Define macro to integer constant usable in
32725         #if and use that to give value to enum constant.
32726         (FP_INFINITE): Likewise.
32727         (FP_ZERO): Likewise.
32728         (FP_SUBNORMAL): Likewise.
32729         (FP_NORMAL): Likewise.
32731 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
32733         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
32734         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
32735         arguments.
32737 2012-11-02  Roland McGrath  <roland@hack.frob.com>
32739         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
32740         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
32741         autoconf-time if not.
32742         * configure.in: Remove AC_PREREQ.
32744 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
32746         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
32747         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
32748         of the internal implementation.
32750 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
32752         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
32753         except include of <misc/sys/syslog.h>.
32755 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
32757         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
32758         function returns with a NULL context exit with zero.
32760 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
32762         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
32764 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
32766         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
32767         (run_program_cmd): This.
32768         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
32769         (tst_langinfo): New variable.  Use it.
32771 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
32773         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
32774         floating point opcodes.
32776 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
32778         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
32779         variable.
32781         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
32783         * sysdeps/mach/hurd/powerpc: Remove directory.
32784         * sysdeps/mach/powerpc: Likewise.
32786 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
32788         * scripts/check-local-headers.sh: Ignore c++ headers.
32790 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
32792         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
32793         __libc_cleanup_region_start argument.
32795 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
32797         [BZ #14784]
32798         [BZ #14785]
32799         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
32800         x * y using scaling, not as x * y + z.
32801         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32802         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32803         * math/libm-test.inc (fma_test): Add more tests.
32804         (fma_test_towardzero): Likewise.
32805         (fma_test_downward): Likewise.
32806         (fma_test_upward): Likewise.
32808 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
32810         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
32812 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
32814         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
32815         New variable.
32817 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
32819         * rt/tst-shm.c (worker): Correct checking for mmap failure.
32821 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
32823         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32824         Fix sort order.
32825         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32826         Likewise.
32828 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
32830         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32831         Fix the order of the list for glibc 2.17.
32832         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32833         Likewise.
32835 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
32837         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32839 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
32841         [BZ #14610]
32842         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
32843         for low part of x being zero before using __atanl (y).
32844         * math/libm-test.inc (atan2_test): Add another test.
32846         * manual/install.texi (Configuring and compiling): Document
32847         general use of test-wrapper and test-wrapper-env.
32848         * INSTALL: Regenerated.
32850         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
32851         (__fma): Do not extract and scale down low bits on after-rounding
32852         systems when result rounded to normal precision would have normal
32853         exponent.
32854         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
32855         (__fmal): Do not extract and scale down low bits on after-rounding
32856         systems when result rounded to normal precision would have normal
32857         exponent.
32858         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
32859         (__fmal): Do not extract and scale down low bits on after-rounding
32860         systems when result rounded to normal precision would have normal
32861         exponent.
32862         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
32863         macro.
32864         (fma_test): Add more tests.
32865         (fma_test_towardzero): Likewise.
32866         (fma_test_downward): Likewise.
32867         (fma_test_upward): Likewise.
32869 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
32871         * sysdeps/i386/tininess.h: Renamed to ...
32872         * sysdeps/x86/tininess.h: This.
32873         * sysdeps/x86_64/tininess.h: Removed.
32875 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
32877         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
32878         input.  Use $(build-program-cmd).
32879         ($(objpfx)tst-array1-static.out): Likewise.
32880         ($(objpfx)tst-array2.out): Likewise.
32881         ($(objpfx)tst-array3.out): Likewise.
32882         ($(objpfx)tst-array4.out): Likewise.
32883         ($(objpfx)tst-array5.out): Likewise.
32884         ($(objpfx)tst-array5-static.out): Likewise.
32886 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
32888         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
32889         if defined.
32891         * nss/nsswitch.h (nss_interface_function): Provide new
32892         macro for use with NSS functions.
32893         * grp/initgroups.c: Use new macro.
32894         * nss/getXXbyYY.c: Likewise.
32895         * nss/getXXbyYY_r.c: Likewise.
32896         * nss/getXXent.c: Likewise.
32897         * nss/getXXent_r.c: Likewise.
32898         * sysdeps/posix/getaddrinfo.c: Likewise.
32900 2012-10-30  Andreas Jaeger  <aj@suse.de>
32902         * po/ru.po: Update Russion translation from translation project.
32904 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
32906         [BZ #14152]
32907         [BZ #14783]
32908         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
32909         result and shift together with sticky bit instead of replicating
32910         round-to-nearest rounding.
32911         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32912         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32913         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
32914         missing underflow exceptions.
32915         (fma_test_towardzero): Add more tests.
32916         (fma_test_downward): Likewise.
32917         (fma_test_upward): Likewise.
32919         [BZ #14047]
32920         * sysdeps/generic/tininess.h: New file.
32921         * sysdeps/i386/tininess.h: Likewise.
32922         * sysdeps/sh/tininess.h: Likewise.
32923         * sysdeps/x86_64/tininess.h: Likewise.
32924         * stdlib/tst-strtod-underflow.c: Likewise.
32925         * stdlib/tst-tininess.c: Likewise.
32926         * stdlib/strtod_l.c: Include <tininess.h>.
32927         (round_and_return): Do not set errno for exact underflow cases.
32928         Force an underflow exception when setting errno for underflow.
32929         Determine underflow based on rounding to normal precision if
32930         TININESS_AFTER_ROUNDING.
32931         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
32932         ERANGE for exact underflow cases.
32933         * stdlib/Makefile (tests): Add tst-tininess and
32934         tst-strtod-underflow.
32935         ($(objpfx)tst-tininess): Use $(link-libm).
32936         ($(objpfx)tst-strtod-underflow): Likewise.
32938 2012-10-30  Andreas Jaeger  <aj@suse.de>
32940         [BZ#14767]
32941         * elf/Makefile (tests): Remove conditional for have-initfini-array
32942         since this is now always required and the variable does not exist
32943         anymore.
32944         (tests-static): Likewise.
32945         (modules-names): Likewise.
32947         * po/eo.po: Add Esperanto translation from translation project.
32949         * elf/tst-array1.c (fini_array): Make writeable so that it can be
32950         merged with constructor/destructor.
32951         (init_array): Likewise.
32952         * elf/tst-array2dep.c (fini_array): Likewise.
32953         (init_array): Likewise.
32955 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
32957         * manual/message.texi: Delete @cartouche tags.
32959 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
32961         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
32962         EOPNOTSUPP.
32963         * sysdeps/mach/hurd/fsync.c: Likewise.
32965         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
32966         [_POSIX_REALTIME_SIGNALS]: Change condition to
32967         [_POSIX_REALTIME_SIGNALS > 0].
32969 2012-10-27  Andreas Jaeger  <aj@suse.de>
32971         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
32972         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
32973         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
32974         [__WORDSIZE != 64]: Likewise.
32976 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
32978         *  iconvdata/tst-table.sh: Remove ${SHELL}.
32979         *  iconvdata/tst-tables.sh: Likewise.
32981 2012-10-25  David S. Miller  <davem@davemloft.net>
32983         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
32984         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
32985         of strtoull.
32987         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
32988         ifunc-impl-list.c
32989         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
32990         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
32991         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
32992         file.
32994 2012-10-25  Roland McGrath  <roland@hack.frob.com>
32996         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
32997         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
32998         __getdirentries.
33000 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33001             Jim Blandy  <jimb@codesourcery.com>
33003         * scripts/cross-test-ssh.sh: New file.
33004         * manual/install.texi (Configuring and compiling): Document use of
33005         cross-test-ssh.sh.
33006         * INSTALL: Regenerated.
33008 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
33010         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
33011         EOPNOTSUPP.
33013 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33015         * Makeconfig (run-program-prefix): Fix comment.
33017 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33018             Jim Blandy  <jimb@codesourcery.com>
33020         * Makeconfig (test-wrapper): New variable,
33021         (test-wrapper-env): Likewise.
33022         [$(cross-compiling) = yes && $(test-wrapper) != ""]
33023         (run-built-tests): Define to yes.
33024         (run-program-prefix): Use $(test-wrapper).
33025         (built-program-cmd): Likewise.
33026         * Rules (make-test-out): Use $(test-wrapper-env) and
33027         $(host-built-program-cmd).
33028         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
33029         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
33030         tst-pathopt.sh.
33031         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
33032         $(test-wrapper-env) to tst-rtld-load-self.sh.
33033         ($(objpfx)order2.out): Use $(test-wrapper).
33034         ($(objpfx)tst-initorder.out): Likewise.
33035         ($(objpfx)tst-initorder2.out): Likewise.
33036         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
33037         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
33038         (test_wrapper_env): New variable.  Use it to run ld.so.
33039         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
33040         Use it to run ld.so.
33041         (test_wrapper_env): Likewise.
33042         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
33043         $(test-wrapper) to run-iconv-test.sh.
33044         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
33045         (ICONV): Use $test_wrapper.
33046         * posix/Makefile ($(objpfx)globtest.out): Pass
33047         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
33048         globtest.sh, not $(run-program-prefix).
33049         * posix/globtest.sh (run_via_rtld_prefix): New variable.
33050         (test_wrapper): Likewise.
33051         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
33052         set together with run_via_rtld_prefix.
33053         (run_program_prefix): Define in terms of test_wrapper and
33054         run_via_rtld_prefix.
33056 2012-10-24  Roland McGrath  <roland@hack.frob.com>
33058         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
33059         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
33060         Targets removed.
33062         [BZ #14743]
33063         * include/time.h: Remove librt_hidden_proto (clock_gettime).
33064         Declare __clock_getres, __clock_gettime, __clock_settime,
33065         __clock_nanosleep, and __clock_getcpuclockid.
33066         * rt/clock_gettime.c: Define __clock_gettime as an alias.
33067         Remove librt_hidden_def (clock_gettime).
33068         * sysdeps/unix/clock_gettime.c: Likewise.
33069         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
33070         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
33071         * rt/clock_getres.c: Define __clock_getres as an alias.
33072         * sysdeps/posix/clock_getres.c: Likewise.
33073         * rt/clock_settime.c: Define __clock_settime as an alias.
33074         * sysdeps/unix/clock_settime.c: Likewise.
33075         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
33076         * sysdeps/unix/clock_nanosleep.c: Likewise.
33077         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
33078         * rt/clock-compat.c: New file.
33079         * rt/Makefile (librt-routines): Add clock-compat and move
33080         $(clock-routines) to ...
33081         (routines): ... here, new variable.
33082         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
33083         Don't add get_clockfreq here.
33084         * rt/Versions (libc: GLIBC_2.17): New version set.
33085         Add clock_* symbols here.
33086         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
33087         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
33088         (GLIBC_2.17): Add clock_* symbols.
33089         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
33090         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
33091         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33092         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33093         Likewise.
33094         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33095         Likewise.
33096         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33097         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
33098         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
33099         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
33100         * NEWS: Mention the move.
33102         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
33103         Use __open, __read, __close rather than their public counterparts.
33104         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33105         (__get_clockfreq_via_cpuinfo): Likewise.
33106         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
33107         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
33109         * config.h.in (HAVE_IFUNC): New #undef.
33110         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
33111         was successful.
33112         * configure: Regenerated.
33114 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33116         * configure.in: Move READELF check to start of file.
33117         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
33118         libc_cv_asm_gnu_indirect_function in the process.
33119         * configure: Regenerated.
33121 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33123         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
33124         send the output to /dev/null.
33125         (libc_cv_cc_with_libunwind): Likewise.
33126         (libc_cv_as_noexecstack): Likewise.
33127         * configure: Regenerate.
33129 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33131         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
33133         * posix/globtest.sh (TMPDIR): Do not set.
33134         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
33135         (testout): Likewise.
33137 2012-10-24  Andreas Jaeger  <aj@suse.de>
33139         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
33140         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
33141         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
33142         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
33143         posix_fadvise64, posix_fallocate64.
33145         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
33146         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
33147         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
33148         Likewise.
33149         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
33150         Likewise.
33151         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
33153         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
33154         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
33155         <bits/fcntl-linux.h>.
33156         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
33158         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
33159         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
33160         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
33161         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
33162         [__WORDSIZE != 64]: Likewise.
33164 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33166         * Makeconfig (run-built-tests): New variable.
33167         * Rules [$(cross-compiling) = yes]: Change condition to
33168         [$(run-built-tests) = no].
33169         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
33170         to [$(run-built-tests) = yes].
33171         * elf/Makefile [$(cross-compiling) = no]: Likewise
33172         * grp/Makefile [$(cross-compiling) = no]: Likewise.
33173         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
33174         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
33175         * intl/Makefile [$(cross-compiling) = no]: Likewise.
33176         * io/Makefile [$(cross-compiling) = no]: Likewise.
33177         * libio/Makefile [$(cross-compiling) = no]: Likewise.
33178         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
33179         * misc/Makefile [$(cross-compiling) = no]: Likewise.
33180         * posix/Makefile [$(cross-compiling) = no]: Likewise.
33181         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
33182         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
33183         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
33184         * string/Makefile [$(cross-compiling) = no]: Likewise.
33186         * posix/Makefile ($(objpfx)globtest.out): Pass
33187         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
33188         $(rtld-installed-name).
33189         * posix/globtest.sh (elf_objpfx): Remove variable.
33190         (rtld_installed_name): Likewise.
33191         (library_path): Likewise.
33192         (run_program_prefix): New variable.  Use for running globtest
33193         binary.
33195 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
33196             Joseph Myers  <joseph@codesourcery.com>
33198         * Makeconfig (host-built-program-cmd): New variable.
33199         * elf/Makefile (tst-stackguard1-ARGS): Use
33200         $(host-built-program-cmd).
33201         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
33202         (tst-spawn-ARGS): Likewise.
33203         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
33205 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33206             Jim Blandy  <jimb@codesourcery.com>
33208         * Makeconfig (run-via-rtld-prefix): New variable.
33209         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
33210         (built-program-cmd): Likewise.
33212 2012-10-22  Andreas Jaeger  <aj@suse.de>
33214         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
33215         __O_RSYNC if it exists, otherwise to O_SYNC.
33217 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
33218             Joseph Myers  <joseph@codesourcery.com>
33220         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
33221         /dev/null.
33222         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
33223         from /dev/null
33224         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
33225         /dev/null.
33227 2012-10-22  Andreas Jaeger  <aj@suse.de>
33229         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
33230         Define always.
33231         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
33233         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
33234         bits/fcntl-linux.h.
33236         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
33237         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
33239         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
33240         to __O_LARGEFILE.
33241         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
33242         to __O_LARGEFILE.
33244 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
33245             Joseph Myers  <joseph@codesourcery.com>
33247         * config.make.in (NM): New variable.
33249 2012-10-21  Andreas Jaeger  <aj@suse.de>
33251         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
33252         definitions and declarations that are provided by
33253         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
33255 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33257         [BZ #14683]
33258         * elf/Makefile (tests-static): Add tst-leaks1-static.
33259         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
33260         ($(objpfx)tst-leaks1-static): New rule.
33261         ($(objpfx)tst-leaks1-static-mem): Likewise.
33262         (tst-leaks1-static-ENV): New macro.
33263         * elf/dl-open.c (dl_open_worker): Check the main application
33264         only if SHARED is defined.
33265         * elf/tst-leaks1-static.c: New file.
33267 2012-10-20  Andreas Jaeger  <aj@suse.de>
33269         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
33270         generic values for Linux.
33271         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
33272         and declarations that are provided by <bits/fcntl-linux.h> and
33273         include <bits/fcntl-linux.h>.
33274         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
33275         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
33277 2012-10-20  Roland McGrath  <roland@hack.frob.com>
33279         * io/fcntl.h: Move include of <bits/types.h> to the top and
33280         include it unconditionally.
33282 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33284         * wcsmbs/Makefile (tests-ifunc): New variable.
33285         (tests): Add $(tests-ifunc).
33286         * wcsmbs/test-wcschr-ifunc.c: New file.
33287         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
33288         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
33289         * wcsmbs/test-wcslen-ifunc.c: Likewise.
33290         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
33291         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
33293         * string/Makefile (tests-ifunc): New variable.
33294         (tests): Add $(tests-ifunc).
33295         * string/test-memccpy.c (TEST_NAME): New macro.
33296         * string/test-memchr.c (TEST_NAME): Likewise.
33297         * string/test-memcmp.c (TEST_NAME): Likewise.
33298         * string/test-memcpy.c (TEST_NAME): Likewise.
33299         * string/test-memmem.c (TEST_NAME): Likewise.
33300         * string/test-memmove.c (TEST_NAME): Likewise.
33301         * string/test-memset.c (TEST_NAME): Likewise.
33302         * string/test-rawmemchr.c (TEST_NAME): Likewise.
33303         * string/test-stpcpy.c (TEST_NAME): Likewise.
33304         * string/test-stpncpy.c (TEST_NAME): Likewise.
33305         * string/test-strcasecmp.c (TEST_NAME): Likewise.
33306         * string/test-strcasestr.c (TEST_NAME): Likewise.
33307         * string/test-strcat.c (TEST_NAME): Likewise.
33308         * string/test-strchr.c (TEST_NAME): Likewise.
33309         * string/test-strcmp.c(TEST_NAME): Likewise.
33310         * string/test-strcpy.c (TEST_NAME): Likewise.
33311         * string/test-strcspn.c (TEST_NAME): Likewise.
33312         * string/test-strlen.c (TEST_NAME): Likewise.
33313         * string/test-strncasecmp.c (TEST_NAME): Likewise.
33314         * string/test-strncmp.c (TEST_NAME): Likewise.
33315         * string/test-strncpy.c (TEST_NAME): Likewise.
33316         * string/test-strnlen.c (TEST_NAME): Likewise.
33317         * string/test-strpbrk.c (TEST_NAME): Likewise.
33318         * string/test-strrchr.c (TEST_NAME): Likewise.
33319         * string/test-strspn.c (TEST_NAME): Likewise.
33320         * string/test-strstr.c (TEST_NAME): Likewise.
33321         * string/test-bcopy-ifunc.c: New file.
33322         * string/test-bzero-ifunc.c: Likewise.
33323         * string/test-memccpy-ifunc.c: Likewise.
33324         * string/test-memchr-ifunc.c: Likewise.
33325         * string/test-memcmp-ifunc.c: Likewise.
33326         * string/test-memcpy-ifunc.c: Likewise.
33327         * string/test-memmem-ifunc.c: Likewise.
33328         * string/test-memmove-ifunc.c: Likewise.
33329         * string/test-mempcpy-ifunc.c: Likewise.
33330         * string/test-memset-ifunc.c: Likewise.
33331         * string/test-rawmemchr-ifunc.c: Likewise.
33332         * string/test-stpcpy-ifunc.c: Likewise.
33333         * string/test-stpncpy-ifunc.c: Likewise.
33334         * string/test-strcasecmp-ifunc.c: Likewise.
33335         * string/test-strcasestr-ifunc.c: Likewise.
33336         * string/test-strcat-ifunc.c: Likewise.
33337         * string/test-strchr-ifunc.c: Likewise.
33338         * string/test-strchrnul-ifunc.c: Likewise.
33339         * string/test-strcmp-ifunc.c: Likewise.
33340         * string/test-strcpy-ifunc.c: Likewise.
33341         * string/test-strcspn-ifunc.c: Likewise.
33342         * string/test-strlen-ifunc.c: Likewise.
33343         * string/test-strncasecmp-ifunc.c: Likewise.
33344         * string/test-strncat-ifunc.c: Likewise.
33345         * string/test-strncmp-ifunc.c: Likewise.
33346         * string/test-strncpy-ifunc.c: Likewise.
33347         * string/test-strnlen-ifunc.c: Likewise.
33348         * string/test-strpbrk-ifunc.c: Likewise.
33349         * string/test-strrchr-ifunc.c: Likewise.
33350         * string/test-strspn-ifunc.c: Likewise.
33351         * string/test-strstr-ifunc.c: Likewise.
33353         * debug/Makefile (tests-ifunc): New variable.
33354         (tests): Add $(tests-ifunc).
33355         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
33356         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
33357         * debug/test-stpcpy_chk-ifunc.c: New file.
33358         * debug/test-strcpy_chk-ifunc.c: Likewise.
33360 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
33362         [BZ #13601]
33363         * elf/dl-load.c (open_verify): Retry read if the entire ELF
33364         header is not read in.
33366 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
33368         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
33369         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
33370         directly.  Pass built executable to script as
33371         $(built-program-cmd).
33372         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
33373         $testprogram without using LD_LIBRARY_PATH and $ldso.
33375         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
33376         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
33377         $(rtld-installed-name).
33378         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
33379         (rtld_installed_name): Likewise.
33380         (library_path): Likewise.
33381         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
33382         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
33383         $(run-program-prefix) to tst-tables.sh.
33384         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
33385         it to run tst-table-from and tst-table-to.
33386         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
33387         Pass it to tst-table.sh.
33388         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
33389         $(run-program-prefix) to tst-gettext.sh.
33390         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
33391         tst-translit.sh.
33392         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
33393         tst-gettext2.sh.
33394         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
33395         to run tst-gettext.
33396         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
33397         to run tst-gettext2.
33398         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
33399         to run tst-translit.
33400         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
33401         $(run-program-prefix) to tst-mtrace.sh.
33402         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
33403         to run tst-mtrace.
33404         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
33405         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
33406         $(rtld-installed-name).
33407         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
33408         (rtld_installed_name): Likewise.
33409         (run_program_prefix): New variable.  Use it to run wordexp-test.
33411         * Makeconfig (ARCH): Remove all definitions.
33412         (machine): Likewise.
33413         [ARCH]: Remove conditional code.
33414         [!objdir]: Give error.
33415         [!objdir] (objpfx): Remove.
33416         [!objdir] (common-objpfx): Likewise.
33417         [!objdir] (common-objdir): Likewise.
33418         * configure.in (config_makefile): Remove.  Hardcode Makefile in
33419         AC_CONFIG_FILES call.
33420         * configure: Regenerated.
33422         [BZ #13888]
33423         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
33424         or TMPDIR.
33425         (testout): Likewise.
33427         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
33428         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
33429         $(rtld-installed-name).
33430         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
33431         (rtld_installed_name): Likwise.
33432         (runit): Remove function.
33433         (run_getconf): New variable,  Use it for running getconf binary.
33435 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
33437         [BZ #14716]
33438         * string/test-memmem.c (check_result): New function.
33439         (do_one_test): Use it.
33440         (check1): New function.
33441         (test_main): Use it.
33443 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
33445         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
33447 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
33449         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
33450         (_G_LSEEK64): Likewise.
33451         (_G_MMAP64): Likewise.
33452         (_G_FSTAT64): Likewise.
33453         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
33454         (_G_LSEEK64): Likewise.
33455         (_G_MMAP64): Likewise.
33456         (_G_FSTAT64): Likewise.
33457         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
33458         unconditional.  Call __mmap64 directly.
33459         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
33460         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
33461         __lseek64 directly.
33462         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
33463         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
33464         __mmap64 directly.
33465         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
33466         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
33467         __lseek64 directly.
33468         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
33469         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
33470         __lseek64 directly.
33471         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
33472         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
33473         __lseek64 directly.
33474         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
33475         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
33476         __fxstat64 directly.
33477         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
33478         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
33479         unconditional.
33480         (freopen64) [!_G_OPEN64]: Remove conditional code.
33481         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
33482         unconditional.
33483         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
33484         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
33485         unconditional.
33486         (ftello64) [!_G_LSEEK64]: Remove conditional code.
33487         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
33488         unconditional.
33489         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
33490         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
33491         unconditional.
33492         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
33493         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
33494         unconditional.
33495         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
33496         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
33497         unconditional.
33498         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
33499         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
33500         unconditional.
33501         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
33503 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
33505         [BZ #12140]
33506         * manual/memory.texi (Malloc Tunable Parameters): Add note
33507         about free list pointers overwriting some perturb bytes.
33508         Wording suggested by Roland McGrath.
33510 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
33512         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
33513         (lgamma_test): Likewise.
33514         (tgamma_test): Likewise.
33516 2012-10-16  Florian Weimer  <fweimer@redhat.com>
33518         [BZ #14700]
33519         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
33520         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
33522 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
33524         * NEWS: Mention BZ #14716.
33525         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
33526         when removing AVAILABLE1_USES_J macro.
33528 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
33530         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
33531         (__bswap_64): __uint64_t for unsigned 64-bit int.
33533 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
33535         * include/string.h (memmem): Declare libc hidden alias.
33536         * string/memmem.c (memmem): Define libc hidden alias.
33537         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
33538         __read, __close instead of open, read, close.
33540 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
33542         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
33543         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
33544         global and hidden.
33545         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
33546         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
33547         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
33548         Likewise.
33549         (__rawmemchr_sse2): Likewise.
33550         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
33551         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
33552         (__strchr_sse2): Likewise.
33553         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
33554         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
33555         (__strcasecmp_sse2): Likewise.
33556         (__strncasecmp_sse2): Likewise.
33557         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
33558         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
33559         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
33560         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
33561         (__strrchr_sse2): Likewise.
33562         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
33563         ifunc-impl-list.c.
33564         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
33565         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
33566         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
33567         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
33568         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
33569         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
33570         * sysdeps/x86_64/multiarch/memset.S: Likewise.
33571         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
33572         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
33573         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
33574         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
33575         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
33576         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
33577         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
33578         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
33579         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
33580         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
33581         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
33582         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
33583         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
33584         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
33585         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
33586         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
33587         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
33588         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
33589         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
33590         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
33591         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
33592         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
33593         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
33595         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
33596         global and hidden.
33597         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
33598         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
33599         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
33600         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
33601         Likewise.
33602         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
33603         Likewise.
33604         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
33605         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
33606         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
33607         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
33608         ifunc-impl-list.c.
33609         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
33610         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
33611         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
33612         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
33613         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
33614         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
33615         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
33616         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
33617         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
33618         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
33619         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
33620         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
33621         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
33622         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
33623         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
33624         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
33625         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
33626         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
33627         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
33628         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
33629         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
33630         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
33631         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
33632         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
33633         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
33634         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
33635         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
33636         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
33637         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
33638         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
33639         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
33640         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
33641         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
33642         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
33643         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
33644         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
33645         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
33646         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
33647         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
33648         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
33649         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
33651         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
33652         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
33653         * include/ifunc-impl-list.h: New file.
33654         * misc/ifunc-impl-list.c: Likewise.
33655         * misc/Makefile (routines): Add ifunc-impl-list.
33656         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
33657         * string/test-string.h: Include <ifunc-impl-list.h>.
33658         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
33659         TEST_NAME]: New variables.
33660         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
33661         are defined.
33662         (test_init): Call __libc_ifunc_impl_list to initialize
33663         func_list if TEST_IFUNC and TEST_NAME are defined.
33665         * string/Makefile (strop-tests): Add bcopy and bzero.
33666         * string/test-bcopy.c: New file.
33667         * string/test-bzero.c: Likewise.
33668         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
33669         defined.
33670         * string/test-memset.c: Support bzero test if TEST_BZERO is
33671         defined.
33672         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
33673         __libc_memmove.
33674         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
33675         __libc_memset.
33676         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
33677         of memset.
33679 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
33681         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
33682         * configure: Regenerated.
33684         * Makeconfig (+link-static-before-libc): Don't include
33685         $(link-static-libc).
33687         * libio/libio.h (_IO_pos_t): Remove.
33689 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
33691         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
33692         McGrath.
33694 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
33696         * crypt/crypt-entry.c: Include fips-private.h.
33697         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
33698         * crypt/md5c-test.c (main): Tolerate disabled MD5.
33699         * sysdeps/unix/sysv/linux/fips-private.h: New file.
33700         * sysdeps/generic/fips-private.h: New file, dummy fallback.
33702 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
33704         * crypt/crypt-private.h: Include stdbool.h.
33705         (_ufc_setup_salt_r): Return bool.
33706         * crypt/crypt-entry.c: Include errno.h.
33707         (__crypt_r): Return NULL with EINVAL for bad salt.
33708         * crypt/crypt_util.c (bad_for_salt): New.
33709         (_ufc_setup_salt_r): Check that salt is long enough and within
33710         the specified alphabet.
33711         * crypt/badsalttest.c: New file.
33712         * crypt/Makefile (tests): Add it.
33713         ($(objpfx)badsalttest): New.
33715 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
33717         * NEWS: Add entry for BZ #14602.
33719 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
33721         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
33722         type-generic.
33723         * math/libm-test.inc: Update comment listing what functions and
33724         macros are tested.
33725         (isgreater_test): New function.
33726         (isgreaterequal_test): Likewise.
33727         (isless_test): Likewise.
33728         (islessequal_test): Likewise.
33729         (islessgreater_test): Likewise.
33730         (isunordered_test): Likewise.
33731         (main): Call the new functions.
33733 2012-10-09  Roland McGrath  <roland@hack.frob.com>
33735         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
33736         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
33737         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
33738         * sysdeps/i386/configure: Regenerated.
33739         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
33740         * sysdeps/mach/configure: Regenerated.
33741         * sysdeps/mach/hurd/configure: Regenerated.
33742         * sysdeps/powerpc/configure: Regenerated.
33743         * sysdeps/powerpc/powerpc32/configure: Regenerated.
33744         * sysdeps/powerpc/powerpc64/configure: Regenerated.
33745         * sysdeps/s390/s390-32/configure: Regenerated.
33746         * sysdeps/s390/s390-64/configure: Regenerated.
33747         * sysdeps/sh/configure: Regenerated.
33748         * sysdeps/sparc/configure: Regenerated.
33749         * sysdeps/unix/sysv/linux/configure: Regenerated.
33750         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
33751         * sysdeps/x86_64/configure: Regenerated.
33753         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
33754         defined.  Don't check if MAP is NULL.
33756 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
33758         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
33759         (_G_stat64): Likewise.
33760         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
33761         (_G_stat64): Likewise.
33762         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
33763         instead of struct _G_stat64.
33764         * libio/fileops.c (mmap_remap_check): Likewise.
33765         (decide_maybe_mmap): Likewise.
33766         (_IO_new_file_seekoff): Likewise.
33767         (_IO_file_stat): Likewise.
33768         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
33769         _G_off64_t.
33770         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
33771         instead of struct _G_stat64.
33772         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
33774 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
33776         [BZ #14602]
33777         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
33778         Replace with ...
33779         (CHECK_EOL): New macro.
33780         (two_way_short_needle): Check beginning of haystack for EOL.  Use
33781         CHECK_EOL.
33782         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
33783         Replace with CHECK_EOL.
33784         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
33785         Replace with CHECK_EOL.
33787 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
33789         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
33790         type-generic.
33791         * math/libm-test.inc: Update comment listing what functions and
33792         macros are tested.
33793         (finite_test): New function.
33794         (isinf_test): Likewise.
33795         (isnan_test): Likewise.
33796         (fpclassify_test): Test subnormal input.
33797         (isfinite_test): Likewise.
33798         (isnormal_test): Likewise.
33799         (main): Call the new functions.
33801 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
33803         [BZ #14660]
33804         * Makerules (%.dynsym): Force C locale when running
33805         $(OBJDUMP) --dynamic-syms.
33807 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
33809         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
33810         <stdint.h>.
33812 2012-10-06  David S. Miller  <davem@davemloft.net>
33814         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
33815         upper 32-bits of the length value in %o2 since we use branch-on-register
33816         tests which consider the entire 64-bit register.
33818 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
33820         * string/test-strstr.c (check2): Add a test for page boundary.
33822 2012-10-05  David S. Miller  <davem@davemloft.net>
33824         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
33825         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
33826         file.
33827         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
33828         sysdep_routines.
33829         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
33830         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
33831         and bzero when HWCAP_SPARC_CRYPTO is present.
33833 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
33835         [BZ #14602]
33836         * string/test-strstr.c (check2): New function.
33837         (test_main): Call check2.
33839         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
33840         and bug-strchr1.
33841         * string/bug-strcasestr1.c (do_test): Moved to ...
33842         * string/test-strcasestr.c (check1): Here.  New function.
33843         (do_one_test): Break out result checking code into ...
33844         (check_result): This.  New function.
33845         (do_one_test): Call check_result.
33846         (test_main): Call check1.
33847         * string/bug-strchr1.c (do_test): Moved to ...
33848         * string/test-strchr.c (check1): Here.  New function.
33849         (do_one_test): Break out result checking code into ...
33850         (check_result): This.  New function.
33851         (do_one_test): Call check_result.
33852         (test_main): Call check1.
33853         * string/bug-strstr1.c (main): Moved to ...
33854         * string/test-strstr.c (check1): Here.  New function.
33855         (do_one_test): Break out result checking code into ...
33856         (check_result): This.  New function.
33857         (do_one_test): Call check_result.
33858         (test_main): Call check1.
33859         * string/bug-strcasestr1.c: Removed.
33860         * string/bug-strchr1.c: Likewise.
33861         * string/bug-strstr1.c: Likewise.
33863         * elf/Makefile (dl-routines): Add hwcaps.
33864         * elf/dl-support.c (_dl_important_hwcaps): Removed.
33865         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
33866         (_dl_important_hwcaps): Moved to ...
33867         * elf/dl-hwcaps.c: Here.  New file.
33868         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
33870         [BZ #14557]
33871         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
33872         if IS_IN_rtld isn't defined.
33874         * elf/dl-support.c (_dl_sysinfo_map): New.
33875         Include "get-dynamic-info.h" and "setup-vdso.h".
33876         (_dl_non_dynamic_init): Call setup_vdso.
33877         * elf/dynamic-link.h: Don't include <assert.h>.
33878         (elf_get_dynamic_info): Moved to ...
33879         * elf/get-dynamic-info.h: Here.  New file.
33880         * elf/dynamic-link.h: Include "get-dynamic-info.h".
33881         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
33882         * elf/setup-vdso.h: Here.  New file.
33883         * elf/rtld.c: Include "setup-vdso.h".
33884         (dl_main): Call setup_vdso.
33886 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
33888         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
33889         creal in comment listing functions tested.  List finite, isinf,
33890         isnan, isless, islessequal, isgreater, isgreaterequal,
33891         islessgreater, isunordered, lgamma_r and pow10 as functions and
33892         macros not tested.  Mention which functions not tested are aliases
33893         for other functions.  Fix typo.  Note that signs of NaNs are not
33894         tested.
33896         * scripts/config.guess: Update from config.git.
33897         * scripts/config.sub: Likewise.
33899 2012-10-04  Roland McGrath  <roland@hack.frob.com>
33901         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
33902         * misc/madvise.c (madvise): Renamed to __madvise.
33903         Make madvise a weak alias.
33904         * include/sys/mman.h: Declare __madvise.
33905         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
33906         * sysdeps/unix/syscalls.list
33907         (madvise): Make __madvise the strong name, and madvise a weak alias.
33908         * sysdeps/unix/sysv/linux/syscalls.list
33909         (madvise, mmap): Remove redundant entries.
33910         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
33911         * malloc/malloc.c (mtrim): Likewise.
33912         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
33914 2012-10-03  Roland McGrath  <roland@hack.frob.com>
33916         * sysdeps/mach/hurd/dl-cache.c: File removed.
33917         * config.h.in (USE_LDCONFIG): New #undef.
33918         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
33919         * configure: Regenerated.
33920         * elf/Makefile (dl-routines): Add dl-cache only under
33921         [$(use-ldconfig) = yes].
33922         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
33923         cache on [USE_LDCONFIG].
33924         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
33925         [USE_LDCONFIG].
33926         * elf/rtld.c (dl_main): Likewise.
33928 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
33930         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
33931         _SC_LEVEL4_CACHE_LINESIZE.
33933 2012-10-03  Roland McGrath  <roland@hack.frob.com>
33935         * sysdeps/unix/bsd/confstr.h: File removed.
33937 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
33939         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
33940         sys/sdt-config.h.
33942 2012-10-02  Roland McGrath  <roland@hack.frob.com>
33944         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
33945         Make 'mapoff' field ElfW(Off) rather than off_t.
33947 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
33949         * nscd/Makefile: Remove nscd-cflags and all its users.
33950         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
33951         (CFLAGS-nonlib): Add compiler flags for nscd modules.
33953         [BZ #10631]
33954         * malloc.c (malloc_printerr): Clarify error message.
33956 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
33958         [BZ #14648]
33959         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
33960         Set bit_FMA_Usable if FMA is supported.
33961         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
33962         macro.
33963         (bit_FMA4_Usable): Updated.
33964         (index_FMA_Usable): New macro.
33965         (CPUID_FMA): Likewise
33966         (HAS_FMA): Defined with bit_FMA_Usable.
33968 2012-10-01  Roland McGrath  <roland@hack.frob.com>
33970         * bits/types.h (__swblk_t): Type removed.
33971         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
33972         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
33973         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
33974         (__SWBLK_T_TYPE): Likewise.
33975         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
33976         (__SWBLK_T_TYPE): Likewise.
33977         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
33978         (__SWBLK_T_TYPE): Likewise.
33979         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
33980         (__SWBLK_T_TYPE): Likewise.
33982 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
33983             Honza Horak <hhorak@redhat.com>
33985         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
33986         (xdr_mapname): Use YPMAXMAP as maxsize.
33987         (xdr_peername): Use YPMAXPEER as maxsize.
33988         (xdr_keydat): Use YPAXRECORD as maxsize.
33989         (xdr_valdat): Use YPMAXRECORD as maxsize.
33991 2012-10-01  Roland McGrath  <roland@hack.frob.com>
33993         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
33995         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
33996         * csu/init-first.c: ... here.
33997         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
33998         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
33999         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
34000         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
34001         * sysdeps/i386/init-first.c: File removed.
34002         * sysdeps/sh/init-first.c: File removed.
34004 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
34006         [BZ #14645]
34007         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
34008         if x * y might underflow to zero and z is zero.
34009         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34010         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34011         * math/libm-test.inc (min_subnorm_value): New variable.
34012         (fma_test): Add more tests.
34013         (fma_test_towardzero): Likewise.
34014         (fma_test_downward): Likewise
34015         (fma_test_upward): Likewise.
34016         (initialize): Set min_subnorm_value.
34018 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
34020         [BZ #14638]
34021         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
34022         0 + 0.
34023         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
34024         mode for addition resulting in exact zero.
34025         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
34026         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
34027         exact 0 + 0.
34028         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
34029         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34030         * math/libm-test.inc (fma_test): Add more tests.
34031         (fma_test_towardzero): New function.
34032         (fma_test_downward): Likewise.
34033         (fma_test_upward): Likewise.
34034         (main): Call the new functions.
34036 2012-09-28  David S. Miller  <davem@davemloft.net>
34038         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
34040 2012-09-28  Roland McGrath  <roland@hack.frob.com>
34042         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
34043         instead of SIGALRM.
34045         * sysdeps/gnu/_G_config.h: Moved to ...
34046         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
34047         * sysdeps/mach/hurd/_G_config.h: Moved to ...
34048         * sysdeps/generic/_G_config.h: ... here.
34050         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
34052         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
34054         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
34055         Conditionalize target on [libnss_test1.so-version].
34057         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
34059         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
34060         (elfobjdir): Move out of conditionals.
34062         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
34063         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
34064         (__nss_lookup_function): Conditionalize label remove_from_tree on
34065         [!DO_STATIC_NSS || SHARED], matching its only use.
34067 2012-09-28  David S. Miller  <davem@davemloft.net>
34069         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
34070         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
34071         file.
34072         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34073         sysdep_routines.
34074         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34075         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
34076         when HWCAP_SPARC_CRYPTO is present.
34078 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34080         * io/tst-mknodat.c: Create a FIFO instead of a socket.
34082 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
34084         [BZ #6530]
34085         * stdio-common/vfprintf.c (process_string_arg): Revert
34086         2000-07-22 change.
34088 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
34090         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
34091         for testcase.
34092         * stdio-common/tst-sprintf.c: Include <locale.h>
34093         (main): Test sprintf's handling of incomplete multibyte
34094         characters.
34096 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
34098         * elf/dl-runtime.c (VERSYMIDX): Removed.
34099         * elf/dl-version.c (VERSYMIDX): Likewise.
34100         * elf/do-rel.h (VERSYMIDX): Likewise.
34101         (VALIDX): Likewise.
34102         * elf/dynamic-link.h (VERSYMIDX): Likewise.
34103         * elf/rtld.c (VALIDX): Likewise.
34104         (ADDRIDX): Likewise.
34105         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
34106         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
34107         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
34108         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
34109         (VALIDX): Likewise.
34110         (ADDRIDX): Likewise.
34112 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34114         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
34116 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
34118         [BZ #11438]
34119         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
34120         to global scope.
34121         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
34122         addresses are in the same scope as 192.0.2/24.
34123         * posix/gai.conf: Document new scope table defaults.
34125 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34127         [BZ #5298]
34128         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
34129         for ftell.  Compute offsets from write pointers instead.
34130         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34132 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34134         [BZ #14543]
34135         * libio/Makefile (tests): New test case tst-fseek.
34136         * libio/tst-fseek.c: New test case to verify that fseek/ftell
34137         combination works in wide mode.
34138         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
34139         state when the external buffer state changes.
34141 2012-09-27  David S. Miller  <davem@davemloft.net>
34143         [BZ #14376]
34144         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
34145         pass reloc->r_addend in as the 'high' argument to
34146         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
34148         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34150 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34152         * rt/tst-aio2.c: Include <pthread.h>.
34153         * rt/tst-aio3.c: Likewise.
34155 2012-09-27  Steve Ellcey  <sellcey@mips.com>
34157         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
34159 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
34161         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
34162         contents on [SHARED].
34164 2012-09-26  Marek Polacek  <polacek@redhat.com>
34166         [BZ #14530]
34167         [BZ #13741]
34168         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
34169         for C++ and GCC <4.3 as well as for non GCC compilers.
34171 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
34173         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34175 2012-09-25  Roland McGrath  <roland@hack.frob.com>
34177         * Makefile.in (all, install): Declare with .PHONY.
34178         Reported by Michael Hope <michael.hope@linaro.org>.
34180 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34182         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
34183         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
34184         system header.
34185         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
34186         Likewise.
34187         (sydep_routines): Add the new and the internal functions.
34188         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
34189         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
34190         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
34191         (GLIBC_2.17): Add the new function.
34192         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
34193         (GLIBC_2.17): Likewise.
34194         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
34195         (GLIBC_2.17): Likewise.
34196         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
34197         (GLIBC_2.17): Likewise.
34198         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
34200 2012-09-25  Alan Modra  <amodra@gmail.com>
34202         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
34203         Add release barrier before setting once_control to say
34204         initialisation is done.  Add hints on lwarx.  Use macro in
34205         place of isync.
34206         (clear_once_control): Add release barrier.
34208 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34210         [BZ #13629]
34211         * math/s_clog.c (__clog): Handle more values close to |z| = 1
34212         specially.
34213         * math/s_clog10.c (__clog10): Likewise.
34214         * math/s_clog10f.c (__clog10f): Likewise.
34215         * math/s_clog10l.c (__clog10l): Likewise.
34216         * math/s_clogf.c (__clogf): Likewise.
34217         * math/s_clogl.c (__clogl): Likewise.
34218         * math/Makefile (libm-calls): Add x2y2m1.
34219         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
34220         (__x2y2m1): Likewise.
34221         (__x2y2m1l): Likewise.
34222         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
34223         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
34224         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
34225         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
34226         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
34227         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
34228         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
34229         * sysdeps/i386/fpu/libm-test-ulps: Update.
34230         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34232         [BZ #14621]
34233         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
34234         int as type of variable DEPTH.
34235         (glob): Use size_t instead of int as type of variables NEWCOUNT
34236         and OLD_PATHC.
34238 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34240         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
34241         Add s_sincosf-sse2.
34242         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
34243         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
34244         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
34245         macros for using routine as __sincosf_ia32.
34246         Use macro for function declaration and weak_alias.
34247         * sysdeps/i386/fpu/libm-test-ulps: Update.
34249         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
34250         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34252         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
34253         subnormal argument.
34254         * math/s_cexpf.c (__cexpf): Likewise.
34255         * math/s_csinf.c (__csinf): Likewise.
34256         * math/s_csinhf.c (__csinhf): Likewise.
34257         * math/s_ctanf.c (__ctanf): Likewise.
34258         * math/s_ctanhf.c (__ctanhf): Likewise.
34259         * math/s_ccosh.c (__ccoshf): Likewise.
34260         * math/s_cexp.c (__cexpl): Likewise.
34261         * math/s_csin.c (__csin): Likewise.
34262         * math/s_csinh.c (__csinh): Likewise.
34263         * math/s_ctan.c (__ctan): Likewise.
34264         * math/s_ctanh.c (ctanh): Likewise.
34265         * math/s_ccoshl.c (__ccoshl): Likewise.
34266         * math/s_cexpl.c (__cexpl): Likewise.
34267         * math/s_csinl.c (__csinl): Likewise.
34268         * math/s_csinhl.c (__csinhl): Likewise.
34269         * math/s_ctanl.c (__ctanl): Likewise.
34270         * math/s_ctanhl.c (__ctanhl): Likewise.
34272 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34274         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
34275         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
34276         (_IO_off_t): Define to __off_t, not _G_off_t.
34277         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
34278         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
34279         (_IO_wint_t): Define to wint_t, not _G_wint_t.
34280         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
34281         type of __dummy and __dummy2 fields.
34282         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
34283         (_G_ssize_t): Likewise.
34284         (_G_off_t): Likewise.
34285         (_G_pid_t): Likewise.
34286         (_G_uid_t): Likewise.
34287         (_G_wchar_t): Likewise.
34288         (_G_wint_t): Likewise.
34289         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
34290         (_G_ssize_t): Likewise.
34291         (_G_off_t): Likewise.
34292         (_G_pid_t): Likewise.
34293         (_G_uid_t): Likewise.
34294         (_G_wchar_t): Likewise.
34295         (_G_wint_t): Likewise.
34296         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
34297         (_G_ssize_t): Likewise.
34298         (_G_off_t): Likewise.
34299         (_G_pid_t): Likewise.
34300         (_G_uid_t): Likewise.
34301         (_G_wchar_t): Likewise.
34302         (_G_wint_t): Likewise.
34304 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34306         * malloc/arena.c: Include malloc-sysdep.h.
34307         (shrink_heap): Use check_may_shrink_heap to decide if madvise
34308         is sufficient to shrink the heap or an unmap is needed.
34309         * sysdeps/generic/malloc-sysdep.h: New file.  Define
34310         new function check_may_shrink_heap.
34311         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
34312         new function check_may_shrink_heap.
34314 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34316         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
34317         comments.
34319 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
34321         * catgets/test-gencat.sh: Add "set -e".
34322         * elf/tst-pathopt.sh: Likewise.
34323         * grp/tst_fgetgrent.sh: Likewise.
34324         * iconvdata/run-iconv-test.sh: Likewise.
34325         * intl/tst-gettext.sh: Likewise.
34326         * intl/tst-gettext2.sh: Likewise.
34327         * intl/tst-gettext4.sh: Likewise.
34328         * intl/tst-gettext6.sh: Likewise.
34329         * intl/tst-translit.sh: Likewise.
34330         * io/ftwtest-sh: Likewise.
34331         * libio/test-freopen.sh: Likewise.
34332         * malloc/tst-mtrace.sh: Likewise.
34333         * posix/globtest.sh: Likewise.
34334         * posix/tst-getconf.sh: Likewise.
34335         * posix/wordexp-tst.sh: Likewise.
34336         * stdio-common/tst-printf.sh: Likewise.
34337         * stdio-common/tst-unbputc.sh: Likewise.
34338         * stdlib/tst-fmtmsg.sh: Likewise.
34339         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
34340         * catgets/Makefile: Do not specify -e option when running
34341         testsuite shell scripts.
34342         * elf/Makefile: Likewise.
34343         * grp/Makefile: Likewise.
34344         * iconvdata/Makefile: Likewise.
34345         * intl/Makefile: Likewise.
34346         * io/Makefile: Likewise.
34347         * libio/Makefile: Likewise.
34348         * malloc/Makefile: Likewise.
34349         * posix/Makefile: Likewise.
34350         * stdio-common/Makefile: Likewise.
34351         * stdlib/Makefile: Likewise.
34352         * sysdeps/x86_64/Makefile: Likewise.
34354         * io/ftwtest-sh: Add copyright header.
34355         * posix/globtest.sh: Likewise.
34356         * posix/tst-getconf.sh: Likewise.
34357         * posix/wordexp-tst.sh: Likewise.
34358         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
34360 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
34362         [BZ #13679]
34363         * Makeconfig (+link): Defined as $(+link-static) if
34364         $(build-shared) isn't yes.
34365         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
34366         isn't yes.
34367         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
34369         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
34371         [BZ #14562]
34372         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
34373         new chunk size with MALLOC_ALIGN_MASK.
34375 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
34377         [BZ #5044]
34378         * stdio-common/printf_fphex.c: Include <stdbool.h> and
34379         <rounding-mode.h>.
34380         (__printf_fphex): Determine rounding using get_rounding_mode and
34381         round_away.
34382         * stdio-common/tst-printf-round.c (struct hex_test): New
34383         structure.
34384         (hex_tests): New variable.
34385         (test_hex_in_one_mode): New function.
34386         (do_test): Also run tests for hex float output.
34388 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
34390         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
34391         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
34392         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
34393         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
34394         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
34395         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
34396         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
34397         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
34399 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
34401         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
34402         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
34403         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
34404         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
34406 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
34408         [BZ #14579]
34409         * elf/rtld.c (dl_main): Limit the check for self loading to normal
34410         mode only.
34411         * elf/tst-rtld-load-self.sh: New test.
34412         * elf/Makefile: Run it.
34414 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
34416         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
34417         (tst-writev-ENV): Remove.
34418         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
34420 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
34422         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
34424 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
34426         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
34427         unconditional.
34428         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
34429         Likewise.
34430         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
34431         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
34432         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
34433         Likewise.
34435 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
34437         [BZ #14587]
34438         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
34439         * config.make.in (have-cpp-asm-debuginfo): Removed.
34440         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
34441         * configure: Regenerated.
34443 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
34445         [BZ #5044]
34446         * stdio-common/printf_fp.c: Include <stdbool.h> and
34447         <rounding-mode.h>.
34448         (___printf_fp): Determine rounding using get_rounding_mode and
34449         round_away.
34450         * stdio-common/tst-printf-round.c: New file.
34451         * stdio-common/Makefile (tests): Add tst-printf-round.
34452         (link-libm): New variable.
34453         ($(objpfx)tst-printf-round): Depend in $(link-libm).
34455 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
34457         [BZ #14576]
34458         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
34459         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
34460         Likewise.
34461         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
34462         Likewise.
34464 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
34466         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
34467         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34468         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34469         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34471 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
34473         [BZ #14518]
34474         * include/rounding-mode.h: New file.
34475         * sysdeps/generic/get-rounding-mode.h: Likewise.
34476         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
34477         * stdlib/strtod_l.c: Include <rounding-mode.h>.
34478         (MAX_VALUE): New macro.
34479         (MIN_VALUE): Likewise.
34480         (overflow_value): New function.
34481         (underflow_value): Likewise.
34482         (round_and_return): Use overflow_value and underflow_value to
34483         determine return values in overflow and underflow cases.  Use
34484         round_away to determine rounding depending on rounding mode.
34485         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
34486         determine return values in overflow and underflow cases.
34487         * stdlib/tst-strtod-round.c: Include <fenv.h>.
34488         (struct test_results): New structure.
34489         (struct test): Use struct test_results to store expected results
34490         for all rounding modes.
34491         (TEST): Include expected results for all rounding modes.
34492         (test_in_one_mode): New function.
34493         (do_test): Use test_in_one_mode to compute and check results.
34494         Check results for all rounding modes.
34495         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
34496         $(link-libm).
34498 2012-12-09  Allan McRae  <allan@archlinux.org>
34500         * sysdeps/i386/fpu/libm-test-ulps: Update
34502 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
34504         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
34505         (_G_int32_t): Likewise.
34506         (_G_uint16_t): Likewise.
34507         (_G_uint32_t): Likewise.
34508         (_G_HAVE_BOOL): Likewise.
34509         (_G_HAVE_ATEXIT): Likewise.
34510         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34511         (_G_HAVE_IO_FILE_OPEN): Likewise.
34512         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
34513         (_G_int32_t): Likewise.
34514         (_G_uint16_t): Likewise.
34515         (_G_uint32_t): Likewise.
34516         (_G_HAVE_BOOL): Likewise.
34517         (_G_HAVE_ATEXIT): Likewise.
34518         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34519         (_G_HAVE_IO_FILE_OPEN): Likewise.
34520         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
34521         (_G_int32_t): Likewise.
34522         (_G_uint16_t): Likewise.
34523         (_G_uint32_t): Likewise.
34524         (_G_HAVE_BOOL): Likewise.
34525         (_G_HAVE_ATEXIT): Likewise.
34526         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34527         (_G_HAVE_IO_FILE_OPEN): Likewise.
34529 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
34531         * csu/libc-tls.c: Update copyright years.
34533 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
34535         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
34536         [!_G_USING_THUNKS]: Remove conditional code.
34537         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
34538         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
34540         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
34541         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
34542         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34543         (_G_VTABLE_LABEL_PREFIX): Likewise.
34544         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34545         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34546         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34547         (_G_VTABLE_LABEL_PREFIX): Likewise.
34548         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
34549         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34550         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34551         (_G_VTABLE_LABEL_PREFIX): Likewise.
34552         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
34554 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
34556         * libio/Makefile: Include ../Makeconfig before tests.
34557         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
34558         only if $(build-shared) is yes.
34560         * iconv/gconv_db.c: Update copyright years.
34562 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34564         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
34565         unwind info if defined PIC. Fix special cases description.
34566         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
34568         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
34569         DP_HI_MASK entry.
34570         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
34572 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
34574         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
34576         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
34577         is NULL.
34579         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
34580         (LDLIBS-tst-chk4): This.
34581         (LDFLAGS-tst-chk5): Renamed to ...
34582         (LDLIBS-tst-chk5): This.
34583         (LDFLAGS-tst-chk6): Renamed to ...
34584         (LDLIBS-tst-chk6): This.
34585         (LDFLAGS-tst-lfschk4): Renamed to ...
34586         (LDLIBS-tst-lfschk4): This.
34587         (LDFLAGS-tst-lfschk5): Renamed to ...
34588         (LDLIBS-tst-lfschk5): This.
34589         (LDFLAGS-tst-lfschk6): Renamed to ...
34590         (LDLIBS-tst-lfschk6): This.
34592         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
34593         on $(common-objpfx)soversions.mk.
34595 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
34597         [BZ #10014]
34598         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
34599         example host name.
34601 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
34603         * malloc/arena.c (arena_get_retry): New function that gets
34604         another arena for the caller to try its request on.
34605         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
34606         current arena cannot fulfill the request.
34607         (__libc_memalign): Likewise.
34608         (__libc_memalign): Likewise.
34609         (__libc_pvalloc): Likewise.
34610         (__libc_calloc): Likewise.
34612 2012-09-05  John Tobey  <john.tobey@gmail.com>
34614         [BZ #13542]
34615         * manual/arith.texi (Operations on Complex): Fix description
34616         of carg branch cut.
34618 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
34620         [BZ #10014]
34621         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
34622         host name.
34624         [BZ #10038]
34625         * manual/memory.texi (Memory): Make order of menu items match
34626         order of sections.
34628 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34630         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
34631         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
34632         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
34634 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34636         * csu/libc-tls.c (static_dtv): Renamed to ...
34637         (_dl_static_dtv): This.  Make it global.
34638         (_dl_initial_dtv): Removed.
34639         (__libc_setup_tls): Updated.
34640         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
34641         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
34642         DL_INITIAL_DTV.
34644 2012-09-06  Petr Machata  <pmachata@redhat.com>
34646         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
34647         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
34648         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
34649         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
34651 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34653         [BZ #14545]
34654         * csu/libc-tls.c (_dl_initial_dtv): New variable.
34655         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
34656         freeing dtv[-1].
34658 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34660         [BZ #14544]
34661         * Makeconfig (link-static-before-libc): Replace $(+prector)
34662         with $(+prectorT).
34663         (link-static-after-libc): Replace $(+postctor) with
34664         $(+postctorT).
34665         (link-bounded): Replace $(+prector)/$(+postctor) with
34666         $(+prectorT)/$(+postctorT).
34667         (+prectorT): New macro.
34668         (+postctorT): Likewise.
34670 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
34672         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
34673         (round_str): Handle values above the maximum for IBM long double
34674         as inexact.
34675         * stdlib/tst-strtod-round.c (tests): Regenerated.
34677 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34679         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
34680         assembler flag.
34681         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
34682         zarch_nohighgprs around the zarch optimized routines.
34683         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
34684         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
34685         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
34686         for zarch.
34688 2012-09-05  David S. Miller  <davem@davemloft.net>
34690         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34692         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
34693         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
34694         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
34695         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
34696         entries.
34698 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34700         * malloc/arena.c: Fold copyright years.
34701         * malloc/mcheck.c, malloc/memusage.c: Likewise.
34703 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34705         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
34707 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34709         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
34711 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34713         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
34714         change internal state upon failure.
34716 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34718         * malloc/mcheck.c (mcheck_check_all): Fix typo.
34719         * malloc/memusage.c (mmap): Likewise.
34720         (mmap64, mremap): Likewise.  Adjust name in comment.
34722 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
34724         * libio/fileops.c: Fix typos in comments.
34725         * libio/oldfileops.c: Likewise.
34726         * libio/wfileops.c: Likewise.
34728 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
34730         [BZ #1349]
34731         * malloc/Makefile (tests): Add tst-malloc-usable test case.
34732         (tst-malloc-usable-ENV): Set environment for test case.
34733         * malloc/hooks.c (malloc_check_get_size): New function to get
34734         requested size.
34735         * malloc/malloc.c (musable): Use malloc_check_get_size.
34736         * malloc/tst-malloc-usable.c: New test case.
34738 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
34740         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
34742 2012-09-05  Allan McRae  <allan@archlinux.org>
34744         [BZ #13966]
34745         * configure.in (CXX_SYSINCLUDES): Use compiler output to
34746         determine header location.
34747         * configure: Regenerated.
34749 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
34751         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
34752         float format.
34753         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
34754         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
34755         format.
34756         (test): Regenerate.
34758 2012-09-04  David S. Miller  <davem@davemloft.net>
34760         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
34761         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
34762         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
34764 2012-09-04  Florian Weimer  <fweimer@redhat.com>
34766         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
34767         failures.
34769         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
34771 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
34773         [BZ #9914]
34774         * libio/iogetdelim.c: Include <limits.h>.
34775         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
34776         + len + 1 would overflow.
34778 2012-09-03  Andreas Jaeger  <aj@suse.de>
34780         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34781         * sysdeps/i386/fpu/libm-test-ulps: Update.
34783 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34785         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
34786         Add s_sinf-sse2, s_conf-sse2.
34788         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
34789         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
34790         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
34791         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
34793         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
34794         for using routine as __sinf_ia32.
34795         Use macro for function declaration and weak_alias.
34796         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
34797         for using routine as __cosf_ia32.
34798         Use macro for function declaration and weak_alias.
34800         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
34801         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
34803         * sysdeps/x86_64/fpu/s_sinf.S: New file.
34804         * sysdeps/x86_64/fpu/s_cosf.S: New file.
34805         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34807         * math/libm-test.inc (cos_test): Add more test cases.
34808         (sin_test): Likewise.
34809         (sincos_test): Likewise.
34811 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34813         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
34814         (IFUNC_RESOLVE): Make pointers to the specialized implementations
34815         hidden.
34816         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
34818 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
34820         [BZ #14538]
34821         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
34822         first element of the GOT.
34823         (elf_machine_load_address): Return the difference between
34824         the runtime address of _DYNAMIC and elf_machine_dynamic ().
34826 2012-09-01  Allan McRae  <allan@archlinux.org>
34828         [BZ #13412]
34829         * configure.in (AWK): Require gawk version 3.0 or later.
34830         * configure: Regenerated.
34832 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
34834         * sysdeps/unix/sysv/linux/kernel-features.h
34835         (__ASSUME_POSIX_CPU_TIMERS): Remove.
34836         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
34837         [__NR_clock_getres]: Make code unconditional.
34838         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
34839         (clock_getcpuclockid): Remove code left unreachable by removal of
34840         conditionals.
34841         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
34842         code unconditional.
34843         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
34844         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
34845         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
34846         Make code unconditional.
34847         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
34848         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
34849         * sysdeps/unix/sysv/linux/clock_settime.c
34850         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
34851         conditional code.
34852         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
34853         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
34855 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
34857         [BZ #14476]
34858         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
34859         scripts/test-installation.pl.
34861         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
34862         and $ld_so_version if it is set.
34864 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
34866         [BZ #14516]
34867         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
34868         failure if reading from procfs failed.
34869         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
34871 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
34873         * sysdeps/unix/sysv/linux/kernel-features.h
34874         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
34875         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
34876         Remove conditional code.
34877         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34878         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
34879         Remove conditional code.
34880         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34881         * sysdeps/unix/sysv/linux/i386/fxstat.c
34882         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
34883         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34884         * sysdeps/unix/sysv/linux/i386/fxstatat.c
34885         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
34886         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34887         * sysdeps/unix/sysv/linux/i386/lxstat.c
34888         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
34889         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34890         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
34891         Remove conditional code.
34892         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34893         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
34894         Remove conditional code.
34895         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34896         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
34897         <kernel-features.h>.
34898         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
34899         Remove.
34900         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
34901         Remove conditional code.
34902         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34903         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
34904         Remove conditional.
34906 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
34908         [BZ #5400]
34909         * NEWS: Add fixed bug number.
34911 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
34913         [BZ #14519]
34914         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
34915         underflowing exponent in case of negative sign.
34916         * stdlib/tst-strtod-round-data: Add more tests.
34917         * stdlib/tst-strtod-round.c (tests): Regenerated.
34919         [BZ #3479]
34920         * stdlib/strtod_l.c (NDIG): Remove.
34921         (HEXNDIG): Likewise.
34922         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
34923         smallest representable value.
34924         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
34925         lie within an exact representation of 1/2 ulp of the result.
34926         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
34927         unconditionally.
34928         (TENS_P9_IDX): Define unconditionally.
34929         (TENS_P9_SIZE): Likewise.
34930         (TENS_P10_IDX): Likewise.
34931         (TENS_P10_SIZE): Likewise.
34932         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
34933         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
34934         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
34935         entries for 10^2^13 and 10^2^14.
34936         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
34937         (TENS_P13_IDX): Define.
34938         (TENS_P13_SIZE): Likewise.
34939         (TENS_P14_IDX): Likewise.
34940         (TENS_P14_SIZE): Likewise.
34941         (_fpioconst_pow10): Change array size to
34942         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
34943         unconditional.
34944         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
34945         1024]: Add entries for 10^2^13 and 10^2^14.
34946         [LAST_POW10 > _LAST_POW10]: Remove #error.
34947         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
34948         (_fpioconst_pow10): Change array size to
34949         FPIOCONST_POW10_ARRAY_SIZE.
34950         * stdlib/gen-fpioconst.c: New file.
34951         * stdlib/gen-tst-strtod-round.c: Likewise.
34952         * stdlib/tst-strtod-round-data: Likewise.
34953         * stdlib/tst-strtod-round.c: Likewise.
34954         * stdlib/Makefile (tests): Add tst-strtod-round.
34956         [BZ #14459]
34957         * stdlib/strtod_l.c: Include <stdint.h>.
34958         (NDEBUG): Do not define.
34959         (round_and_return): Change EXPONENT parameter to type intmax_t.
34960         Rearrange calculations to avoid internal overflow possibilities.
34961         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
34962         Rearrange calculations to avoid internal overflow possibilities.
34963         Assert that number fits inside MPNSIZE limbs.
34964         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
34965         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
34966         calculations and add assertions to avoid internal overflow
34967         possibilities.  Add casts to avoid signed/unsigned operations.
34968         * stdlib/tst-strtod-overflow.c: New file.
34969         * stdlib/Makefile (tests): Add tst-strtod-overflow.
34971 2012-08-25  Marek Polacek  <polacek@redhat.com>
34973         * time/time.h: Fix some typos in comments.
34975 2012-08-23  Roland McGrath  <roland@hack.frob.com>
34977         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
34978         * posix/tst-rfc3484-2.c: Likewise.
34979         * posix/tst-rfc3484-3.c: Likewise.
34981 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
34983         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
34984         (EF_ARM_ABI_FLOAT_HARD): Likewise.
34986 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
34988         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
34989         #include of fxstatat64.c.
34991 2012-08-22  Roland McGrath  <roland@hack.frob.com>
34993         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
34994         * shadow/getspent_r.c: Likewise.
34995         * shadow/getspnam.c: Likewise.
34996         * shadow/getspnam_r.c: Likewise.
34997         * gshadow/getsgent.c: Likewise.
34998         * gshadow/getsgent_r.c: Likewise.
34999         * gshadow/getsgnam.c: Likewise.
35000         * gshadow/getsgnam_r.c: Likewise.
35001         * inet/getnetbyad.c: Likewise.
35002         * inet/getnetbyad_r.c: Likewise.
35003         * inet/getnetbynm.c: Likewise.
35004         * inet/getnetbynm_r.c: Likewise.
35005         * inet/getnetent.c: Likewise.
35006         * inet/getnetent_r.c: Likewise.
35007         * inet/getproto.c: Likewise.
35008         * inet/getproto_r.c: Likewise.
35009         * inet/getprtent.c: Likewise.
35010         * inet/getprtent_r.c: Likewise.
35011         * inet/getprtname.c: Likewise.
35012         * inet/getprtname_r.c: Likewise.
35013         * inet/getrpcbyname.c: Likewise.
35014         * inet/getrpcbyname_r.c: Likewise.
35015         * inet/getrpcbynumber.c: Likewise.
35016         * inet/getrpcbynumber_r.c: Likewise.
35017         * inet/getrpcent.c: Likewise.
35018         * inet/getrpcent_r.c: Likewise.
35019         * inet/getaliasent.c: Likewise.
35020         * inet/getaliasent_r.c: Likewise.
35021         * inet/getaliasname.c: Likewise.
35022         * inet/getaliasname_r.c: Likewise.
35023         * nscd/getgrgid_r.c: Likewise.
35024         * nscd/getgrnam_r.c: Likewise.
35025         * nscd/gethstbyad_r.c: Likewise.
35026         * nscd/gethstbynm3_r.c: Likewise.
35027         * nscd/getpwnam_r.c: Likewise.
35028         * nscd/getpwuid_r.c: Likewise.
35029         * nscd/getsrvbynm_r.c: Likewise.
35030         * nscd/getsrvbypt_r.c: Likewise.
35031         * nscd/gai.c: Likewise.
35033         * configure.in (build_nscd): New substituted variable, set
35034         by --disable-build-nscd and defaults to $use_nscd.
35035         * configure: Regenerated.
35036         * config.make.in (build-nscd): New substituted variable.
35037         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
35038         Change conditional to require [$(build-nscd) = yes] as well.
35039         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
35041         [BZ# 13696]
35042         * configure.in (use_nscd): New substituted variable, set by
35043         --disable-nscd.  If enabled, define USE_NSCD.
35044         * configure: Regenerated.
35045         * config.h.in: Add USE_NSCD.
35046         * config.make.in (use-nscd): New substituted variable.
35047         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
35048         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
35049         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
35050         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
35051         (CFLAGS-getgrnam_r.c): Likewise.
35052         (CFLAGS-initgroups.c): Likewise.
35053         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
35054         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
35055         Variables removed.
35056         * inet/getnetgrent_r.c
35057         (nscd_setnetgrent): New function, broken out of ...
35058         (setnetgrent): ... here.  Call it.
35059         (innetgr): Conditionalize nscd bits on [USE_NSCD].
35060         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
35061         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
35062         * nscd/Makefile (routines, aux): Move definitions after include of
35063         Makeconfig.  Conditionalize on [$(use-nscd) != no].
35064         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
35065         Conditionalize on [USE_NSCD].
35066         (is_nscd, nscd_init_cb): Likewise.
35067         (nss_load_library): Conditionalize init callback on [USE_NSCD].
35068         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
35069         * nss/nss_db/db-init.c: Likewise.
35070         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
35071         [USE_NSCD].
35072         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
35073         (make_request): Use it.
35074         (cache_valid_p): New function.
35075         (__check_pf): Use it.
35076         * NEWS: Add item for --disable-nscd.
35078 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
35080         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
35081         to support sed >= 4.2.1-20-ga9bf076.
35082         * configure: Regenerated.
35084 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35086         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
35087         Conditionalize whole body on [IREL].
35089 2012-08-22  Jeff Law <law@redhat.com>
35091         [BZ #14505]
35092         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
35093         if the family is PF_UNSPEC.
35095 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
35097         * Makerules (lib-version): Rename from V.
35098         (install-lib-nosubdir): Change V to lib-version.
35100 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
35102         [BZ #14252]
35103         * powerpc32/power6/wcschr.c: New file.
35104         * powerpc32/power6/wcscpy.c: New file.
35105         * powerpc32/power6/wcsrchr.c: New file.
35106         * powerpc64/power6/wcschr.c: New file.
35107         * powerpc64/power6/wcscpy.c: New file.
35108         * powerpc64/power6/wcsrchr.c: New file.
35110 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35112         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
35113         (two_way_short_needle): Use it.
35114         * string/strstr.c (AVAILABLE1_USES_J): Define.
35115         * string/strcasestr.c: Likewise.
35117         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
35118         array references.
35119         * string/strcasestr.c (TOLOWER): Make side-effect safe.
35121         [BZ #11607]
35122         * NEWS: Add an entry.
35123         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
35124         define their defaults.
35125         (two_way_short_needle): Detect end-of-string on-the-fly.
35126         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
35127         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
35128         * string/bug-strcasestr1.c: New test.
35129         * string/Makefile: Run it.
35131 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35133         [BZ #11607]
35134         * string/str-two-way.h (two_way_short_needle): Optimize matching of
35135         the first character.
35137 2012-08-21  Roland McGrath  <roland@hack.frob.com>
35139         * csu/elf-init.c (__libc_csu_irel): Function removed.
35140         * csu/libc-start.c (apply_irel): New function.
35141         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
35143 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
35145         * sysdeps/unix/sysv/linux/kernel-features.h
35146         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
35147         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
35148         <kernel-features.h>.
35149         [__NR_fadvise64_64]: Make code unconditional.
35150         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
35151         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35152         !__NR_fadvise64_64)]: Likewise.
35153         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35154         !__NR_fadvise64_64))]: Likewise.
35155         [__NR_fadvise64]: Make code unconditional.
35156         [!__NR_fadvise64]: Remove conditional code.
35157         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
35158         <kernel-features.h>.
35159         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35160         unconditional.
35161         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35162         conditional code.
35163         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
35164         not include <kernel-features.h>.
35165         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35166         unconditional.
35167         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35168         conditional code.
35169         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
35170         include <kernel-features.h>.
35171         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35172         unconditional.
35173         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35174         conditional code.
35176 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
35178         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
35179         slight instruction rearrangements per scrollpipe analysis.
35180         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
35182 2012-08-20  Roland McGrath  <roland@hack.frob.com>
35184         * manual/syslog.texi (syslog; vsyslog, closelog):
35185         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
35186         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
35188         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
35189         DSOCAPS to match condition on defining it.
35191 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
35193         * sysdeps/unix/sysv/linux/kernel-features.h
35194         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
35195         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
35196         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35197         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35198         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
35199         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35200         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35201         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
35202         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35203         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35205         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
35206         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
35208         * sysdeps/unix/sysv/linux/kernel-features.h
35209         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
35210         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
35211         unconditional.
35212         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35213         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
35214         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35215         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35216         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
35217         Make code unconditional.
35218         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35219         (__mmap64) [!__NR_mmap2]: Likewise.
35220         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
35221         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35222         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35223         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
35224         [__NR_mmap2]: Make code unconditional.
35225         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35226         (__mmap64) [!__NR_mmap2]: Likewise.
35228 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35230         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
35232 2012-08-18  Andreas Jaeger  <aj@suse.de>
35234         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
35236 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35238         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
35239         * include/unistd.h (__have_sock_cloexec): Likewise.
35240         (__have_pipe2): Likewise.
35241         (__have_dup3): Likewise.
35243 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35245         [BZ #9685]
35246         * include/unistd.h (__have_pipe2): Change define into an extern int.
35247         (__have_dup3): Likewise.
35248         * socket/have_sock_cloexec.c: Include fcntl.h.
35249         (__have_pipe2): New variable.
35250         (__have_dup3): Likewise.
35252 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
35254         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
35256 2012-08-17  Marek Polacek  <polacek@redhat.com>
35258         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
35259         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
35261 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35263         * configure.in: Add AC_SUBST for sysheaders.
35264         * configure: Regenerated.
35265         * config.make.in (sysheaders): New substituted variable.
35267         * sysdeps/unix/mkfifo.c: Moved ...
35268         * sysdeps/posix/mkfifo.c: ... here.
35269         * sysdeps/unix/mkfifoat.c: Moved ...
35270         * sysdeps/posix/mkfifoat.c: ... here.
35272         * sysdeps/unix/utime.c: Moved ...
35273         * sysdeps/posix/utime.c: ... here.
35275         * sysdeps/unix/time.c: Moved ...
35276         * sysdeps/posix/time.c: ... here.
35277         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
35278         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
35280         * sysdeps/unix/nice.c: Moved ...
35281         * sysdeps/posix/nice.c: ... here.
35283         * sysdeps/unix/alarm.c: Moved ...
35284         * sysdeps/posix/alarm.c: ... here.
35286         * intl/Makefile ($(codeset_mo)): Depend on the input file.
35288 2012-08-17  Jeff Law <law@redhat.com>
35290         * intl/Makefile (codeset_mo): New variable.
35291         ($(codeset_mo)): New target.
35292         (tst-codeset.out): Depend on that.  Remove explicit rule.
35293         (tst-gettext3.out, tst-gettext5.out): Likewise.
35294         (LOCPATH-ENV, tst-codeset-ENV): New variables.
35295         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
35296         * intl/tst-codeset.sh: Remove.
35297         * intl/tst-gettext3.sh: Likewise.
35298         * intl/tst-gettext5.sh: Likewise.
35300 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35302         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
35303         * sysdeps/unix/syscalls.list: ... here.
35305         * sysdeps/posix/getaddrinfo.c
35306         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
35307         (gaiconf_init, gaiconf_reload): Use them.
35308         [!_STATBUF_ST_NSEC]
35309         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
35310         Define using time_t rather than struct timespec.
35312         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
35313         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
35314         Macros removed.
35315         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
35316         [!NO_THREADS].
35317         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
35318         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
35319         Likewise.
35321         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
35322         __libc_cleanup_push argument.
35324         * bits/param.h: New file.
35325         * misc/sys/param.h: New file.
35326         * include/sys/param.h: New file.
35327         * misc/Makefile (headers): Add bits/param.h.
35328         * sysdeps/generic/sys/param.h: File removed.
35329         * sysdeps/unix/sysv/linux/bits/param.h: New file.
35330         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
35331         * sysdeps/mach/hurd/bits/param.h: New file.
35332         * sysdeps/mach/hurd/sys/param.h: File removed.
35334         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
35335         last change.
35337         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
35338         [_IO_MTSAFE_IO].
35339         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
35340         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
35341         New macros.
35343         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
35344         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
35345         rather than -D_IO_MTSAFE_IO conditionally.
35346         * stdio-common/Makefile (CPPFLAGS): Likewise.
35347         * wcsmbs/Makefile (CPPFLAGS): Likewise.
35348         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
35349         Use $(libio-mtsafe).
35350         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
35351         of -D_IO_MTSAFE_IO.
35352         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
35353         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
35354         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
35355         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
35356         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
35357         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
35358         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
35359         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
35360         (CFLAGS-fread_u_chk.c): Likewise.
35361         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
35362         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
35363         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
35364         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
35365         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
35366         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
35367         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
35368         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
35369         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
35371         * libio/Makefile: Test [$(libc-reentrant) = yes]
35372         instead of [$(filter %REENTRANT, $(defines)) nonempty].
35374         * Makeconfig
35375         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
35376         * sysdeps/pthread/configure: File removed.
35377         * sysdeps/pthread/Makeconfig: New file.
35378         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
35379         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
35381 2012-08-16  Gary Benson  <gbenson@redhat.com>
35383         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
35384         unmapping the first object in a namespace.
35386 2012-08-16  Roland McGrath  <roland@hack.frob.com>
35388         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
35389         (__internal_setnetgrent): ... this.  Add internal_function to
35390         definition.  Add libc_hidden_def.
35391         (setnetgrent): Update caller.
35392         (internal_endnetgrent): Renamed to ...
35393         (__internal_endnetgrent): ... this.  Add internal_function to
35394         definition.  Add libc_hidden_def.
35395         (endnetgrent): Update caller.
35396         (internal_getnetgrent_r): Renamed to ...
35397         (__internal_getnetgrent_r): ... this.  Add internal_function to
35398         definition.  Add libc_hidden_def.
35399         (__getnetgrent_r): Update caller.
35400         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
35402 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
35404         * stdlib/longlong.h: Update from GCC.
35406 2012-08-16  Roland McGrath  <roland@hack.frob.com>
35408         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
35409         on _QL, which is set by umul_ppmm but never used.
35410         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
35411         variables, which are set by GMP macros but never used.
35412         * stdio-common/_itowa.c (_itowa): Likewise.
35413         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
35414         * stdlib/mod_1.c (mpn_mod_1): Likewise.
35416 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
35418         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
35419         struct La_sh_regs is not constant.
35420         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
35421         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
35422         and struct La_sparc64_regs are not constant.
35424 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
35426         * sysdeps/unix/sysv/linux/kernel-features.h
35427         (__ASSUME_POSIX_TIMERS): Remove.
35428         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35429         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35430         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
35431         Make code unconditional.
35432         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35433         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
35434         Make code unconditional.
35435         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35436         * sysdeps/unix/sysv/linux/clock_nanosleep.c
35437         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
35438         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35439         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
35440         Make code unconditional.
35441         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35442         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
35443         (__libc_missing_posix_timers): Remove.
35445 2012-08-15  Roland McGrath  <roland@hack.frob.com>
35447         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
35448         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
35450         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
35452         * elf/dl-sym.c: Include <stdlib.h>.
35454         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
35455         constants, which avoids warnings in 32-bit builds.
35457         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
35458         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
35460         * misc/lseek.c: File moved to ...
35461         * io/lseek.c: ... here.
35463         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
35465         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
35466         shifting LEN more than 31 bits at once.
35468 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35470         [BZ #14195]
35471         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
35472         segmentation fault for a case of two empty input strings.
35473         * string/test-strncasecmp.c (check1): Renamed to...
35474         (bz12205): ...this.
35475         (bz14195): Add new testcase for two empty input strings and N > 0.
35476         (test_main): Call new testcase, adapt for renamed function.
35478 2012-08-15  Andreas Jaeger  <aj@suse.de>
35480         [BZ #14090]
35481         * crypt/md5test2.c: New test, based on test supplied by Serge
35482         Belyshev <belyshev@depni.sinp.msu.ru>.
35483         * crypt/Makefile (xtests): Add md5test-giant..
35484         * crypt/Makefile ($(objpfx)md5test-giant): Add.
35486 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
35488         [BZ #14090]
35489         * crypt/md5.c (md5_process_block): Don't assume the buffer
35490         length is less than 2**32.
35491         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
35492         length is less than 2**64.
35494 2012-08-15  Roland McGrath  <roland@hack.frob.com>
35496         * string/str-two-way.h: Include <sys/param.h>.
35497         (MAX): Macro removed.
35499         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
35500         Move #define and #undef of memmove to just before and after
35501         including <string.h>.
35503         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
35504         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
35505         and after including <string.h>.  Move declarations of
35506         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
35507         to before #include "string/memmove.c".
35509         * include/dirent.h: Declare __getdirentries.
35511         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
35512         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
35514 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
35516         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
35517         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
35518         * sysdeps/i386/configure: Regenerated.
35519         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
35520         STABS_CURRENT_FILE, and STABS_FUN.
35521         (END): Remove call to STABS_FUN_END.
35522         (STABS_CURRENT_FILE1): Delete.
35523         (STABS_CURRENT_FILE): Likewise.
35524         (STABS_FUN): Likewise.
35525         (STABS_FUN_END): Likewise.
35526         (STABS_FUN2): Likewise.
35527         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
35528         * sysdeps/x86_64/configure: Regenerated.
35530 2012-08-14  Roland McGrath  <roland@hack.frob.com>
35532         * elf/dl-open.c: Include <atomic.h>.
35533         * elf/dl-lookup.c: Likewise.
35535 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
35537         * sysdeps/unix/sysv/linux/kernel-features.h
35538         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
35539         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
35540         unconditionally.
35541         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
35542         unconditionally.
35543         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
35544         condition on __ASSUME_CLONE_THREAD_FLAGS.
35546 2012-08-14  Andreas Jaeger  <aj@suse.de>
35548         * sysdeps/i386/fpu/libm-test-ulps: Update.
35550 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
35552         * include/atomic.h (atomic_exchange_and_add): Split into ...
35553         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
35554         New atomic macros.
35556 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
35558         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35560 2012-08-13  Jeff Law <law@redhat.com>
35562         * manual/stdio.texi (snprintf): Clarify handling of the trailing
35563         null byte in the output string.
35565 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
35567         * sysdeps/unix/sysv/linux/kernel-features.h
35568         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
35569         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
35570         (__ASSUME_ARG_MAX_STACK_BASED): Define.
35571         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
35572         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
35573         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
35574         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
35576 2012-08-09  Jeff Law <law@redhat.com>
35578         [BZ #13939]
35579         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
35580         When avoid_arena is set, don't retry in the that arena.  Pick the
35581         next one, whatever it might be.
35582         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
35583         (arena_lock): Pass in new parameter to arena_get2.
35584         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
35585         arena_get2.
35586         (__libc_malloc): Unify retrying after main arena failure with
35587         __libc_memalign version.
35588         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
35590 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
35592         [BZ #14166]
35593         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
35594         to __redirect_strstr.
35595         (__strstr_sse42): Use typeof __redirect_strstr.
35596         (__strstr_ia32): Likewise.
35597         (__libc_strstr): New prototype.
35598         (strstr): Renamed to ...
35599         (__libc_strstr): This.
35600         (strstr): New strong alias of __libc_strstr.
35601         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
35602         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
35603         __redirect_time.
35604         Include <time.h>.
35605         (__libc_time): New prototype.
35606         (time_ifunc): Replace time with __libc_time.
35607         (time): New strong alias and hidden definition of __libc_time.
35608         (__GI_time): Remove strong alias.
35609         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
35610         Include <stddef.h>.
35611         (memmove): Redefined to __redirect_memmove.
35612         (__memmove_sse2): Use typeof __redirect_memmove.
35613         (__memmove_ssse3): Likewise.
35614         (__memmove_ssse3_back): Likewise.
35615         (__libc_memmove): New prototype.
35616         (memmove): Renamed to ...
35617         (__libc_memmove): This.
35618         (memmove): New strong alias of __libc_memmove.
35620 2012-08-08  Mark Salter  <msalter@redhat.com>
35622         * elf/elf.h
35623         (R_MN10300_TLS_GD): Define.
35624         (R_MN10300_TLS_LD): Likewise.
35625         (R_MN10300_TLS_LDO): Likewise.
35626         (R_MN10300_TLS_GOTIE): Likewise.
35627         (R_MN10300_TLS_IE): Likewise.
35628         (R_MN10300_TLS_LE): Likewise.
35629         (R_MN10300_TLS_DTPMOD): Likewise.
35630         (R_MN10300_TLS_DTPOFF): Likewise.
35631         (R_MN10300_TLS_TPOFF): Likewise.
35632         (R_MN10300_SYM_DIFF): Likewise.
35633         (R_MN10300_ALIGN): Likewise.
35634         (R_MN10300_NUM): Update.
35636 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
35638         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
35639         Remove.
35641 2012-08-08  Roland McGrath  <roland@hack.frob.com>
35643         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
35645         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
35646         sysdeps/unix -> sysdeps/posix move.
35647         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
35649 2012-08-07      Allan McRae     <allan@archlinux.org>
35651         [BZ #14303]
35652         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
35653         (SUNOS_CPP): Likewise.
35654         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
35655         not found.
35656         (open_input): Call CPP using execvp.
35658 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
35660         * sysdeps/unix/sysv/linux/kernel-features.h
35661         (__ASSUME_PROT_GROWSUPDOWN): Remove.
35662         (__ASSUME_NO_CLONE_DETACHED): Likewise.
35663         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
35664         (__ASSUME_WAITID_SYSCALL): Likewise.
35665         * sysdeps/unix/sysv/linux/dl-execstack.c
35666         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
35667         code unconditional.
35668         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
35669         conditional code.
35670         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
35671         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
35672         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
35673         code.
35674         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
35675         unconditional.
35676         [__ASSUME_WAITID_SYSCALL]: Likewise.
35677         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
35679 2012-08-07  Roland McGrath  <roland@hack.frob.com>
35681         * sysdeps/unix/closedir.c: Renamed to ...
35682         * sysdeps/posix/closedir.c: ... here.
35683         * sysdeps/unix/dirfd.c: Renamed to ...
35684         * sysdeps/posix/dirfd.c: ... here.
35685         * sysdeps/unix/dirstream.h: Renamed to ...
35686         * sysdeps/posix/dirstream.h: ... here.
35687         * sysdeps/unix/fdopendir.c: Renamed to ...
35688         * sysdeps/posix/fdopendir.c: ... here.
35689         * sysdeps/unix/opendir.c: Renamed to ...
35690         * sysdeps/posix/opendir.c: ... here.
35691         * sysdeps/unix/readdir.c: Renamed to ...
35692         * sysdeps/posix/readdir.c: ... here.
35693         * sysdeps/unix/readdir_r.c: Renamed to ...
35694         * sysdeps/posix/readdir_r.c: ... here.
35695         * sysdeps/unix/rewinddir.c: Renamed to ...
35696         * sysdeps/posix/rewinddir.c: ... here.
35697         * sysdeps/unix/seekdir.c: Renamed to ...
35698         * sysdeps/posix/seekdir.c: ... here.
35699         * sysdeps/unix/telldir.c: Renamed to ...
35700         * sysdeps/posix/telldir.c: ... here.
35701         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
35702         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
35703         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
35704         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
35706         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
35707         * bits/fcntl.h: ... here.
35709         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
35710         not 0.
35711         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
35712         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
35713         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
35714         (struct flock): Move l_start, l_len to the beginning.
35715         Use __pid_t for l_pid.
35716         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
35717         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
35718         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
35719         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
35720         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
35721         [__USE_LARGEFILE64] (struct flock64): New type.
35722         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
35724         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
35725         * bits/dirent.h: ... here.
35727         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
35728         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
35730 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
35732         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
35733         Change from 2.6.0 to 2.6.16.
35734         * sysdeps/unix/sysv/linux/configure: Regenerated.
35735         * sysdeps/unix/sysv/linux/kernel-features.h
35736         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
35737         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
35738         version.
35739         (__ASSUME_UTIMES): Likewise.
35740         (__ASSUME_CLONE_STOPPED): Remove.
35741         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
35742         architectures, not kernel version.
35743         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
35744         (__ASSUME_NO_CLONE_DETACHED): Likewise.
35745         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
35746         (__ASSUME_WAITID_SYSCALL): Likewise.
35747         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
35748         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
35749         * README: State 2.6.16 as minimum Linux kernel version.  Do not
35750         refer to older versions.
35752 2012-08-06  Roland McGrath  <roland@hack.frob.com>
35754         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
35755         Define alphasort64 as an alias.
35756         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
35757         Define versionsort64 as an alias.
35758         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
35759         Define scandir64 as an alias.
35760         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
35761         Define scandirat64 as an alias.
35762         * dirent/alphasort64.c (alphasort64):
35763         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
35764         * dirent/versionsort64.c: Likewise.
35765         * dirent/scandir64.c: Likewise.
35766         * dirent/scandirat64.c: Likewise.
35767         * sysdeps/wordsize-64/alphasort.c: File removed.
35768         * sysdeps/wordsize-64/alphasort64.c: File removed.
35769         * sysdeps/wordsize-64/scandir.c: File removed.
35770         * sysdeps/wordsize-64/scandir64.c: File removed.
35771         * sysdeps/wordsize-64/scandirat.c: File removed.
35772         * sysdeps/wordsize-64/scandirat64.c: File removed.
35773         * sysdeps/wordsize-64/versionsort.c: File removed.
35774         * sysdeps/wordsize-64/versionsort64.c: File removed.
35775         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
35776         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
35777         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
35778         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
35779         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
35780         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
35781         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
35782         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
35784         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
35785         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
35786         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
35787         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35788         [defined __arch64__ || defined __sparcv9]
35789         (__INO_T_MATCHES_INO64_T): New macro.
35790         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
35791         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
35792         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
35793         * sysdeps/unix/sysv/linux/bits/dirent.h
35794         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
35795         (_DIRENT_MATCHES_DIRENT64): New macro.
35797         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
35798         Define lockf64 as an alias.
35799         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
35800         Define fseeko64 as an alias.
35801         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
35802         Define ftello64 as an alias.
35803         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
35804         Define _IO_fgetpos64 and fgetpos64 as aliases.
35805         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
35806         Define _IO_fsetpos64 and fsetpos64 as aliases.
35807         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
35808         Conditionalize body on this.
35809         * libio/fseeko64.c: Likewise.
35810         * libio/ftello64.c: Likewise.
35811         * libio/iofgetpos64.c: Likewise.
35812         * libio/iofsetpos64.c: Likewise.
35813         * sysdeps/wordsize-64/lockf.c: File removed.
35814         * sysdeps/wordsize-64/lockf64.c: File removed.
35815         * sysdeps/wordsize-64/fseeko.c: File removed.
35816         * sysdeps/wordsize-64/fseeko64.c: File removed.
35817         * sysdeps/wordsize-64/ftello.c: File removed.
35818         * sysdeps/wordsize-64/ftello64.c: File removed.
35819         * sysdeps/wordsize-64/iofgetpos.c: File removed.
35820         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
35821         * sysdeps/wordsize-64/iofsetpos.c: File removed.
35822         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
35823         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
35824         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
35825         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
35826         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
35827         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
35828         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
35829         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
35830         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
35831         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
35832         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
35834         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
35835         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
35836         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
35837         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35838         [defined __arch64__ || defined __sparcv9]
35839         (__OFF_T_MATCHES_OFF64_T): New macro.
35840         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
35841         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
35842         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
35843         (__OFF_T_MATCHES_OFF64_T): New macro.
35845 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
35847         * stdlib/secure-getenv.c (__secure_getenv): Replace
35848         GLIBC_2_16 with GLIBC_2_17.
35850 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
35852         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
35853         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
35855 2012-08-03  David S. Miller  <davem@davemloft.net>
35857         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35859 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
35861         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
35862         Remove.
35863         (__ASSUME_CORRECT_SI_PID): Likewise.
35864         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
35865         (__ASSUME_TMPFS_NAME): Likewise.
35866         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
35867         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
35868         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
35869         (HAVE_AUX_SECURE): Make definition unconditional.
35870         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
35871         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
35873 2012-08-03  Roland McGrath  <roland@hack.frob.com>
35875         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
35876         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
35877         * sysdeps/mach/hurd/eloop-threshold.h: New file.
35878         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
35879         __eloop_threshold instead of SYMLOOP_MAX.
35881         * sysdeps/generic/eloop-threshold.h: New file.
35882         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
35883         of MAXSYMLINKS.
35884         * elf/chroot_canon.c (chroot_canon): Likewise.
35886 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
35888         [BZ #13717]
35889         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
35890         Change to 2.6.0 everywhere.
35891         * sysdeps/unix/sysv/linux/configure: Regenerated.
35892         * sysdeps/unix/sysv/linux/kernel-features.h
35893         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
35894         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
35895         kernel versions.
35896         (__ASSUME_POSIX_TIMERS): Define unconditionally.
35897         (__ASSUME_FUTEX_REQUEUE): Remove.
35898         (__ASSUME_STATFS64): Define unconditionally.
35899         (__ASSUME_AT_SECURE): Likewise.
35900         (__ASSUME_CORRECT_SI_PID): Likewise.
35901         (__ASSUME_TGKILL): Define without depending on kernel version for
35902         i386.
35903         (__ASSUME_UTIMES): Likewise.
35904         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
35905         kernel version.
35906         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
35907         (__ASSUME_TMPFS_NAME): Likewise.
35908         * README: Update reference to Linux kernel versions.
35910 2012-08-02  Marek Polacek  <polacek@redhat.com>
35912         [BZ# 14150]
35913         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
35914         libc_cv_asm_type_prefix with %.
35915         * configure: Regenerated.
35916         * include/libc-symbols.h: Remove comment about
35917         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
35918         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
35919         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
35920         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
35921         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
35922         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
35923         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
35924         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
35925         * elf/tst-unique2mod1.c: Likewise.
35926         * elf/tst-unique1mod2.c: Likewise.
35927         * elf/tst-unique1mod1.c: Likewise.
35928         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
35929         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
35930         Replace ASM_TYPE_DIRECTIVE with .type.
35931         * sysdeps/s390/s390-64/sysdep.h: Likewise.
35932         * sysdeps/i386/sysdep.h: Likewise.
35933         * sysdeps/x86_64/sysdep.h: Likewise.
35934         * sysdeps/sh/sysdep.h: Likewise.
35935         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
35936         Do not define ASM_TYPE_DIRECTIVE.
35937         * sysdeps/powerpc/sysdep.h: Likewise.
35938         * sysdeps/powerpc/powerpc32/sysdep.h:
35939         Replace ASM_TYPE_DIRECTIVE with .type.
35940         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
35941         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
35942         * sysdeps/i386/fpu/e_powf.S: Likewise.
35943         * sysdeps/i386/fpu/e_expl.S: Likewise.
35944         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
35945         * sysdeps/i386/fpu/e_acosh.S: Likewise.
35946         * sysdeps/i386/fpu/e_pow.S: Likewise.
35947         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
35948         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
35949         * sysdeps/i386/fpu/s_expm1.S: Likewise.
35950         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
35951         * sysdeps/i386/fpu/e_log2.S: Likewise.
35952         * sysdeps/i386/fpu/e_log2l.S: Likewise.
35953         * sysdeps/i386/fpu/e_scalb.S: Likewise.
35954         * sysdeps/i386/fpu/e_powl.S: Likewise.
35955         * sysdeps/i386/fpu/e_log10f.S: Likewise.
35956         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
35957         * sysdeps/i386/fpu/e_logl.S: Likewise.
35958         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
35959         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
35960         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
35961         * sysdeps/i386/fpu/e_log2f.S: Likewise.
35962         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
35963         * sysdeps/i386/fpu/e_log.S: Likewise.
35964         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
35965         * sysdeps/i386/fpu/e_logf.S: Likewise.
35966         * sysdeps/i386/fpu/e_log10l.S: Likewise.
35967         * sysdeps/i386/fpu/e_atanh.S: Likewise.
35968         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
35969         * sysdeps/i386/fpu/e_log10.S: Likewise.
35970         * sysdeps/i386/fpu/s_frexp.S: Likewise.
35971         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
35972         * sysdeps/i386/fpu/s_asinh.S: Likewise.
35973         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
35974         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
35975         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
35976         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
35977         * sysdeps/i386/i686/strtok.S: Likewise.
35978         * sysdeps/i386/i386-mcount.S: Likewise.
35979         * sysdeps/i386/strtok.S: Likewise.
35980         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
35981         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
35982         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
35983         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
35984         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
35985         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
35986         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
35987         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
35988         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
35989         * sysdeps/x86_64/_mcount.S: Likewise.
35990         * sysdeps/x86_64/strtok.S: Likewise.
35991         * sysdeps/sh/_mcount.S: Likewise.
35993 2012-08-01  Roland McGrath  <roland@hack.frob.com>
35995         * libio/iofopen.c: Include <fcntl.h>.
35996         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
35997         (_IO_fopen64, fopen64): Define as aliases.
35998         * libio/iofopen64.c: Include <fcntl.h>.
35999         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
36000         Conditionalize body on this.
36001         * sysdeps/wordsize-64/iofopen.c: File removed.
36002         * sysdeps/wordsize-64/iofopen64.c: File removed.
36004 2012-08-01  Marek Polacek  <polacek@redhat.com>
36006         * libc/Makeconfig: Use elf in place of binfmt-subdir.
36007         Use dlfcn directly instead of a variable.
36008         (binfmt-subdir): Do not define.
36009         (dlfcn): Likewise.
36011 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
36013         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
36014         Remove all definitions.
36015         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
36016         <kernel-features.h>.
36017         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36018         (miss_F_GETOWN_EX): Remove all definitions.
36019         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
36020         macro definition.
36021         [!__ASSUME_FCNTL64]: Remove conditional code.
36022         [__ASSUME_FCNTL64]: Make code unconditional.
36023         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
36024         <kernel-features.h>.
36025         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36026         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
36027         (lockf64) [__NR_fcntl64]: Make code unconditional.
36028         (lockf64) [__ASSUME_FCNTL64]: Likewise.
36030         * sysdeps/unix/sysv/linux/kernel-features.h
36031         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
36032         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
36033         Make code unconditional.
36034         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36035         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36036         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
36037         [__NR_vfork]: Make code unconditional.
36038         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36039         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36040         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
36041         [__NR_vfork]: Make code unconditional.
36042         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36043         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36045 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36047         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
36048         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
36050         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36051         Define mkstemp64 as an alias.
36052         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36053         Define mkstemps64 as an alias.
36054         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36055         Define mkostemp64 as an alias.
36056         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36057         Define mkostemps64 as an alias.
36058         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
36059         Conditionalize body on this.
36060         * misc/mkostemp64.c: Likewise.
36061         * misc/mkostemps64.c: Likewise.
36062         * misc/mkstemps64.c: Likewise.
36063         * sysdeps/wordsize-64/mkstemp64.c: File removed.
36064         * sysdeps/wordsize-64/mkostemp64.c: File removed.
36065         * sysdeps/wordsize-64/mkostemp.c: File removed.
36066         * sysdeps/wordsize-64/mkstemp.c: File removed.
36067         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
36068         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
36069         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
36070         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
36072         [BZ #14138]
36073         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
36074         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
36075         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
36076         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
36078         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
36079         compat_symbol macros from <shlib-compat.h> rather than the underlying
36080         default_symbol_version and symbol_version macros, so that DEFAULT
36081         lines in shlib-versions are respected.
36082         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
36084 2012-08-01  Florian Weimer  <fweimer@redhat.com>
36086         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
36087         Declare with warn_unused_result.
36088         (setgid, setregid, setegid, setresgid): Likewise.
36089         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
36090         Likewise.
36091         * WUR-REPORT: Remove set*id functions.
36093 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
36095         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
36097 2012-07-31  Roland McGrath  <roland@hack.frob.com>
36099         [BZ #10191]
36100         * include/sys/socket.h (__libc_accept, __libc_accept4):
36101         Add attribute_hidden.
36102         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
36104         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
36105         use of PTR_MANGLE.
36106         * inet/getnetgrent_r.c (setup): Likewise.
36108         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
36110 2012-07-31  David S. Miller  <davem@davemloft.net>
36112         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36114 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
36116         [BZ #13629]
36117         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
36118         value between 1.0 and 2.0 and smaller part has absolute value less
36119         than 1.0.
36120         * math/s_clog10.c (__clog10): Likewise.
36121         * math/s_clog10f.c (__clog10f): Likewise.
36122         * math/s_clog10l.c (__clog10l): Likewise.
36123         * math/s_clogf.c (__clogf): Likewise.
36124         * math/s_clogl.c (__clogl): Likewise.
36125         * math/libm-test.inc (clog_test): Add more tests.
36126         (clog10_test): Likewise.
36127         * sysdeps/i386/fpu/libm-test-ulps: Update.
36128         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36130 2012-07-31  Florian Weimer  <fweimer@redhat.com>
36132         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
36133         Exit with zero in case no suitable GID is found, and write a
36134         message to standard error.
36136 2012-07-30  Roland McGrath  <roland@hack.frob.com>
36138         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
36139         rather than to 1.
36140         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
36141         (MAXPATHLEN): Removed.
36142         (NOGROUP, NODEV): New macros.
36143         (setbit, clrbit, isset, isclr): New macros.
36144         (howmany, roundup, powerof2): New macros.
36145         (DEV_BSIZE): New macro.
36147         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
36148         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
36150         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
36151         definition on [!__NO_LONG_DOUBLE_MATH].
36153         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
36154         PTR_MANGLE and PTR_DEMANGLE.
36156         * socket/accept4.c (accept4): Rename to __libc_accept4.
36157         Define accept4 as a weak alias.
36159         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
36160         on [_DIRENT_HAVE_D_TYPE].
36161         * io/ftw.c (ftw_dir): Likewise.
36163         * io/xmknod.c (__xmknod): Don't check PATH for being null.
36165         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
36167         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
36168         Use the BSD numbers rather than the arbitrary ones we had.
36169         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
36170         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
36171         (SIGXCPU, SIGXFSZ): New macros.
36172         (_NSIG): Now 32.
36174         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
36175         initializer on [_LIBC_REENTRANT].
36177         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
36178         definitions inside [_POSIX_MAPPED_FILES].
36180         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
36182         * dirent/opendir.c: Include <fcntl.h>.
36184         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
36185         (__libc_getspecific): Likewise.
36186         (__libc_key_create): Likewise.
36188         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
36189         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
36190         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
36191         (tmpfile64): Define as alias.
36192         * sysdeps/wordsize-64/tmpfile.c: File removed.
36193         * sysdeps/wordsize-64/tmpfile64.c: File removed.
36194         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
36195         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
36197         * stdio-common/vfscanf.c: Include <stdbool.h>.
36198         * nss/makedb.c: Likewise.
36199         * stdio-common/_i18n_number.h: Likewise.
36200         * argp/argp-help.c: Likewise.
36201         * posix/wordexp.c: Likewise.
36202         * sysdeps/posix/spawni.c: Likewise.
36203         * nss/nss_files/files-initgroups.c: Likewise.
36204         * stdio-common/reg-modifier.c: Include <stdlib.h>.
36205         * nss/nss_files/files-initgroups.c: Likewise.
36206         * nss/nss_db/db-netgrp.c: Likewise.
36207         * nss/nss_db/db-initgroups.c: Likewise.
36208         * io/fchmodat.c: Include <sys/stat.h>.
36210         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
36211         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
36213         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
36214         [HAVE_MMAP].
36216         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
36217         Add multiple inclusion protection.
36219 2012-07-27  David S. Miller  <davem@davemloft.net>
36221         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36223 2012-07-27  Gary Benson  <gbenson@redhat.com>
36225         [BZ #14298]
36226         * elf/rtld.c: Include <stap-probe.h>.
36227         (dl_main): Added static probes "init_start" and "init_complete".
36228         * elf/dl-load.c: Include <stap-probe.h>.
36229         (lose): Take new parameter "nsid".
36230         Added static probe "map_failed".
36231         (_dl_map_object_from_fd): Pass namespace id to lose.
36232         Added static probe "map_start".
36233         (open_verify): Pass namespace id to lose.
36234         * elf/dl-open.c: Include <stap-probe.h>.
36235         (dl_open_worker) Added static probes "map_complete", "reloc_start"
36236         and "reloc_complete".
36237         * elf/dl-close.c: Include <stap-probe.h>.
36238         (_dl_close_worker): Added static probes "unmap_start" and
36239         "unmap_complete".
36240         * elf/rtld-debugger-interface.txt: New file documenting the above.
36242 2012-07-26  Roland McGrath  <roland@hack.frob.com>
36244         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
36245         rather than a string variable.
36246         * sunrpc/rpc_main.c (h_output): Likewise.
36247         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
36249 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
36251         * inet/check_native.c: New file.
36253 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
36255         [BZ #13629]
36256         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
36257         if larger part has absolute value 1.0.
36258         * math/s_clog10.c (__clog10): Likewise.
36259         * math/s_clog10f.c (__clog10f): Likewise.
36260         * math/s_clog10l.c (__clog10l): Likewise.
36261         * math/s_clogf.c (__clogf): Likewise.
36262         * math/s_clogl.c (__clogl): Likewise.
36263         * math/libm-test.inc (clog_test): Add more tests.
36264         (clog10_test): Likewise.
36265         * sysdeps/i386/fpu/libm-test-ulps: Update.
36266         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36268         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
36269         (pltexit): Likewise.
36270         (La_regs): Likewise.
36271         (La_retval): Likewise.
36272         (int_retval): Likewise.
36273         Update #error for removed macros to refer only to definitions in
36274         tst-audit.h.
36275         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
36276         macro.
36277         (pltexit): Likewise.
36278         (La_regs): Likewise.
36279         (La_retval): Likewise.
36280         (int_retval): Likewise.
36281         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
36282         macro.
36283         (pltexit): Likewise.
36284         (La_regs): Likewise.
36285         (La_retval): Likewise.
36286         (int_retval): Likewise.
36287         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
36288         macro.
36289         (pltexit): Likewise.
36290         (La_regs): Likewise.
36291         (La_retval): Likewise.
36292         (int_retval): Likewise.
36293         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
36294         macro.
36295         (pltexit): Likewise.
36296         (La_regs): Likewise.
36297         (La_retval): Likewise.
36298         (int_retval): Likewise.
36299         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
36300         macro.
36301         (pltexit): Likewise.
36302         (La_regs): Likewise.
36303         (La_retval): Likewise.
36304         (int_retval): Likewise.
36305         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
36306         macro.
36307         (pltexit): Likewise.
36308         (La_regs): Likewise.
36309         (La_retval): Likewise.
36310         (int_retval): Likewise.
36311         * sysdeps/generic/tst-audit.h: Update comment to refer only to
36312         macro definitions in tst-audit.h.
36313         * sysdeps/i386/tst-audit.h: New file.
36314         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
36315         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
36316         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
36317         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
36318         * sysdeps/sh/tst-audit.h: Likewise.
36319         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
36320         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
36321         * sysdeps/x86_64/tst-audit.h: Likewise.
36323 2012-07-26  Andreas Jaeger  <aj@suse.de>
36325         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
36326         ptrace.
36328         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
36329         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
36330         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
36331         PTRACE_O_MASK.
36332         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
36333         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
36334         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
36336         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
36337         value.
36339         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
36340         _sigsys.
36341         (si_call_addr, si_syscall, si_arch): Define new macro.
36342         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
36343         _sigsys.
36344         (si_call_addr, si_syscall, si_arch): Define new marcro.
36345         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
36346         _sigsys.
36347         (si_call_addr, si_syscall, si_arch): Define new macro.
36348         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
36349         _sigsys.
36350         (si_call_addr, si_syscall, si_arch): Define new macro.
36352 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
36354         [BZ #13717]
36355         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36356         Change to 2.4.21 where previously 2.4.1.
36357         * sysdeps/unix/sysv/linux/configure: Regenerated.
36358         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
36359         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
36360         Linux kernel version.
36361         (__ASSUME_STD_AUXV): Remove.
36362         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
36363         kernel version.
36364         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
36365         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
36366         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
36367         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
36368         (__ASSUME_NETLINK_SUPPORT): Likewise.
36369         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
36370         (__no_netlink_support): Remove conditional definition.
36371         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
36372         Remove.
36373         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
36374         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
36375         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
36376         (if_nameindex_ioctl): Remove.
36377         (if_nameindex_netlink): Do not handle __no_netlink_support.
36378         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
36379         code.
36380         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
36381         Remove conditional code.
36382         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
36383         code.
36384         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
36385         unconditional.
36386         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
36387         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
36388         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
36389         Remove.
36390         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
36391         [!__ASSUME_STD_AUXV]: Remove conditional code.
36392         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
36393         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
36394         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
36395         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
36396         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
36397         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
36398         code.
36399         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
36400         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
36401         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
36402         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
36403         conditional code.
36404         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
36405         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
36406         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
36407         code.
36408         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
36409         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
36410         conditional code.
36411         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
36412         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36413         code unconditional.
36414         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36415         conditional code.
36416         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36417         unconditional.
36418         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36419         conditional code.
36420         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
36421         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36422         unconditional.
36423         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36424         conditional code.
36425         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
36426         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36427         code unconditional.
36428         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36429         conditional code.
36430         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36431         unconditional.
36432         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36433         conditional code.
36434         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
36435         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36436         code unconditional.
36437         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36438         conditional code.
36439         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36440         unconditional.
36441         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36442         conditional code.
36444 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
36446         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
36447         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
36448         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
36449         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
36450         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
36451         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
36452         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
36453         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
36454         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
36455         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
36456         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
36457         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
36458         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
36459         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
36460         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
36461         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
36462         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
36463         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
36464         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
36465         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
36466         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
36467         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
36468         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
36470 2012-07-25  Florian Weimer  <fweimer@redhat.com>
36472         * Versions.def: Add GLIBC_2.17.
36473         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
36474         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
36475         Introduce __libc_secure_getenv.
36476         * stdlib/Versions (2.17): Add secure_getenv
36477         (GLIBC_PRIVATE): Add __libc_secure_getenv.
36478         * stdlib/secure-getenv.c: Rename __secure_getenv to
36479         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
36480         symbol __secure_getenv for GLIBC_2.0.
36481         * stdlib/tst-secure-getenv.c: New.
36482         * stdlib/Makefile (tests): Add testcase.
36483         * manual/startup.texi (Environment Access): Document
36484         secure_getenv.
36485         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
36486         __libc_secure_getenv.
36487         * inet/ruserpass.c (ruserpass): Likewise.
36488         * malloc/mtrace.c (mtrace): Likewise.
36489         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
36490         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
36491         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
36492         * sysdeps/posix/tempname.c: Likewise.  Evaluate
36493         HAVE_SECURE_GETENV.
36494         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
36495         __secure_getenv to __libc_secure_getenv.
36496         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
36497         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36498         Likewise.
36499         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36500         Likewise.
36501         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
36502         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
36503         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
36504         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
36505         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
36506         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
36507         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
36509 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
36511         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
36512         (struct La_i86_retval): Likewise.
36513         (struct La_x86_64_regs): Likewise.
36514         (struct La_x86_64_retval): Likewise.
36515         (struct La_x32_regs): Likewise.
36516         (struct La_x32_retval): Likewise.
36517         (struct La_ppc32_regs): Likewise.
36518         (struct La_ppc32_retval): Likewise.
36519         (struct La_ppc64_regs): Likewise.
36520         (struct La_ppc64_retval): Likewise.
36521         (struct La_sh_regs): Likewise.
36522         (struct La_sh_retval): Likewise.
36523         (struct La_s390_32_regs): Likewise.
36524         (struct La_s390_32_retval): Likewise.
36525         (struct La_s390_64_regs): Likewise.
36526         (struct La_s390_64_retval): Likewise.
36527         (struct La_sparc32_regs): Likewise.
36528         (struct La_sparc32_retval): Likewise.
36529         (struct La_sparc64_regs): Likewise.
36530         (struct La_sparc64_retval): Likewise.
36531         (struct audit_ifaces): Remove architecture-specific pltenter and
36532         pltexit members.
36533         * sysdeps/i386/ldsodefs.h: New file.
36534         * sysdeps/powerpc/ldsodefs.h: Likewise.
36535         * sysdeps/s390/ldsodefs.h: Likewise.
36536         * sysdeps/sh/ldsodefs.h: Likewise.
36537         * sysdeps/sparc/ldsodefs.h: Likewise.
36538         * sysdeps/x86_64/ldsodefs.h: Likewise.
36540 2012-07-25  Marek Polacek  <polacek@redhat.com>
36542         [BZ #6808]
36543         * math/libm-test.inc (yn_test): Add another test.
36544         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
36545         to ERANGE when the result is +-Inf.
36546         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
36547         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
36548         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
36549         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
36551 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
36553         * conform/data/time.h-data (NULL): Use macro-constant.  Require
36554         equal to 0.
36555         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
36556         clock_t.
36557         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
36559 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
36561         * configure.in <sysdeps resolving>: Correct printing
36562         Implies_before.
36563         * configure: Regenerate.
36565 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
36567         * math/w_ilogb.c: Include <limits.h>.
36568         * math/w_ilogbl.c: Likewise.
36570 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
36572         * manual/lang.texi (__va_copy): Document primarily as ISO C99
36573         va_copy.  Document allowing for unavailable va_copy only as
36574         pre-C99 compatibility.
36575         * manual/string.texi (Copying and Concatenation): Use va_copy
36576         instead of __va_copy in concat example.
36578 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
36580         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
36581         (__sendto): Use create_address_port.  Initialize APORT and deallocate
36582         it if not null.
36584         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
36585         with O_NOLINK passed to __file_name_lookup.
36587         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
36588         with O_NOLINK passed to __file_name_lookup.
36590         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
36591         negative N or less than NGIDS.
36593         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
36594         type to string_t.  Set ERANGE as errno and return it if NAME is not big
36595         enough.  Use memcpy instead of strncpy.
36597 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
36599         * elf/Makefile (check-data): Remove.
36600         (localplt.data): New vpath directive.
36601         ($(objpfx)check-localplt.out): Use localplt.data from vpath
36602         instead of $(check-data).
36603         * scripts/data/localplt-generic.data: Move to ...
36604         * sysdeps/generic/localplt.data: ... here.
36605         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
36606         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
36607         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
36608         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
36609         ... here.
36610         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
36611         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
36612         ... here.
36613         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
36614         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
36615         ... here.
36616         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
36617         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
36618         ... here.
36619         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
36620         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
36621         ... here.
36622         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
36623         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
36624         ... here.
36626 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36628         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
36629         PPC32 and PPC64 files.
36630         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
36631         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
36633 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36635         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
36636         __makecontext_ret to ...
36637         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
36638         ... here and call exit if uc_link is NULL.  New file.
36639         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
36640         __makecontext_ret.S.
36641         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
36642         __makecontext_ret to ...
36643         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
36644         ... here and call exit if uc_link is NULL.  New file.
36645         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
36646         __makecontext_ret.S.
36648 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36650         * elf/elf.h (R_390_IRELATIVE): New definition.
36651         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
36652         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
36653         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
36654         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
36655         (elf_machine_lazy_rel): Likewise.
36656         * sysdeps/s390/dl-irel.h: New file.
36657         * sysdeps/s390/s390-64/memcpy.S: New asm code.
36658         * sysdeps/s390/s390-64/memset.S: New asm code.
36659         * sysdeps/s390/s390-64/memcmp.S: New asm code.
36660         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
36661         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
36662         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
36663         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
36664         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
36665         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
36666         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
36667         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
36668         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
36669         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
36670         * sysdeps/s390/s390-32/memcpy.S: New asm code.
36671         * sysdeps/s390/s390-32/memset.S: New asm code.
36672         * sysdeps/s390/s390-32/memcmp.S: New asm code.
36674 2012-07-17  Marek Polacek  <polacek@redhat.com>
36676         [BZ #14349]
36677         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
36678         * sysdeps/s390/s390-64/configure.in: Likewise.
36679         * sysdeps/sparc/configure.in: Likewise.
36680         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
36681         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
36682         * sysdeps/i386/configure.in: Likewise.
36683         * sysdeps/x86_64/configure.in: Likewise.
36684         * sysdeps/sh/configure.in: Likewise.
36685         * sysdeps/s390/s390-32/configure: Regenerated.
36686         * sysdeps/s390/s390-64/configure: Likewise.
36687         * sysdeps/x86_64/configure: Likewise.
36688         * sysdeps/sh/configure: Likewise.
36689         * sysdeps/powerpc/powerpc64/configure: Likewise.
36690         * sysdeps/powerpc/powerpc32/configure: Likewise.
36691         * sysdeps/sparc/configure: Likwise.
36692         * sysdeps/i386/configure: Likewise.
36694         * elf/dl-open.c: Comment fixes.
36696 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
36698         * Makefile [CXX] (check-data): Remove.
36699         [CXX] (c++-types.data): New vpath directive.
36700         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
36701         vpath.  Do not allow for C++ type data being missing.
36702         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
36703         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
36704         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
36705         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
36706         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
36707         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
36708         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
36709         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
36710         ... here.
36711         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
36712         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
36713         ... here.
36714         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
36715         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
36716         ... here.
36717         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
36718         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
36719         ... here.
36720         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
36721         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
36722         ... here.
36723         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
36724         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
36725         ... here.
36726         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
36727         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
36728         ... here.
36729         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
36730         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
36732         * elf/tls-macros.h (TLS_LE): Move architecture-specific
36733         definitions to architecture-specific files.
36734         (TLS_IE): Likewise.
36735         (TLS_LD): Likewise.
36736         (TLS_GD): Likewise.
36737         * sysdeps/i386/tls-macros.h: New file.
36738         * sysdeps/powerpc/tls-macros.h: Likewise.
36739         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
36740         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
36741         * sysdeps/sh/tls-macros.h: Likewise.
36742         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
36743         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
36744         * sysdeps/x86_64/tls-macros.h: Likewise.
36746 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
36748         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
36749         zero value for regular exit case.
36751         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
36752         (__start_context): Preserve zero value for regular exit case.
36754 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
36755             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36757         * manual/setjmp.texi (setcontext): Clarify normal process
36758         termination when uc_link is the null pointer.
36759         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
36760         exit call.
36762 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
36764         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
36765         preprocessor.  Test for each exception mask separately.
36767 2012-07-16  Andreas Jaeger  <aj@suse.de>
36769         * po/ru.po: Update from translation team.
36771 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
36773         * conform/data/string.h-data (NULL): Use macro-constant.  Require
36774         equal to 0.
36775         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
36776         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
36777         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
36778         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
36779         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36781 2012-07-13  Andreas Jaeger  <aj@suse.de>
36783         * po/fr.po: Update from translation team.
36785 2012-07-12  Marek Polacek  <polacek@redhat.com>
36787         [BZ #14173]
36788         * math/libm-test.inc (yn_test): Add test for BZ #14173.
36789         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
36790         loop condition.
36792 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
36794         [BZ #13717]
36795         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36796         Change to 2.4.1 where previously 2.4.0.
36797         * sysdeps/unix/sysv/linux/configure: Regenerated.
36798         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
36799         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
36800         version.
36801         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
36802         (__ASSUME_AT_CLKTCK): Remove.
36803         (__ASSUME_AT_PAGESIZE): Likewise.
36804         (__ASSUME_AT_XID): Likewise.
36805         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
36806         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
36807         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
36808         unconditionally.
36809         (HAVE_AUX_PAGESIZE): Likewise.
36810         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
36811         [__ASSUME_AT_CLKTCK]: Make code unconditional.
36812         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
36814 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
36816         [BZ #14307]
36817         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
36818         the temporary buffer used to invoke __gethostbyname2_r,
36819         __gethostbyaddr_r and gethostbyname4_r to make room for struct
36820         host_data / struct gaih_addrtuple.
36821         * resolv/nss_dns/dns-host.c (global scope): Move definition of
36822         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
36823         header file nss/nsswitch.h.
36824         * nss/nsswitch.h (global scope): Add definition of implementation
36825         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
36826         resolv/nss_dns/dns-host.c).
36828 2012-07-11  Andreas Jaeger  <aj@suse.de>
36830         * po/fr.po: Update from translation team.
36832         * po/sv.po: Update from translation team
36833         * po/fr.po: Another update from translation team.
36835 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36837         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
36838         for subnormals or multiply small sinh result by itself.
36839         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
36840         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36842 2012-07-11  David S. Miller  <davem@davemloft.net>
36844         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36846 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
36848         [BZ #14347]
36849         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
36850         (INTERNAL_MARK): Shift it here.
36852 2012-07-10  Marek Polacek  <polacek@redhat.com>
36854         [BZ #14151]
36855         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
36856         libc_cv_asm_global_directive with .globl.
36857         * configure: Regenerated.
36858         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
36859         with .globl.
36860         * sysdeps/i386/configure: Regenerated.
36861         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
36862         with .globl.
36863         * sysdeps/x86_64/configure: Regenerated.
36864         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
36865         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
36866         * elf/tst-unique2mod2.c: Likewise.
36867         * elf/tst-unique2mod1.c: Likewise.
36868         * elf/tst-unique1mod2.c: Likewise.
36869         * elf/tst-unique1mod1.c: Likewise.
36870         * sysdeps/s390/s390-32/sysdep.h: Likewise.
36871         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
36872         * sysdeps/s390/s390-64/sysdep.h: Likewise.
36873         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
36874         * sysdeps/mach/sysdep.h: Likewise.
36875         * sysdeps/i386/sysdep.h: Likewise.
36876         * sysdeps/i386/i386-mcount.S: Likewise.
36877         * sysdeps/x86_64/_mcount.S: Likewise.
36878         * sysdeps/x86_64/sysdep.h: Likewise.
36879         * sysdeps/sh/_mcount.S: Likewise.
36880         * sysdeps/sh/sysdep.h: Likewise.
36881         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
36882         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
36883         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
36884         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
36885         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
36886         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
36887         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
36888         * locale/localeinfo.h: Likewise.
36889         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
36890         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
36892 2012-07-09  Roland McGrath  <roland@hack.frob.com>
36894         [BZ #14336]
36895         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
36896         system".
36897         * manual/message.texi (The Uniforum approach): Likewise.
36898         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
36899         (glibc iconv Implementation): Likewise.
36901 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
36903         [BZ #14337]
36904         * math/s_clog.c (__clog): Avoid scaling a value down where that
36905         could result in underflow.
36906         * math/s_clog10.c (__clog10): Likewise.
36907         * math/s_clog10f.c (__clog10f): Likewise.
36908         * math/s_clog10l.c (__clog10l): Likewise.
36909         * math/s_clogf.c (__clogf): Likewise.
36910         * math/s_clogl.c (__clogl): Likewise.
36911         * math/libm-test.inc (clog_test): Add more tests.
36912         (clog10_test): Likewise.
36913         * sysdeps/i386/fpu/libm-test-ulps: Update.
36914         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36916 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
36918         [BZ #14283]
36919         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
36920         by 7 not 8 to examine high bit of fractional part.
36922         [BZ #14042]
36923         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
36924         for call to __mcount_internal.
36925         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
36926         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
36927         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
36929 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
36931         [BZ #14154]
36932         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
36933         approximation for values within 0x1p-13f of an odd multiple of
36934         pi/4.
36935         * math/libm-test.inc (tan_test): Do not allow spurious underflow
36936         exception.  Add more tests.
36937         * sysdeps/i386/fpu/libm-test-ulps: Update.
36939         [BZ #6778]
36940         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
36941         inputs and return -1 for them.  Do not check for +Inf in case not
36942         reachable for +Inf.
36943         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
36944         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
36945         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
36946         and return -1 for them.  Do not check for +Inf in case not
36947         reachable for +Inf.
36948         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
36949         define.
36950         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
36951         and return -1 for them.  Do not check for +Inf in case not
36952         reachable for +Inf.
36953         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
36954         spurious underflow.
36955         * sysdeps/i386/fpu/libm-test-ulps: Update.
36956         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36958 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
36960         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
36962 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
36964         [BZ #14157]
36965         [BZ #14331]
36966         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
36967         could result in spurious underflow.  Scale down values above
36968         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
36969         * math/s_csqrtf.c (__csqrtf): Likewise.
36970         * math/s_csqrtl.c (__csqrtl): Likewise.
36971         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
36972         spurious underflow.
36973         * sysdeps/i386/fpu/libm-test-ulps: Update.
36974         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36976 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
36978         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
36979         xopen-msg.sed.
36980         * catgets/xopen-msg.awk: New file.
36981         * catgets/xopen-msg.sed: Removed.
36983         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
36984         po2text.sed.
36985         * intl/po2test.awk: New file.
36986         * intl/po2test.sed: Removed.
36988 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
36990         [BZ #14328]
36991         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
36992         or multiply small sinh result by itself.
36993         * math/s_ctanf.c (__ctanf): Likewise.
36994         * math/s_ctanh.c (__ctanh): Likewise.
36995         * math/s_ctanhf.c (__ctanhf): Likewise.
36996         * math/s_ctanhl.c (__ctanhl): Likewise.
36997         * math/s_ctanl.c (__ctanl): Likewise.
36998         * math/libm-test.inc (ctan_test_tonearest): New function.
36999         (ctan_test_towardzero): Likewise.
37000         (ctan_test_downward): Likewise.
37001         (ctan_test_upward): Likewise.
37002         (ctanh_test_tonearest): Likewise.
37003         (ctanh_test_towardzero): Likewise.
37004         (ctanh_test_downward): Likewise.
37005         (ctanh_test_upward): Likewise.
37006         (main): Call these new functions.
37007         * sysdeps/i386/fpu/libm-test-ulps: Update.
37008         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37010 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
37012         * .gitignore: Delete /ports entry.
37014 2012-07-03  Andreas Jaeger  <aj@suse.de>
37016         * po/bg.po: Update from translation team.
37017         * po/cs.po: Likewise.
37018         * po/de.po: Likewise.
37019         * po/hr.po: Likewise.
37020         * po/nl.pl: Likewise.
37021         * po/pl.po: Likewise.
37022         * po/vi.po: Likewise.
37024 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
37026         * Makeconfig [!+link] (+link-before-libc): New variable.
37027         [!+link] (+link-after-libc): Likewise.
37028         [!+link] (+link-tests): Likewise.
37029         [!+link] (+link): Define in terms of $(+link-before-libc) and
37030         $(+link-after-libc).
37031         [!+link-static] (+link-static-before-libc): New variable.
37032         [!+link-static] (+link-static-after-libc): Likewise.
37033         [!+link-static] (+link-static-tests): Likewise.
37034         [!+link-static] (+link-static): Define in terms of
37035         $(+link-static-before-libc) and $(+link-static-after-libc).
37036         [build-shared] (link-libc-before-gnulib): New variable.
37037         [build-shared] (link-libc-tests): Likewise.
37038         [build-shared] (link-libc): Define in terms of
37039         $(link-libc-before-gnulib).
37040         [!build-shared] (link-libc-tests): New variable.
37041         (link-libc-static-tests): New variable.
37042         [!gnulib] (gnulib-arch): New variable.
37043         [!gnulib] (gnulib-tests): Likewise.
37044         [!gnulib] (static-gnulib-arch): Likewise.
37045         [!gnulib] (static-gnulib-tests): Likewise.
37046         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
37047         Define with "=" instead of ":=".
37048         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
37049         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
37050         * Rules (binaries-all-notests): New variable.
37051         (binaries-all-tests): Likewise.
37052         (binaries-static-notests): Likewise.
37053         (binaries-static-tests): Likewise.
37054         (binaries-all): Define using $(binaries-all-notests) and
37055         $(binaries-all-tests).
37056         (binaries-static): Define using $(binaries-static-notests) and
37057         $(binaries-static-tests).
37058         (binaries-shared-tests): New variable.
37059         (binaries-shared-notests): Likewise.
37060         (binaries-shared): Remove variable.
37061         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
37062         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
37063         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
37064         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
37065         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
37066         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
37067         * elf/Makefile (sln-modules): New variable.
37068         (extra-objs): Add $(sln-modules:=.o).
37069         (ldconfig-modules): Add static-stubs.
37070         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
37071         * elf/static-stubs.c: New file.
37073         [BZ #14283]
37074         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
37075         by 7 not 8 to examine high bit of fractional part.  Use volatile
37076         variables when splitting into final array of floats if
37077         __FLT_EVAL_METHOD__ != 0.
37078         * math/libm-test.inc (cos_test): Add another test.
37079         (sin_test): Likewise.
37080         * sysdeps/i386/fpu/libm-test-ulps: Update.
37082         [BZ #14273]
37083         * math/libm-test.inc (cosh_test): Add more tests.
37085         * version.h (RELEASE): Set to "development".
37086         (VERSION): Set to "2.16.90".
37088 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
37090         * NEWS: Update copyright. Remove last-updated date.
37091         Mention math library bug fixes and timezone data changes.
37092         * README: Mention GNU/Hurd, x32, and HPPA support status.
37094 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
37096         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
37098 2012-06-27  Andreas Jaeger  <aj@suse.de>
37100         * manual/contrib.texi (Contributors): Add Samuel Thibault.
37102 2012-06-25  Andreas Jaeger  <aj@suse.de>
37104         * sysdeps/s390/fpu/libm-test-ulps: Update.
37106 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
37107             Thomas Schwinge  <thomas@codesourcery.com>
37109         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
37110         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
37111         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
37112         fanotify_mark.
37114 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
37116         * sysdeps/mach/start.c: Remove file.
37117         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
37118         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
37119         * sysdeps/sh/init-first.c: Likewise.
37121         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
37122         registers for frame unwinding purposes, add CFI directives.
37123         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37124         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
37125         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
37126         Likewise.
37128         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
37129         __fortify_fail returning.
37130         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37132         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
37133         sysdeps/sh/____longjmp_chk.S.
37134         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
37135         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
37136         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
37137         (gen-as-const-headers): Append sigaltstack-offsets.sym.
37139         * sysdeps/sh/abort-instr.h: New file.
37140         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
37141         process in case exit returns.
37143         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
37144         initialize the GOT register before use.
37146         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
37147         calculation of ARGC > 4.
37149         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
37150         meaningful names to some local labels.
37152 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37153             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37155         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
37156         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
37157         (__arch_compare_and_exchange_val_16_acq): Likewise.
37158         (__arch_compare_and_exchange_val_32_acq): Likewise.
37159         (atomic_exchange_and_add): Fix gUSA sequence.
37160         (atomic_add): Likewise.
37161         (atomic_add_negative): Likewise.
37162         (atomic_add_zero): Likewise.
37163         (atomic_bit_test_set): Likewise.
37165 2012-06-22  Andreas Schwab  <schwab@redhat.com>
37167         [BZ #13579]
37168         * include/link.h (struct link_map): Add l_free_initfini.
37169         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
37170         l_initfini.
37171         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
37172         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
37173         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
37174         set.
37176 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
37178         * configure.in: Use AC_LANG_SOURCE.
37179         * configure: Regenerate.
37181 2012-06-22  Roland McGrath  <roland@hack.frob.com>
37183         * configure.in (libc_cv_localstatedir): New substituted variable.
37184         * configure: Regenerated.
37185         * config.make.in (localstatedir): New variable, substituted from
37186         libc_cv_localstatedir.
37187         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
37188         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
37189         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
37190         * sysdeps/gnu/configure: Regenerated.
37192 2012-06-21  Jeff Law  <law@redhat.com>
37194         [BZ #14277]
37195         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
37196         free.  Simplify list management for _LIBC case.
37198 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
37200         [BZ #14273]
37201         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
37202         Clear sign bit of 64-bit integer value before comparing against
37203         overflow value.
37205         * sysdeps/mach/configure: Regenerated.
37207 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
37209         [BZ #14278]
37210         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
37212 2012-06-21  Jeff Law  <law@redhat.com>
37214         [BZ #13882]
37215         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
37216         uint16_t for elements in the "seen" array to avoid char overflows.
37217         * elf/dl-fini.c (_dl_sort_fini): Likewise.
37218         * elf/dl-open.c (dl_open_worker): Likewise.
37220 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
37222         * scripts/list-sources.sh: Scan PORTS for translations.
37223         * po/libc.pot: Regenerated.
37225 2012-06-21  Andreas Jaeger  <aj@suse.de>
37227         [BZ #12194]
37228         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
37229         warning.
37230         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
37231         * bits/byteswap-16.h (__bswap_16): Likewise.
37232         * bits/byteswap.h (__bswap_constant_16): Likewise.
37234 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
37236         [BZ #14117]
37237         * sysdeps/i386/fpu_control.h: Removed.
37238         * sysdeps/x86_64/fpu_control.h: Moved to ...
37239         * sysdeps/x86/fpu_control.h: Here.
37241         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
37242         (_FPU_SETCW): Likewise.
37244 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
37246         [BZ #14117]
37247         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
37248         * sysdeps/x86/fpu/bits/mathinline.h: This.
37249         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
37251         [BZ #14050]
37252         [BZ #14117]
37253         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
37254         functions if __x86_64__ is defined.
37256 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
37258         * string/endian.h: Add !__ASSEMBLER__ condition for including
37259         conversion interfaces.
37261 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
37263         [BZ #14241]
37264         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
37265         of ABS(x) in calculating zero to negative powers other than odd
37266         integers.
37267         * math/libm-test.inc (pow_test): Add more tests.
37269 2012-06-15  Andreas Jaeger  <aj@suse.de>
37271         * manual/contrib.texi (Contributors): Update entry of Liubov
37272         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
37273         Machado Filho.
37275 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
37277         * string/string.h: Add __wur to GNU version of strerror_r.
37279 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
37281         [BZ #14229]
37282         * string/Makefile (tests): Add tst-strtok_r.
37283         * string/tst-strtok_r.c: New file.
37284         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
37285         RAX_LP/RDX_LP on SAVE_PTR.
37287 2012-06-14  Roland McGrath  <roland@hack.frob.com>
37289         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
37291 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
37293         * libm_test.inc (csqrt_test): Allow more spurious underflow
37294         exceptions.
37295         (j0_test): Likewise.
37296         (j1_test): Likewise.
37297         (y0_test): Likewise.
37298         (y1_test): Likewise.
37300 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
37302         * po/Makefile (libc.pot): Use UTF-8 charset.
37304 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
37306         [BZ #14210]
37307         Suppress sign-conversion warning from FD_SET.
37308         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
37309         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
37310         not unsigned long int.
37311         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
37313 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
37315         [BZ #14050]
37316         [BZ #14117]
37317         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
37318         __extern_always_inline instead of __extern_inline.
37319         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
37320         (__signbit): Likewise.
37321         (__signbitl): Support C++ namespace.
37322         (lrintf): New inline function.
37323         (lrint): Likewise.
37324         (llrintf): Likewise.
37325         (llrint): Likewise.
37326         (fmaxf): Likewise.
37327         (fmax): Likewise.
37328         (fminf): Likewise.
37329         (fmin): Likewise.
37330         (rint): Likewise.
37331         (rintf): Likewise.
37332         (ceil): Likewise.
37333         (ceilf): Likewise.
37334         (floor): Likewise.
37335         (floorf): Likewise.
37336         (nearbyint): Likewise.
37337         (nearbyintf): Likewise.
37339 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
37341         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
37342         non-default versions.
37344 2012-06-11  Roland McGrath  <roland@hack.frob.com>
37346         [BZ #14218]
37347         * manual/argp.texi (Argp): Reword argp_parse description slightly.
37349 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
37351         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
37352         (FE_UPWARD, FE_DOWNWARD): Don't define.
37353         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
37354         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
37356         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
37357         reading it.
37358         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
37359         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
37361 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37363         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
37364         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
37365         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
37366         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
37368 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
37370         [BZ #14117]
37371         * sysdeps/i386/fpu/bits/fenv.h: Removed.
37372         * sysdeps/i386/fpu/Implies: New file.
37373         * sysdeps/x86_64/fpu/Implies: Likewise.
37374         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
37375         * sysdeps/x86/fpu/bits/fenv.h: This.
37377         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
37378         __SSE_MATH__.
37380 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
37382         [BZ #14134]
37383         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
37384         character 0xffff that matches the last element of the
37385         conversion table.
37387 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37389         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
37390         fmodl commit.
37392 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37394         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
37395         values higher than 25.6283.
37397 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37399         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
37400         subnormal exponent extraction and add some __builtin_expect.
37401         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
37402         Fix for subnormal mantissa calculation.
37404 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
37406         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
37407         cpu2 is -1 and errno is not ENOSYS.
37409 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
37411         [BZ #14117]
37412         * sysdeps/i386/i486/bits/string.h: Renamed to ...
37413         * sysdeps/x86/bits/string.h: This.
37414         * sysdeps/x86_64/bits/string.h: Removed.
37416         * sysdeps/i386/i486/bits/string.h: Define inline functions only
37417         if not compiling for x86-64, but compiling for >= i486.
37419         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
37420         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
37422         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
37423         New macro from Linux kernel 3.4.0.
37424         (FP_XSTATE_MAGIC2): Likewise.
37425         (FP_XSTATE_MAGIC2_SIZE): Likewise.
37426         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
37427         (struct _fpx_sw_bytes): New struct.
37428         (struct _xsave_hdr): Likewise.
37429         (struct _ymmh_state): Likewise.
37430         (struct _xstate): Likewise.
37432         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
37433         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
37434         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
37435         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
37436         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
37437         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
37439         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
37440         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
37441         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
37442         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
37443         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
37444         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
37446 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37448         [BZ #13743]
37449         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
37450         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
37451         (sysdep_headers): Include sys/platform/ppc.h.
37452         * sysdeps/powerpc/test-gettimebase.c: Test for
37453         __ppc_get_timebase() to catch future ISA opcode/insn changes.
37454         * manual/Makefile (appendices): Include platform.texi.
37455         * manual/contrib.texi (Contributors): Update @node pointers.
37456         * manual/maint.texi (Maintenance): Likewise.
37457         (Platform): New node.
37458         * manual/platform.texi: New file.  Document the new features.
37460 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
37461             Jakub Jelinek  <jakub@redhat.com>
37463         [BZ #14188]
37464         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
37465         where __builtin_expect is unavailable.
37467 2012-06-03  David S. Miller  <davem@davemloft.net>
37469         * stdlib/longlong.h: Updated from GCC.
37471 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
37473         [BZ #14042]
37474         * sysdeps/powerpc/powerpc32/mcount.c: New file.
37475         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
37476         __mcount_internal.
37477         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
37478         (GLIBC_2.16): Likewise.
37480 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37482         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
37484 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
37486         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
37487         (default-abi): New variable.
37488         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
37489         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
37490         variable.
37491         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
37492         Likewise.
37493         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
37494         Likewise.
37495         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
37496         Likewise.
37498         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
37499         definition.  Document in comment.
37501 2012-06-01  David S. Miller  <davem@davemloft.net>
37503         * stdlib/longlong.h: Updated from GCC.
37505 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37507         [BZ #14117]
37508         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
37509         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
37510         sys/debugreg.h sys/io.h here.
37511         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
37512         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
37513         sys/io.h.
37514         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
37515         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
37516         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
37517         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
37518         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
37519         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
37521         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
37522         Define only if __x86_64__ is defined.
37524 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
37526         [BZ #14048]
37527         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
37528         Use int64_t for variable i.
37529         * math/libm-test.inc (fmod_test): Add more tests.
37531         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
37532         z computation is not scheduled after fetestexcept.
37533         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
37534         Use math_force_eval instead of asm to ensure calculation scheduled
37535         before exception test.
37536         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
37537         Ensure a1 + u.d computation is not scheduled after fetestexcept.
37539 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
37541         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
37542         computation is not scheduled after fetestexcept.
37544 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37546         [BZ #14117]
37547         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
37548         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
37550 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37552         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
37553         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
37555 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
37557         [BZ #14117]
37558         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
37559         <bits/wordsize.h>.
37560         (__WCHAR_MIN): Support __WORDSIZE == 64.
37561         (__WCHAR_MAX): Likewise.
37563         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
37564         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
37566         [BZ #14183]
37567         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
37568         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
37570         [BZ #14117]
37571         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
37572         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
37574         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
37575         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
37577         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
37578         Defined to 1 if __x86_64__ isn't defined.
37579         (_STAT_VER_LINUX_OLD): New.
37580         (st_atime): Remove duplicate.
37581         (st_mtime): Likewise.
37582         (st_ctime): Likewise.
37584 2012-05-31  David S. Miller  <davem@davemloft.net>
37586         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
37587         entries.
37589 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
37591         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
37592         gen-libm-test.pl.
37594         [BZ #14132]
37595         * elf/dl-reloc.c: Include <_itoa.h>.
37596         (_dl_reloc_bad_type): Remove use of INTUSE.
37597         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
37598         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
37599         * stdio-common/psiginfo.c (psiginfo): Likewise.
37600         * stdio-common/psignal.c (psignal): Likewise.
37601         * string/strsignal.c (strsignal): Likewise.
37602         * include/signal.h (_sys_siglist): Declare hidden proto.
37603         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
37604         INTVARDEF with libc_hidden_data_def.
37605         * stdio-common/itoa-udigits.c: Likewise.
37606         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
37607         (_itoa_lower_digits_internal): Remove declaration.
37608         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
37609         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
37610         (_sys_sigabbrev_internal): Remove aliases.
37611         (_sys_siglist): Define hidden alias.
37613 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
37615         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
37616         bits/sysctl.h.
37618 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
37620         [BZ #14117]
37621         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
37622         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
37624         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
37625         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
37626         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
37627         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
37628         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
37629         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
37631         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
37632         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
37633         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
37635         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
37636         with __addr.
37637         (insw): Likewise.
37638         (insl): Likewise.
37639         (outsb): Likewise.
37640         (outsw): Likewise.
37641         (outsl): Likewise.
37643         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
37644         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
37645         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
37647         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
37648         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
37649         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
37650         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
37651         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
37652         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
37654         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
37655         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
37657         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
37658         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
37660         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
37661         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
37662         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
37664         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
37665         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
37666         to ...
37667         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
37669         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
37670         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
37671         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
37673         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
37674         for x86-64.
37675         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
37677 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
37679         * math/math.h (M_El): Use two more decimal places.
37680         (M_LOG2El): Likewise.
37681         (M_LOG10El): Likewise.
37682         (M_LN2l): Likewise.
37683         (M_LN10l): Likewise.
37684         (M_PIl): Likewise.
37685         (M_PI_2l): Likewise.
37686         (M_PI_4l): Likewise.
37687         (M_1_PIl): Likewise.
37688         (M_2_PIl): Likewise.
37689         (M_2_SQRTPIl): Likewise.
37690         (M_SQRT2l): Likewise.
37691         (M_SQRT1_2l): Likewise.
37693 2012-05-31  David S. Miller  <davem@davemloft.net>
37695         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
37696         values between float registers.
37697         * sysdeps/sparc/sparc64/memset.S: Likewise.
37698         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
37700 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
37702         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
37703         -D_FORTIFY_SOURCE=1.
37704         (CPPFLAGS-tst-longjmp_chk.c): Define.
37705         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
37706         (CPPFLAGS-tst-longjmp_chk2.c): Define.
37707         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
37708         CFLAGS-tst-wchar-h.c.
37710 2012-05-31  Marek Polacek  <polacek@redhat.com>
37712         [BZ #14132]
37713         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
37714         __endmntent_internal): Remove declaration.
37715         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
37716         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
37717         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
37719 2012-05-30  David S. Miller  <davem@davemloft.net>
37721         * sysdeps/sparc/sparc32/soft-fp/q_util.c
37722         (___Q_simulate_exceptions): Use real FP ops rather than writing
37723         into the %fsr.
37724         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
37725         Likewise.
37727 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
37729         [BZ #14117]
37730         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
37731         * sysdeps/x86/bits/xtitypes.h: This.
37733         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
37734         * sysdeps/x86/bits/wordsize.h: This.
37736         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
37737         * sysdeps/x86/bits/huge_vall.h: This.
37739         * sysdeps/i386/bits/select.h: Removed.
37740         * sysdeps/x86_64/bits/select.h: Renamed to ...
37741         * sysdeps/x86/bits/select.h: This.
37743         * sysdeps/i386/bits/setjmp.h: Removed.
37744         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
37745         * sysdeps/x86/bits/setjmp.h: This.
37747         * sysdeps/i386/bits/mathdef.h: Removed.
37748         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
37749         * sysdeps/x86/bits/mathdef.h: This.
37751 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
37753         [BZ #14132]
37754         * include/sys/socket.h (__connect_internal)
37755         (__libc_sa_len_internal): Remove declaration.
37756         (__connect, __libc_sa_len): Declare hidden_proto.
37757         (SA_LEN): Remove use of INTUSE.
37758         * socket/connect.c: Add libc_hidden_def.
37759         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
37760         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
37761         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
37762         alias.
37763         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
37764         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
37765         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
37766         of adding _internal alias.
37768 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
37770         [BZ #14117]
37771         * sysdeps/i386/bits/link.h: Removed.
37772         * sysdeps/i386/bits/linkmap.h: Likewise.
37773         * sysdeps/x86_64/bits/link.h: Renamed to ...
37774         * sysdeps/x86/bits/link.h: This.
37775         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
37776         * sysdeps/x86/bits/linkmap.h: This.
37778         * sysdeps/i386/bits/endian.h: Removed.
37779         * sysdeps/x86_64/bits/endian.h: Renamed to ...
37780         * sysdeps/x86/bits/endian.h: This.
37782         * sysdeps/i386/bits/byteswap.h: Removed.
37783         * sysdeps/i386/bits/byteswap-16.h: Likewise.
37784         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
37785         * sysdeps/x86/bits/byteswap.h: This.
37786         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
37787         * sysdeps/x86/bits/byteswap-16.h: This.
37788         * sysdeps/i386/Implies: Add x86.
37789         * sysdeps/x86_64/Implies: Likewise.
37791 2012-05-30  David S. Miller  <davem@davemloft.net>
37793         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
37794         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
37795         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
37796         (FP_TRAPPING_EXCEPTIONS): Define.
37797         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
37798         (FP_TRAPPING_EXCEPTIONS): Define.
37799         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
37800         subnormals only when inexact has been signalled or underflow
37801         exceptions are enabled.
37802         (_FP_PACK_CANONICAL): Likewise.
37804 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
37806         [BZ #14183]
37807         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
37808         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
37810 2012-05-30  Richard Henderson  <rth@twiddle.net>
37812         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
37813         with #ifndef NOT_IN_libc.
37815         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
37816         marked to avoid plt entry.
37818 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
37820         [BZ #14112]
37821         * Makeconfig (default-abi): New macro.
37822         (abi-includes): Likewise.
37823         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
37824         $(abi-$(default-abi)-lib-soname) for soname if defined.
37825         ($(common-objpfx)gnu/lib-names.stmp): Generate from
37826         abi-variants.
37827         * Makefile (installed-stubs): Likewise.
37828         * include/stubs-biarch.h: Removed.
37829         * scripts/lib-names.awk: Only handle one library at a time.
37830         * scripts/soversions.awk: Remove WORDSIZE support.
37831         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
37832         entries.
37833         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
37834         Removed.
37835         (syscall-list-default-condition): Likewise.
37836         (syscall-list-default-condition): Likewise.
37837         (syscall-list-includes): Likewise.
37838         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
37839         syscall-list-* with abi-*.  Handle undefined abi-variants.
37840         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
37841         * sysdeps/unix/sysv/linux/i386/Implies: New file.
37842         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
37843         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
37844         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
37845         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
37846         Removed.
37847         (syscall-list-32-options): Likewise.
37848         (syscall-list-32-condition): Likewise.
37849         (syscall-list-64-options): Likewise.
37850         (syscall-list-64-condition): Likewise.
37851         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
37852         macro.
37853         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
37854         Renamed to ...
37855         (abi-*): This.
37856         (abi-64-ld-soname): New macro.
37857         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
37858         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
37859         Renamed to ...
37860         (abi-*): This.
37861         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
37862         * sysdeps/x86_64/x32/shlib-versions: Likewise.
37864 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
37866         * sysdeps/unix/sysv/linux/kernel-features.h
37867         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
37868         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
37869         include <kernel-features.h>.
37870         [!__NR_ftruncate64]: Remove conditional code.
37871         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37872         [__NR_ftruncate64]: Make code unconditional.
37873         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37874         * sysdeps/unix/sysv/linux/truncate64.c: Do not
37875         include <kernel-features.h>.
37876         [!__NR_ftruncate64]: Remove conditional code.
37877         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37878         [__NR_ftruncate64]: Make code unconditional.
37879         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37880         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
37881         include <kernel-features.h>.
37882         [!__NR_ftruncate64]: Remove conditional code.
37883         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37884         [__NR_ftruncate64]: Make code unconditional.
37885         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37886         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
37887         include <kernel-features.h>.
37888         [!__NR_ftruncate64]: Remove conditional code.
37889         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37890         [__NR_ftruncate64]: Make code unconditional.
37891         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37893         * configure.in (libc_cv_fpie): Weaken to a compile test using
37894         LIBC_TRY_CC_OPTION.
37895         * configure: Regenerated.
37897 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37899         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
37900         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
37901         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
37902         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
37903         Refreshed.
37904         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
37905         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
37906         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
37907         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
37908         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
37909         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
37910         Refreshed.
37912 2012-05-27  David S. Miller  <davem@davemloft.net>
37914         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
37915         (___Q_zero): New.
37916         (__Q_simulate_exceptions): Return void.  Change to simulate
37917         exceptions by writing into the %fsr.
37918         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
37919         (__Qp_handle_exceptions): Likewise.
37920         (numbers): Delete.
37921         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
37922         __Qp_handle_exceptions.
37923         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
37924         __Qp_handle_exceptions.
37925         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
37926         as unused and give dummy FP_RND_NEAREST initializer.
37927         (FP_INHIBIT_RESULTS): Define.
37928         (___Q_simulate_exceptions): Update declaration.
37929         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
37930         formatting.
37931         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
37932         as unused and give dummy FP_RND_NEAREST initializer.
37933         (__Qp_handle_exceptions): Update declaration.
37934         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
37935         formatting.
37937 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
37939         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
37940         the temporary FPU control word.
37941         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
37942         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
37943         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
37944         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
37945         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
37946         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
37947         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
37948         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
37949         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
37950         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
37951         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
37953 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37955         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
37956         fields.
37958 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
37960         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
37961         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
37962         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
37963         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
37964         Likewise.
37965         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
37966         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
37967         Likewise.
37969 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
37971         * po/h.po: Update from translation team.
37973 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
37975         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
37977         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
37978         handling of denormals.
37979         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
37980         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
37981         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
37982         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
37983         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
37984         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
37985         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
37986         Likewise.
37988 2012-05-26  Marek Polacek  <polacek@redhat.com>
37990         [BZ #14152]
37991         * math/libm-test.inc (fma_test): Don't always expect underflow
37992         exception.
37994 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
37996         [BZ #12416]
37997         * elf/tst-execstack.c: Include stackinfo.h.
37998         (do_test): Adjust test case to ensure that pthread_getattr_np
37999         behaviour remains the same after marking stack executable.
38001 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38003         * sysdeps/unix/sysv/linux/kernel-features.h
38004         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
38005         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
38006         kernel-features.h.
38007         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38008         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38009         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
38010         kernel-features.h.
38011         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38012         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38014 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
38016         * configure.in: Define the default includes to being none.
38017         * configure: Regenerated.
38019 2012-05-25  Roland McGrath  <roland@hack.frob.com>
38021         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
38022         * sysdeps/x86_64/setjmp.S: Likewise.
38023         * sysdeps/i386/bsd-setjmp.S: Likewise.
38024         * sysdeps/i386/bsd-_setjmp.S: Likewise.
38025         * sysdeps/i386/setjmp.S: Likewise.
38026         * sysdeps/i386/__longjmp.S: Likewise.
38027         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
38028         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
38030         * include/stap-probe.h: New file.
38031         * configure.in: Handle --enable-systemtap.
38032         * configure: Regenerated.
38033         * config.h.in (USE_STAP_PROBE): New #undef.
38034         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
38035         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
38036         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
38038 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38040         [BZ #13717]
38041         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
38042         to 2.4.0 where earlier.
38043         * sysdeps/unix/sysv/linux/configure: Regenerated.
38044         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
38045         <kernel-features.h>.
38046         [__ASSUME_32BITUIDS]: Make code unconditional.
38047         [!__ASSUME_32BITUIDS]: Remove conditional code.
38048         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
38049         <kernel-features.h>.
38050         [__ASSUME_32BITUIDS]: Make code unconditional.
38051         [!__ASSUME_32BITUIDS]: Remove conditional code.
38052         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
38053         [__ASSUME_32BITUIDS]: Make code unconditional.
38054         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
38055         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
38056         <kernel-features.h>.
38057         [__ASSUME_32BITUIDS]: Make code unconditional.
38058         [!__ASSUME_32BITUIDS]: Remove conditional code.
38059         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
38060         <kernel-features.h>.
38061         [__ASSUME_32BITUIDS]: Make code unconditional.
38062         [!__ASSUME_32BITUIDS]: Remove conditional code.
38063         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
38064         <kernel-features.h>.
38065         [__ASSUME_32BITUIDS]: Make code unconditional.
38066         [!__ASSUME_32BITUIDS]: Remove conditional code.
38067         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
38068         <kernel-features.h>.
38069         [__ASSUME_32BITUIDS]: Make code unconditional.
38070         [!__ASSUME_32BITUIDS]: Remove conditional code.
38071         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
38072         <kernel-features.h>.
38073         [__ASSUME_32BITUIDS]: Make code unconditional.
38074         [!__ASSUME_32BITUIDS]: Remove conditional code.
38075         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
38076         <kernel-features.h>.
38077         [__ASSUME_32BITUIDS]: Make code unconditional.
38078         [!__ASSUME_32BITUIDS]: Remove conditional code.
38079         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
38080         <kernel-features.h>.
38081         [__ASSUME_32BITUIDS]: Make code unconditional.
38082         [!__ASSUME_32BITUIDS]: Remove conditional code.
38083         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
38084         <kernel-features.h>.
38085         [__ASSUME_32BITUIDS]: Make code unconditional.
38086         [!__ASSUME_32BITUIDS]: Remove conditional code.
38087         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
38088         <kernel-features.h>.
38089         [__ASSUME_32BITUIDS]: Make code unconditional.
38090         [!__ASSUME_32BITUIDS]: Remove conditional code.
38091         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
38092         <kernel-features.h>.
38093         [__ASSUME_32BITUIDS]: Make code unconditional.
38094         [!__ASSUME_32BITUIDS]: Remove conditional code.
38095         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
38096         <kernel-features.h>.
38097         [__NR_setresgid] (__setresgid): Do not declare.
38098         [__ASSUME_32BITUIDS]: Make code unconditional.
38099         [!__ASSUME_32BITUIDS]: Remove conditional code.
38100         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
38101         <kernel-features.h>.
38102         [__NR_setresuid] (__setresuid): Do not declare.
38103         [__ASSUME_32BITUIDS]: Make code unconditional.
38104         [!__ASSUME_32BITUIDS]: Remove conditional code.
38105         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
38106         <kernel-features.h>.
38107         [__ASSUME_32BITUIDS]: Make code unconditional.
38108         [!__ASSUME_32BITUIDS]: Remove conditional code.
38109         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
38110         <kernel-features.h>.
38111         [__ASSUME_32BITUIDS]: Make code unconditional.
38112         [!__ASSUME_32BITUIDS]: Remove conditional code.
38113         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
38114         <kernel-features.h>.
38115         [__ASSUME_32BITUIDS]: Make code unconditional.
38116         [!__ASSUME_32BITUIDS]: Remove conditional code.
38117         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
38118         <kernel-features.h>.
38119         [__ASSUME_32BITUIDS]: Make code unconditional.
38120         [!__ASSUME_32BITUIDS]: Remove conditional code.
38121         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
38122         <kernel-features.h>.
38123         [__ASSUME_32BITUIDS]: Make code unconditional.
38124         [!__ASSUME_32BITUIDS]: Remove conditional code.
38125         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
38126         <kernel-features.h>.
38127         [__ASSUME_32BITUIDS]: Make code unconditional.
38128         [!__ASSUME_32BITUIDS]: Remove conditional code.
38129         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
38130         <kernel-features.h>.
38131         [__ASSUME_32BITUIDS]: Make code unconditional.
38132         [!__ASSUME_32BITUIDS]: Remove conditional code.
38133         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
38134         <kernel-features.h>.
38135         [__ASSUME_32BITUIDS]: Make code unconditional.
38136         [!__ASSUME_32BITUIDS]: Remove conditional code.
38137         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
38138         <kernel-features.h>.
38139         [__ASSUME_32BITUIDS]: Make code unconditional.
38140         [!__ASSUME_32BITUIDS]: Remove conditional code.
38141         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
38142         <kernel-features.h>.
38143         [__ASSUME_32BITUIDS]: Make code unconditional.
38144         [!__ASSUME_32BITUIDS]: Remove conditional code.
38145         * sysdeps/unix/sysv/linux/kernel-features.h
38146         (__ASSUME_SETRESUID_SYSCALL): Remove.
38147         (__ASSUME_SETRESGID_SYSCALL): Likewise.
38148         (__ASSUME_32BITUIDS): Likewise.
38149         (__ASSUME_LDT_WORKS): Likewise.
38150         (__ASSUME_O_DIRECTORY): Likewise.
38151         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
38152         architecture but not kernel version.
38153         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
38154         (__ASSUME_MMAP2_SYSCALL): Likewise.
38155         (__ASSUME_STAT64_SYSCALL): Likewise.
38156         (__ASSUME_IPC64): Likewise.
38157         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
38158         <kernel-features.h>.
38159         [__ASSUME_32BITUIDS]: Make code unconditional.
38160         [!__ASSUME_32BITUIDS]: Remove conditional code.
38161         * sysdeps/unix/sysv/linux/opendir.c: Do not include
38162         <kernel-features.h>.
38163         [__ASSUME_O_DIRECTORY]: Make code unconditional.
38164         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
38165         132096]: Remove conditional code.
38166         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
38167         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
38168         <kernel-features.h>.
38169         [__ASSUME_32BITUIDS]: Make code unconditional.
38170         [!__ASSUME_32BITUIDS]: Remove conditional code.
38171         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
38172         <kernel-features.h>.
38173         [__ASSUME_32BITUIDS]: Make code unconditional.
38174         [!__ASSUME_32BITUIDS]: Remove conditional code.
38175         * sysdeps/unix/sysv/linux/setegid.c: Do not include
38176         <kernel-features.h>.
38177         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
38178         unconditional.
38179         (__setresgid): Do not declare.
38180         [__ASSUME_32BITUIDS]: Make code unconditional.
38181         [!__ASSUME_32BITUIDS]: Remove conditional code.
38182         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
38183         <kernel-features.h>.
38184         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
38185         unconditional.
38186         (__setresuid): Do not declare.
38187         [__ASSUME_32BITUIDS]: Make code unconditional.
38188         [!__ASSUME_32BITUIDS]: Remove conditional code.
38189         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
38190         <kernel-features.h>.
38191         [__ASSUME_32BITUIDS]: Make code unconditional.
38192         [!__ASSUME_32BITUIDS]: Remove conditional code.
38193         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
38194         <kernel-features.h>.
38195         [__ASSUME_32BITUIDS]: Make code unconditional.
38196         [!__ASSUME_32BITUIDS]: Remove conditional code.
38198 2012-05-25  Richard Henderson  <rth@twiddle.net>
38200         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
38201         dl_hwcap to ifunc resolver.
38202         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
38203         elf_ifunc_invoke.
38204         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
38205         dl_hwcap to ifunc resolver.
38206         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
38208 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38210         [BZ #14153]
38211         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
38212         for |x| <= 2**-26, not 2**-57.
38213         * math/libm-test.inc (acos_test): Do not allow spurious underflow
38214         exception.
38216 2012-05-24  Jeff Law  <law@redhat.com>
38218         * stdio-common/Makefile (tests): Add bug25.
38219         * stdio-common/bug25.c: New test.
38221 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
38223         [BZ #13576]
38224         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
38225         multiple of MALLOC_ALIGNMENT in size.
38226         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
38228 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38230         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
38231         Require >= 256.
38232         (FILENAME_MAX): Use macro-int-constant.
38233         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
38234         (_IOFBF): Use macro-int-constant.
38235         (_IOLBF): Likewise.
38236         (_IONBF): Likewise.
38237         (SEEK_CUR): Likewise.
38238         (SEEK_END): Likewise.
38239         (SEEK_SET): Likewise.
38240         (TMP_MAX): Likewise.
38241         (EOF): Use macro-int-constant.  Require < 0.
38242         (NULL): Use macro-constant.  Require == 0.
38243         (stdin): Require type to be FILE *.
38244         (stdout): Likewise.
38245         (stderr): Likewise.
38246         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
38247         macro-int-constant.
38248         (EXIT_SUCCESS): Likewise.
38249         (NULL): Use macro-constant.  Require == 0.
38250         (RAND_MAX): Use macro-int-constant.
38251         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
38252         [C99-based standards] (strtof): Require function.
38253         [C99-based standards] (strtold): Likewise.
38254         [C99-based standards] (strtoll): Likewise.
38255         [C99-based standards] (strtoull): Likewise.
38256         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
38257         [ISO || ISO99 || ISO11] (limits.h): Likewise.
38258         [ISO || ISO99 || ISO11] (math.h): Likewise.
38259         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
38260         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
38261         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38263 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
38265         [BZ #14132]
38266         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
38267         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
38268         * intl/dgettext.c (DCGETTEXT): Likewise.
38269         * intl/gettext.c (DCGETTEXT): Likewise.
38270         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
38271         * posix/regex_internal.h (gettext): Likewise.
38272         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
38273         Remove declaration.
38274         * include/argz.h (__argz_count_internal)
38275         (__argz_stringify_internal): Remove declaration.
38276         (__argz_count, __argz_stringify): Declare hidden proto.
38277         * intl/dcgettext.c: Remove use of INTDEF.
38278         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
38279         * string/argz-stringify.c: Likewise.
38280         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38281         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38282         Declare hidden proto.
38283         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38284         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38285         Declare hidden proto.
38286         * include/stdio.h (__asprintf_internal): Don't declare.
38287         (__asprintf): Don't define as macro.  Declare hidden proto.
38288         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
38289         (__fsetlocking): Declare hidden proto.
38290         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
38291         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
38292         hidden proto.
38293         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
38294         (_IO_setlinebuf): Remove use of INTUSE.
38295         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
38296         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
38297         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
38298         Remove declaration.
38299         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
38300         (_IO_do_flush): Remove use of INTUSE.
38301         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
38302         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
38303         (_IO_adjust_column, _IO_least_wmarker)
38304         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
38305         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
38306         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
38307         (_IO_default_doallocate, _IO_wdefault_doallocate)
38308         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
38309         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
38310         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
38311         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
38312         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
38313         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
38314         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
38315         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
38316         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
38317         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
38318         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
38319         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
38320         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
38321         proto.
38322         (_IO_flush_all_internal, _IO_adjust_column_internal)
38323         (_IO_default_uflow_internal, _IO_default_finish_internal)
38324         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
38325         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
38326         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
38327         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
38328         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
38329         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
38330         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
38331         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
38332         (_IO_file_close_internal, _IO_file_close_it_internal)
38333         (_IO_file_underflow_internal, _IO_file_overflow_internal)
38334         (_IO_file_init_internal, _IO_file_attach_internal)
38335         (_IO_file_fopen_internal, _IO_file_read_internal)
38336         (_IO_file_sync_internal, _IO_file_seek_internal)
38337         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
38338         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
38339         (_IO_str_underflow_internal, _IO_str_overflow_internal)
38340         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
38341         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
38342         (_IO_list_all_internal, _IO_link_in_internal)
38343         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
38344         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
38345         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
38346         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
38347         (_IO_do_write_internal, _IO_padn_internal)
38348         (_IO_getline_info_internal, _IO_getline_internal)
38349         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
38350         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
38351         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
38352         (_IO_vfscanf_internal, _IO_vfprintf_internal)
38353         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
38354         (_IO_init_internal, _IO_un_link_internal): Don't declare.
38355         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
38356         with libc_hidden_ver, remove use of INTUSE.
38357         * libio/genops.c: Likewise.
38358         * libio/freopen.c: Likewise.
38359         * libio/freopen64.c: Likewise.
38360         * libio/iofclose.c: Likewise.
38361         * libio/iofdopen.c: Likewise.
38362         * libio/iofflush.c: Likewise.
38363         * libio/iofflush_u.c: Likewise.
38364         * libio/iofgets.c: Likewise.
38365         * libio/iofgets_u.c: Likewise.
38366         * libio/iofopen.c: Likewise.
38367         * libio/iofopncook.c: Likewise.
38368         * libio/iofread.c: Likewise.
38369         * libio/iofread_u.c: Likewise.
38370         * libio/ioftell.c: Likewise.
38371         * libio/iofwrite.c: Likewise.
38372         * libio/iogetline.c: Likewise.
38373         * libio/iogets.c: Likewise.
38374         * libio/iogetwline.c: Likewise.
38375         * libio/iopadn.c: Likewise.
38376         * libio/iopopen.c: Likewise.
38377         * libio/ioseekoff.c: Likewise.
38378         * libio/ioseekpos.c: Likewise.
38379         * libio/iosetbuffer.c: Likewise.
38380         * libio/iosetvbuf.c: Likewise.
38381         * libio/ioungetc.c: Likewise.
38382         * libio/ioungetwc.c: Likewise.
38383         * libio/iovdprintf.c: Likewise.
38384         * libio/iovsprintf.c: Likewise.
38385         * libio/iovsscanf.c: Likewise.
38386         * libio/memstream.c: Likewise.
38387         * libio/obprintf.c: Likewise.
38388         * libio/oldfileops.c: Likewise.
38389         * libio/oldiofclose.c: Likewise.
38390         * libio/oldiofdopen.c: Likewise.
38391         * libio/oldiofopen.c: Likewise.
38392         * libio/oldiopopen.c: Likewise.
38393         * libio/oldstdfiles.c: Likewise.
38394         * libio/putc.c: Likewise.
38395         * libio/setbuf.c: Likewise.
38396         * libio/setlinebuf.c: Likewise.
38397         * libio/stdfiles.c: Likewise.
38398         * libio/strops.c: Likewise.
38399         * libio/vasprintf.c: Likewise.
38400         * libio/vscanf.c: Likewise.
38401         * libio/vsnprintf.c: Likewise.
38402         * libio/vswprintf.c: Likewise.
38403         * libio/wfiledoalloc.c: Likewise.
38404         * libio/wfileops.c: Likewise.
38405         * libio/wgenops.c: Likewise.
38406         * libio/wmemstream.c: Likewise.
38407         * libio/wstrops.c: Likewise.
38408         * libio/__fpurge.c: Likewise.
38409         * libio/__fsetlocking.c: Likewise.
38410         * assert/assert.c: Likewise.
38411         * debug/fgets_chk.c: Likewise.
38412         * debug/fgets_u_chk.c: Likewise.
38413         * debug/fread_chk.c: Likewise.
38414         * debug/fread_u_chk.c: Likewise.
38415         * debug/gets_chk.c: Likewise.
38416         * debug/obprintf_chk.c: Likewise.
38417         * debug/vasprintf_chk.c: Likewise.
38418         * debug/vdprintf_chk.c: Likewise.
38419         * debug/vsnprintf_chk.c: Likewise.
38420         * debug/vsprintf_chk.c: Likewise.
38421         * malloc/mtrace.c: Likewise.
38422         * misc/error.c: Likewise.
38423         * misc/syslog.c: Likewise.
38424         * stdio-common/asprintf.c: Likewise.
38425         * stdio-common/fxprintf.c: Likewise.
38426         * stdio-common/getw.c: Likewise.
38427         * stdio-common/isoc99_fscanf.c: Likewise.
38428         * stdio-common/isoc99_scanf.c: Likewise.
38429         * stdio-common/isoc99_vfscanf.c: Likewise.
38430         * stdio-common/isoc99_vscanf.c: Likewise.
38431         * stdio-common/isoc99_vsscanf.c: Likewise.
38432         * stdio-common/printf-prs.c: Likewise.
38433         * stdio-common/printf_fp.c: Likewise.
38434         * stdio-common/printf_fphex.c: Likewise.
38435         * stdio-common/printf_size.c: Likewise.
38436         * stdio-common/putw.c: Likewise.
38437         * stdio-common/scanf.c: Likewise.
38438         * stdio-common/sprintf.c: Likewise.
38439         * stdio-common/tmpfile.c: Likewise.
38440         * stdio-common/vfprintf.c: Likewise.
38441         * stdio-common/vfscanf.c: Likewise.
38442         * stdlib/strfmon_l.c: Likewise.
38443         * sunrpc/openchild.c: Likewise.
38444         * sunrpc/xdr_stdio.c: Likewise.
38445         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
38446         * sysdeps/mach/hurd/tmpfile.c: Likewise.
38448 2012-05-24  Roland McGrath  <roland@hack.frob.com>
38450         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
38452         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
38453         in the third column, to generate for the shared library an IFUNC
38454         that uses _dl_vdso_vsym.
38455         * Makerules (COMPILE.c, compile-stdin.c): New variables.
38456         * Makeconfig (object-suffixes-noshared): New variable.
38458         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
38459         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
38460         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
38461         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
38463         [BZ #14132]
38464         * include/sys/time.h (__gettimeofday): Remove macro.
38465         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
38466         * time/gettimeofday.c (__gettimeofday): Remove #undef.
38467         Remove INTDEF.
38468         (__gettimeofday): Add libc_hidden_def.
38469         (gettimeofday): Add libc_hidden_weak.
38470         * sysdeps/mach/gettimeofday.c: Likewise.
38471         * sysdeps/posix/gettimeofday.c: Likewise.
38472         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
38473         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
38474         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
38475         (__gettimeofday_internal): Remove strong_alias.
38476         (__gettimeofday): Add libc_hidden_def.
38477         (gettimeofday): Add libc_hidden_weak.
38478         * sysdeps/unix/syscalls.list (gettimeofday):
38479         Remove __gettimeofday_internal alias.
38481 2012-05-24  Daniel Jacobowitz  <drow@false.org>
38482             H.J. Lu  <hongjiu.lu@intel.com>
38484         [BZ #12495]
38485         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
38486         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
38487         (largebin_index_32_big): New.
38488         (largebin_index): Use it for 16-byte alignment.
38489         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
38490         correction with front_misalign.
38492 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
38494         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
38495         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
38496         Likewise.
38497         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
38498         Likewise.
38499         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
38500         Likewise.
38501         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
38502         Likewise.
38503         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
38504         Likewise.
38505         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
38506         Likewise.
38507         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
38508         Likewise.
38509         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
38510         Likewise.
38511         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
38512         Likewise.
38513         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
38514         Likewise.
38515         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
38516         Likewise.
38517         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
38518         Likewise.
38520         * scripts/data/c++-types-x32-linux-gnu.data: New file.
38521         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
38523 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38525         [BZ #10846]
38526         [BZ #14036]
38527         * math/libm-test.inc (exp_test): Add test from bug 14036.
38528         (pow_test): Add test from bug 10846.
38530         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
38531         and other flags.
38532         (special_function): Do not include flags in test name.
38533         (parse_args): Likewise.
38534         * sysdeps/i386/fpu/libm-test-ulps: Update.
38535         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
38536         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
38537         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
38538         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38540         * math/gen-libm-test.pl (%beautify): Add entries for underflow
38541         exceptions.
38542         * math/libm-test.inc ("Philosophy"): Update comment about
38543         exception testing.
38544         (UNDERFLOW_EXCEPTION): New macro.
38545         (UNDERFLOW_EXCEPTION_OK): Likewise.
38546         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
38547         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
38548         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
38549         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
38550         (INVALID_EXCEPTION_OK): Update value.
38551         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
38552         (OVERFLOW_EXCEPTION_OK): Likewise.
38553         (IGNORE_ZERO_INF_SIGN): Likewise.
38554         (test_exceptions): Handle underflow exceptions.
38555         (acos_test): Update for underflow exception expectations.
38556         (cexp_test): Likewise.
38557         (clog_test): Likewise.
38558         (clog10_test): Likewise.
38559         (csqrt_test): Likewise.
38560         (ctan_test): Likewise.
38561         (ctanh_test): Likewise.
38562         (exp_test): Likewise.
38563         (exp10_test): Likewise.
38564         (exp2_test): Likewise.
38565         (expm1_test): Likewise.
38566         (fma_test): Likewise.
38567         (j0_test): Likewise.
38568         (jn_test): Likewise.
38569         (nexttoward_test): Likewise.
38570         (pow_test): Likewise.
38571         (scalbn_test): Likewise.
38572         (scalbln_test): Likewise.
38573         (tan_test): Likewise.
38574         (y1_test): Likewise.
38575         * sysdeps/i386/fpu/libm-test-ulps: Update.
38576         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38578 2012-05-23  David S. Miller  <davem@davemloft.net>
38580         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
38581         (__libc_sigaction): Remove unused local variables.
38583 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
38585         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
38587 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
38589         mktime: avoid signed integer overflow
38590         * time/mktime.c (__mktime_internal): Do not mishandle the case
38591         where diff == INT_MIN.
38593         mktime: simplify computation of average
38594         * time/mktime.c (ranged_convert): Use new time_t_avg function
38595         instead of rolling our own (probably-slower) code.
38597         mktime: do not assume signed right shift propagates sign bit
38598         * time/mktime.c (isdst_differ): New static function.
38599         (__mktime_internal): No need to normalize tm_isdst now.
38600         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
38601         tm_isdst values.
38603         mktime: merge another wrapv change from gnulib
38604         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
38605         from some compilers.
38607         mktime: remove incorrect attempt at unusual arithmetics
38608         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
38609         The code didn't really work on such machines anyway.
38610         (TYPE_MINIMUM): Assume two's complement.
38611         (twos_complement_arithmetic): Verify that long_int and time_t
38612         are two's complement (or unsigned, in the latter case).
38614         mktime: check signed shifts on long_int and time_t, too
38615         * time/mktime.c (SHR): Check that shifts work as desired
38616         on the types long_int and time_t too, as SHR is used on
38617         such types.
38619         mktime: do not assume 'long' is wide enough
38620         * time/mktime.c (verify): Move decl up.
38621         (long_int): New type.
38622         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
38623         to remove assumption in the code that 'long' is wide enough to
38624         store year values.  This assumption is not true on x32 and on
38625         some non-glibc platforms.
38627         mktime: merge wrapv change from gnulib
38628         * time/mktime.c (WRAPV): New macro.
38629         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
38630         (guess_time_tm, __mktime_internal): Do not assume that signed
38631         integer overflow wraps around; modern compilers generate code
38632         where this assumption is no longer valid.
38634 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
38636         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
38637         Replace "jmp L(pseudo_end)" with "ret".
38638         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
38639         Likewise.
38641 2012-05-23  Andreas Jaeger  <aj@suse.de>
38643         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
38644         * sysdeps/unix/sysv/linux/poll.c: Remove file.
38646 2012-05-23  Andreas Jaeger  <aj@suse.de>
38647             Maximilian Attems  <max@stro.at>
38649         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
38650         New macros.
38652 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
38654         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
38655         code so that pseudo_end is just ret and the stack pointer is
38656         correct also for static library in error case.
38658 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
38660         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
38661         move to syscalls.list.
38662         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
38663         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
38664         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
38665         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
38667         * manual/install.texi (Running make install): Do not mention Linux
38668         kernel version for which pt_chown is not needed.
38669         (Linux): Do not mention problems with nscd with 2.0 kernels.
38670         * INSTALL: Regenerated.
38672 2012-05-23  Andreas Jaeger  <aj@suse.de>
38674         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
38675         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
38676         macro.
38677         * sysdeps/unix/sysv/linux/s390/bits/mman.h
38678         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38679         * sysdeps/unix/sysv/linux/sh/bits/mman.h
38680         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38681         * sysdeps/unix/sysv/linux/i386/bits/mman.h
38682         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38683         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
38684         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38685         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
38686         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38687         * sysdeps/unix/sysv/linux/bits/in.h
38688         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
38690 2012-05-22  Roland McGrath  <roland@hack.frob.com>
38692         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
38693         (PREPARE_VERSION): Just use assert instead, it will be elided
38694         under [NDEBUG] anyway.
38696 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
38698         * sysdeps/unix/sysv/linux/Makefile: Include
38699         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
38700         (sysdep_routines): Remove sysctl.
38701         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
38702         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
38703         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
38704         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
38705         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
38707 2012-05-22  Andreas Jaeger  <aj@suse.de>
38709         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
38710         that pseudo_end is just ret and the stack pointer is correct also
38711         for static library in error case.
38713 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
38715         [BZ #14122]
38716         * nss/nsswitch.c (defconfig_entries): New variable.
38717         (__nss_database_lookup): Don't leak defconfig entries.
38718         (nss_parse_service_list): Don't leak on error paths.
38719         (free_database_entries): New function.
38720         (free_defconfig): New function.
38721         (free_mem): Move common code to free_database_entries.
38723 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
38725         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
38726         Add arch_prctl.
38727         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
38729         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
38730         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
38731         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
38732         New macro.
38733         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
38734         (INTERNAL_SYSCALL_TYPES): Likewise.
38735         (LOAD_ARGS_TYPES_[1-6]): Likewise.
38736         (LOAD_REGS_TYPES_[1-6]): Likewise.
38737         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
38738         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
38740 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38742         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
38743         copysignl for GLIBC_2_0.
38744         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
38745         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
38746         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
38747         logbl for GLIBC_2_0.
38748         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
38749         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
38751 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
38753         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
38754         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
38756         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
38757         Use "neg %eax".
38759         * time/mktime.c: Update copyright years.
38761 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
38763         mktime: merge comment-quoting-style change from gnulib
38764         * time/mktime.c: Quote 'like this' in comments.
38765         The GNU coding standards suggest that we no longer quote `like this',
38766         as "`" and "'" are typically rendered asymmetrically nowadays.
38767         The typical gnulib style is to quote 'like this' when quoting
38768         code, and "like this" when quoting English.
38770         * time/mktime.c (compile-command): Add "-I.".
38772         mktime: merge mktime-internal.h change from gnulib
38773         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
38775         mktime: merge time_r change from gnulib
38776         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
38778         mktime: merge DEBUG change from gnulib
38779         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
38780         case system <time.h> has a #define.
38782         mktime: merge <sys/types.h> change from gnulib
38783         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
38784         since <time.t> is now guaranteed to define time_t.
38786         mktime: merge HAVE_CONFIG_H change from gnulib
38787         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
38789 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
38791         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
38792         Use "neg %eax".
38794         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
38795         __rlim_t cast.
38796         (struct rusage): Use anonymous union to pad each field to
38797         __syscall_slong_t.
38799 2012-05-21  David S. Miller  <davem@davemloft.net>
38801         * Makefules (o-iterator): Remove .s cases.
38802         (compile-command.s): Delete.
38803         (COMPILE.s): Delete.
38804         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
38806 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
38808         * configure.in (libc_cv_predef_stack_protector): Only consider
38809         "foobar" and "__stack_chk_fail" lines in libc_undefs.
38810         * configure: Regenerated.
38812 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
38814         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
38815         New macro.  Use R*LP on int and pointer.
38816         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
38817         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
38818         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
38819         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
38821         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
38822         [__WORDSIZE_TIME64_COMPAT32] instead of
38823         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
38824         (struct utmp): Likewise.
38825         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
38826         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
38827         Renamed to ...
38828         (__WORDSIZE_TIME64_COMPAT32): This.
38829         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
38830         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
38831         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
38832         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
38833         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
38834         (__WORDSIZE_TIME64_COMPAT32): New macro.
38836 2012-05-21  Andreas Jaeger  <aj@suse.de>
38838         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
38839         only if [SHARED]. Add prototype for __wcschr_ia32.
38841 2012-05-21  Roland McGrath  <roland@hack.frob.com>
38843         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
38844         of %rbp unmolested in the jmp_buf while mangling the low bits.
38845         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
38846         unmolested high bits of %rbp while demangling the low bits.
38847         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
38849 2012-05-21  Andreas Jaeger  <aj@suse.de>
38851         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
38852         * sunrpc/svc_simple.c: Use it for registerrpc.
38853         * sunrpc/xcrypt.c: Use it for passwd2des.
38855         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
38857 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
38859         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
38860         Don't define if [__SYSCALL_WORDSIZE != 32].
38861         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
38862         New macro.
38864 2012-05-21  Bruno Haible  <bruno@clisp.org>
38865             Andreas Jaeger  <aj@suse.de>
38867         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
38868         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
38869         inptr and inend for must_buffer_ch.
38870         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
38871         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
38872         * stdio-common/Makefile (tests): Remove bug15.
38873         (bug15-ENV): Remove macro.
38874         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
38875         anymore.
38877 2012-05-19  Andreas Jaeger  <aj@suse.de>
38878             Roland McGrath  <roland@hack.frob.com>
38880         * manual/contrib.texi: Completely rewritten. It contains now an
38881         alphabetical list of contributors and their contributions.
38883 2012-05-21  Richard Henderson  <rth@twiddle.net>
38885         * misc/getauxval.c (__getauxval): Use unsigned long int.
38886         * misc/sys/auxv.h: Include <sys/cdefs.h>.
38887         (getauxval): Use unsigned long int.
38889 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
38891         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
38893 2012-05-21  Roland McGrath  <roland@hack.frob.com>
38895         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
38896         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
38897         __alignof__ (long double).
38899 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38901         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38903 2012-05-20  Richard Henderson  <rth@twiddle.net>
38905         * misc/getauxval.c: New file.
38906         * misc/sys/auxv.h: New file.
38907         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
38908         (routines): Add getauxval.
38909         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
38910         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
38911         * elf/dl-sysdep.c (_dl_auxv): Remove.
38912         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
38913         * elf/dl-support.c (_dl_auxv): New variable.
38914         (_dl_aux_init): Initialize it.
38915         * manual/startup.texi (Auxiliary Vector): New node.
38916         * sysdeps/generic/bits/hwcap.h: New file.
38917         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
38918         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
38919         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
38920         * sysdeps/sparc/sysdep.h: ... here.  Include it.
38921         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
38922         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
38923         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
38924         Update.
38925         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
38926         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
38927         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
38928         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
38929         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
38930         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
38931         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
38932         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
38934 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38936         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38938 2012-05-19  David S. Miller  <davem@davemloft.net>
38940         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38942 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
38944         [BZ #14123]
38945         * math/s_ccosh.c: Include <float.h>
38946         (__ccosh): Avoid internal overflow calculating sinh and cosh
38947         values before multiplying by sin and cos values.
38948         * math/s_ccoshf.c: Likewise.
38949         * math/s_ccoshl.c: Likewise.
38950         * math/s_csin.c: Likewise.
38951         * math/s_csinf.c: Likewise.
38952         * math/s_csinl.c: Likewise.
38953         * math/s_csinh.c: Likewise.
38954         * math/s_csinhf.c: Likewise.
38955         * math/s_csinhl.c: Likewise.
38956         * math/libm-test.inc (ccos_test): Add more tests.
38957         (ccosh_test): Likewise.
38958         (csin_test): Likewise.
38959         (csinh_test): Likewise.
38960         * sysdeps/i386/fpu/libm-test-ulps: Update.
38961         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38963 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
38965         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
38966         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
38968         * sysdeps/x86_64/x32/_itoa.h: Add comment.
38970 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
38972         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
38973         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
38974         * sysdeps/powerpc/soft-fp/Versions: Likewise.
38975         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
38976         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
38977         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
38978         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
38979         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
38980         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
38981         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
38982         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
38983         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
38984         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
38985         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
38986         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
38987         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
38988         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
38989         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
38990         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
38991         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
38992         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
38993         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
38994         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
38995         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
38996         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
38997         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
38998         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
38999         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
39000         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
39001         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
39002         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
39004 2012-05-18  Andreas Jaeger  <aj@suse.de>
39006         * csu/.gitignore: Delete.
39008 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39010         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
39011         (timex): Use __syscall_slong_t.
39013 2012-05-18  Andreas Jaeger  <aj@suse.de>
39014             Carlos O'Donell  <carlos_odonell@mentor.com>
39016         * manual/install.texi (Configuring and compiling): Update
39017         description about files modified in the source directory.
39018         * INSTALL: Regenerated.
39020 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39022         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
39023         value.  Use "or" to set return value to -1.
39024         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
39025         negate return value.
39027 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39029         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
39030         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
39031         failure if the compiler has Graphite support disabled.
39032         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
39033         Likewise.
39034         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
39035         (CFLAGS-memmove.c): Likewise.
39036         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
39037         Likewise.
39039 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39041         * sysdeps/x86_64/x32/_itoa.h: New file.
39043         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
39044         getdents system call only if kernel and user dirents have the
39045         same d_ino and d_off.
39047         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
39048         LLONG_MAX != LONG_MAX.
39049         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39050         (_fitoa_word): Likewise.
39052         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
39053         years.
39054         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
39055         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
39056         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
39058         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
39059         include <bits/wordsize.h>.  Check __x86_64__ instead of
39060         __WORDSIZE.
39061         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
39062         if __x86_64__ is defined.  Use anonymous union on fpstate.
39064         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
39065         anonymous union.
39067 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
39069         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
39070         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
39071         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
39072         Refer to _rtld_local_ro instead of _rtld_global_ro.
39073         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
39074         Likewise.
39075         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
39076         Likewise.
39077         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
39078         Likewise.
39079         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
39080         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
39081         of _rtld_global, and rtld_progname instead of _dl_argv[0].
39083         * sysdeps/powerpc/powerpc32/dl-machine.c
39084         (__elf_machine_runtime_setup) [PROF]: Don't reference
39085         _dl_prof_resolve.
39087 2012-05-18  Andreas Jaeger  <aj@suse.de>
39089         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
39090         function only available for GCCs before 3.4 since GCC 3.4
39091         introduced a builtin.
39092         (lrint): Likewise.
39093         (llrintf): Likewise.
39094         (llrint): Likewise.
39095         (fmaxf): Likewise.
39096         (fmax): Likewise.
39097         (fminf): Likewise.
39098         (fmin): Likewise.
39099         (rint): Likewise.
39100         (rintf): Likewise.
39101         (nearbyint): Likewise.
39102         (nearbyintf): Likewise.
39103         (ceil): Likewise.
39104         (ceilf): Likewise.
39105         (floor): Likewise.
39106         (floorf): Likewise.
39108 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39110         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
39111         on both fields and cast pointer to __syscall_ulong_t.
39113         * bits/types.h (__fsword_t): New type.
39114         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
39115         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
39116         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39117         (__FSWORD_T_TYPE): Likewise.
39118         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39119         (__FSWORD_T_TYPE): Likewise.
39120         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39121         (__FSWORD_T_TYPE): Likewise.
39122         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
39123         (__FSWORD_T_TYPE): Likewise.
39124         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
39125         __SWORD_TYPE with __fsword_t.
39126         (statfs64): Likewise.
39128 2012-05-17  David S. Miller  <davem@davemloft.net>
39130         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
39132 2012-05-17  Andreas Jaeger  <aj@suse.de>
39134         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
39135         warning.
39137 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39139         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
39141 2012-05-17  Andreas Jaeger  <aj@suse.de>
39143         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
39144         when it is used.
39146 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39148         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
39150 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39152         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
39153         * sysdeps/x86_64/tst-mallocalign1.c: New file.
39155 2012-05-17  Andreas Jaeger  <aj@suse.de>
39156             Carlos O'Donell  <carlos_odonell@mentor.com>
39158         [BZ #14059]
39159         * sysdeps/x86_64/multiarch/init-arch.h
39160         (bit_YMM_Usable): Rename to...
39161         (bit_AVX_Usable): ... this.
39162         (bit_FMA4_Usable): New macro.
39163         (bit_XMM_state): New macro.
39164         (bit_YMM_state): New macro.
39165         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
39166         [__ASSEMBLER__] (index_AVX_Usable): ... this.
39167         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
39168         (CPUID_OSXSAVE): New macro.
39169         (CPUID_AVX): New macro.
39170         (CPUID_FMA4): New macro.
39171         (index_YMM_Usable): Rename to...
39172         (index_AVX_Usable): ... this.
39173         (HAS_AVX): Use HAS_ARCH_FEATURE.
39174         (HAS_FMA4): Likewise.
39175         (HAS_YMM_USABLE): Remove.
39176         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
39177         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
39178         are present.
39179         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
39180         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
39181         * sysdeps/x86_64/multiarch/Makefile: Likewise.
39182         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
39183         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
39185 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39187         * math/libm-test.c: Support platforms without multiple rounding modes.
39188         * math/bug-nextafter.c: Support platforms without FP exceptions.
39189         * math/bug-nexttoward.c: Likewise.
39190         * math/test-fenv.c: Likewise.
39191         * math/test-misc.c: Likewise.
39192         * stdlib/bug-getcontext.c: Likewise.
39194 2012-05-17  Andreas Jaeger  <aj@suse.de>
39196         * manual/examples/search.c (critter_cmp): Change signature to
39197         avoid warnings.
39198         * manual/string.texi (Collation Functions): Likewise.
39200 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39202         * bits/types.h: Fold copyright years.
39203         * bits/typesizes.h: Likewise.
39204         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
39205         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
39206         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
39207         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
39208         * time/time.h: Likewise.
39210 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
39212         [BZ #208]
39213         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
39214         in instead of returning them.  Return void.
39215         (__libc_mallinfo): Accumulate over all arenas.
39216         (__malloc_stats): Adjust for change in int_mallinfo interface.
39218 2012-05-16  Roland McGrath  <roland@hack.frob.com>
39220         [BZ #10375]
39221         * configure.in (NM): Add AC_CHECK_TOOL for it.
39222         (libc_extra_cflags): New substituted variable.
39223         Check for -fstack-protector being used implicitly.
39224         * configure: Regenerated.
39225         * config.make.in (config-extra-cflags): New variable,
39226         gets @libc_extra_cflags@.
39227         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
39229         [BZ #10375]
39230         * configure.in: Check for _FORTIFY_SOURCE being predefined.
39231         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
39232         * configure: Regenerated.
39233         * config.make.in (CPPUNDEFS): New substituted variable.
39234         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
39235         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
39236         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
39238 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39240         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
39241         (mq_attr): Use __syscall_slong_t.
39243 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39245         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
39246         Check __x86_64__ instead of __WORDSIZE.
39247         (_STAT_VER_LINUX): Likewise.
39248         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
39249         __syscall_ulong_t and __syscall_slong_t.
39250         (stat64): Likewise.
39252 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39254         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
39256 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39258         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
39260 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39262         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
39263         __syscall_ulong_t.
39265         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
39266         include <bits/wordsize.h>.  Check __x86_64__ instead of
39267         __WORDSIZE.
39268         (greg_t): Use "__extension__ long long int" if __x86_64__ is
39269         defined.
39270         (mcontext_t): Replace "unsigned long" with "unsigned long long".
39272         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
39273         include <bits/wordsize.h>.  Check __x86_64__ instead of
39274         __WORDSIZE.
39275         (user_regs_struct): Use "__extension__ unsigned long long"
39276         instead of "unsigned long" if __x86_64__ is defined.
39277         (user): Likewise.  Pad after pointer field if __ILP32__ is
39278         defined.
39280 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
39282         * configure.in (makeinfo): Require version 4.5 or later.  Allow
39283         versions 5 to 9.
39284         * configure: Regenerated.
39285         * manual/install.texi (texinfo): Increase version requirement to
39286         4.5 or later.
39287         * INSTALL: Regenerated.
39289         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
39291 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39293         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
39295         * sysdeps/x86_64/x32/ffs.c: New file.
39297         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
39298         __syscall_ulong_t.
39299         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
39300         defined.  Use __syscall_ulong_t.
39301         (shminfo): Use __syscall_ulong_t.
39302         (shm_info): Likewise.
39304         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
39305         __syscall_ulong_t.
39307         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
39308         <bits/wordsize.h>.
39309         (msgqnum_t): Use __syscall_ulong_t.
39310         (msglen_t): Likewise.
39311         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
39312         __syscall_ulong_t.
39314         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
39315         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39317         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
39319         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
39320         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
39322         * sysvipc/sys/msg.h (msgbuf): Replace long int with
39323         __syscall_slong_t.
39325         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
39326         include <bits/wordsize.h>.  Check __x86_64__ instead of
39327         __WORDSIZE.
39329         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
39330         "unsigned long long int" if __x86_64__ is defined.
39331         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
39333         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
39334         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39335         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
39337         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
39338         <stdint.h>.
39339         (GET_PC): Cast to uintptr_t first.
39340         (GET_FRAME): Likewise.
39341         (GET_STACK): Likewise.
39343         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
39344         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
39345         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
39346         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
39347         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
39348         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
39349         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
39350         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
39351         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
39352         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
39353         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
39354         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
39355         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
39356         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
39357         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
39358         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
39359         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
39360         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
39361         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
39362         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
39363         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
39364         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
39365         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
39366         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
39367         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
39368         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
39369         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
39370         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
39371         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
39373 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
39375         * Makerules (+depfiles): Also collect depfiles from .oS in
39376         $(extra-objs).
39377         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
39378         .oS, $(libnldbl-routines)).
39380         * Makerules (native-compile-mkdep-flags): Define.
39381         * sunrpc/Makefile (extra-objs): Add $(addprefix
39382         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
39383         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
39384         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
39385         calling $(make-target-directory).
39387 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39389         * bits/types.h (__snseconds_t): Removed.
39390         * time/time.h (struct timespec): Replace __snseconds_t with
39391         __syscall_slong_t.
39392         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
39393         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
39394         Likewise.
39395         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39396         (__SNSECONDS_T_TYPE): Likewise.
39397         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39398         (__SNSECONDS_T_TYPE): Likewise.
39399         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39400         (__SNSECONDS_T_TYPE): Likewise.
39402 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39404         * sysdeps/mach/hurd/bits/typesizes.h
39405         (__SYSCALL_SLONG_TYPE): New macro.
39406         (__SYSCALL_ULONG_TYPE): Likewise.
39408 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39410         * bits/types.h (__syscall_slong_t): New type.
39411         (__syscall_ulong_t): Likewise.
39413         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
39414         (__SYSCALL_ULONG_TYPE): Likewise.
39415         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39416         (__SYSCALL_SLONG_TYPE): Likewise.
39417         (__SYSCALL_ULONG_TYPE): Likewise.
39418         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39419         (__SYSCALL_SLONG_TYPE): Likewise.
39420         (__SYSCALL_ULONG_TYPE): Likewise.
39421         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39422         (__SYSCALL_SLONG_TYPE): Likewise.
39423         (__SYSCALL_ULONG_TYPE): Likewise.
39425 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39427         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
39428         Add sigaltstack-offsets.sym.
39429         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
39430         <sigaltstack-offsets.h>.
39431         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
39432         longjmp_msg pointer.
39433         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
39434         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
39435         signal stack.
39436         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
39438 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
39440         * elf/stackguard-macros.h: Remove file.
39441         * sysdeps/generic/stackguard-macros.h: New file.
39442         * sysdeps/i386/stackguard-macros.h: Likewise.
39443         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
39444         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
39445         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
39446         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
39447         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
39448         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
39449         * sysdeps/x86_64/stackguard-macros.h: Likewise.
39450         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
39451         <elf/stackguard-macros.h>.
39453         [BZ #14109]
39454         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
39455         __aligned__ in attribute.
39456         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
39457         (gregset_t): Likewise.
39459 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39461         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
39462         * sysdeps/x86_64/64/Implies-after: Here.  New file.
39463         * sysdeps/x86_64/x32/Implies-after: New file.
39465 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39467         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
39468         and access return value for _dl_profile_fixup.  Use R10_LP to
39469         load frame size.
39471 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39473         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
39475 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39477         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
39478         * sysdeps/x86_64/x32/sysdep.h: New file.
39480 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39482         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
39483         * sysdeps/x86_64/setjmp.S: Likewise.
39485 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39487         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
39488         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
39489         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
39490         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
39491         remove unused global constant.
39493 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
39495         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
39496         include of <not-cancel.h>.
39498 2012-05-15  Roland McGrath  <roland@hack.frob.com>
39500         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
39502 2012-05-15  Jeff Law  <law@redhat.com>
39503             Andreas Jaeger  <aj@suse.de>
39505         [BZ #13594]
39506         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
39507         out from...
39508         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
39509         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
39510         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
39511         code changing __hst_map_handle.map.
39513 2012-05-15  Roland McGrath  <roland@hack.frob.com>
39515         * configure.in (sysnames): Look for Implies-before and Implies-after
39516         files.
39517         * configure: Regenerated.
39519 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39521         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
39522         8-byte data alignment with LP_SIZE alignment.
39524 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39526         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
39527         into R10_LP.
39529 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39531         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
39533 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39535         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
39536         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
39537         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
39538         Likewise.
39539         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
39541 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39543         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
39544         (stackinfo_sub_sp): Likewise.
39546 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39548         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
39549         RAX_LP.
39551 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39553         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
39554         into R*_LP.
39556 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39558         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
39559         sizes into R*_LP.
39561 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39563         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
39565 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39567         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
39568         into R11_LP and load __x86_64_shared_cache_size_half into
39569         R8_LP.
39571 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39573         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
39574         R8_LP.
39576 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39578         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
39579         logb for POWER7.
39580         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
39581         logbf for POWER7.
39582         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
39583         logbl for POWER7.
39584         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
39585         powerpc32/power7/fpu/s_logb.c via #include.
39586         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
39587         powerpc32/power7/fpu/s_logbf.c via #include.
39588         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
39589         powerpc32/power7/fpu/s_logbl.c via #include.
39591 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
39593         * README.libm: Remove file.
39595 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39597         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
39598         count for x32.  Use R*_LP and omit operand-size suffix.
39600 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39602         * shlib-versions: Move x86_64-.*-linux.* entries to ...
39603         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
39604         * sysdeps/x86_64/x32/shlib-versions: New file.
39606 2012-05-14  Roland McGrath  <roland@hack.frob.com>
39608         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
39609         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
39610         Use _dl_fatal_printf instead.
39612 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
39614         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
39615         set if not set by the user.  Do not allow for being unset.
39616         * sysdeps/unix/sysv/linux/configure: Regenerated.
39618 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39620         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
39621         the `q' suffix from lea and replace .quad with ASM_ADDR.
39623 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39625         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
39626         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
39627         instead of $17.
39628         (PTR_DEMANGLE): Likewise.
39630 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39632         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
39633         (LP_OP): Likewise.
39634         (ASM_ADDR): Likewise.
39635         (RAX_LP): Likewise.
39636         (RBP_LP): Likewise.
39637         (RBX_LP): Likewise.
39638         (RCX_LP): Likewise.
39639         (RDI_LP): Likewise.
39640         (RSI_LP): Likewise.
39641         (RSP_LP): Likewise.
39642         (R8_LP): Likewise.
39643         (R9_LP): Likewise.
39644         (R10_LP): Likewise.
39645         (R10_LP): Likewise.
39646         (R11_LP): Likewise.
39647         (R12_LP): Likewise.
39648         (R13_LP): Likewise.
39649         (R14_LP): Likewise.
39650         (R15_LP): Likewise.
39652 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39654         * sysdeps/x86_64/x32/dl-machine.h: New file.
39656 2012-05-14  Andreas Jaeger  <aj@suse.de>
39658         * manual/Makefile (subdir): Remove export of subdir.
39659         (all): Remove target.
39660         (.PHONY): Remove all from list.
39661         (mkinstalldirs): Remove.
39662         (.PHONY): Remove installdirs from list.
39663         ($(inst_infodir)/libc.info): Use make-target-directory.
39664         (installdirs): Remove.
39665         (subdir_%): Remove.
39666         (glibc-targets): Remove.
39667         (lib): Remove.
39668         (stubs): Remove.
39669         ($(objpfx)stubs ../po/manual.pot): Remove.
39670         ($(objpfx)stamp%): Remove.
39671         (make-target-directory): Remove.
39672         (subdir_install): Remove.
39673         (routines): Remove.
39674         (aux): Remove.
39675         (sources): Remove.
39676         (objects): Remove.
39677         (headers): Remove.
39679         [BZ #13750]
39680         * manual/.gitignore: Remove, it's not needed anymore.
39681         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
39682         all files in it.
39683         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
39684         directory.
39685         (texis): Renamed to $(objpfx)texis.
39686         (texis-path): New, contains path to generated files.
39687         (chapters.%): Use texis-path for complete path, add extra argument
39688         libc-texinfo.sh.
39689         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
39690         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
39691         (summary,texi, stamp-summary): Use complete path of
39692         files. Generate files in build dir.
39693         (dir-add.texi): Build in build dir.
39694         (libm-err.texi,stamp-libm-err): Likewise.
39695         (version.texi, stamp-version): Likewise.
39696         (.%c.texi): Likewise.
39697         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
39698         (mostlyclean): Remove target.
39699         (realclean): Remove target.
39700         (generated): Add new variable with contents from mostlyclean and
39701         realclean, remove entries duplicated in common-mostlyclean, add
39702         stamp-libm-err and stamp-version.
39703         (generated-dirs): Add libc directory.
39704         ($(inst_infodir)/libc.info): Install files from build dir.
39706         * manual/install.texi (Configuring and compiling): Adjust since
39707         the info files are not part of the tar ball anymore.
39709 2012-05-14  Andreas Jaeger  <aj@suse.de>
39711         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
39712         variable.
39714 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
39716         [BZ #13717]
39717         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
39718         to 2.2.0 where earlier.
39719         * sysdeps/unix/sysv/linux/configure: Regenerated.
39720         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
39721         Remove conditional code.
39722         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
39723         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
39724         Remove conditional code.
39725         [!__NR_lchown]: Likewise.
39726         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
39727         [__NR_lchown]: Likewise.
39728         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
39729         comment referencing __ASSUME_LCHOWN_SYSCALL.
39730         * sysdeps/unix/sysv/linux/i386/sigaction.c
39731         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39732         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39733         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
39734         Remove conditional code.
39735         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
39736         (__protocol_available): Remove #if 0 code.
39737         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
39738         conditional code.
39739         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
39740         * sysdeps/unix/sysv/linux/kernel-features.h
39741         (__ASSUME_GETCWD_SYSCALL): Don't define.
39742         (__ASSUME_REALTIME_SIGNALS): Likewise.
39743         (__ASSUME_PREAD_SYSCALL): Likewise.
39744         (__ASSUME_PWRITE_SYSCALL): Likewise.
39745         (__ASSUME_POLL_SYSCALL): Likewise.
39746         (__ASSUME_LCHOWN_SYSCALL): Likewise.
39747         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
39748         non-SPARC.
39749         (__ASSUME_SIOCGIFNAME): Don't define.
39750         (__ASSUME_MSG_NOSIGNAL): Likewise.
39751         (__ASSUME_SENDFILE): Define unconditionally.
39752         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
39753         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
39754         conditional code.
39755         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
39756         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
39757         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
39758         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
39759         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
39760         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
39761         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
39762         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
39763         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39764         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39765         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
39766         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39767         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39768         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
39769         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39770         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39771         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
39772         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39773         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39774         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
39775         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39776         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39777         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
39778         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39779         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39780         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
39781         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39782         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39783         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
39784         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39785         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39786         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
39787         Remove conditional code.
39788         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39789         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
39790         Remove conditional code.
39791         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39792         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
39793         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
39794         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
39795         Remove conditional code.
39796         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39797         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
39798         Remove conditional code.
39799         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39800         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
39801         Remove conditional code.
39802         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39803         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
39804         Remove conditional code.
39805         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39806         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
39807         Remove conditional code.
39808         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39809         * sysdeps/unix/sysv/linux/sh/pwrite64.c
39810         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39811         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39812         * sysdeps/unix/sysv/linux/sigaction.c
39813         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39814         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39815         * sysdeps/unix/sysv/linux/sigpending.c
39816         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39817         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39818         * sysdeps/unix/sysv/linux/sigprocmask.c
39819         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39820         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39821         * sysdeps/unix/sysv/linux/sigsuspend.c
39822         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39823         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39824         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
39825         (__libc_missing_rt_sigs): Remove.
39826         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
39827         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
39828         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
39829         Remove conditional code.
39830         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
39831         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
39832         return 1.
39833         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
39834         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
39835         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
39836         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
39838 2012-05-14  Andreas Jaeger  <aj@suse.de>
39840         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
39841         it's not used in glibc.
39842         (__coshm1): Likewise.
39843         (__acosh1p): Likewise.
39844         (__sgn): Likewise.
39846         * manual/string.texi (Copying and Concatenation): Add missing
39847         variable in concat example.
39848         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
39850 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39852         [BZ #14103]
39853         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
39854         __builtin_clzl with __builtin_clzll.
39856 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39858         [BZ #14104]
39859         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
39860         libc_freeres_ptr.
39862 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39864         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
39865         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
39866         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
39867         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
39869 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
39871         * NEWS: Update ia64 info.
39873 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
39875         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
39876         used as bcopy.
39878 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
39880         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
39881         * sysdeps/unix/syscalls.list (dup3): Likewise.
39882         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
39883         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
39885 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
39887         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
39888         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
39890 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
39892         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
39893         thread pointer.
39894         (TLS_IE): Use mov/add instead of movq/addq to load thread
39895         pointer.
39896         (TLS_GD_PREFIX): New.
39897         (TLS_GD): Use it.
39899 2012-05-11  David S. Miller  <davem@davemloft.net>
39901         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
39902         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
39903         (_FPU_SETCW): Likewise.
39905 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
39907         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
39908         is 32-byte aligned.
39910 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
39912         [BZ #11837]
39913         * iconvdata/gb18030.c: Update tables.
39914         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
39915         characters specially.
39916         (BODY for TO_LOOP): Add encoding of missing ranges.
39918 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
39920         [BZ #13673]
39921         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
39922         * sysdeps/mach/hurd/dup3.c: Likewise.
39923         * sysdeps/mach/hurd/readlinkat.c: Likewise.
39924         * sysdeps/powerpc/memmove.c:: Likewise.
39926 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
39928         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
39929         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
39931 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
39933         * elf/elf.h (R_X86_64_RELATIVE64): New.
39934         (R_X86_64_NUM): Updated.
39935         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
39936         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
39937         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
39938         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
39939         tst-quad1pie tst-quad2pie
39940         (modules-names): Add tst-quadmod1 tst-quadmod2.
39941         ($(objpfx)tst-quad1): New dependency.
39942         ($(objpfx)tst-quad2): Likewise.
39943         ($(objpfx)tst-quad1pie): Likewise.
39944         ($(objpfx)tst-quad2pie): Likewise.
39945         * sysdeps/x86_64/tst-quad1.c: New file.
39946         * sysdeps/x86_64/tst-quad1pie.c: New file.
39947         * sysdeps/x86_64/tst-quad2.c: Likewise.
39948         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
39949         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
39950         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
39951         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
39952         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
39954 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39956         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
39957         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
39958         * streams/stropts.h (t_scalar_t): Define type.
39960         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
39961         (_PATH_PRESERVE): Set to "/var/lib".
39962         (_PATH_RWHODIR): Set to "/var/spool/rwho".
39964         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
39965         instead of int.
39967         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
39968         if __dir_mkfile succeeded.
39970         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
39971         checking for _hurd_dtablesize.  Unlock it right after having
39972         finished _hurd_dtable allocation.
39974 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
39976         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
39977         * sysdeps/mach/hurd/configure: Regenerated.
39978         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
39979         special-casing to...
39980         * sysdeps/gnu/configure.in: ... this new file.
39981         * sysdeps/unix/sysv/linux/configure: Regenerated.
39982         * sysdeps/gnu/configure: New generated file.
39984         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
39985         for Linux: use nsec instead of usec, as well as:
39986         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
39987         members of type struct timespec.
39988         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
39989         New macros.
39990         (struct stat64): Likewise.
39991         (_STATBUF_ST_NSEC): New macro.
39992         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
39994         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
39995         __strtoul_internal rather than strtoul.
39997 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
39999         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
40000         and reject them.
40002 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40004         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
40005         which preserves existing values.
40006         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
40008 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40010         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
40011         TIMEOUT values.  Return EINVAL for NFDS values either negative or
40012         greater than FD_SETSIZE.
40014 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40016         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
40017         allocated, call __vm_protect to finish enabling the existing space, and
40018         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
40019         allocate the remainder.
40021 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40023         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
40024         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
40026 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40028         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
40029         sysdeps/mach/hurd/readlink.c.
40031         * posix/tst-sysconf.c (posix_options): Only use
40032         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
40033         _POSIX_SYNCHRONIZED_IO when they are defined
40034         * sysdeps/mach/hurd/bits/posix_opt.h:
40035         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
40036         (_XOPEN_REALTIME): Undefine macro.
40037         (_XOPEN_REALTIME_THREADS): Undefine macro.
40038         (_XOPEN_SHM): Undefine macro.
40039         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
40040         macro to -1.
40041         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
40042         macro to -1.
40043         (_POSIX_ASYNC_IO): Undefine macro.
40044         (_POSIX_PRIORITIZED_IO): Undefine macro.
40045         (_POSIX_SPIN_LOCKS): Define macro to -1.
40047         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
40048         SA_NODEFER, SA_RESETHAND.
40049         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
40050         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
40051         F_DUPFD_CLOEXEC.
40053 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40055         * elf/Makefile (pldd-modules): Define unconditionally.
40057 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40059         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
40061 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40063         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
40064         Return ENOENT when name is empty.
40065         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
40067 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40069         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
40071         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
40073 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40075         Fix mlock in all cases except non-readable pages.
40076         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
40077         instead of VM_PROT_ALL as parameter to __vm_wire function.
40079         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
40080         (__mkdir): When path is `/', just fail with EEXIST.
40081         * sysdeps/mach/hurd/mkdirat.c: Likewise.
40083 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40085         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
40086         <sys/uio.h> (for writev).
40087         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
40088         and <sys/param.h> (for MIN).
40090 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40092         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
40093         REQUESTED_TIME.  Properly set the remaining time and return EINTR
40094         if interrupted.
40096 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40098         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
40099         Depend on against $(link-rpcuserlibs).
40101 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40103         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
40104         (__libc_stack_end): Do not use attribute_relro.
40105         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
40106         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
40107         to libthread-provided value.
40108         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
40109         attribute_relro.
40111 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40113         [BZ #3748]
40114         * bits/libc-lock.h (__libc_once_get): New macro.
40115         * sysdeps/mach/bits/libc-lock.h: Likewise.
40116         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
40117         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
40118         instead of using implementation details.
40120         * libio/fileops.c: Unconditionally include <kernel-features.h>.
40121         * libio/freopen.c: Likewise.
40122         * libio/freopen64.c: Likewise.
40123         * misc/syslog.c: Likewise.
40124         * nscd/connections.c: Likewise.
40125         * nscd/netgroupcache.c: Likewise.
40126         * sysdeps/posix/getcwd.c: Likewise.
40128 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40130         * math/w_ilogbf.c: Add #include <limits.h>.
40132 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40134         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
40135         path instead of returning without unlocking.
40137         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
40138         immediate-write ioctls.
40139         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
40141 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40143         * sysdeps/mach/hurd/i386/init-first.c (init): Use
40144         __builtin_frame_address instead of making assumptions about the
40145         location of the return address relative to DATA.  Force early load of
40146         the return address.
40147         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
40148         __builtin_frame_address.
40150         dup3 for GNU Hurd.
40151         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
40152         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
40153         implement dup3 and do some further code clean-ups.
40154         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
40155         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
40157 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40159         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
40161         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
40162         HURD_CRITICAL_END around holding _hurd_dtable_lock.
40163         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
40164         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
40165         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
40166         d->port.lock.
40168         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
40169         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
40170         when handler == SIG_ERR, not when handler != SIG_ERR.
40172 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40174         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
40175         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
40176         definitions.
40178         accept4 for GNU Hurd.
40179         * include/sys/socket.h (__libc_accept4): New prototype.
40180         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
40181         to implement __libc_accept4.
40182         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
40183         __libc_accept4.
40184         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
40186         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
40187         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
40188         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
40189         signal-defines.sym.
40191 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40193         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
40195 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40197         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
40198         assertion on O_CLOEXEC flag.
40199         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
40200         * hurd/intern-fd.c: Likewise.
40201         * hurd/port2fd.c: Likewise.
40203 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40205         [BZ #3906]
40206         * bits/in.h (IPV6_PKTINFO): Define new macro.
40207         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
40209 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40211         [BZ #13954]
40212         [BZ #13955]
40213         [BZ #13956]
40214         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
40215         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
40216         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
40217         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
40218         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
40219         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
40220         * math/libm-test.inc (logb_test) : Additional logb tests.
40222 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
40223             Andreas Jaeger  <aj@suse.de>
40225         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
40226         * configure: Regenerated.
40227         * config.h.in (LINK_OBSOLETE_RPC): New macro.
40228         * config.make.in (link-obsolete-rpc): New substituted variable.
40229         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
40230         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
40231         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40232         (shared-only-routines): Don't set it under [link-obsolete-rpc],
40233         so that libc.a contains the symbols.
40234         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40235         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
40236         * sunrpc/auth_none.c: Likewise.
40237         * sunrpc/auth_unix.c: Likewise.
40238         * sunrpc/authdes_prot.c: Likewise.
40239         * sunrpc/authuxprot.c: Likewise.
40240         * sunrpc/clnt_gen.c: Likewise.
40241         * sunrpc/clnt_perr.c: Likewise.
40242         * sunrpc/clnt_raw.c: Likewise.
40243         * sunrpc/clnt_simp.c: Likewise.
40244         * sunrpc/clnt_tcp.c: Likewise.
40245         * sunrpc/clnt_udp.c: Likewise.
40246         * sunrpc/clnt_unix.c: Likewise.
40247         * sunrpc/des_crypt.c: Likewise.
40248         * sunrpc/des_soft.c: Likewise.
40249         * sunrpc/get_myaddr.c: Likewise.
40250         * sunrpc/key_call.c: Likewise.
40251         * sunrpc/key_prot.c: Likewise.
40252         * sunrpc/netname.c: Likewise.
40253         * sunrpc/pm_getmaps.c: Likewise.
40254         * sunrpc/pm_getport.c: Likewise.
40255         * sunrpc/pmap_clnt.c: Likewise.
40256         * sunrpc/pmap_prot.c: Likewise.
40257         * sunrpc/pmap_prot2.c: Likewise.
40258         * sunrpc/pmap_rmt.c: Likewise.
40259         * sunrpc/publickey.c: Likewise.
40260         * sunrpc/rpc_cmsg.c: Likewise.
40261         * sunrpc/rpc_common.c: Likewise.
40262         * sunrpc/rpc_dtable.c: Likewise.
40263         * sunrpc/rpc_prot.c: Likewise.
40264         * sunrpc/rpc_thread.c: Likewise.
40265         * sunrpc/rtime.c: Likewise.
40266         * sunrpc/svc.c: Likewise.
40267         * sunrpc/svc_auth.c: Likewise.
40268         * sunrpc/svc_raw.c: Likewise.
40269         * sunrpc/svc_run.c: Likewise.
40270         * sunrpc/svc_tcp.c: Likewise.
40271         * sunrpc/svc_udp.c: Likewise.
40272         * sunrpc/svc_unix.c: Likewise.
40273         * sunrpc/svcauth_des.c: Likewise.
40274         * sunrpc/xcrypt.c: Likewise.
40275         * sunrpc/xdr.c: Likewise.
40276         * sunrpc/xdr_array.c: Likewise.
40277         * sunrpc/xdr_float.c: Likewise.
40278         * sunrpc/xdr_intXX_t.c: Likewise.
40279         * sunrpc/xdr_mem.c: Likewise.
40280         * sunrpc/xdr_rec.c: Likewise.
40281         * sunrpc/xdr_ref.c: Likewise.
40282         * sunrpc/xdr_sizeof.c: Likewise.
40283         * sunrpc/xdr_stdio.c: Likewise.
40285 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40287         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
40288         change.  Update copyright years.
40290 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40292         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
40294 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
40295             Joseph Myers  <joseph@codesourcery.com>
40296             Paul Pluzhnikov  <ppluzhnikov@google.com>
40298         [BZ #14012]
40299         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
40300         requiring rpcgen.
40301         [cross-compiling] (extra-libs): Likewise.
40302         [cross-compiling] (extra-libs-others): Likewise.
40303         [cross-compiling] (librpcsvc-routines): Likewise.
40304         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
40305         [cross-compiling] (omit-deps): Likewise.
40306         (sunrpc-CPPFLAGS): New variable.
40307         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
40308         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
40309         (cross-rpcgen-objs): New variable.
40310         (extra-objs): Append $(cross-rpcgen-objs).
40311         ($(cross-rpcgen-objs)): New rule.
40312         ($(objpfx)cross-rpcgen): Likewise.
40313         (rpcgen-cmd): Define to use $(built-program-file).  Expand
40314         comment.
40315         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
40316         ($(objpfx)x%.stmp): Likewise.
40317         * sunrpc/proto.h [IS_IN_build] (_): Define.
40318         [IS_IN_build] (_libc_intl_domainname): Likewise.
40320 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40322         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
40323         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
40324         and R_X86_64_TPOFF64.
40326 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40328         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
40329         sysdeps/unix/sysv/syscalls.list.
40330         (stime): Likewise.
40331         (utime): Likewise.
40332         * sysdeps/unix/sysv/syscalls.list: Remove file.
40334 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
40336         [BZ #3440]
40337         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
40338         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
40339         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
40340         (__LC_IDENTIFICATION): Make these macros useful in #if
40341         expressions, as required by C99.
40343 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
40345         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
40346         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
40347         after this.
40349 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
40351         * stdlib/longlong.h: Updated from GCC.
40353 2012-05-09  Andreas Jaeger  <aj@suse.de>
40355         * nscd/nscd.c (run_modes): Make named enum, reorder so that
40356         default is first entry.
40357         (run_mode): Set type.
40358         (main): Remove informal message about syslog.
40359         (options): Fix typo.
40361         [BZ #14053]
40362         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
40363         to asm.
40364         (lrint): Likewise.
40365         (llrintf): Likewise.
40366         (llrint): Likewise.
40367         (rint): Likewise.
40368         (rintf): Likewise.
40369         (nearbyint): Likewise.
40370         (nearbyintf): Likewise.
40372 2012-05-09  Andreas Jaeger  <aj@suse.de>
40373             Pedro Alves  <palves@redhat.com>
40375         * nscd/nscd.c (run_mode): Use enum.
40376         (main): Cleanup coding style issue.
40378 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
40379             Andreas Jaeger  <aj@suse.de>
40381         * nscd/nscd.c (go_background): Replaced with...
40382         (run_mode): ... this.
40383         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
40384         (options): Add -F --foreground.
40385         (main): Implement it.
40386         (parse_opt): Parse it.
40388 2012-05-09  Andreas Jaeger  <aj@suse.de>
40390         [BZ #14083]
40391         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
40392         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
40393         -Wconversion warning.
40394         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
40395         Likewise.
40397 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
40399         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
40400         == 0.
40401         (LC_ALL): Use macro-int-constant.
40402         (LC_COLLATE): Likewise.
40403         (LC_CTYPE): Likewise.
40404         (LC_MESSAGES): Likewise.
40405         (LC_MONETARY): Likewise.
40406         (LC_NUMERIC): Likewise.
40407         (LC_TIME): Likewise.
40408         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
40409         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
40410         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40411         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
40412         Specify type.
40413         [C99-based standards] (float_t): Expect type.
40414         [C99-based standards] (double_t): Expect type.
40415         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
40416         type.
40417         [C99-based standards] (HUGE_VALL): Likewise.
40418         [C99-based standards] (INFINITY): Likewise.
40419         [C99-based standards] (NAN): Likewise.
40420         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
40421         [C99-based standards] (FP_NAN): Likewise.
40422         [C99-based standards] (FP_NORMAL): Likewise.
40423         [C99-based standards] (FP_SUBNORMAL): Likewise.
40424         [C99-based standards] (FP_ZERO): Likewise.
40425         [C99-based standards] (FP_FAST_FMA): Use
40426         optional-macro-int-constant.  Specify type.  Require == 1.
40427         [C99-based standards] (FP_FAST_FMAF): Likewise.
40428         [C99-based standards] (FP_FAST_FMAL): Likewise.
40429         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
40430         [C99-based standards] (FP_ILOGBNAN): Likewise.
40431         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
40432         Specify type.
40433         [C99-based standards] (MATH_ERREXCEPT): Likewise.
40434         [C99-based standards] (math_errhandling): Specify type.
40435         [ISO99 || ISO11] (signgam): Do not allow.
40436         [non-C99-based standards] (copysignf): Do not allow.
40437         [non-C99-based standards] (exp2f): Likewise.
40438         [non-C99-based standards] (log2f): Likewise.
40439         [non-C99-based standards] (modff): Allow.
40440         [non-C99-based standards] (erff): Do not allow.
40441         [non-C99-based standards] (erfcf): Likewise.
40442         [non-C99-based standards] (gammaf): Likewise.
40443         [non-C99-based standards] (hypotf): Likewise.
40444         [non-C99-based standards] (j0f): Likewise.
40445         [non-C99-based standards] (j1f): Likewise.
40446         [non-C99-based standards] (jnf): Likewise.
40447         [non-C99-based standards] (lgammaf): Likewise.
40448         [non-C99-based standards] (tgammaf): Likewise.
40449         [non-C99-based standards] (y0f): Likewise.
40450         [non-C99-based standards] (y1f): Likewise.
40451         [non-C99-based standards] (ynf): Likewise.
40452         [non-C99-based standards] (isnanf): Likewise.
40453         [non-C99-based standards] (acoshf): Likewise.
40454         [non-C99-based standards] (asinhf): Likewise.
40455         [non-C99-based standards] (atanhf): Likewise.
40456         [non-C99-based standards] (cbrtf): Likewise.
40457         [non-C99-based standards] (expm1f): Likewise.
40458         [non-C99-based standards] (ilogbf): Likewise.
40459         [non-C99-based standards] (log1pf): Likewise.
40460         [non-C99-based standards] (logbf): Likewise.
40461         [non-C99-based standards] (nextafterf): Likewise.
40462         [non-C99-based standards] (remainderf): Likewise.
40463         [non-C99-based standards] (rintf): Likewise.
40464         [non-C99-based standards] (scalbf): Likewise.
40465         [non-C99-based standards] (copysignl): Likewise.
40466         [non-C99-based standards] (exp2l): Likewise.
40467         [non-C99-based standards] (log2l): Likewise.
40468         [non-C99-based standards] (modfl): Allow.
40469         [non-C99-based standards] (erfl): Do not allow.
40470         [non-C99-based standards] (erfcl): Likewise.
40471         [non-C99-based standards] (gammal): Likewise.
40472         [non-C99-based standards] (hypotl): Likewise.
40473         [non-C99-based standards] (j0l): Likewise.
40474         [non-C99-based standards] (j1l): Likewise.
40475         [non-C99-based standards] (jnl): Likewise.
40476         [non-C99-based standards] (lgammal): Likewise.
40477         [non-C99-based standards] (tgammal): Likewise.
40478         [non-C99-based standards] (y0l): Likewise.
40479         [non-C99-based standards] (y1l): Likewise.
40480         [non-C99-based standards] (ynl): Likewise.
40481         [non-C99-based standards] (isnanl): Likewise.
40482         [non-C99-based standards] (acoshl): Likewise.
40483         [non-C99-based standards] (asinhl): Likewise.
40484         [non-C99-based standards] (atanhl): Likewise.
40485         [non-C99-based standards] (cbrtl): Likewise.
40486         [non-C99-based standards] (expm1l): Likewise.
40487         [non-C99-based standards] (ilogbl): Likewise.
40488         [non-C99-based standards] (log1pl): Likewise.
40489         [non-C99-based standards] (logbl): Likewise.
40490         [non-C99-based standards] (nextafterl): Likewise.
40491         [non-C99-based standards] (remainderl): Likewise.
40492         [non-C99-based standards] (rintl): Likewise.
40493         [non-C99-based standards] (scalbl): Likewise.
40494         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40495         [non-C99-based standards] (FP_*): Do not allow.
40496         [C99-based standards] (FP_*): Change to
40497         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
40498         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
40499         allow.
40500         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
40501         (SIG_ERR): Likewise.
40502         [X/Open-based standards] (SIG_HOLD): Likewise.
40503         (SIG_IGN): Likewise.
40504         (SIGABRT): Use macro-int-constant.  Specify type.  Require
40505         positive value.
40506         (SIGFPE): Likewise.
40507         (SIGILL): Likewise.
40508         (SIGINT): Likewise.
40509         (SIGSEGV): Likewise.
40510         (SIGTER): Likewise.
40511         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
40512         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
40513         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
40514         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
40515         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
40516         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
40517         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
40518         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
40519         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
40520         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
40521         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
40522         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
40523         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
40524         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
40525         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
40526         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
40527         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
40528         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
40529         [X/Open-based standards] (SIGTRAP): Likewise.
40530         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
40531         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
40532         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
40533         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
40534         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
40535         allow.
40537 2012-05-08  Ian Wienand  <ianw@vmware.com>
40539         [BZ #14080]
40540         * time/tzset.c (__tzset_parse_tz): Update default rules for
40541         daylight time changes in the Energy Policy Act of 2005.
40543 2012-05-09  Andreas Jaeger  <aj@suse.de>
40545         [BZ #13983]
40546         * elf/ldconfig.c (parse_conf): Change string to make clear that
40547         ldconfig only issued a warning if ld.so.conf does not exist.
40549 2012-05-08  David S. Miller  <davem@davemloft.net>
40551         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
40552         movxtod instead of popping the value on the stack.
40554         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40556 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
40558         * config.h.in: Add HAVE_ARM_PCS_VFP.
40560 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
40562         [BZ #13979]
40563         * include/features.h: Warn if user requests __FORTIFY_SOURCE
40564         checking but the checks are disabled for any reason.
40566 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
40568         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
40569         and ELF64_R_TYPE with ELFW(R_TYPE).
40571 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
40573         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
40574         (ulimit): Likewise.
40576         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
40577         (settimeofday): Likewise.
40579 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
40581         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
40582         a struct th_u2 inside the union, and move tu_block/tu_code into
40583         a new th_u3 union of tu_block/tu_code inside of that.  Move
40584         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
40585         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
40586         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
40587         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
40588         (th_stuff): Change to th_u1.tu_stuff.
40589         (th_data): Define.
40590         (th_msg): Change to th_u1.th_u2.tu_data.
40592 2012-05-07  David S. Miller  <davem@davemloft.net>
40594         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40596         [BZ #14074]
40597         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
40598         (SETUP_PIC_REG): Use it.
40599         (SETUP_PIC_REG_LEAF): Use it.
40601 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
40603         [BZ #13885]
40604         [BZ #13923]
40605         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40606         USE_AS_EXPM1L.
40607         (EXPL_FINITE): Likewise.
40608         (FLDLOG): Likewise.
40609         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
40610         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
40611         e_expl.S.
40612         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40613         USE_AS_EXPM1L.
40614         (EXPL_FINITE): Likewise.
40615         (FLDLOG): Likewise.
40616         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
40617         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
40618         e_expl.S.
40619         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
40620         test of -max_value argument for long double.
40621         * sysdeps/i386/fpu/libm-test-ulps: Update.
40622         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40624 2012-05-06  David S. Miller  <davem@davemloft.net>
40626         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
40627         quad soft-float symbols whose references which are compiler
40628         generated.
40629         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
40631 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
40633         [BZ #13884]
40634         [BZ #13914]
40635         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40636         USE_AS_EXP10L.
40637         (EXPL_FINITE): Likewise.
40638         (FLDLOG): Likewise.
40639         (c0): Likewise.
40640         (c1): Likewise.
40641         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
40642         Adjust comments for base varying.
40643         (__expl_finite): Change alias to EXPL_FINITE.
40644         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
40645         e_expl.S.
40646         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
40647         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
40648         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
40649         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
40650         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40651         USE_AS_EXP10L.
40652         (EXPL_FINITE): Likewise.
40653         (FLDLOG): Likewise.
40654         (c0): Likewise.
40655         (c1): Likewise.
40656         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
40657         Adjust comments for base varying.
40658         (__expl_finite): Change alias to EXPL_FINITE.
40659         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
40660         tests for bugs.
40661         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
40663         [BZ #14064]
40664         * math/libm-test.inc (check_float_internal): Correct ulp
40665         calculation for subnormal expected results.
40667 2012-05-06  Andreas Jaeger  <aj@suse.de>
40669         * Makeconfig (+math-flags): New, set to -frounding-math.
40670         (+cflags): Add +math-flags so that all of glibc gets compiled with
40671         it.
40673         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
40675 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
40677         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
40678         Disable one test.
40680         [BZ #13787]
40681         [BZ #13922]
40682         [BZ #14036]
40683         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
40684         (__ieee754_expl): Allow for and saturate large arguments.
40685         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
40686         (u_threshold): Likewise.
40687         (__exp): Call __ieee754_exp before checking for overflow and
40688         underflow.
40689         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
40690         (u_threshold): Likewise.
40691         (__expf): Call __ieee754_expf before checking for overflow and
40692         underflow.
40693         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
40694         (u_threshold): Likewise.
40695         (__expl): Call __ieee754_expl before checking for overflow and
40696         underflow.
40697         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
40698         (__ieee754_expl): Allow for and saturate large arguments.
40699         * math/libm-test.inc (exp_test): Add another test.  Do not allow
40700         missing overflow exception on overflow.
40701         (expm1_test): Do not allow missing overflow exception on overflow.
40703         * sysdeps/i386/fpu/e_expl.c: Move to ...
40704         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
40705         rather than using inline asm.
40706         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
40707         * sysdeps/x86_64/fpu/e_expl.S: Copy from
40708         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
40710         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
40711         (nice): Likewise.
40712         (poll): Likewise.
40713         (signal): Likewise.
40714         (time): Likewise.
40715         (times): Likewise.
40717 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
40719         * sysdeps/unix/syscalls.list (adjtime): Add entry from
40720         sysdeps/unix/common/syscalls.list.
40721         (fchmod): Likewise.
40722         (fchown): Likewise.
40723         (ftruncate): Likewise.
40724         (getrusage): Likewise.
40725         (gettimeofday): Likewise.
40726         (setpgid): Likewise.
40727         (setregid): Likewise.
40728         (setreuid): Likewise.
40729         (sigaction): Likewise.
40730         (truncate): Likewise.
40731         (vhangup): Likewise.
40732         * sysdeps/unix/common/syscalls.list: Remove file.
40733         * sysdeps/unix/bsd/Implies: Don't include unix/common.
40734         * sysdeps/unix/sysv/linux/Implies: Likewise.
40736 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
40738         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
40739         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
40740         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
40741         Moved to ...
40742         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
40743         Here.
40744         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
40745         to ...
40746         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
40747         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
40748         to ...
40749         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
40750         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
40751         to ...
40752         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
40753         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
40754         to ...
40755         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
40756         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
40757         to ...
40758         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
40759         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
40760         to ...
40761         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
40762         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
40763         to ...
40764         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
40765         Here.
40766         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
40767         to ...
40768         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
40769         Here.
40770         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
40771         to ...
40772         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
40773         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
40774         Moved to ...
40775         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
40776         Here.
40777         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
40778         to ...
40779         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
40781 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
40783         * sysdeps/unix/common/bits/dirent.h: Remove file.
40784         * sysdeps/unix/common/bits/fcntl.h: Likewise.
40786         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
40787         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
40788         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
40789         * sysdeps/unix/bsd/isatty.c: Likewise.
40790         * sysdeps/unix/bsd/tcdrain.c: Likewise.
40791         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
40792         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
40794 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40796         [BZ #13563]
40797         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
40798         long double comparison inaccuracies.
40799         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
40800         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40802 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
40804         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
40805         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
40807 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
40809         [BZ #14049]
40810         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
40811         nonzero digits before rounding a hex value.
40812         * stdlib/tst-strtod.c (tests): Add another test.
40814 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40816         * sysdeps/s390/fpu/libm-test-ulps: Update.
40818 2012-05-03  Andreas Jaeger  <aj@suse.de>
40820         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
40821         does not get optimized out.
40822         (malloc_opt_barrier): New.
40824 2012-05-03  Andreas Jaeger  <aj@suse.de>
40825             Roland McGrath  <roland@hack.frob.com>
40827         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
40828         intermediate file deletion.
40829         (generated): Add .symlist files.
40831 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
40833         [BZ #13775]
40834         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
40835         Redirect under this condition.
40836         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
40837         [__USE_GNU] (__dprintf_chk): Not under this condition.
40838         [__USE_GNU] (__vdprintf_chk): Likewise.
40839         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
40840         under this condition.
40841         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
40842         [__USE_XOPEN2K8] (dprintf): Define under this condition.
40843         [__USE_XOPEN2K8] (vdprintf): Likewise.
40844         [__USE_GNU] (__dprintf_chk): Not under this condition.
40845         [__USE_GNU] (__vdprintf_chk): Likewise.
40846         [__USE_GNU] (dprintf): Likewise.
40847         [__USE_GNU] (vdprintf): Likewise.
40849 2012-05-03  Roland McGrath  <roland@hack.frob.com>
40851         * elf/Makefile (common-generated): Set this instead of generated for
40852         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
40853         $(all-built-dso)-derived lists.
40855 2012-05-03  Andreas Jaeger  <aj@suse.de>
40857         * sysdeps/i386/fpu/libm-test-ulps: Update.
40859         * FAQ: Removed.
40860         * FAQ.in: Likewise.
40861         * scripts/gen-FAQ.pl: Likewise.
40862         * manual/install.texi (Installation): Point to online location of
40863         FAQ.
40864         * Makefile (files-for-dist): Remove FAQ.
40865         (FAQ): Remove.
40867 2012-05-02  Allan McRae  <allan@archlinux.org>
40869         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
40870         (LDFLAGS-reldepmod5.so): Likewise.
40871         (LDFLAGS-reldep6mod1.so): Likewise.
40872         (LDFLAGS-reldep6mod4.so): Likewise.
40873         (LDFLAGS-reldep8mod3.so): Likewise.
40874         (LDFLAGS-unload4mod1.so): Likewise.
40875         (LDFLAGS-unload4mod2.so): Likewise.
40876         (LDFLAGS-tst-initorder): Likewise.
40877         (LDFLAGS-tst-initordera2.so): Likewise.
40878         (LDFLAGS-tst-initordera3.so): Likewise.
40879         (LDFLAGS-tst-initordera4.so): Likewise.
40880         (LDFLAGS-tst-initorderb2.so): Likewise.
40881         (LDFLAGS-noload): Likewise.
40882         (LDFLAGS-next): Likewise.
40883         (LDFLAGS-order2mod1.so): Likewise.
40884         (LDFLAGS-order2mod2.so): Likewise.
40885         (LDFLAGS-tst-initorder2): Likewise.
40886         (LDFLAGS-tst-initorder2a.so): Likewise.
40887         (LDFLAGS-tst-initorder2b.so): Likewise.
40888         (LDFLAGS-tst-initorder2c.so): Likewise.
40889         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
40891 2012-05-02  David S. Miller  <davem@davemloft.net>
40893         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40895 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
40897         [BZ #14055]
40898         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
40900 2012-05-02  Andreas Jaeger  <aj@suse.de>
40902         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
40903         since we manipulate rounding mode.
40904         (CPPFLAGS-test-idouble.c): Likewise.
40905         (CPPFLAGS-test-ifloat.c): Likewise.
40906         (CFLAGS-test-ldouble.c): Likewise.
40907         (CFLAGS-test-double.c): Likewise.
40908         (CFLAGS-test-float.c): Likewise.
40909         (CFLAGS-test-misc.c): Likewise.
40910         (CFLAGS-test-test-fenv.c): Likewise.
40912 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40914         [BZ #2550]
40915         [BZ #2570]
40916         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
40917         comparisons to determine direction to adjust input.
40919 2012-05-01  Roland McGrath  <roland@hack.frob.com>
40921         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
40922         output to the target.
40924         * scripts/localplt.awk: New file.
40925         * elf/Makefile ($(objpfx)check-localplt): Target removed.
40926         (check-localplt-CFLAGS): Variable removed.
40927         ($(all-built-dso:=.jmprel)): New static pattern rule.
40928         (generated): Add those targets.
40929         (localplt-built-dso): New variable.
40930         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
40932         * elf/check-localplt.c: File removed.
40934         * scripts/check-execstack.awk: New file.
40935         * elf/Makefile ($(objpfx)check-execstack): Target removed.
40936         (check-execstack-CFLAGS): Variable removed.
40937         ($(objpfx)check-execstack.h): Target removed.
40938         ($(objpfx)execstack-default): New target.
40939         (generated): Add that instead of check-execstack.h.
40940         ($(all-built-dso:=.phdr)): New static pattern rule.
40941         (generated): Add those targets.
40942         * elf/check-execstack.c: File removed.
40944         * scripts/check-textrel.awk: New file.
40945         * elf/Makefile ($(objpfx)check-textrel): Target removed.
40946         (check-textrel-CFLAGS): Variable removed.
40947         (all-built-dso): Use := to define.o
40948         ($(all-built-dso:=.dyn)): New static pattern rule.
40949         (generated): Add those targets.
40950         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
40951         * config.make.in (READELF): New substituted variable.
40952         * elf/check-textrel.c: File removed.
40954 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
40956         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
40957         allow.
40958         * conform/data/ctype.h-data [C99-based standards] (isblank):
40959         Expect function.
40960         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
40961         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
40962         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40963         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
40964         Specify type.  Require positive value.
40965         (EILSEQ): Likewise.
40966         (ERANGE): Likewise.
40967         [ISO || POSIX] (EILSEQ): Do not expect.
40968         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
40969         Specify type.  Require positive value.
40970         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
40971         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
40972         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
40973         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
40974         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
40975         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
40976         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
40977         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
40978         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
40979         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
40980         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
40981         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
40982         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
40983         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
40984         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
40985         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
40986         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
40987         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
40988         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
40989         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
40990         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
40991         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
40992         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
40993         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
40994         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
40995         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
40996         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
40997         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
40998         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
40999         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
41000         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
41001         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
41002         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
41003         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
41004         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
41005         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
41006         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
41007         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
41008         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
41009         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
41010         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
41011         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
41012         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
41013         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
41014         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
41015         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
41016         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
41017         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
41018         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
41019         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
41020         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
41021         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
41022         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
41023         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
41024         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
41025         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
41026         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
41027         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
41028         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
41029         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
41030         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
41031         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
41032         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
41033         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
41034         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
41035         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
41036         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
41037         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
41038         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
41039         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
41040         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
41041         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
41042         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
41043         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
41044         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
41045         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
41046         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
41047         Require >= 2.
41048         (FLT_ROUNDS): Expect as macro, not constant.
41049         (FLT_MANT_DIG): Use macro-int-constant.
41050         (DBL_MANT_DIG): Likewise.
41051         (LDBL_MANT_DIG): Likewise.
41052         (FLT_DIG): Likewise.
41053         (DBL_DIG): Likewise.
41054         (LDBL_DIG): Likewise.
41055         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
41056         (DBL_MIN_EXP): Likewise.
41057         (LDBL_MIN_EXP): Likewise.
41058         (FLT_MAX_EXP): Use macro-int-constant.
41059         (DBL_MAX_EXP): Likewise.
41060         (LDBL_MAX_EXP): Likewise.
41061         (FLT_MAX_10_EXP): Likewise.
41062         (DBL_MAX_10_EXP): Likewise.
41063         (LDBL_MAX_10_EXP): Likewise.
41064         (FLT_MAX): Use macro-constant.
41065         (DBL_MAX): Likewise.
41066         (LDBL_MAX): Likewise.
41067         (FLT_EPSILON): Use macro-constant.  Give upper bound.
41068         (DBL_EPSILON): Likewise.
41069         (LDBL_EPSILON): Likewise.
41070         (FLT_MIN): Likewise.
41071         (DBL_MIN): Likewise.
41072         (LDBL_MIN): Likewise.
41073         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
41074         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
41075         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
41076         [ISO11] (FLT_HAS_SUBNORM): Likewise.
41077         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
41078         [ISO11] (DBL_DECIMAL_DIG): Likewise.
41079         [ISO11] (FLT_DECIMAL_DIG): Likewise.
41080         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
41081         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
41082         [ISO11] (FLT_TRUE_MIN): Likewise.
41083         [ISO11] (LDBL_TRUE_MIN): Likewise.
41084         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41085         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
41086         (SCHAR_MIN): Use macro-int-constant.  Specify type.
41087         (SCHAR_MAX): Likewise.
41088         (UCHAR_MAX): Likewise.
41089         (CHAR_MIN): Likewise.
41090         (CHAR_MAX): Likewise.
41091         (MB_LEN_MAX): Use macro-int-constant.
41092         (SHRT_MIN): Use macro-int-constant.  Specify type.
41093         (SHRT_MAX): Likewise.
41094         (USHRT_MAX): Likewise.
41095         (INT_MAX): Likewise.
41096         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
41097         bound negative.
41098         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41099         bound with "U".
41100         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41101         bound with "L".
41102         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
41103         bound negative.  Suffix upper bound with "L".
41104         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41105         bound with "UL".
41106         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
41107         Specify type.
41108         [C99-based standards] (LLONG_MAX): Likewise.
41109         [C99-based standards] (ULLONG_MAX): Likewise.
41110         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
41111         == 0.
41112         [ISO11] (max_align_t): Require type.
41113         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41115         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
41116         from $CFLAGS, without defining away __attribute__ calls.
41117         (checknamespace): Use $CFLAGS_namespace.
41119         * conform/conformtest.pl (@keywords): Only include C99 keywords
41120         for standards based on C99 or C11.
41122         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
41123         Disable tests.
41124         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
41125         UNIX98]: Likewise.
41127         * conform/conformtest.pl: Handle "macro-int-constant" and test for
41128         usability of symbols in #if.
41130         * conform/conformtest.pl: If macro or constant types start
41131         "promoted:", expect the symbol to be of the following type
41132         promoted by the integer promotions.
41134         * conform/conformtest.pl: Parse all "constant" and "macro" lines
41135         in one place.  Also handle "macro-constant".
41137         * conform/conformtest.pl: Only accept expected macro values with
41138         "==".  Parse all "macro" lines in one place.
41139         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
41141         * conform/conformtest.pl: Handle braced types on "constant" lines
41142         instead of handling "typed-constant".
41143         * conform/data/signal.h-data: Use "constant" instead of
41144         "typed-constant".
41146         * conform/conformtest.pl: Handle "optional-" at start of lines in
41147         one place rather than duplicating several cases.  Handle each
41148         format of "macro" line with initial "optional-".
41150         * conform/conformtest.pl: Only accept expected constant or
41151         optional-constant values with "==".  Parse all "constant" lines in
41152         one place.  Parse all "optional-constant" lines in one place.
41153         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
41154         * conform/data/fmtmsg.h-data: Likewise.
41155         * conform/data/netinet/in.h-data: Likewise.
41156         * conform/data/tar.h-data: Likewise.
41157         * conform/data/limits.h-data: Use "==" form on "constant" and
41158         "optional-constant" lines.
41160         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
41161         Use -std=c99 for XOPEN2K.
41162         (@knownproblems): Remove.
41163         (newtoken): Don't check %isknown.
41165         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
41166         Do not expect macro.
41167         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
41168         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
41169         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
41170         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
41171         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
41172         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
41173         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
41174         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
41175         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
41176         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
41177         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
41178         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
41179         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
41180         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
41181         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
41182         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
41183         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
41184         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
41185         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
41186         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
41187         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
41188         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
41189         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
41190         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
41191         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
41192         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
41193         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
41194         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
41195         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
41196         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
41197         [XPG3] (acosh): Likewise.
41198         [XPG3] (asinh): Likewise.
41199         [XPG3] (atanh): Likewise.
41200         [XPG3] (cbrt): Likewise.
41201         [XPG3] (expm1): Likewise.
41202         [XPG3] (ilogb): Likewise.
41203         [XPG3] (log1p): Likewise.
41204         [XPG3] (logb): Likewise.
41205         [XPG3] (nextafter): Likewise.
41206         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
41207         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
41208         [XPG3] (remainder): Likewise.
41209         [XPG3] (rint): Likewise.
41210         [XPG3 || XPG4 || UNIX98] (round): Likewise.
41211         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
41212         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
41213         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
41214         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
41215         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
41216         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
41217         [UNIX98 || XOPEN2K] (scalb): Expect.
41218         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
41219         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
41220         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
41221         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
41222         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
41223         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
41224         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
41225         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
41226         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
41227         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
41228         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
41229         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
41230         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
41231         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
41232         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
41233         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
41234         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
41235         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
41236         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
41237         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
41238         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
41239         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
41240         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
41241         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
41242         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
41243         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
41244         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
41245         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
41246         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
41247         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
41248         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
41249         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
41250         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
41251         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
41252         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
41253         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
41254         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
41255         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
41256         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
41257         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
41258         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
41259         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
41260         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
41261         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
41262         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
41263         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
41264         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
41265         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
41266         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
41267         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
41268         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
41269         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
41270         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
41271         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
41272         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
41273         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
41274         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
41275         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
41276         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
41277         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
41278         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
41279         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
41280         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
41281         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
41282         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
41283         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
41284         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
41285         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
41286         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
41287         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
41288         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
41289         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
41290         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
41291         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
41292         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
41293         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
41294         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
41295         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
41296         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
41297         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
41298         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
41299         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
41300         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
41301         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
41302         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
41303         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
41304         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
41305         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
41306         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
41307         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
41308         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
41309         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
41310         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
41311         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
41312         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
41313         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
41314         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
41315         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
41316         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
41317         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
41318         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
41319         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
41320         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
41321         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
41322         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
41323         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
41324         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
41325         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
41326         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
41327         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
41328         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
41329         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
41330         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
41331         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
41332         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
41333         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
41334         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
41335         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
41336         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
41337         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
41338         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
41339         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
41340         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
41341         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
41342         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
41343         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
41344         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
41345         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
41346         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
41347         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
41348         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
41349         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
41350         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
41351         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
41352         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
41353         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
41354         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
41356         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
41357         _XOPEN_SOURCE_EXTENDED for XPG4.
41359         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
41361         * Makeconfig (localtime): Remove variable.
41362         (inst_localtime-file): Likewise.
41364 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
41366         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
41367         Update.
41368         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
41369         Update.
41370         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
41371         Update.
41372         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
41373         Update.
41374         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
41375         Update.
41376         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
41377         Update.
41378         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
41379         Update.
41380         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
41381         Update.
41382         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
41383         Update.
41385 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41387         [BZ #2550]
41388         [BZ #2570]
41389         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
41390         comparisons to determine direction to adjust input.
41391         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
41392         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
41393         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
41394         Likewise.
41395         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
41396         Likewise.
41397         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
41398         Likewise.
41399         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
41400         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
41401         Likewise.
41402         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
41403         Likewise.
41404         * math/libm-test.inc (nexttoward_test): Add more tests.
41406 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
41408         [BZ #14040]
41409         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
41410         in version GLIBC_2.1, not GLIBC_2.0.
41411         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
41412         Likewise.
41414 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
41416         [BZ #13942]
41417         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
41418         (1 - x) * (1 + x).
41419         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
41420         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
41421         * math/libm-test.inc (acos_test): Add more tests.
41422         (asin_test): Likewise.
41423         * sysdeps/i386/fpu/libm-test-ulps: Update.
41424         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41426         [BZ #14034]
41427         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
41428         of square root.
41429         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
41430         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
41431         * math/libm-test.inc (acos_test_tonearest): New function.
41432         (acos_test_towardzero): Likewise.
41433         (acos_test_downward): Likewise.
41434         (acos_test_upward): Likewise.
41435         (asin_test_tonearest): Likewise.
41436         (asin_test_towardzero): Likewise.
41437         (asin_test_downward): Likewise.
41438         (asin_test_upward): Likewise.
41439         (main): Call the new functions.
41440         * sysdeps/i386/fpu/libm-test-ulps: Update.
41441         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41443         [BZ #13884]
41444         [BZ #13924]
41445         * math/e_exp10.c: Include <float.h>.
41446         (__ieee754_exp10): Handle underflow here rather than multiplying
41447         large negative argument by M_LN10.
41448         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
41449         of __ieee754_expf.
41450         * math/e_exp10l.c: Include <float.h>.
41451         (__ieee754_exp10l): Handle underflow here rather than multiplying
41452         large negative argument by M_LN10l.
41453         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
41454         spurious overflow exception on underflow.
41456 2012-04-29  Marek Polacek  <polacek@redhat.com>
41458         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
41459         (__fortify_function): New macro.
41460         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
41461         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
41462         __extern_always_inline.
41463         * libio/bits/stdio2.h: Likewise.
41464         * libio/bits/stdio.h: Likewise.
41465         * string/string.h: Likewise.
41466         * string/bits/string3.h: Likewise.
41467         * include/stdio.h: Likewise.
41468         * stdlib/bits/stdlib.h: Likewise.
41469         * stdlib/stdlib.h: Likewise.
41470         * rt/bits/mqueue2.h: Likewise.
41471         * rt/mqueue.h: Likewise.
41472         * posix/bits/unistd.h: Likewise.
41473         * posix/unistd.h: Likewise.
41474         * io/bits/poll2.h: Likewise.
41475         * io/bits/fcntl2.h: Likewise.
41476         * io/fcntl.h: Likewise.
41477         * io/sys/poll.h: Likewise.
41478         * misc/bits/syslog.h: Likewise.
41479         * misc/bits/syslog-ldbl.h: Likewise.
41480         * misc/sys/syslog.h: Likewise.
41481         * socket/bits/socket2.h: Likewise.
41482         * socket/sys/socket.h: Likewise.
41483         * debug/tst-chk1.c: Likewise.
41484         * wcsmbs/bits/wchar2.h: Likewise.
41485         * wcsmbs/bits/wchar-ldbl.h: Likewise.
41486         * wcsmbs/wchar.h: Likewise.
41488 2012-04-29  Andreas Jaeger  <aj@suse.de>
41490         * Makerules (tests): Remove enable-check-abi protection.
41491         (check-abi-warn): Remove.
41492         (check-abi-%): Remove check-abi-warn usage.
41494         * configure.in: Remove check-abi configure option.
41495         * configure: Regenerated.
41496         * config.make.in (enable-check-abi): Remove.
41498 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
41500         [BZ #14033]
41501         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
41502         double functions to double *_finite functions.
41504         [BZ #13941]
41505         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
41506         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
41507         LDBL_MIN_EXP.
41508         * stdio-common/Makefile (tests): Add tst-sprintf3.
41509         * stdio-common/tst-sprintf3.c: New file.
41511         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
41512         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
41514 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
41516         * conform/conformtest.pl: Remove duplicate typed-constant
41517         handling.
41519 2012-04-28  David S. Miller  <davem@davemloft.net>
41521         * Makerules (%.abilist): Add vpath on sysdep_dirs.
41522         (check-abi-%): Remove AWK script prerequisite and explicit
41523         abilist directory.
41524         (check-abi): Rewrite to just diff the symlist with the abilist.
41525         (config-tls, config-abi-config): Delete, no longer used.
41526         (update-abi-%): Remove AWK script and explicit abilist directory.
41527         (update-abi): Rewrite to simply compare and conditionally copy the
41528         symlist and the sysdep abilist file.  Remove update-abi-config
41529         checks.
41530         * abilist/ld.abilist: Remove.
41531         * abilist/libBrokenLocale.abilist: Remove.
41532         * abilist/libanl.abilist: Remove.
41533         * abilist/libcrypt.abilist: Remove.
41534         * abilist/libdl.abilist: Remove.
41535         * abilist/librt.abilist: Remove.
41536         * abilist/libthread_db.abilist: Remove.
41537         * abilist/libutil.abilist: Remove.
41538         * scripts/extract-abilist.awk: Remove.
41539         * scripts/merge-abilist.awk: Remove.
41540         * sysdeps/generic/libcidn.abilist: New file.
41541         * sysdeps/generic/libnss_compat.abilist: New file.
41542         * sysdeps/generic/libnss_db.abilist: New file.
41543         * sysdeps/generic/libnss_dns.abilist: New file.
41544         * sysdeps/generic/libnss_files.abilist: New file.
41545         * sysdeps/generic/libnss_hesiod.abilist: New file.
41546         * sysdeps/generic/libnss_nis.abilist: New file.
41547         * sysdeps/generic/libnss_nisplus.abilist: New file.
41548         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
41549         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
41550         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
41551         file.
41552         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
41553         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
41554         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
41555         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
41556         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
41557         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
41558         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
41559         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
41560         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
41561         file.
41562         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
41563         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
41564         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
41565         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
41566         file.
41567         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
41568         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
41569         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
41570         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
41571         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
41572         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
41573         file.
41574         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
41575         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
41576         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
41577         file.
41578         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
41579         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
41580         New file.
41581         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
41582         New file.
41583         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
41584         New file.
41585         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
41586         New file.
41587         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
41588         New file.
41589         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
41590         New file.
41591         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
41592         New file.
41593         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
41594         New file.
41595         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
41596         New file.
41597         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
41598         New file.
41599         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
41600         New file.
41601         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
41602         New file.
41603         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
41604         New file.
41605         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
41606         file.
41607         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
41608         New file.
41609         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
41610         New file.
41611         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
41612         file.
41613         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
41614         New file.
41615         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
41616         New file.
41617         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
41618         file.
41619         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
41620         New file.
41621         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
41622         New file.
41623         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
41624         New file.
41625         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
41626         New file.
41627         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
41628         New file.
41629         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
41630         New file.
41631         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
41632         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
41633         file.
41634         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
41635         New file.
41636         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
41637         file.
41638         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
41639         file.
41640         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
41641         file.
41642         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
41643         file.
41644         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
41645         file.
41646         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
41647         New file.
41648         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
41649         file.
41650         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
41651         file.
41652         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
41653         New file.
41654         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
41655         file.
41656         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
41657         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
41658         file.
41659         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
41660         New file.
41661         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
41662         file.
41663         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
41664         file.
41665         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
41666         file.
41667         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
41668         file.
41669         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
41670         file.
41671         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
41672         New file.
41673         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
41674         file.
41675         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
41676         file.
41677         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
41678         New file.
41679         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
41680         file.
41681         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
41682         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
41683         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
41684         file.
41685         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
41686         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
41687         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
41688         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
41689         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
41690         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
41691         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
41692         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
41693         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
41694         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
41695         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
41696         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
41697         file.
41698         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
41699         New file.
41700         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
41701         file.
41702         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
41703         file.
41704         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
41705         file.
41706         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
41707         file.
41708         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
41709         file.
41710         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
41711         New file.
41712         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
41713         New file.
41714         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
41715         file.
41716         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
41717         New file.
41718         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
41719         file.
41720         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
41721         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
41722         file.
41723         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
41724         New file.
41725         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
41726         file.
41727         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
41728         file.
41729         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
41730         file.
41731         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
41732         file.
41733         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
41734         file.
41735         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
41736         New file.
41737         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
41738         New file.
41739         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
41740         file.
41741         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
41742         New file.
41743         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
41744         file.
41746 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
41748         * conform/conformtest.pl: Fix typo in handling typed-constant from
41749         allow-header.
41751 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
41753         * README: Cut down references to pre-2.6 Linux kernels and
41754         Linuxthreads.  Update lists of configurations in libc and ports
41755         and sort alphabetically.  Say "or newer" with Linux kernel version
41756         requirements.
41758         * config.h.in [IS_IN_build]: Allow compiling without optimization.
41760 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
41762         [BZ #887]
41763         * math/libm-test.inc (logb_test_downward): New test to expose
41764         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
41765         rounding mode.
41767 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
41769         [BZ #14027]
41770         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
41771         to be done.
41772         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
41773         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
41775 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
41777         * sysdeps/unix/i386/brk.S: Remove file.
41778         * sysdeps/unix/i386/dl-brk.S: Likewise.
41779         * sysdeps/unix/i386/pipe.S: Likewise.
41780         * sysdeps/unix/i386/sigreturn.S: Likewise.
41781         * sysdeps/unix/i386/syscall.S: Likewise.
41782         * sysdeps/unix/i386/vfork.S: Likewise.
41783         * sysdeps/unix/i386/wait.S: Likewise.
41785         * sysdeps/unix/common/tcsendbrk.c: Move to ...
41786         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
41788         * configure.in (arm*-none*): Do not allow without
41789         --enable-hacker-mode.
41790         (netbsd*): Remove case setting base_os.
41791         (386bsd*): Likewise.
41792         (freebsd*): Likewise.
41793         (bsdi*): Likewise.
41794         (osf*): Likewise.
41795         (sunos*): Likewise.
41796         (ultrix*): Likewise.
41797         (newsos*): Likewise.
41798         (dynix*): Likewise.
41799         (*bsd*): Likewise.
41800         (sysv*): Likewise.
41801         (isc*): Likewise.
41802         (esix*): Likewise.
41803         (sco*): Likewise.
41804         (minix*): Likewise.
41805         (irix4*): Likewise.
41806         (irix6*): Likewise.
41807         (solaris[2-9]*): Likewise.
41808         (none): Likewise.
41809         * configure: Regenerated.
41811 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41813         [BZ #11521]
41814         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
41815         overflow or cancellation in calculating denominator.
41816         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
41817         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
41818         down expression to avoid unexpected rounding in newer GCCs.
41819         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
41821 2012-04-26  David S. Miller  <davem@davemloft.net>
41823         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
41824         long-double compat symbols.
41825         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
41826         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
41827         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
41828         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
41829         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
41830         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
41831         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
41832         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
41833         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
41834         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
41835         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
41836         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
41837         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
41839 2012-04-25  David S. Miller  <davem@davemloft.net>
41841         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
41842         HWCAP_* values only after the memory barriers have been defined.
41843         (atomic_full_barrier): Define.
41844         (atomic_read_barrier): Define.
41845         (atomic_write_barrier): Define.
41847 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
41849         * shlib-versions: Add libgcc_s version information.
41850         * sysdeps/generic/libgcc_s.h: Remove.
41851         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
41852         libgcc_s.h.
41853         * sysdeps/gnu/unwind-resume.c: Likewise.
41854         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
41856 2012-04-25  David S. Miller  <davem@davemloft.net>
41858         * sysdeps/unix/sparc/brk.S: Delete.
41859         * sysdeps/unix/sparc/dl-brk.S: Delete.
41860         * sysdeps/unix/sparc/pipe.S: Delete.
41861         * sysdeps/unix/sparc/sysdep.S: Delete.
41862         * sysdeps/unix/sparc/sysdep.h: Delete.
41863         * sysdeps/unix/sparc/vfork.S: Delete.
41864         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
41865         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
41866         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
41867         (ret_ERRVAL, r0, r1, MOVE): Define.
41868         (JUMPTARGET): Remove.
41869         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
41870         sysdeps/unix/sparc/sysdep.h
41871         (ENTRY, END): Remove.
41872         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
41874 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
41876         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
41877         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
41878         -DIS_IN_build.
41880         * timezone/README: Update upstream location and email address for
41881         tzcode and tzdata.
41882         * timezone/zdump.c: Update from tzcode 2012b.
41883         * timezone/zic.c: Likewise.
41885         * configure.in (libc_cv_as_needed): Remove test.
41886         * configure: Regenerated.
41887         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
41888         conditional definition.
41889         [$(have-as-needed) != yes] (no-as-needed): Likewise.
41890         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
41891         * config.make.in (have-as-needed): Remove variable.
41893 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
41894             Paul Pluzhnikov  <ppluzhnikov@google.com>
41896         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
41897         strings correctly.
41899 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
41901         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
41902         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
41903         * sysdeps/sh/strlen.S: Likewise.
41905 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
41907         * sysdeps/unix/fork.S: Remove file.
41908         * sysdeps/unix/i386/fork.S: Likewise.
41909         * sysdeps/unix/sparc/fork.S: Likewise.
41911         * sysdeps/unix/system.c: Remove file.
41912         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
41914         * sysdeps/unix/getegid.S: Remove file.
41915         * sysdeps/unix/geteuid.S: Likewise.
41917 2012-04-24  Roland McGrath  <roland@hack.frob.com>
41919         * scripts/check-localplt.awk: New file.
41920         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
41921         of diff.
41922         * scripts/data/localplt-generic.data: Add a comment.
41924         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
41925         NODE when __dir_mkfile failed.
41926         * sysdeps/mach/hurd/symlinkat.c: Likewise.
41927         Reported by Ludovic Courtès <ludo@gnu.org>.
41929 2012-04-24  Andreas Jaeger  <aj@suse.de>
41931         * Makerules (common-clean): Also remove gen-as-const-headers
41932         files.
41934 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
41936         * Makerules (native-compile): Do not change working directory for
41937         build.  Use $(OUTPUT_OPTION) in command.
41938         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
41940 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41942         [BZ #13886]
41943         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
41944         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
41945         * math/libm-test.inc (floor_test): Add more tests.
41946         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
41948 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
41950         * sysdeps/unix/getdents.c: Remove file.
41951         * sysdeps/unix/sysv/getdents.c: Likewise.
41952         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
41954         * sysdeps/unix/syscalls.list (madvise): Add syscall from
41955         sysdeps/unix/mman/syscalls.list.
41956         (mmap): Likewise.
41957         (mprotect): Likewise.
41958         (msync): Likewise.
41959         (munmap): Likewise.
41960         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
41961         * sysdeps/unix/mman/syscalls.list: Remove.
41962         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
41964         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
41965         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
41966         * configure: Regenerated.
41967         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
41968         $(libgcc_s_suffix).
41969         * config.make.in (libgcc_s_suffix): Remove variable.
41971 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
41973         * sysdeps/unix/sysv/gethostname.c: Move to ...
41974         * sysdeps/posix/gethostname.c: ... here.
41976         * sysdeps/unix/execve.S: Remove file.
41978         * sysdeps/unix/_exit.S: Remove file.
41980 2012-04-23  Andreas Jaeger  <aj@suse.de>
41982         [BZ #13739]
41983         * manual/Makefile: Remove make dist support, there's no
41984         need for a stand-alone documentation tar ball.
41985         (TEXI2DVI): Define always, it's not in Makeconfig.
41986         (dist): Removed.
41987         (tar-it): Removed.
41988         (edition): Removed.
41989         (glibc-doc-$(edition).tar): Removed
41990         (%.Z): Removed.
41991         (%.gz): Removed.
41992         (%.uu): Removed.
41993         (ETAGS): Remove, it's in Makeconfig.
41994         (move-if-change): Remove, it's in Makeconfig.
41996 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
41998         [BZ #13970]
41999         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
42000         (strtod, strtof, strtold, strtol, strtoul, strtoq)
42001         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
42002         (strtod_l, strtof_l, strtold_l): Remove __wur.
42003         It is not necessarily an error to ignore strtol's return value.
42004         One can reliably look at the stored endptr to decide whether
42005         the number had valid syntax.
42007 2012-04-21  Andreas Jaeger  <aj@suse.de>
42009         [BZ #13739]
42010         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
42012 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
42014         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
42015         * sysdeps/unix/sysv/Versions: Remove file.
42017 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
42019         [BZ #13927]
42020         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42022 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
42024         [BZ #7064]
42025         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
42026         version from __vm86.
42028 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
42030         * sysdeps/unix/common/lxstat.c: Remove file.
42031         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
42033         * sysdeps/unix/sysv/Makefile: Remove file.
42035         * sysdeps/unix/sysv/direct.h: Remove file.
42037         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
42038         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
42039         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
42040         * sysdeps/unix/sysv/bits/signum.h: Likewise.
42041         * sysdeps/unix/sysv/bits/stat.h: Likewise.
42042         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
42043         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
42045         * sysdeps/unix/sysv/setrlimit.c: Remove file.
42047         * sysdeps/unix/xmknod.c: Remove file.
42048         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
42050         * sysdeps/unix/sysv/settimeofday.c: Remove file.
42052         * sysdeps/unix/sysv/i386/time.S: Remove file.
42054         * sysdeps/unix/fxstat.c: Remove file.
42055         * sysdeps/unix/xstat.c: Likewise.
42056         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
42058         * sysdeps/unix/sysv/sigaction.c: Remove file.
42060         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
42061         (sysdep_headers): Remove variable.
42062         [termio.h not in sysdep_headers] (generated): Likewise.
42063         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
42064         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
42065         * sysdeps/unix/sysv/tcdrain.c: Likewise.
42066         * sysdeps/unix/sysv/tcflow.c: Likewise.
42067         * sysdeps/unix/sysv/tcflush.c: Likewise.
42068         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
42069         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
42070         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
42071         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
42072         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
42074         * sysdeps/unix/siglist.c: Remove file.
42076         * sysdeps/unix/getppid.S: Remove file.
42078         * sysdeps/unix/mkdir.c: Remove file.
42079         * sysdeps/unix/rmdir.c: Likewise.
42081 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
42083         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
42084         ERR_MAX value.
42085         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
42086         errlist-compat value.
42088 2012-04-18  David S. Miller  <davem@davemloft.net>
42090         * sysdeps/generic/memcopy.h (reg_char): Delete.
42091         * debug/strcat_chk.c: Use char, not reg_char.
42092         * debug/strcpy_chk.c: Likewise.
42093         * debug/strncat_chk.c: Likewise.
42094         * debug/strncpy_chk.c: Likewise.
42095         * string/memchr.c: Likewise.
42096         * string/memrchr.c: Likewise.
42097         * string/rawmemchr.c: Likewise.
42098         * string/strcat.c: Likewise.
42099         * string/strchr.c: Likewise.
42100         * string/strchrnul.c: Likewise.
42101         * string/strcmp.c: Likewise.
42102         * string/strcpy.c: Likewise.
42103         * string/strncat.c: Likewise.
42104         * string/strncmp.c: Likewise.
42105         * string/strncpy.c: Likewise.
42107 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42109         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
42110         __builtin_memcopy is called when src and dest ranges are known to not
42111         overlap.
42113 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42115         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
42116         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
42117         fwd_align_merge macro call.
42118         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
42119         bwd_align_merge macro call.
42120         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42122 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42124         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
42125         bwd_align_merge macros.
42126         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
42127         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
42128         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42130 2012-04-18  David S. Miller  <davem@davemloft.net>
42132         * sysdeps/sparc/sparc64/memcopy.h: Delete.
42134 2012-04-18  Andreas Jaeger  <aj@suse.de>
42136         [BZ# 6794]
42137         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
42138         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
42139         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42141         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
42142         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
42143         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42145         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
42146         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
42147         Adjust for changed ldbl-128 files.
42149         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
42150         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
42151         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42153 2012-04-17  David S. Miller  <davem@davemloft.net>
42155         * sysdeps/sparc/sparc32/memcopy.h: Delete.
42157 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
42159         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
42160         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
42161         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
42162         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
42163         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
42164         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
42166 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42168         [BZ #6794]
42169         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
42170         * math/libm-test.inc: Add ilogb errno and exception tests.
42171         * math/w_ilogb.c: New file: ilogb wrapper.
42172         * math/w_ilogbf.c: New file: ilogbf wrapper.
42173         * math/w_ilogbl.c: New file: ilogbl wrapper.
42174         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
42175         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
42176         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
42177         exception being thrown with 0.0 as argument.
42178         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
42179         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
42180         exception being thrown with 0.0 as argument.
42181         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
42182         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42183         exception being thrown with 0.0 as argument.
42184         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
42185         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42186         exception being thrown with 0.0 as argument.
42187         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
42188         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
42189         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
42190         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
42191         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
42192         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
42193         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
42194         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
42195         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
42197 2012-04-17  Petr Baudis  <pasky@ucw.cz>
42199         * include/sys/uio.h: Change __vector to __iovec to avoid clash
42200         with altivec.
42202 2012-04-16  Marek Polacek  <polacek@redhat.com>
42204         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
42206 2012-04-16  Marek Polacek  <polacek@redhat.com>
42208         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
42209         operands of fdivp instruction.
42211 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42213         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
42214         * elf/tst-auditmod3b.c: Likewise.
42215         * elf/tst-auditmod4b.c: Likewise.
42216         * elf/tst-auditmod5b.c: Likewise.
42217         * elf/tst-auditmod6b.c: Likewise.
42218         * elf/tst-auditmod6c.c: Likewise.
42219         * elf/tst-auditmod7b.c: Likewise.
42220         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
42221         * sysdeps/x86_64/preconfigure.in: Likewise.
42222         * sysdeps/x86_64/preconfigure: Regenerated.
42224 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42226         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
42227         __ILP32__.
42229 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
42231         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
42232         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
42234 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
42236         [BZ #13973]
42237         * locale/iso-639.def: Fix gl language name. Spotted by
42238         Yaron Shahrabani.
42240 2012-04-12  Roland McGrath  <roland@hack.frob.com>
42242         [BZ #2074]
42243         * libio/libio.h (__io_write_fn): Update comment.
42245 2012-04-12  Petr Baudis  <pasky@ucw.cz>
42247         [BZ #2074]
42248         * stdio.texi (Hook Functions): The user provided writer function
42249         is not allowed to return -1.
42251 2012-04-11  David S. Miller  <davem@davemloft.net>
42253         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42255 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
42257         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
42258         Add a leading slash to rtkaio.
42260 2012-04-11  Jim Meyering  <meyering@redhat.com>
42262         [BZ #11959]
42263         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
42264         It is not necessarily an error to ignore fwrite's return
42265         value.  One can reliably use ferror to test for errors after
42266         the fact.
42268 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42270         * bits/types.h (__snseconds_t): New type.
42271         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
42273         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
42274         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42275         (__SNSECONDS_T_TYPE): Likewise.
42276         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42277         (__SNSECONDS_T_TYPE): Likewise.
42278         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42279         (__SNSECONDS_T_TYPE): Likewise.
42281 2012-04-10  Andreas Jaeger  <aj@suse.de>
42283         [BZ #2636]
42284         * manual/time.texi (Processor Time): Return type of times is
42285         elapsed real time since an arbitrary point in the past.
42286         (CPU Time): Move CLK_TCK from here...
42287         (Processor Time): ...to here.  Correct description.
42288         * manual/conf.texi (Constants for Sysconf): Correct description of
42289         _SC_CLK_TCK.
42291 2012-04-10  David S. Miller  <davem@davemloft.net>
42293         [BZ #13967]
42294         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
42295         where the is a gap between DT_REL(A) and DT_JMPREL.
42297 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42299         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
42300         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42301         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42303 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
42305         * elf/dl-support.c (_dl_inhibit_cache): New variable.
42306         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
42307         (dl_main): Handle --inhibit-cache.
42308         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
42309         _dl_inhibit_cache.
42310         * elf/dl-load.c (_dl_map_object): Use it.
42311         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
42313 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
42315         [BZ #13872]
42316         * sysdeps/i386/fpu/e_powl.S (p78): New object.
42317         (__ieee754_powl): Saturate large exponents rather than testing for
42318         overflow of y*log2(x).
42319         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
42320         * math/libm-test.inc (pow_test): Do not permit spurious overflow
42321         exceptions.
42323         [BZ #11521]
42324         * math/s_ctan.c: Include <float.h>.
42325         (__ctan): Avoid internal overflow or cancellation in calculating
42326         denominator.
42327         * math/s_ctanf.c: Likewise.
42328         * math/s_ctanl.c: Likewise.
42329         * math/s_ctanh.c: Likewise.
42330         * math/s_ctanhf.c: Likewise.
42331         * math/s_ctanhl.c: Likewise.
42332         * math/libm-test.inc (ctan_test): Add more tests.
42333         (ctanh_test): Likewise.
42334         * sysdeps/i386/fpu/libm-test-ulps: Update.
42335         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42337 2012-04-09  Andreas Jaeger  <aj@suse.de>
42339         [BZ #6894]
42340         * manual/filesys.texi (Directory Entries): Mention that d_namlen
42341         is an optional BSD extension.
42343         [BZ #10254]
42344         * manual/stdio.texi (Opening Streams): Document additional fopen
42345         parameters.
42347 2012-04-09  Roland McGrath  <roland@hack.frob.com>
42349         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
42350         %eax without telling the compiler.
42352 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
42354         [BZ # 13963]
42355         * manual/install.texi: Use sourceware.org.
42357 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
42359         [BZ #13873]
42360         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
42361         (__ieee754_pow): Generate overflow and underflow using huge*huge
42362         and tiny*tiny rather than just returning constant infinity or zero
42363         for large exponents.
42364         * math/libm-test.inc (pow_test): Require overflow exceptions for
42365         applicable cases of large exponents.
42367         [BZ #706]
42368         * sysdeps/i386/fpu/e_pow.S (p10): New object.
42369         (__ieee754_pow): Use iterative multiplication algorithm only for
42370         integer exponents with absolute value below 1024.  Check for odd
42371         integer exponents when using algorithm for real exponents.
42372         * math/libm-test.inc (pow_test): Add more tests.
42373         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42375 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
42377         [BZ #13705]
42378         * math/libm-test.inc (exp_test): Do not allow overflow exception
42379         on underflow test.
42381 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
42383         [BZ #13705]
42384         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
42385         instead of __kernel_standard_f.
42387 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
42389         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
42390         * sysdeps/x86_64/memset_chk.S: Likewise.
42392 2012-04-08  Andreas Jaeger  <aj@suse.de>
42394         [BZ #10153]
42395         * manual/startup.texi (Environment Access): Describe return value
42396         for putenv and setenv.
42398         [BZ #6895]
42399         * manual/filesys.texi (Directory Entries): Add description for
42400         DT_LNK.
42402         [BZ #6890]
42403         * manual/filesys.texi (Directory Entries): Clarify that it's file
42404         system not operating system in the description of DT_UNKNOWN.
42406         [BZ #6578]
42407         * manual/syslog.texi (closelog): Fix reference, it's openlog.
42409 2012-04-08  Stephen Compall  <s11@member.fsf.org>
42411         [BZ #6649]
42412         * manual/llio.texi (Opening and Closing Files): Add cross
42413         reference to explain mode argument.
42415 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
42417         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
42418         * sysdeps/x86_64/memset_chk.S: Likewise.
42420 2012-04-07  David S. Miller  <davem@davemloft.net>
42422         * elf/elf.h (R_SPARC_WDISP10): Define.
42423         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
42424         R_SPARC_SIZE32.
42425         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
42426         R_SPARC_SIZE64 and R_SPARC_H34.
42428 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
42430         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
42431         conditions and remove no longer applicable assertion.
42433 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
42435         * bits/byteswap.h: Include <features.h>.
42436         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42437         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42439 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
42441         * bits/byteswap.h (__bswap_16): Removed.
42442         Include <bits/byteswap-16.h> to get __bswap_16.
42443         * sysdeps/i386/bits/byteswap.h: Likewise.
42444         * sysdeps/s390/bits/byteswap.h: Likewise.
42445         * sysdeps/x86_64/bits/byteswap.h: Likewise.
42446         * bits/byteswap-16.h: New file.
42447         * sysdeps/i386/bits/byteswap-16.h: Likewise.
42448         * sysdeps/s390/bits/byteswap-16.h: Likewise.
42449         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
42450         * string/Makefile (headers): Add bits/byteswap-16.h.
42452 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
42454         [BZ #13895]
42455         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
42456         extra indirection.
42457         * nss/Makefile (tests-static, tests): Add tst-nss-static.
42458         * nss/tst-nss-static.c: New.
42460 2012-04-06  Robert Millan  <rmh@gnu.org>
42462         [BZ #6486]
42463         * manual/llio.texi (File Position Primitive): lseek
42464         refers to WHENCE when it really means OFFSET.
42466 2012-04-06  Andreas Jaeger  <aj@suse.de>
42468         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
42469         strncmp declarations.
42471         * abilist/libc.abilist: Add __poll and __ppoll.
42473 2012-04-05  David S. Miller  <davem@davemloft.net>
42475         * scripts/check-local-headers.sh: Accept a host triplet in the
42476         path matched by the exclude regexp.
42478         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
42479         definition.
42480         * sysdeps/powerpc/powerpc32/dl-machine.h
42481         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
42482         * sysdeps/s390/s390-32/dl-machine.h
42483         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42484         * sysdeps/sparc/sparc32/dl-machine.h
42485         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42486         * sysdeps/sparc/sparc64/dl-machine.h
42487         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42489         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
42490         lazy binding.
42491         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
42492         undefined symbol errors.
42494         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
42495         DT_NEEDED entries.
42497 2012-04-05  Michael Matz  <matz@suse.de>
42499         [BZ #13592]
42500         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
42502 2012-04-05  Andreas Jaeger  <aj@suse.de>
42504         [BZ #13908]
42505         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
42506         comment.
42508 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42510         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
42511         which ROUND is no valid rounding mode.
42513 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42515         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
42516         read again.
42517         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
42519 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42521         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
42522         an exception using FPU order intentionally.
42524 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42526         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
42527         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
42528         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
42529         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
42531 2012-04-05  Simon Josefsson  <simon@josefsson.org>
42533         [BZ #12340]
42534         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
42535         EINVAL when BUFLEN is too smal.
42537 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
42539         [BZ #13553]
42540         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
42541         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
42543 2012-04-03  Andreas Jaeger  <aj@suse.de>
42545         [BZ #13938]
42546         * manual/setjmp.texi (System V contexts): Fix sentence.
42548         [BZ #13926]
42549         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
42550         New macro for this case.
42551         [!__GNUC__] (__bswap_64): New inline function for this case.
42552         * sysdeps/x86_64/bits/byteswap.h: Likewise.
42553         * bits/byteswap.h: Likewise.
42554         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
42555         ull, guard with __GLIBC_HAVE_LONG_LONG.
42557         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
42558         __GLIBC_HAVE_LONG_LONG.
42560         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
42561         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
42563 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
42565         [BZ #13691]
42566         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
42567         inptr and inend, rather than using last_ch.
42569 2012-04-02  David S. Miller  <davem@davemloft.net>
42571         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
42572         * stdio-common/printf-parse.h (read_int): Change return type to
42573         'int', return -1 on INT_MAX overflow.
42574         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
42575         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
42576         overflows INT_MAX.  Check for overflow of in-format-string precision
42577         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
42578         SIZE_MAX not INT_MAX for integer overflow test.
42579         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
42580         skip the construct in the format string but do not record anything.
42581         * stdio-common/bug22.c: Adjust to test both width/prevision
42582         INT_MAX overflow as well as total length INT_MAX overflow.  Check
42583         explicitly for proper errno values.
42585 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
42587         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
42588         CHAR_MAX.
42589         * string/test-strcmp.c [! WIDE]: Likewise.
42590         * time/tst-mktime2.c: Likewise for INT_MAX.
42591         * string/test-string.h: #include <sys/param.h> for MIN.
42593         * csu/init-first.c (__libc_init_first): Call __ctype_init.
42594         * sysdeps/i386/init-first.c (init): Likewise.
42595         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
42596         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
42597         * sysdeps/sh/init-first.c (init): Likewise.
42599 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
42601         * po/ru.po: Update from translation team.
42602         * po/vi.po: Likewise.
42604 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
42606         * resolv/nss_dns/dns-host.c: Merge copyright years.
42608 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42610         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
42611         Optimize memcpy with prefetch if
42612         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
42613         src, dst pointers have unequal 16 byte alignments.
42615 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
42617         [BZ #13928]
42618         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
42619         from a CNAME entry and return the minimum ttl for the query.
42620         (gaih_getanswer_slice): Likewise.
42622 2012-03-30  Jeff Law  <law@redhat.com>
42624         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
42625         due to long keys.
42626         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
42627         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
42629         * resolv/nss_dns/dns-host.c: Update copyright year.
42631 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
42633         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
42634         requests to save a system call.  Fix check that all bytes are sent.
42636         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
42637         comments for sendmmsg.
42639 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
42641         [BZ #13691]
42642         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
42643         with only 1 character between 0x0041 and 0x01b0.
42644         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
42645         * wcsmbs/tst-mbsnrtowcs.c: New file.
42647 2012-03-29  David S. Miller  <davem@davemloft.net>
42649         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
42650         small copies by hand.
42652 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
42654         [BZ #13761]
42655         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
42656         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
42657         group memberships.
42659 2012-03-28  David S. Miller  <davem@davemloft.net>
42661         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
42662         that branches into memcpy.
42663         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
42664         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
42665         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
42666         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
42667         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
42668         bits.
42669         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
42670         implementation too.
42671         * sysdeps/sparc/mempcpy.S: New file.
42673         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
42674         the IFUNC routine in the libc case.
42675         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
42677         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
42678         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
42679         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
42680         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
42681         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
42682         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
42683         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
42684         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
42686         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
42687         loop to 256 bytes instead of 64 bytes and fix test signedness.
42689         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
42690         * sysdeps/sparc/sparc32/Makefile: rather than here...
42691         * sysdeps/sparc/sparc64/Makefile: and here.
42693 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
42695         * malloc/mallocbug.c: Avoid warnings about unused variables.
42697 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
42699         [BZ #13760]
42700         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
42701         in the right place. Discard and retry query if response is
42702         larger than input buffer size.
42704 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
42706         [BZ #369]
42707         [BZ #2678]
42708         [BZ #3866]
42709         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
42710         x for large integer exponent.
42711         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
42712         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
42713         sign of result as needed afterwards.
42714         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
42715         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
42716         result for underflowing pow the same as for overflow.
42717         (__kernel_standard_l): Handle powl overflow and underflow here
42718         rather than calling __kernel_standard.
42719         * math/libm-test.inc (pow_test): Add more tests.
42721         [BZ #3868]
42722         [BZ #13879]
42723         [BZ #13910]
42724         [BZ #13911]
42725         [BZ #13912]
42726         [BZ #13913]
42727         [BZ #13915]
42728         [BZ #13916]
42729         [BZ #13917]
42730         [BZ #13918]
42731         [BZ #13919]
42732         [BZ #13920]
42733         [BZ #13921]
42734         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
42735         * sysdeps/ieee754/k_standard.c: Include <float.h>.
42736         (__kernel_standard_l): New function.
42737         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
42738         __kernel_standard.
42739         * math/w_acosl.c (__acosl): Likewise.
42740         * math/w_asinl.c (__asinl): Likewise.
42741         * math/w_atan2l.c (__atan2l): Likewise.
42742         * math/w_atanhl.c (__atanhl): Likewise.
42743         * math/w_coshl.c (__coshl): Likewise.
42744         * math/w_exp10l.c (__exp10l): Likewise.
42745         * math/w_exp2l.c (__exp2l): Likewise.
42746         * math/w_fmodl.c (__fmodl): Likewise.
42747         * math/w_hypotl.c (__hypotl): Likewise.
42748         * math/w_j0l.c (__j0l, __y0l): Likewise.
42749         * math/w_j1l.c (__j1l, __y1l): Likewise.
42750         * math/w_jnl.c (__jnl, __ynl): Likewise.
42751         * math/w_lgammal.c (__lgammal): Likewise.
42752         * math/w_log10l.c (__log10l): Likewise.
42753         * math/w_log2l.c (__log2l): Likewise.
42754         * math/w_logl.c (__logl): Likewise.
42755         * math/w_powl.c (__powl): Likewise.
42756         * math/w_remainderl.c (__remainderl): Likewise.
42757         * math/w_scalbl.c (sysv_scalbl): Likewise.
42758         * math/w_sinhl.c (__sinhl): Likewise.
42759         * math/w_sqrtl.c (__sqrtl): Likewise.
42760         * math/w_tgammal.c (__tgammal): Likewise.
42761         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
42762         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
42763         * math/libm-test.inc (acos_test): Add more tests.
42764         (acosh_test): Likewise.
42765         (asin_test): Likewise.
42766         (atanh_test): Likewise.
42767         (exp_test): Likewise.
42768         (exp10_test): Likewise.
42769         (exp2_test): Likewise.
42770         (expm1_test): Likewise.
42771         (lgamma_test): Likewise.
42772         (log_test): Likewise.
42773         (log10_test): Likewise.
42774         (log1p_test): Likewise.
42775         (log2_test): Likewise.
42776         (pow_test): Do not allow some spurious overflow exceptions.
42777         (sqrt_test): Add more tests.
42778         (tgamma_test): Likewise.
42779         (y0_test): Likewise.
42780         (y1_test): Likewise.
42781         (yn_test): Likewise.
42783 2012-03-27  Anton Blanchard  <anton@samba.org>
42785         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
42786         MAP_HUGETLB.
42787         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
42788         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
42789         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
42791 2012-03-27  David S. Miller  <davem@davemloft.net>
42793         * conform/Makefile: Run run-conformtest.sh using $(BASH).
42795         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
42796         have-as-vis3 check.
42798 2012-03-27  Andreas Jaeger  <aj@suse.de>
42800         * sysdeps/x86_64/elf/configure.in: Moved to ...
42801         * sysdeps/x86_64/configure.in: ... here.
42802         * sysdeps/x86_64/elf/start.S: Moved to ...
42803         * sysdeps/x86_64/start.S: ... here.
42804         * sysdeps/x86_64/elf/configure: Delete.
42806         * sysdeps/x86_64/configure.in: Merge contents from
42807         sysdeps/i386/configure.in (without i686 check).
42809         * sysdeps/i386/elf/Versions: Merge into ...
42810         * sysdeps/i386/Versions: ... this.
42811         * sysdeps/i386/elf/Versions: Delete file.
42812         * sysdeps/i386/elf/start.S: Moved to ...
42813         * sysdeps/i386/start.S: ...here.
42814         * sysdeps/i386/elf/configure.in: Merge into...
42815         * sysdeps/i386/configure.in: ...here.
42816         * sysdeps/i386/elf/configure.in: Delete file.
42817         * sysdeps/i386/elf/configure: Delete file.
42819         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
42820         * debug/backtracesyms.c: ... here.
42821         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
42822         * debug/backtracesymsfd.c: ... here.
42823         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
42824         * sysdeps/generic/ifunc-sel.h: ... here.
42826         * sysdeps/unix/i386/start.c: Delete file.
42827         * sysdeps/unix/sparc/start.c: Delete file.
42828         * sysdeps/unix/start.c: Delete file.
42830         * sysdeps/sh/elf/configure.in: Moved to ...
42831         * sysdeps/sh/configure.in: ... here.
42832         * sysdeps/sh/elf/start.S: Moved to ...
42833         * sysdeps/sh/start.S: ... here.
42834         * sysdeps/sh/elf/configure: Delete file.
42836         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
42837         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
42838         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
42839         * sysdeps/powerpc/powerpc64/entry.h: ... here.
42840         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
42841         * sysdeps/powerpc/powerpc64/start.S: here.
42842         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
42843         * sysdeps/powerpc/powerpc64/Makefile: ... this.
42844         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
42845         * sysdeps/powerpc/powerpc64/configure.in: ... this.
42846         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
42848         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
42849         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
42850         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
42851         * sysdeps/powerpc/powerpc32/start.S: ... here.
42852         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
42853         * sysdeps/powerpc/powerpc32/configure.in: ... this.
42854         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
42856         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
42857         * sysdeps/powerpc/ifunc-sel.h: ... here.
42858         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
42859         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
42861         * sysdeps/sparc/elf/configure.in: Moved to ...
42862         * sysdeps/sparc/configure.in: ... here.
42863         * sysdeps/sparc/elf/configure: Delete file.
42864         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
42865         * sysdeps/sparc/sparc32/start.S: ... here.
42866         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
42867         * sysdeps/sparc/sparc64/start.S: ... here.
42868         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
42869         * sysdeps/sparc/sparc32/Makefile: ... this.
42870         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
42871         * sysdeps/sparc/sparc64/Makefile: ... this.
42873         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
42874         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
42875         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
42876         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
42877         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
42878         * sysdeps/s390/s390-32/setjmp.S: ... here.
42879         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
42880         * sysdeps/s390/s390-32/configure.in: ... here.
42881         * sysdeps/s390/s390-32/elf/configure: Delete file.
42882         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
42883         * sysdeps/s390/s390-32/start.S: ... here.
42885         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
42886         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
42887         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
42888         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
42889         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
42890         * sysdeps/s390/s390-64/setjmp.S: ... here.
42891         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
42892         * sysdeps/s390/s390-64/configure.in: ... here
42893         * sysdeps/s390/s390-64/elf/configure: Delete file.
42894         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
42895         * sysdeps/s390/s390-64/start.S: ... here.
42896         * sysdeps/s390/s390-64/elf/configure: Delete.
42898         * configure.in: Remove support for elf directories in sysdeps.
42900         * configure: Regenerated.
42901         * sysdeps/i386/configure: Regenerated.
42902         * sysdeps/powerpc/powerpc32/configure: Regenerated.
42903         * sysdeps/powerpc/powerpc64/configure: Regenerated.
42904         * sysdeps/s390/s390-32/configure: Regenerated.
42905         * sysdeps/s390/s390-64/configure: Regenerated.
42906         * sysdeps/sh/configure: Regenerated.
42907         * sysdeps/sparc/configure: Regenerated.
42908         * sysdeps/x86_64/configure: Regenerated.
42910 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
42912         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42914         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
42915         denormal result into account.
42917 2012-03-25  Roland McGrath  <roland@hack.frob.com>
42919         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
42920         Reported by Allan McRae <allan@archlinux.org>.
42922 2012-03-23  Jeff Law  <law@redhat.com>
42924         * nss/getnssent.c (__nss_getent): Fix typo.
42926 2012-03-23  David S. Miller  <davem@davemloft.net>
42928         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42930 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
42932         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
42933         to pad to uint64_t for each field.
42934         (dl_tls_index): Replace unsigned long with uint64_t.
42936 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
42937         Paul Pluzhnikov  <ppluzhnikov@google.com>
42939         [BZ #6528]
42940         * grp/Makefile (otherlibs): Don't set it.
42941         * inet/Makefile (otherlibs): Likewise.
42942         * login/Makefile (otherlibs): Likewise.
42943         * nscd/Makefile (otherlibs): Likewise.
42944         * posix/Makefile (otherlibs): Likewise.
42945         * pwd/Makefile (otherlibs): Likewise.
42946         * rt/Makefile (otherlibs): Likewise.
42947         * sunrpc/Makefile (otherlibs): Likewise.
42948         * nss/Makefile (otherlibs): Likewise.
42949         Add libnss_files to routines and static-only-routines.
42950         ($(objpfx)getent): Remove rule.
42951         * resolv/Makefile: Add libnss_dns and libresolv to routines and
42952         static-only-routines.
42954 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
42956         [BZ #13892]
42957         * math/s_cexp.c: Include <float.h>.
42958         (__cexp): Handle exp result overflowing not necessarily
42959         overflowing both real and imaginary parts of result.
42960         * math/s_cexpf.c: Likewise.
42961         * math/s_cexpl.c: Likewise.
42962         * math/libm-test.inc (cexp_test): Add more tests.
42963         * sysdeps/i386/fpu/libm-test-ulps: Update.
42964         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42966 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
42968         * include/link.h (ELFW): New macro.
42969         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
42970         Replace ELF64_R_TYPE with ELFW(R_TYPE).
42972 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
42974         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
42975         with uint64_t.
42977 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
42979         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
42980         declaration.
42981         (struct La_x32_retval): Likewise.
42983 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
42985         * sysdeps/x86_64/preconfigure.in: New file.
42986         * sysdeps/x86_64/preconfigure: New generated file.
42988 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
42990         [BZ #13824]
42991         * math/e_exp2l.c: Include <float.h>.
42992         (__ieee754_exp2l): Handle overflow and underflow cases
42993         separately.  Only pass fractional part of argument to
42994         __ieee754_expl.
42995         * math/libm-test.inc (exp2_test): Add more tests.
42997         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
42998         negating x to take absolute value.
42999         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
43000         Likewise.
43001         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
43002         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
43003         Likewise.
43004         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
43005         computing low part if x was negated.
43006         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
43008 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43010         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
43011         la_x32_gnu_pltexit.
43012         (pltexit): Cast int_retval to ptrdiff_t.
43013         * elf/tst-auditmod3b.c: Likewise.
43014         * elf/tst-auditmod4b.c: Likewise.
43015         * elf/tst-auditmod5b.c: Likewise.
43016         * elf/tst-auditmod6b.c: Likewise.
43017         * elf/tst-auditmod6c.c: Likewise.
43018         * elf/tst-auditmod7b.c: Likewise.
43020         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
43021         and x32_gnu_pltexit.
43023         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
43024         __ELF_NATIVE_CLASS.
43025         (La_x32_regs): New macro.
43026         (La_x32_retval): Likewise.
43027         (la_x32_gnu_pltenter): New function prototype.
43028         (la_x32_gnu_pltexit): Likewise.
43030 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
43032         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
43033         exponent.
43035         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43037         * configure.in (libc_cv_cc_nofma): Check for option to disable
43038         generation of FMA instructions.
43039         * configure: Regenerate.
43040         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
43041         * sysdeps/ieee754/dbl-64/Makefile: New file.
43042         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
43043         Remove brandred-fma4.
43044         (CFLAGS-brandred-fma4.c): Remove.
43045         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
43046         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
43047         define.
43048         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
43049         define.
43051 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43053         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43054         LLONG_MAX != LONG_MAX.
43055         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43056         (_fitoa_word): Likewise.
43057         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
43058         LLONG_MAX != LONG_MAX.
43059         * stdio-common/_itowa.h: Include <_itoa.h>.
43060         (_itowa_word): Use _ITOA_WORD_TYPE on value.
43061         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
43062         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
43063         only if not defined.
43064         (_ITOA_WORD_TYPE): Likewise.
43065         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43066         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
43068 2012-03-21  David S. Miller  <davem@davemloft.net>
43070         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43072 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43074         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
43075         of x86_64 when setting libc_cv_slibdir, libdir and
43076         libc_cv_localedir.
43077         * sysdeps/unix/sysv/linux/configure: Regenerated.
43079 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43081         * manual/lang.texi (Old Varargs): Remove section.
43082         (How Variadic): Update menu.
43083         (va_start): Do not mention varargs.h.
43085 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43086             Joseph Myers  <joseph@codesourcery.com>
43088         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
43089         link test.
43090         * configure: Regenerated.
43092 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43094         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
43095         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
43096         conformtest.pl
43098 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43100         * NOTES: Remove.
43101         * Makefile (files-for-dist): Remove NOTES.
43102         (NOTES): Remove rule.
43103         * README: Don't refer to NOTES.
43104         * manual/creature.texi: Don't include macros.texi.
43105         * manual/intro.texi (creature.texi): Remove comment referring to
43106         NOTES.
43108         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
43109         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
43110         * configure: Regenerated.
43111         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
43112         LIBC_TRY_CC_OPTION.
43113         (libc_cv_as_i686): Likewise.
43114         (libc_cv_cc_avx): Likewise.
43115         (libc_cv_cc_sse2avx): Likewise.
43116         (libc_cv_cc_fma4): Likewise.
43117         (libc_cv_cc_novzeroupper): Likewise.
43118         * sysdeps/i386/configure: Regenerated.
43120         [BZ #13883]
43121         * sysdeps/i386/fpu/s_cexp.S: Remove.
43122         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
43123         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
43124         * math/libm-test.inc (cexp_test): Add more tests.
43125         * sysdeps/i386/fpu/libm-test-ulps: Update.
43126         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43128 2012-03-21  Allan McRae  <allan@archlinux.org>
43130         * timezone/Makefile: Do not install iso3166.tab and zone.tab
43132 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43134         [BZ #13871]
43135         * math/w_exp2.c: Do not include <float.h>.
43136         (o_threshold, u_threshold): Remove.
43137         (__exp2): Calculate result before checking finiteness and calling
43138         __kernel_standard.
43139         * math/w_exp2f.c: Likewise.
43140         * math/w_exp2l.c: Likewise.
43141         * math/libm-test.inc (exp2_test): Require overflow exception for
43142         1e6 input.
43144         [BZ #3866]
43145         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
43146         range of signed 64-bit integers before using fistpll.  Remove
43147         checks for whether integers fit in mantissa bits.
43148         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
43149         the range of signed 32-bit integers before using fistpl.  Remove
43150         checks for whether integers fit in mantissa bits.
43151         * sysdeps/i386/fpu/e_powl.S (p64): New object.
43152         (__ieee754_powl): Test for y outside the range of signed 64-bit
43153         integers before using fistpll.  Reduce 64-bit values to 63-bit
43154         ones as needed.
43155         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
43156         divide-by-zero is raised for zero to large negative powers.
43157         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
43158         (__ieee754_powl): Test for y outside the range of signed 64-bit
43159         integers before using fistpll.  Reduce 64-bit values to 63-bit
43160         ones as needed.
43161         * math/libm-test.inc (pow_test): Add more tests.
43163 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43165         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
43166         <stdio-common/_itoa.h>.
43167         * debug/segfault.c: Likewise.
43168         * elf/dl-cache.c: Likewise.
43169         * elf/dl-minimal.c: Likewise.
43170         * elf/dl-misc.c: Likewise.
43171         * elf/dl-sysdep.c: Likewise.
43172         * elf/dl-version.c: Likewise.
43173         * elf/rtld.c: Likewise.
43174         * hurd/hurdsock.c: Likewise.
43175         * hurd/lookup-retry.c: Likewise.
43176         * malloc/malloc.c: Likewise.
43177         * malloc/mtrace.c: Likewise.
43178         * nscd/nscd_getgr_r.c: Likewise.
43179         * nscd/nscd_getpw_r.c: Likewise.
43180         * nscd/nscd_getserv_r.c: Likewise.
43181         * posix/getopt_init.c: Likewise.
43182         * posix/wordexp.c: Likewise.
43183         * stdio-common/_itoa.c: Likewise.
43184         * stdio-common/printf_fphex.c: Likewise.
43185         * stdio-common/vfprintf.c: Likewise.
43186         * string/_strerror.c: Likewise.
43187         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
43188         * sysdeps/i386/i686/hp-timing.h: Likewise.
43189         * sysdeps/mach/_strerror.c: Likewise.
43190         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
43191         * sysdeps/mach/hurd/sethostid.c: Likewise.
43192         * sysdeps/mach/hurd/xmknodat.c: Likewise.
43193         * sysdeps/mach/xpg-strerror.c: Likewise.
43194         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
43195         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
43196         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
43197         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
43198         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
43199         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
43200         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
43201         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
43202         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
43203         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
43204         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
43205         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
43206         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
43207         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
43208         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
43209         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
43210         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
43211         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
43212         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
43213         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
43214         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
43216         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
43218         * stdio-common/_itoa.h: Moved to ...
43219         * sysdeps/generic/_itoa.h: Here.
43221         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
43223         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
43224         instead of "_itoa.h" and "_itowa.h".
43225         * stdio-common/vfprintf.: Likewise.
43227 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43229         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
43230         <bits/wordsize.h>.
43231         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
43232         (__signbit): Likwise.
43233         (llrintf): Likwise.
43234         (llrint): Likwise.
43236 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43238         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
43239         __WORDSIZE != 64.
43241 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
43243         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
43244         OVERFLOW_EXCEPTION_OK.
43245         * math/libm-test.inc ("Philosophy"): Update comment about
43246         exception testing.
43247         (OVERFLOW_EXCEPTION): Define.
43248         (OVERFLOW_EXCEPTION_OK): Likewise.
43249         (INVALID_EXCEPTION_OK): Renumber.
43250         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
43251         (IGNORE_ZERO_INF_SIGN): Likewise.
43252         (test_exceptions): Handle FE_OVERFLOW.
43253         (exp10_test): Expect overflow exceptions.
43254         (exp2_test): Likewise.
43255         (expm1_test): Likewise.
43256         (nextafter_test): Likewise.
43257         (pow_test): Likewise.
43258         (scalbn_test): Likewise.
43259         (scalbln_test): Likewise.
43261 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43263         * sysdeps/x86_64/bits/atomic.h
43264         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
43265         64bit integer.
43266         (atomic_exchange_acq): Likewise.
43267         (__arch_exchange_and_add_body): Likewise.
43268         (__arch_add_body): Likewise.
43269         (atomic_add_negative): Likewise.
43270         (atomic_add_zero): Likewise.
43272 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43274         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
43275         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
43277 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43279         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
43280         Check __x86_64__ instead of __WORDSIZE.
43282 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43284         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
43286 2012-03-19  David S. Miller  <davem@davemloft.net>
43288         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43290         * sysdeps/sparc/fpu/fenv_private.h: New file.
43291         * sysdeps/sparc/fpu/math_private.h: Use it.
43292         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
43293         Remove.
43294         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
43295         (libc_feholdexcept_setroundl): Remove.
43296         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
43297         Remove.
43298         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
43299         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
43301 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43303         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
43304         int64_t instead of long int.
43305         (INSERT_WORDS64): Likwise.
43307 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43309         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
43310         _Unwind_GetCFA return to _Unwind_Ptr first.
43312 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
43314         [BZ #13629]
43315         * math/s_clog.c: Include <float.h>.
43316         (__clog): Scale large or subnormal inputs.
43317         * math/s_clogf.c: Likewise.
43318         * math/s_clogl.c: Likewise.
43319         * math/s_clog10.c: Include <float.h>.
43320         (M_LOG10_2): Define.
43321         (__clog10): Scale large or subnormal inputs.
43322         * math/s_clog10f.c: Likewise.
43323         * math/s_clog10l.c: Likewise.
43324         * math/libm-test.inc (clog_test): Add more tests.
43325         (clog10_test): Likewise.
43326         * sysdeps/i386/fpu/libm-test-ulps: Update.
43327         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43329         [BZ #11451]
43330         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
43331         x and y.
43332         * math/libm-test.inc (atan2_test): Add another test.
43334         * Makerules (common-objdir-compile): Remove.
43335         * sysdeps/unix/Makefile (config-generated): Do not add
43336         $(unix-generated) to variable.
43337         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
43338         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
43339         Remove rule.
43340         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
43341         Likewise.
43342         [generic bits/local_lim.h] (before-compile): Do not append to
43343         variable.
43344         [generic bits/local_lim.h] (common-generated): Likewise.
43345         [generic sys/param.h] (before-compile): Do not append to variable.
43346         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
43347         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
43348         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
43349         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
43350         include.
43351         [generic sys/param.h] (sys/param.h-includes): Remove variable.
43352         [generic sys/param.h] (sys/param.h-includes): Remove rule.
43353         [generic sys/param.h] ($(addprefix
43354         $(common-objpfx),$(sys/param.h-includes))): Likewise.
43355         [generic sys/param.h] (common-generated): Do not append to
43356         variable.
43357         [generic sys/param.h] (sysdep_headers): Likewise.
43358         [generic bits/errno.h] (before-compile): Do not append to
43359         variable.
43360         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
43361         rule.
43362         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
43363         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
43364         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
43365         [generic bits/errno.h] (common-generated): Do not append to
43366         variable.
43367         [generic bits/ioctls.h] (before-compile): Do not append to
43368         variable.
43369         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
43370         rule.
43371         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
43372         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
43373         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
43374         rule.
43375         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
43376         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
43377         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
43378         [generic bits/ioctls.h] (common-generated): Do not append to
43379         variable.
43380         [generic sys/syscall.h] (syscall.h): Remove variable.
43381         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
43382         rule.
43383         [generic sys/syscall.h] (before-compile): Do not append to
43384         variable.
43385         [generic sys/syscall.h] (common-generated): Likewise.
43386         * sysdeps/unix/errnos-tmpl.c: Remove file.
43387         * sysdeps/unix/errnos.awk: Likewise.
43388         * sysdeps/unix/ioctls-tmpl.c: Likewise.
43389         * sysdeps/unix/ioctls.awk: Likewise.
43390         * sysdeps/unix/mk-local_lim.c: Likewise.
43391         * sysdeps/unix/snarf-ioctls: Likewise.
43393 2012-03-19  Richard Henderson  <rth@twiddle.net>
43395         * sysdeps/i386/fpu/fenv_private.h: New file.
43396         * sysdeps/i386/fpu/math_private.h: Use it.
43397         (math_opt_barrier, math_force_eval): Remove.
43398         (libc_feholdexcept_setround_53bit): Remove.
43399         (libc_feupdateenv_53bit): Remove.
43400         * sysdeps/x86_64/fpu/math_private.h: Likewise.
43401         (math_opt_barrier, math_force_eval): Remove.
43402         (libc_feholdexcept): Remove.
43403         (libc_feholdexcept_setround): Remove.
43404         (libc_fetestexcept, libc_fesetenv): Remove.
43405         (libc_feupdateenv_test): Remove.
43406         (libc_feupdateenv, libc_feholdsetround): Remove.
43407         (libc_feresetround): Remove.
43409         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
43410         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
43412         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
43413         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
43414         (libc_feupdateenv_testl): New.
43415         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
43416         (libc_feupdateenv_testf): New.
43417         (libc_feupdateenv): Use libc_feupdateenv_test.
43418         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
43419         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
43421         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
43422         (libc_feholdsetroundf, libc_feholdsetroundl): New.
43423         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
43424         (libc_feresetround_noex): New.
43425         (libc_feresetround_noexf): New.
43426         (libc_feresetround_noexl): New.
43427         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
43428         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
43429         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
43430         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
43431         SET_RESTORE_ROUND.
43432         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
43433         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
43434         (__cos): Likewise.
43435         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
43436         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
43437         SET_RESTORE_ROUND_NOEX.
43438         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
43439         SET_RESTORE_ROUND_NOEXF.
43440         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
43441         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
43442         (libc_feholdsetroundf): New.
43443         (libc_feresetround, libc_feresetroundf): New.
43445         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
43446         (libc_feholdexcept_setround_53bit): Convert from macro to function.
43447         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
43449         * sysdeps/generic/math_private.h: Include <fenv.h>.
43450         (default_libc_feholdexcept): New.
43451         (default_libc_feholdexcept_setround): New.
43452         (default_libc_fesetenv, default_libc_feupdateenv): New.
43453         (libc_feholdexcept): Only define if undefined.
43454         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
43455         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
43456         (libc_feholdexcept_setroundl): Likewise.
43457         (libc_feholdexcept_setround_53bit): Likewise.
43458         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
43459         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
43460         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
43461         (libc_feupdateenv_53bit): Likewise.
43462         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
43463         (libc_feholdexcept): Convert from macro to inline function.
43464         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
43465         (libc_fesetenv, libc_feupdateenv): Likewise.
43467         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
43468         not previously defined.
43469         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
43470         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
43471         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
43472         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
43473         * sysdeps/ieee754/flt-32/math_private.h: New file.
43474         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
43475         math_private.h below SET_FLOAT_WORD.
43476         (__isnan, __isinf_ns, __finite): Remove.
43477         (__isnanf, __isinf_nsf, __finitef): Remove.
43479 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
43481         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43483 2012-03-17  David S. Miller  <davem@davemloft.net>
43485         [BZ #6471]
43486         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
43487         for 2.16.
43489 2012-03-16  David S. Miller  <davem@davemloft.net>
43491         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
43492         warnings.
43494         [BZ #6471]
43495         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
43496         properly.
43497         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
43498         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
43499         sysdep_routines when subdir is sysvipc.
43500         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
43501         __getshmlba helper.
43503         * sysdeps/sparc/fpu/libm-test/ulps: Update.
43505 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43507         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
43508         [__LP64__].
43510 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43512         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
43513         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
43514         (__lround): Renamed to ...
43515         (__llround): This.  Replace long int with long long int.
43516         Define lround functions as aliases of llround functions.
43517         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
43519 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43521         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
43522         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
43523         adresses to uintptr_t.  Replace "long int" and "unsigned long
43524         int" with "greg_t" on va_arg.
43526 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43528         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
43529         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
43531         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
43532         Move e_machine check before EI_CLASS check.  Handle x32
43533         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
43534         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
43535         SKIP_EM_IA_64 and include
43536         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
43538         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
43539         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
43540         (add_system_dir): New macro.
43542         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
43543         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
43545 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
43547         [BZ #2551]
43548         [BZ #2552]
43549         [BZ #2553]
43550         [BZ #2554]
43551         [BZ #2562]
43552         [BZ #2563]
43553         [BZ #2565]
43554         [BZ #2566]
43555         [BZ #2576]
43556         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
43557         (y0): Likewise.
43558         * math/w_j0f.c (j0f): Likewise.
43559         (y0f): Likewise.
43560         * math/w_j0l.c (__j0l): Likewise.
43561         (__y0l): Likewise.
43562         * math/w_j1.c (j1): Likewise.
43563         (y1): Likewise.
43564         * math/w_j1f.c (j1f): Likewise.
43565         (y1f): Likewise.
43566         * math/w_j1l.c (__j1l): Likewise.
43567         (__y1l): Likewise.
43568         * math/w_jn.c (jn): Likewise.
43569         (yn): Likewise.
43570         * math/w_jnf.c (jnf): Likewise.
43571         (ynf): Likewise.
43572         * math/w_jnl.c (__jnl): Likewise.
43573         (__ynl): Likewise.
43574         * math/libm-test.inc (j0_test): Add more tests.
43575         (j1_test): Likewise.
43576         (jn_test): Likewise.  Add trailing semicolon to existing test.
43577         (y0_test): Likewise.
43578         (y1_test): Likewise.
43579         * sysdeps/i386/fpu/libm-test-ulps: Update.
43580         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43582         [BZ #13851]
43583         [BZ #13854]
43584         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
43585         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
43586         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
43587         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
43588         (__tanl): Set errno for infinite argument.
43589         * sysdeps/i386/fpu/mptan.c: Remove.
43590         * sysdeps/i386/fpu/s_tan.S: Likewise.
43591         * sysdeps/i386/fpu/s_tanl.S: Likewise.
43592         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
43593         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
43594         * math/libm-test.inc (tan_test): Add more tests and enable more
43595         tests for double and long double.
43596         * sysdeps/i386/fpu/libm-test-ulps: Update.
43597         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43599 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
43601         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
43602         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
43604 2012-03-16  Roland McGrath  <roland@hack.frob.com>
43606         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
43607         * configure.in: Use it for both main tree and add-ons.
43608         * configure: Regenerated.
43610 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43612         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
43614 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
43616         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
43617         in comment.
43619         [BZ #13851]
43620         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
43621         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
43622         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
43623         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
43624         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
43625         infinite argument.
43626         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
43627         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
43628         != 0 for prec == 2.
43629         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
43630         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
43631         * sysdeps/i386/fpu/s_cosl.S: Likewise.
43632         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
43633         * sysdeps/i386/fpu/s_sinl.S: Likewise.
43634         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
43635         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
43636         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
43637         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
43638         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
43639         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
43640         * math/libm-test.inc (cos_test): Add more tests and enable more
43641         tests for long double.
43642         (sin_test): Likewise.
43643         (sincos_test): Likewise.
43644         * sysdeps/i386/fpu/libm-test-ulps: Update.
43645         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43647 2012-03-16  David S. Miller  <davem@davemloft.net>
43649         * sysdeps/sparc/fpu/math_private.h: New file.
43651 2012-03-15  David S. Miller  <davem@davemloft.net>
43653         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
43654         file.
43655         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
43656         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
43657         file.
43658         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
43659         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
43660         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
43661         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
43662         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
43663         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
43664         sysdep routines.
43665         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
43667         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
43668         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
43670         * sysdeps/sparc/sparc-ifunc.h: New file.
43671         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
43672         sparc-ifunc.h
43673         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
43674         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
43675         Likewise.
43676         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
43677         Likewise.
43678         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
43679         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
43680         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
43681         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
43682         Likewise.
43683         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
43684         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
43685         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
43686         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
43687         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
43688         Likewise.
43689         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
43690         Likewise.
43691         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
43692         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
43693         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
43694         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
43695         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
43696         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
43697         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
43698         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
43699         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
43700         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
43701         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
43702         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
43703         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
43704         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
43705         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
43706         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
43707         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
43708         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
43709         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
43710         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
43711         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
43712         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
43713         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
43714         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
43716 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
43718         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
43719         scaling.
43720         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43722 2012-03-15  Andreas Jaeger  <aj@suse.de>
43724         [BZ #13852]
43725         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
43726         ieee754/flt-32 implementation for sin, cos and sincos.
43727         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
43728         * sysdeps/i386/fpu/s_cosf.S: Likewise.
43729         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
43730         * sysdeps/i386/fpu/s_sinf.S: Likewise.
43731         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
43732         ieee754/flt-32 implementation for tan.
43734         * math/libm-test.inc (cos_test): Enable some large input tests for
43735         float as well
43736         (sin_test): Likewise.
43737         (sincos_test): Likewise.
43738         (tan_test): Add tests for large input.
43740         * sysdeps/i386/fpu/libm-test-ulps: Update.
43742 2012-03-15  Andreas Jaeger  <aj@suse.de>
43744         [BZ #13658]
43745         * math/libm-test.inc (cos_test): Add more test cases.
43746         (sin_test): Likewise.
43747         (sincos_test): Likewise.
43749 2012-03-15  Andreas Jaeger  <aj@suse.de>
43751         [BZ #13837]
43752         * math/libm-test.inc (cos_test): Add a test case for large input
43753         value.
43754         (sin_test): Likewise.
43755         (sincos_test): Likewise.
43757 2012-03-15  Andreas Jaeger  <aj@suse.de>
43758             Joseph Myers  <joseph@codesourcery.com>
43760         [BZ #13658]
43761         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
43762         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
43763         * sysdeps/i386/fpu/branred.c: Likewise.
43764         * sysdeps/i386/fpu/dosincos.c: Likewise.
43765         * sysdeps/i386/fpu/mpa.c: Likewise.
43766         * sysdeps/i386/fpu/s_cos.S: Likewise.
43767         * sysdeps/i386/fpu/s_sin.S: Likewise.
43768         * sysdeps/i386/fpu/s_sincos.S: Likewise.
43769         * sysdeps/i386/fpu/sincos32.c: Likewise.
43771         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
43772         Define.
43773         (libc_feupdateenv_53bit): Define.
43774         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
43775         Define.
43776         (libc_feupdateenv_53bit): Define.
43778         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
43779         53 bit (without extend i386 double precision).
43781         * math/libm-test.inc (sincos_test): Add tests for large input.
43782         (sin): Likewise.
43783         (cos): Likewise.
43785         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
43787 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
43789         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43791 2012-03-15  David S. Miller  <davem@davemloft.net>
43793         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
43794         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
43795         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
43796         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
43797         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
43798         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
43799         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
43800         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
43801         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
43802         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
43803         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
43804         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
43805         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
43806         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
43807         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
43808         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
43809         file.
43810         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
43811         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
43812         file.
43813         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
43814         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
43815         file.
43816         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
43817         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
43818         file.
43819         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
43820         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
43821         fmin/fmax sysdep routines.
43822         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
43824 2012-03-14  David S. Miller  <davem@davemloft.net>
43826         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
43827         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
43828         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
43829         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
43830         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
43831         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
43832         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
43833         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
43834         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
43835         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
43836         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
43837         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
43838         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
43839         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
43840         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
43841         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
43842         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
43843         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
43844         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
43845         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
43846         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
43847         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
43848         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
43849         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
43850         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
43851         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
43852         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
43853         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
43854         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
43855         routines.
43856         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
43857         file.
43858         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
43859         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
43860         file.
43861         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
43862         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
43863         file.
43864         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
43865         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
43866         file.
43867         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
43868         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
43869         file.
43870         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
43871         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
43872         file.
43873         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
43874         file.
43875         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
43876         file.
43877         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
43878         file.
43879         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
43880         New file.
43881         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
43882         file.
43883         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
43884         file.
43885         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
43886         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
43887         file.
43888         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
43889         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
43890         file.
43891         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
43892         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
43893         file.
43894         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
43895         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
43896         VIS3 routines.
43898         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
43899         New file.
43901         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43903         * sysdeps/sparc/configure.in: New file.
43904         * sysdeps/sparc/configure: Generate.
43905         * configure.in (libc_cv_sparc_as_vis3): Substitute.
43906         * configure: Regenerate.
43907         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
43908         * config.make.in (have-as-vis3): New.
43909         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
43910         available use -Av9d instead of -Av9a.
43911         * sysdeps/sparc/sparc64/Makefile: Likewise.
43912         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
43913         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
43914         New file.
43915         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
43916         file.
43917         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
43918         New file.
43919         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
43920         file.
43921         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
43922         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
43923         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
43924         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
43925         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
43927         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
43928         fzeros/fnegs to load 0x80000000 into a float register instead of
43929         using the stack.
43930         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
43932 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
43934         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43935         bits/syscall.h.
43936         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
43937         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
43938         ($(inst_includedir)/bits/syscall.h): Remove rule.
43939         ($(objpfx)bits/syscall.d): Include instead of
43940         $(objpfx)syscall-list.d.
43941         (generated): Change syscall-list.h and syscall-list.d to
43942         bits/syscall.h and bits/syscall.d.
43944 2012-03-14  Roland McGrath  <roland@hack.frob.com>
43946         [BZ #13846]
43947         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
43949 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
43951         [BZ #13841]
43952         * math/s_csqrt.c: Include <float.h>.
43953         (__csqrt): Scale large or subnormal inputs.
43954         * math/s_csqrtf.c: Likewise.
43955         * math/s_csqrtl.c: Likewise.
43956         * math/libm-test.inc (csqrt_test): Add more tests.
43957         * sysdeps/i386/fpu/libm-test-ulps: Update.
43958         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43960         [BZ #13840]
43961         * math/libm-test.inc (hypot_test): Add more tests.
43963 2012-03-13  David S. Miller  <davem@davemloft.net>
43965         [BZ #13840]
43966         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
43967         double-precision for the calculation instead of scaling.
43969 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
43971         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
43972         manipulate bits before adding and subtracting TWO52[sx].
43973         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
43974         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
43975         Likewise.
43976         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
43978 2012-03-13  David S. Miller  <davem@davemloft.net>
43980         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
43981         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
43982         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
43983         rtld-global-offsets.h
43984         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
43986         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
43987         large parameters.
43989         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
43991         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
43992         'err' in the ifdef scope in which it is actually used.
43994         * nss/nss_db/db-init.c: Include string.h
43996 2012-03-12  David S. Miller  <davem@davemloft.net>
43998         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
43999         masking out of the most significant byte of random value used.
44000         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44001         Fix coding style in previous change.
44003         * sysdeps/unix/sysv/linux/kernel-features.h
44004         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
44005         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
44006         expression.
44007         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
44008         later.
44010 2012-03-11  David S. Miller  <davem@davemloft.net>
44012         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
44013         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
44014         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
44015         for 'resultvar' otherwise things get truncated on 64-bit.
44017         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44018         Fix masking out of the most significant byte of random value used.
44020         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44022 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
44024         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44026 2012-03-09  David S. Miller  <davem@davemloft.net>
44028         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
44029         variables with appropriate CPP guards.
44030         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
44031         from the frame pointer, not the stack pointer.  Correct layout
44032         comments.  Fix test on resulting framesize and the management of
44033         the outregs buffer for pltexit.  Preserve floating point return
44034         values across _dl_call_pltexit call.
44035         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
44036         framesize and the management of the outregs buffer for pltexit.
44037         Preserve floating point return values across _dl_call_pltexit
44038         call.
44039         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
44040         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
44041         (la_sparc64_gnu_pltexit): New functions.
44042         (print_exit): Fix format string for return register value.
44044 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
44046         * sunrpc/Makefile (others): Add rpcgen.
44047         ($(objpfx)rpcgen): Remove special build rule and dependency on
44048         libc.
44049         * sunrpc/rpcgen.c: New file.
44051 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
44053         [BZ #13673]
44054         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
44055         * stdio-common/bug-vfprintf-nargs.c: Likewise.
44056         * sysdeps/i386/crti.S: Likewise.
44057         * sysdeps/i386/crtn.S: Likewise.
44058         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
44059         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
44060         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
44061         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
44062         * sysdeps/sh/crti.S: Likewise.
44063         * sysdeps/sh/crtn.S: Likewise.
44064         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
44066         [BZ #13673]
44067         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
44068         with URL.
44069         * locale/programs/locfile-kw.gperf: Likewise.
44070         * locale/programs/charmap-kw.h: Regenerated.
44071         * locale/programs/locfile-kw.h: Likewise.
44073         [BZ #13673]
44074         * intl/plural.y: Replace FSF snail mail address with URL.
44075         * intl/plural.c: Regenerated.
44077 2012-03-09  Richard Henderson  <rth@twiddle.net>
44079         * include/math_private.h: Remove file.
44080         * math/math_private.h: Move file ...
44081         * sysdeps/generic/math_private.h: ... here.
44083         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
44084         * sysdeps/powerpc/fpu/math_private.h: Likewise.
44085         * sysdeps/x86_64/fpu/math_private.h: Likewise.
44087         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
44088         and <math_private.h>.
44089         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
44090         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
44091         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
44092         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
44093         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
44094         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
44095         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
44096         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44097         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
44098         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44099         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44100         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
44101         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
44102         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44103         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
44104         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
44105         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44106         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
44107         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
44108         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
44109         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44110         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
44111         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
44112         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44113         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
44114         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
44115         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
44116         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44117         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44118         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
44119         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
44120         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44121         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
44122         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
44123         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
44124         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
44125         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
44126         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
44127         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
44128         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44129         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
44130         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
44131         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
44132         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
44133         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
44134         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
44135         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
44136         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
44137         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
44138         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
44139         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
44140         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
44141         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
44142         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
44143         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
44144         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
44145         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44146         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
44147         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
44148         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
44149         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
44150         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
44151         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44152         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
44153         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
44154         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
44155         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
44156         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
44157         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
44158         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
44159         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
44160         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44161         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
44162         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44163         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
44164         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
44165         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
44166         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
44167         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
44168         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
44169         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
44170         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
44171         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
44172         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
44173         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
44174         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
44175         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
44176         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
44177         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
44178         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
44179         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
44180         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
44181         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44182         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
44183         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
44184         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
44185         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44186         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
44187         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
44188         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
44189         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
44190         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
44191         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
44192         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
44193         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
44194         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
44195         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
44196         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
44197         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
44198         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
44199         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
44200         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
44201         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
44202         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
44203         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
44204         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44205         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
44206         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
44207         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
44208         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
44209         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
44210         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
44211         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44212         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
44213         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
44214         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
44215         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
44216         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
44217         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
44218         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
44219         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
44220         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
44221         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
44222         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
44223         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
44224         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
44225         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
44226         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
44227         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
44228         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
44229         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44230         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
44231         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
44232         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
44233         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
44234         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
44235         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
44236         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
44237         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
44238         * sysdeps/ieee754/k_standard.c: Likewise.
44239         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
44240         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
44241         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
44242         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
44243         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
44244         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
44245         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
44246         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
44247         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
44248         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
44249         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
44250         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
44251         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
44252         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
44253         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
44254         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
44255         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
44256         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
44257         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
44258         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
44259         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
44260         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
44261         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
44262         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
44263         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
44264         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
44265         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
44266         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
44267         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
44268         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
44269         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
44270         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
44271         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
44272         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
44273         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
44274         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
44275         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
44276         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
44277         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
44278         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
44279         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
44280         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
44281         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
44282         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
44283         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
44284         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
44285         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
44286         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
44287         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
44288         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
44289         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
44290         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
44291         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
44292         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
44293         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
44294         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
44295         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
44296         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
44297         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
44298         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
44299         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
44300         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
44301         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
44302         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
44303         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
44304         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
44305         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
44306         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
44307         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
44308         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
44309         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
44310         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
44311         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
44312         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
44313         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
44314         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
44315         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
44316         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
44317         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
44318         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
44319         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
44320         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
44321         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
44322         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
44323         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
44324         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
44325         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
44326         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
44327         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
44328         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
44329         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
44330         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
44331         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
44332         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
44333         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
44334         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
44335         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
44336         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
44337         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
44338         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
44339         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
44340         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
44341         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
44342         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
44343         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
44344         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
44345         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
44346         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
44347         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
44348         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
44349         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
44350         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
44351         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
44352         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
44353         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
44354         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
44355         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
44356         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
44357         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
44358         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
44359         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
44360         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
44361         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
44362         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
44363         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
44364         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
44365         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
44366         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
44367         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
44368         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
44369         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
44370         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
44371         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
44372         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
44373         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
44374         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
44375         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
44376         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
44377         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
44378         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
44379         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
44380         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
44381         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
44382         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
44383         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
44384         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
44385         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
44386         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
44387         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
44388         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
44389         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
44390         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
44391         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
44392         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
44393         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
44394         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
44395         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
44396         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
44397         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
44398         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
44399         * sysdeps/ieee754/s_lib_version.c: Likewise.
44400         * sysdeps/ieee754/s_matherr.c: Likewise.
44401         * sysdeps/ieee754/s_signgam.c: Likewise.
44402         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
44403         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
44404         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
44405         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
44406         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
44407         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
44408         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
44409         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
44410         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
44411         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
44412         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
44413         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
44414         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
44415         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
44416         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
44417         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
44418         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
44419         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
44420         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
44421         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
44422         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
44424 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
44426         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
44427         * sunrpc/rpc_main.c: Likewise.
44428         * sunrpc/rpc_svcout.c: Likewise.
44430 2012-03-09  David S. Miller  <davem@davemloft.net>
44432         * include/math_private.h: New file.
44434 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
44436         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
44437         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
44438         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
44439         from <bits/socket_type.h>.
44440         (enum __socket_type): Don't define here.
44441         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
44442         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44443         bits/socket_type.h.
44445         [BZ #13566]
44446         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
44447         checking __USE_GNU.
44449         * Makerules ($(inst_includedir)/%.h): New rule.
44450         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
44451         (install-others): Remove variable setting.
44452         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
44454 2012-03-08  Richard Henderson  <rth@twiddle.net>
44456         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
44457         from macro to inline function; merge with the
44458         !__LIBC_INTERNAL_MATH_INLINES version.
44459         (__ieee754_sqrtf): Likewise.
44461         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
44462         to inline function.
44463         (__rintf, __floor, __floorf): Likewise.
44465         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
44466         macro to inline function.
44467         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
44469         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
44470         not <math/math_private.h>.
44472 2012-03-08  David S. Miller  <davem@davemloft.net>
44474         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
44475         copyright year.
44476         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
44478 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
44480         * resolv/gai_misc.c (handle_requests): Fix struct timespec
44481         normalization.
44482         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
44483         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
44485 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
44487         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
44488         be defined individually, they must be defined as a block.  Define
44489         S for printing a string instead of hidint the different by using a
44490         macro for adding the 'l'.
44491         * stdio-common/tst-fphex-wide.c: Adjust.
44493 2012-03-07  Marek Polacek  <polacek@redhat.com>
44495         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
44497 2012-03-08  Marek Polacek  <polacek@redhat.com>
44499         [BZ #13806]
44500         * stdio-common/Makefile (tests): Add tst-fphex-wide.
44501         * stdio-common/tst-fphex.c: Define a few macros to make the
44502         test reusable.  Use them.
44503         * stdio-common/tst-fphex-wide.c: New file.
44505 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
44507         [BZ #6911]
44508         * manual/macros.texi (gnusystems): New macro.
44509         (nongnusystems): Likewise.
44510         (gnulinuxhurdsystems): Likewise.
44511         (gnuhurdsystems): Likewise..
44512         (gnulinuxsystems): Likewise.
44513         * manual/charset.texi: Use new macros or @theglibc{} to refer to
44514         variants of the GNU system, not "GNU system".
44515         * manual/conf.texi: Likewise.
44516         * manual/errno.texi: Likewise.  Update example of errno macro
44517         expansion.
44518         * manual/filesys.texi: Likewise.
44519         (getumask): Document as specific to GNU/Hurd.
44520         * manual/install.texi: Likewise.  Reword some references to
44521         GNU/Linux.
44522         * manual/intro.texi: Likewise.
44523         * manual/io.texi: Likewise.
44524         (File Name Portability): Detail which constraints are inapplicable
44525         to all GNU systems and which are only inapplicable to GNU/Hurd.
44526         * manual/job.texi: Likewise.
44527         * manual/llio.texi: Likewise.
44528         (O_NOCTTY): Document as present on GNU/Linux.
44529         * manual/maint.texi: Likewise.
44530         * manual/memory.texi: Likewise.
44531         * manual/pattern.texi: Likewise.
44532         * manual/pipe.texi: Likewise.
44533         * manual/process.texi: Likewise.
44534         * manual/resource.texi: Likewise.
44535         (RUSAGE_CHILDREN): Remove statement about specifying a particular
44536         child on GNU/Hurd.
44537         * manual/setjmp.texi: Likewise.
44538         * manual/signal.texi: Likewise.
44539         * manual/startup.texi: Likewise.
44540         * manual/stdio.texi: Likewise.
44541         * manual/terminal.texi: Likewise.
44542         (ONLCR): Document as POSIX.
44543         (OXTABS): Document availability on GNU/Linux as XTABS.
44544         (ONOEOT): Document availability separately from other bits.
44545         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
44546         * manual/time.texi: Likewise.
44547         * manual/users.texi: Likewise.
44548         * INSTALL: Regenerated.
44549         * sysdeps/gnu/errlist.c: Regenerated.
44551         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
44552         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
44553         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
44554         puts.
44555         * configure: Regenerated.
44557 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
44559         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
44560         default includes instead of AC_HEADER_CHECK.
44561         * sysdeps/i386/configure: Regenerated.
44563         [BZ #10716]
44564         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
44565         * math/s_cacoshf.c (__cacoshf): Likewise.
44566         * math/s_cacoshl.c (__cacoshl): Likewise.
44567         * math/s_casinh.c (__casinh): Set signs of result from argument.
44568         * math/s_casinhf.c (__casinhf): Likewise.
44569         * math/s_casinhl.c (__casinhl): Likewise.
44570         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
44571         (casinh_test): Add more tests.
44572         * sysdeps/i386/fpu/libm-test-ulps: Update.
44573         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44575 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
44577         * po/zh_TW.po: Update from translation team.
44579         * login/Makefile (distribute): Remove variable.
44580         * catgets/Makefile: Likewise.
44581         * mach/Makefile: Likewise.
44582         * malloc/Makefile: Likewise.
44583         * misc/Makefile: Likewise.
44584         * iconv/Makefile: Likewise.
44585         * nscd/Makefile: Likewise.
44586         * hurd/Makefile: Likewise.
44587         * manual/Makefile: Likewise.
44588         * locale/Makefile: Likewise.
44589         * intl/Makefile: Likewise.
44590         * conform/Makefile: Likewise.
44591         * nss/Makefile: Likewise.
44592         * time/Makefile: Likewise.
44593         * soft-fp/Makefile: Likewise.
44594         * dirent/Makefile: Likewise.
44595         * gmon/Makefile: Likewise.
44596         * po/Makefile: Likewise.
44597         * rt/Makefile: Likewise.
44598         * socket/Makefile: Likewise.
44599         * math/Makefile: Likewise.
44600         * signal/Makefile: Likewise.
44601         * debug/Makefile: Likewise.
44602         * elf/Makefile: Likewise.
44603         * timezone/Makefile: Likewise.
44604         * stdlib/Makefile: Likewise.
44605         * iconvdata/Makefile: Likewise.
44606         * sunrpc/Makefile: Likewise.
44607         * io/Makefile: Likewise.
44608         * argp/Makefile: Likewise.
44609         * inet/Makefile: Likewise.
44610         * hesiod/Makefile: Likewise.
44611         * grp/Makefile: Likewise.
44612         * csu/Makefile: Likewise.
44613         * wctype/Makefile: Likewise.
44614         * crypt/Makefile: Likewise.
44615         * libio/Makefile: Likewise.
44616         * string/Makefile: Likewise.
44617         * nis/Makefile: Likewise.
44618         * resolv/Makefile: Likewise.
44619         * stdio-common/Makefile: Likewise.
44620         * wcsmbs/Makefile: Likewise.
44621         * dlfcn/Makefile: Likewise.
44622         * posix/Makefile: Likewise.
44624         [BZ #6959]
44625         * timezone/Makefile: Don't install timezone files, just the programs
44626         and scripts.
44628 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
44630         * nss/databases.def: Add missing gshadow entry.
44632         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
44634 2012-03-06  Marek Polacek  <polacek@redhat.com>
44636         [BZ #13726]
44637         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
44638         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
44639         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
44640         * stdio-common/tst-long-dbl-fphex.c: New file.
44642 2012-03-06  David S. Miller  <davem@davemloft.net>
44644         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
44645         (set_obp_int): New function.
44646         (get_obp_int): New function.
44647         (__get_clockfreq_via_dev_openprom): Likewise.
44648         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
44649         Avoid unused variable warnings on 'val' and use builtin_expect.
44650         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
44651         __builtin_expect.
44652         (INLINE_CLONE_SYSCALL): Likewise.
44654 2012-03-05  David S. Miller  <davem@davemloft.net>
44656         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44658 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
44660         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44662         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
44663         only for |x| >= 40.
44664         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
44666 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
44668         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
44669         Replace gettimeofday with __vdso_gettimeofday.
44671         * sysdeps/unix/sysv/linux/x86_64/init-first.c
44672         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
44673         __vdso_clock_gettime and __vdso_getcpu.
44675         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
44676         time with __vdso_time.
44678 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
44680         * manual/lang.texi (size_t): Note types to which size_t may be
44681         equivalent with the GNU C Library, but do not describe when
44682         differences between them are significant.
44684 2012-03-05  Andreas Jaeger  <aj@suse.de>
44686         * sysdeps/i386/fpu/libm-test-ulps: Update.
44688 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
44690         [BZ #3976]
44691         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
44692         (__ieee754_pow): Save and restore rounding mode and use
44693         round-to-nearest for main computations.
44694         * math/libm-test.inc (pow_test_tonearest): New function.
44695         (pow_test_towardzero): Likewise.
44696         (pow_test_downward): Likewise.
44697         (pow_test_upward): Likewise.
44698         (main): Call the new functions.
44699         * sysdeps/i386/fpu/libm-test-ulps: Update.
44700         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44702         [BZ #3976]
44703         * math/libm-test.inc (cosh_test_tonearest): New function.
44704         (cosh_test_towardzero): Likewise.
44705         (cosh_test_downward): Likewise.
44706         (cosh_test_upward): Likewise.
44707         (sinh_test_tonearest): Likewise.
44708         (sinh_test_towardzero): Likewise.
44709         (sinh_test_downward): Likewise.
44710         (sinh_test_upward): Likewise.
44711         (main): Call the new functions.
44712         * sysdeps/i386/fpu/libm-test-ulps: Update.
44713         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44715 2012-03-05  Tom de Vries  <tom@codesourcery.com>
44717         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
44718         default stack guard is set in last bytes.
44719         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
44721 2012-03-05  Kees Cook  <keescook@chromium.org>
44723         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
44725         [BZ #13656]
44726         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
44727         possibly allocate from heap instead of stack.
44728         * stdio-common/bug-vfprintf-nargs.c: New file.
44729         * stdio-common/Makefile (tests): Add nargs overflow test.
44731 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
44733         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44735 2012-03-03  Marek Polacek  <polacek@redhat.com>
44737         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
44738         * math/math_private.h: Likewise.
44739         * stdlib/tst-strtod.c: Likewise.
44740         * sysdeps/i386/i486/bits/atomic.h: Likewise.
44741         * sysdeps/x86_64/bits/atomic.h: Likewise.
44743 2012-03-02  David S. Miller  <davem@davemloft.net>
44745         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
44746         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
44747         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
44748         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
44749         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
44750         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
44751         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
44752         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
44754 2012-03-02  Roland McGrath  <roland@hack.frob.com>
44756         [BZ #13792]
44757         * manual/examples/README: New file, says the example source files
44758         can be used under GPL>=2.
44759         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
44760         line containing just "*/".
44761         * manual/examples/add.c: Add copyright header (GPL>=2).
44762         * manual/examples/argp-ex1.c: Likewise.
44763         * manual/examples/argp-ex2.c: Likewise.
44764         * manual/examples/argp-ex3.c: Likewise.
44765         * manual/examples/argp-ex4.c: Likewise.
44766         * manual/examples/atexit.c: Likewise.
44767         * manual/examples/db.c: Likewise.
44768         * manual/examples/dir.c: Likewise.
44769         * manual/examples/dir2.c: Likewise.
44770         * manual/examples/execinfo.c: Likewise.
44771         * manual/examples/filecli.c: Likewise.
44772         * manual/examples/filesrv.c: Likewise.
44773         * manual/examples/fmtmsgexpl.c: Likewise.
44774         * manual/examples/genpass.c: Likewise.
44775         * manual/examples/inetcli.c: Likewise.
44776         * manual/examples/inetsrv.c: Likewise.
44777         * manual/examples/isockad.c: Likewise.
44778         * manual/examples/longopt.c: Likewise.
44779         * manual/examples/memopen.c: Likewise.
44780         * manual/examples/memstrm.c: Likewise.
44781         * manual/examples/mkfsock.c: Likewise.
44782         * manual/examples/mkisock.c: Likewise.
44783         * manual/examples/mygetpass.c: Likewise.
44784         * manual/examples/pipe.c: Likewise.
44785         * manual/examples/popen.c: Likewise.
44786         * manual/examples/rprintf.c: Likewise.
44787         * manual/examples/search.c: Likewise.
44788         * manual/examples/select.c: Likewise.
44789         * manual/examples/setjmp.c: Likewise.
44790         * manual/examples/sigh1.c: Likewise.
44791         * manual/examples/sigusr.c: Likewise.
44792         * manual/examples/stpcpy.c: Likewise.
44793         * manual/examples/strdupa.c: Likewise.
44794         * manual/examples/strftim.c: Likewise.
44795         * manual/examples/strncat.c: Likewise.
44796         * manual/examples/subopt.c: Likewise.
44797         * manual/examples/swapcontext.c: Likewise.
44798         * manual/examples/termios.c: Likewise.
44799         * manual/examples/testopt.c: Likewise.
44800         * manual/examples/testpass.c: Likewise.
44801         * manual/examples/timeval_subtract.c: Likewise.
44803         [BZ #13792]
44804         * manual/time.texi (Elapsed Time): Move timeval_subtract example
44805         function to ...
44806         * manual/timeval_subtract.c.texi: ... here, new file.
44808 2012-03-02  David S. Miller  <davem@davemloft.net>
44810         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
44812 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
44814         [BZ #3976]
44815         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
44816         (__sin): Save and restore rounding mode and use round-to-nearest
44817         for all computations.
44818         (__cos): Save and restore rounding mode and use round-to-nearest
44819         for all computations.
44820         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
44821         <fenv.h>.
44822         (tan): Save and restore rounding mode and use round-to-nearest for
44823         all computations.
44824         * math/libm-test.inc (cos_test_tonearest): New function.
44825         (cos_test_towardzero): Likewise.
44826         (cos_test_downward): Likewise.
44827         (cos_test_upward): Likewise.
44828         (sin_test_tonearest): Likewise.
44829         (sin_test_towardzero): Likewise.
44830         (sin_test_downward): Likewise.
44831         (sin_test_upward): Likewise.
44832         (tan_test_tonearest): Likewise.
44833         (tan_test_towardzero): Likewise.
44834         (tan_test_downward): Likewise.
44835         (tan_test_upward): Likewise.
44836         (main): Call the new functions.
44837         * sysdeps/i386/fpu/libm-test-ulps: Update.
44838         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44840         [BZ #10135]
44841         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
44842         small n, then large n, before computing and testing k+n.
44843         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
44844         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
44845         Likewise.
44846         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
44847         Likewise.
44848         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
44849         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
44850         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
44851         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
44852         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
44853         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
44854         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
44855         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
44856         * math/libm-test.inc (scalbn_test): Add more tests.
44857         (scalbln_test): Likewise.
44859         * manual/filesys.texi (mode_t): Describe constraints on size and
44860         signedness, not exact equivalence to a particular type.
44861         (ino_t): Likewise.
44862         (ino64_t): Likewise.
44863         (dev_t): Likewise.
44864         (nlink_t): Likewise.
44865         (blkcnt_t): Likewise.
44866         (blkcnt64_t): Likewise.
44867         * manual/llio.texi (off_t): Likewise.
44869         [BZ #3976]
44870         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
44871         (__ieee754_exp): Save and restore rounding mode and use
44872         round-to-nearest for all computations.
44873         * math/libm-test.inc (exp_test_tonearest): New function.
44874         (exp_test_towardzero): Likewise.
44875         (exp_test_downward): Likewise.
44876         (exp_test_upward): Likewise.
44877         (main): Call the new functions.
44878         * sysdeps/i386/fpu/libm-test-ulps: Update.
44879         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44881 2012-03-01  Chris Demetriou  <cgd@google.com>
44883         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
44884         have predictable order.
44886 2012-03-01  David S. Miller  <davem@davemloft.net>
44888         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
44890         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
44891         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
44892         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
44893         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
44895         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
44896         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
44897         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
44898         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
44899         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
44900         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
44901         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
44902         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
44903         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
44905         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44907         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
44908         * sysdeps/sparc/fpu/libm-test-ulps: to here.
44909         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
44911         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
44912         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
44913         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
44914         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
44915         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
44916         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
44917         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
44918         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
44919         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
44920         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
44921         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
44922         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
44923         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
44924         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
44925         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
44926         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
44927         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
44928         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
44929         * sysdeps/sparc/elf/configure: Regenerated.
44931 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
44933         * configure.in (AS, LD): Require binutils 2.20 or later.
44934         * configure: Regenerated.
44935         * manual/install.texi (Tools for Compilation): Give binutils 2.20
44936         as required minimum version.
44937         * INSTALL: Regenerated.
44939         [BZ #2541]
44940         [BZ #4108]
44941         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
44942         before squaring exponent.
44943         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
44944         bottom long double and 27 bits of top long double before squaring
44945         exponent.
44946         * math/libm-test.inc (erfc_test): Add more tests.
44947         * sysdeps/i386/fpu/libm-test-ulps: Update.
44948         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
44949         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44951 2012-03-01  Kai Tietz  <ktietz@redhat.com>
44953         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
44954         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
44955         containing bit-fields.
44956         * soft-fp/extended.h (_FP_UNION_E): Likewise.
44957         * soft-fp/single.h (_FP_UNION_S): Likewise.
44958         * soft-fp/double.h (_FP_UNION_D): Likewise.
44960 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
44962         [BZ #13786]
44963         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
44964         not include ../strcmp.S.
44965         [USE_AS_STRNCASECMP_L]: Likewise.
44966         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
44967         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
44968         * sysdeps/i386/i686/multiarch/strncase_l-c.c
44969         (__strncasecmp_l_ia32): Define as alias to
44970         __strncasecmp_l_nonascii.
44972         [BZ #5794]
44973         * math/libm-test.inc (expm1_test): Add test for bug 5794.
44974         * sysdeps/i386/fpu/libm-test-ulps: Update.
44975         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44977         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
44978         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44980 2012-02-29  Jeff Law  <law@redhat.com>
44982         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
44983         out of bounds read.
44985 2012-02-29  Marek Polacek  <polacek@redhat.com>
44987         [BZ #13706]
44988         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
44989         * elf/Makefile: Add rules to run tst-unused-dep.out.
44991 2012-02-28  David S. Miller  <davem@davemloft.net>
44993         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
44994         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
44995         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
44996         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
44997         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
44998         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
45000 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45002         * math/libm-test.inc (llround_test): Move one test from
45003         lround_test.  Use TEST_f_L in moved test.
45004         (lround_test): Move misplaced test to llround_test.  Add testcase
45005         from bug 2561.
45007 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
45009         * sysdeps/x86_64/fpu/e_expf.S: New file.
45010         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
45012 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
45014         [BZ #13637]
45015         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
45016         of remain_len that may cause incomplete multi-byte character and
45017         false match.
45018         * posix/bug-regex33.c: New file.
45019         * posix/Makefile (tests): Add bug-regex33.
45021 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
45023         * manual/macros.texi: New file.
45024         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
45025         * manual/libc.texinfo: Include macros.texi.
45026         * manual/creatute.texi: Likewise.
45027         * manual/install.texi: Likewise.
45028         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
45029         @glibcadj{} in references to the GNU C Library.
45030         * manual/charset.texi: Likewise.
45031         * manual/conf.texi: Likewise.
45032         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
45033         when not using those macros.
45034         * manual/creature.texi: Likewise.
45035         * manual/crypt.texi: Likewise.
45036         * manual/errno.texi: Likewise.
45037         * manual/filesys.texi: Likewise.
45038         * manual/header.texi: Likewise.
45039         * manual/install.texi: Likewise.
45040         * manual/intro.texi: Likewise.
45041         * manual/io.texi: Likewise.
45042         * manual/job.texi: Likewise.
45043         * manual/lang.texi: Likewise.
45044         * manual/libc.texiinfo: Likewise.
45045         * manual/llio.texi: Likewise.
45046         * manual/locale.texi: Likewise.
45047         * manual/maint.texi: Likewise.
45048         * manual/math.texi: Likewise.
45049         * manual/memory.texi: Likewise.
45050         * manual/message.texi: Likewise.
45051         * manual/nss.texi: Likewise.
45052         * manual/pattern.texi: Likewise.
45053         * manual/process.texi: Likewise.
45054         * manual/resource.texi: Likewise.
45055         * manual/search.texi: Likewise.
45056         * manual/setjmp.texi: Likewise.
45057         * manual/signal.texi: Likewise.
45058         * manual/socket.texi: Likewise.
45059         * manual/startup.texi: Likewise.
45060         * manual/stdio.texi: Likewise.
45061         * manual/string.texi: Likewise.
45062         * manual/sysinfo.texi: Likewise.
45063         * manual/syslog.texi: Likewise.
45064         * manual/terminal.texi: Likewise.
45065         * manual/time.texi: Likewise.
45066         * manual/users.texi: Likewise.
45067         * INSTALL: Regenerated.
45068         * NOTES: Regenerated.
45069         * sysdeps/gnu/errlist.c: Regenerated.
45071 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
45073         * include/dirent.h: Include <dirstream.h> before
45074         <dirent/dirent.h>.
45076 2012-02-28  David S. Miller  <davem@davemloft.net>
45078         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
45079         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
45080         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
45081         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
45083 2012-02-27  David S. Miller  <davem@davemloft.net>
45085         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
45086         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
45087         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
45088         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
45090         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
45091         frame pointer instead of stack pointer relative arg slot.
45092         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45093         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45094         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45096 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
45098         [BZ #3992]
45099         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
45101 2012-02-27  David S. Miller  <davem@davemloft.net>
45103         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
45104         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45105         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45106         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
45107         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45108         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45109         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
45110         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
45112 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45114         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
45115         later.  Allow versions 5-9.
45116         * configure: Regenerated.
45117         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
45118         required minimum version and 4.6 as recommended version.  Do not
45119         mention bugs in GCC 2.7 and 2.8.
45120         * INSTALL: Regenerated.
45122 2012-02-27  David S. Miller  <davem@davemloft.net>
45124         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
45125         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
45126         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
45127         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
45128         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
45129         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
45130         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
45131         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
45133         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
45134         manipulate bits before adding and subtracting TWO112[sx].
45135         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
45137 2012-02-27  Roland McGrath  <roland@hack.frob.com>
45139         [BZ #13775]
45140         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
45141         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
45142         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
45143         being in POSIX, because they are in 1003.1-2008.
45145         * rt/tst-aio.c: Include <fcntl.h>.
45146         * rt/tst-aio7.c: Likewise.
45147         * rt/tst-aio64.c: Likewise.
45149         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
45151 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45153         * manual/install.texi (--with-headers): Describe headers as
45154         interface headers, not private headers.
45155         (Specific advice for GNU/Linux systems): Describe use of headers
45156         from "make headers_install", not private headers from older
45157         kernels.
45158         * INSTALL: Regenerated.
45159         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
45160         Change to 2.6.19.
45161         * sysdeps/unix/sysv/linux/configure: Regenerated.
45163         * manual/llio.texi (fclean): Remove documentation.
45165         * manual/Makefile (libc-texi-generated): New variable.  Include
45166         version.texi.
45167         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
45168         $(libc-texi-generated), not duplicated list of files.
45169         (version.texi, stamp-version): New rules.
45170         (realclean): Remove $(libc-texi-generated), not individual files
45171         from that list.  Do not remove dir-add.texinfo.
45172         * manual/libc.texinfo: Comment out uses of edition numbers and
45173         references to printed manual.  Remove last-updated dates.
45174         (EDITION): Comment out.
45175         (ISBN): Likewise.
45176         (VERSION, UPDATED): Remove.
45177         (version.texi): Include.
45179 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
45181         * sysdeps/posix/spawni.c: Include <signal.h>.
45182         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
45183         * sysdeps/pthread/aio_fsync.c: Likewise.
45185 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
45187         * conform/Makefile (tests): Run only when not cross-compiling and
45188         when fast-check is not defined.
45190         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
45191         * conform/data/limits.h-data: Fixes for POSIX2008.
45192         * conform/run-conformtest.sh: Run all tests.
45193         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
45194         headers.
45195         * include/bits/dlfcn.h: Likewise.
45196         * include/langinfo.h: Likewise.
45197         * include/monetary.h: Likewise.
45198         * include/sys/poll.h: Likewise.
45200         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
45201         for __USE_GNU.
45202         * posix/spawn.h: Define __need_sigset_t.
45203         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
45204         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
45205         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
45206         to get sigevent_t only.
45207         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
45208         only for __USE_GNU.
45209         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
45210         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
45211         process_vm_writev only for __USE_GNU.
45212         * termios/termios.h: Declare tcgetsid also for POSIX2008.
45214         * conform/Makefile: For now ignore errors from run-conformtest.
45215         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
45216         POSIX to avoid namespace pollution.  Don't prepend headers.
45217         * conform/data/aio.h-data: Fixes for POSIX testing.
45218         * conform/data/fcntl.h-data: Likewise.
45219         * conform/data/glob.h-data: Likewise.
45220         * conform/data/grp.h-data: Likewise.
45221         * conform/data/pthread.h-data: Likewise.
45222         * conform/data/pwd.h-data: Likewise.
45223         * conform/data/signal.h-data: Likewise.
45224         * conform/data/spawn.h-data: Likewise.
45225         * conform/data/stdio.h-data: Likewise.
45226         * conform/data/stdlib.h-data: Likewise.
45227         * conform/data/stropts.h-data: Likewise.
45228         * conform/data/sys/mman.h-data: Likewise.
45229         * conform/data/sys/stat.h-data: Likewise.
45230         * conform/data/sys/types.h-data: Likewise.
45231         * conform/data/sys/wait.h-data: Likewise.
45232         * conform/data/time.h-data: Likewise.
45233         * conform/data/unistd.h-data: Likewise.
45234         * conform/data/utime.h-data: Likewise.
45236         * io/sys/stat.h: fchmod was always in POSIX.
45237         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
45238         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
45239         * rt/aio.h: Define __need_timespec before including <time.h>.
45240         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
45241         struct.  Add forward declaration of pthread_attr_t and use it in
45242         sigevent.
45243         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
45244         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
45245         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
45246         always remove CLK_TCK definition.
45248 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
45250         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
45252 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
45254         * conform/run-conformtest.sh: New file.
45255         * conform/Makefile: Run run-conformtest for tests.
45256         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
45257         support.
45259         * conform/data/uchar.h-data: New file.
45260         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
45261         * conform/data/arpa/inet.h-data: Likewise.
45262         * conform/data/assert.h-data: Likewise.
45263         * conform/data/complex.h-data: Likewise.
45264         * conform/data/cpio.h-data: Likewise.
45265         * conform/data/ctype.h-data: Likewise.
45266         * conform/data/dirent.h-data: Likewise.
45267         * conform/data/dlfcn.h-data: Likewise.
45268         * conform/data/errno.h-data: Likewise.
45269         * conform/data/fcntl.h-data: Likewise.
45270         * conform/data/float.h-data: Likewise.
45271         * conform/data/fmtmsg.h-data: Likewise.
45272         * conform/data/fnmatch.h-data: Likewise.
45273         * conform/data/ftw.h-data: Likewise.
45274         * conform/data/glob.h-data: Likewise.
45275         * conform/data/grp.h-data: Likewise.
45276         * conform/data/iconv.h-data: Likewise.
45277         * conform/data/inttypes.h-data: Likewise.
45278         * conform/data/langinfo.h-data: Likewise.
45279         * conform/data/libgen.h-data: Likewise.
45280         * conform/data/limits.h-data: Likewise.
45281         * conform/data/locale.h-data: Likewise.
45282         * conform/data/math.h-data: Likewise.
45283         * conform/data/monetary.h-data: Likewise.
45284         * conform/data/mqueue.h-data: Likewise.
45285         * conform/data/ndbm.h-data: Likewise.
45286         * conform/data/net/if.h-data: Likewise.
45287         * conform/data/netdb.h-data: Likewise.
45288         * conform/data/netinet/in.h-data: Likewise.
45289         * conform/data/nl_types.h-data: Likewise.
45290         * conform/data/poll.h-data: Likewise.
45291         * conform/data/pthread.h-data: Likewise.
45292         * conform/data/pwd.h-data: Likewise.
45293         * conform/data/regex.h-data: Likewise.
45294         * conform/data/sched.h-data: Likewise.
45295         * conform/data/search.h-data: Likewise.
45296         * conform/data/semaphore.h-data: Likewise.
45297         * conform/data/setjmp.h-data: Likewise.
45298         * conform/data/signal.h-data: Likewise.
45299         * conform/data/spawn.h-data: Likewise.
45300         * conform/data/stdarg.h-data: Likewise.
45301         * conform/data/stdio.h-data: Likewise.
45302         * conform/data/stdlib.h-data: Likewise.
45303         * conform/data/string.h-data: Likewise.
45304         * conform/data/strings.h-data: Likewise.
45305         * conform/data/stropts.h-data: Likewise.
45306         * conform/data/sys/ipc.h-data: Likewise.
45307         * conform/data/sys/mman.h-data: Likewise.
45308         * conform/data/sys/msg.h-data: Likewise.
45309         * conform/data/sys/resource.h-data: Likewise.
45310         * conform/data/sys/select.h-data: Likewise.
45311         * conform/data/sys/sem.h-data: Likewise.
45312         * conform/data/sys/shm.h-data: Likewise.
45313         * conform/data/sys/socket.h-data: Likewise.
45314         * conform/data/sys/stat.h-data: Likewise.
45315         * conform/data/sys/statvfs.h-data: Likewise.
45316         * conform/data/sys/time.h-data: Likewise.
45317         * conform/data/sys/timeb.h-data: Likewise.
45318         * conform/data/sys/times.h-data: Likewise.
45319         * conform/data/sys/types.h-data: Likewise.
45320         * conform/data/sys/uio.h-data: Likewise.
45321         * conform/data/sys/un.h-data: Likewise.
45322         * conform/data/sys/utsname.h-data: Likewise.
45323         * conform/data/sys/wait.h-data: Likewise.
45324         * conform/data/syslog.h-data: Likewise.
45325         * conform/data/tar.h-data: Likewise.
45326         * conform/data/termios.h-data: Likewise.
45327         * conform/data/utime.h-data: Likewise.
45328         * conform/data/utmpx.h-data: Likewise.
45329         * conform/data/varargs.h-data: Likewise.
45330         * conform/data/wchar.h-data: Likewise.
45331         * conform/data/wctype.h-data: Likewise.
45332         * conform/data/wordexp.h-data: Likewise.
45334         * include/stropts.h: New file.
45335         * include/uchar.h: New file.
45336         * include/aio.h: Changes to allow conformtest.pl to use the headers.
45337         * include/assert.h: Likewise.
45338         * include/ctype.h: Likewise.
45339         * include/dirent.h: Likewise.
45340         * include/dlfcn.h: Likewise.
45341         * include/fcntl.h: Likewise.
45342         * include/fnmatch.h: Likewise.
45343         * include/glob.h: Likewise.
45344         * include/grp.h: Likewise.
45345         * include/libio.h: Likewise.
45346         * include/locale.h: Likewise.
45347         * include/math.h: Likewise.
45348         * include/net/if.h: Likewise.
45349         * include/netdb.h: Likewise.
45350         * include/netinet/in.h: Likewise.
45351         * include/pthread.h: Likewise.
45352         * include/pwd.h: Likewise.
45353         * include/regex.h: Likewise.
45354         * include/sched.h: Likewise.
45355         * include/search.h: Likewise.
45356         * include/setjmp.h: Likewise.
45357         * include/signal.h: Likewise.
45358         * include/stdio.h: Likewise.
45359         * include/stdlib.h: Likewise.
45360         * include/string.h: Likewise.
45361         * include/sys/cdefs.h: Likewise.
45362         * include/sys/mman.h: Likewise.
45363         * include/sys/msg.h: Likewise.
45364         * include/sys/resource.h: Likewise.
45365         * include/sys/select.h: Likewise.
45366         * include/sys/socket.h: Likewise.
45367         * include/sys/stat.h: Likewise.
45368         * include/sys/statvfs.h: Likewise.
45369         * include/sys/time.h: Likewise.
45370         * include/sys/times.h: Likewise.
45371         * include/sys/uio.h: Likewise.
45372         * include/sys/utsname.h: Likewise.
45373         * include/sys/wait.h: Likewise.
45374         * include/termios.h: Likewise.
45375         * include/time.h: Likewise.
45376         * include/ulimit.h: Likewise.
45377         * include/unistd.h: Likewise.
45378         * include/utime.h: Likewise.
45379         * include/wchar.h: Likewise.
45380         * include/wctype.h: Likewise.
45381         * include/wordexp.h: Likewise.
45383         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
45385         * time/time.h: TIME_UTC must be a macro.
45386         Make timespec_get available for ISO C11 only as well.
45388 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
45390         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
45391         Reported by Peng Haitao <penght@cn.fujitsu.com>.
45393 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45395         * configure.in: Use -o not -a in test for unsupported multi-arch.
45397 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45399         * manual/texinfo.tex: Update to version 2012-01-19.16.
45401 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45403         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
45405 2012-02-24  Roland McGrath  <roland@hack.frob.com>
45407         [BZ #13738]
45408         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
45409         * manual/fdl-1.3.texi: New file.
45410         * manual/fdl-1.1.texi: File removed.
45412         [BZ #13738]
45413         * manual/libc.texinfo (FDL_VERSION): New @set.
45414         Use it for mention of FDL in cover text.
45415         (Documentation License): Use it in @include file name.
45417 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45418             Roland McGrath  <roland@hack.frob.com>
45420         [BZ #5461]
45421         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
45422         (not LONG_LONG_MAX and LONG_LONG_MIN.
45423         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
45424         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
45425         name.
45426         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
45428 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45430         [BZ #2547]
45431         [BZ #11365]
45432         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
45433         manipulate bits before adding and subtracting TWO23[sx].
45434         * math/libm-test.inc (nearbyint_test): Add more tests.
45436 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45438         [BZ #2548]
45439         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
45440         bits before adding and subtracting TWO23[sx].
45441         * math/libm-test.inc (rint_test): Add more tests.
45442         (rint_test_tonearest): Likewise.
45443         (rint_test_towardzero): Likewise.
45444         (rint_test_downward): Likewise.
45445         (rint_test_upward: Likewise.
45447 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45449         [BZ #10110]
45450         * include/stdc-predef.h: New file.  Extracted from features.h.
45451         * include/features.h: Include stdc-predef.h.
45452         * Makefile (headers): Add stdc-predef.h.
45453         * CONFORMANCE (Compiler limitations): Update.
45455 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45457         * manual/libc.texinfo (VERSION, UPDATED): Revert.
45459 2012-02-21  David S. Miller  <davem@davemloft.net>
45461         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
45462         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
45464 2012-02-20  David S. Miller  <davem@davemloft.net>
45466         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
45467         using a normal save/restore sequence, rather than allocating a
45468         dummy stack frame just to store a frame pointer and restore.
45469         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45471 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45473         * manual/install.texi: Fix stray word in line-wrapped comment.
45475 2012-02-20  David S. Miller  <davem@davemloft.net>
45477         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
45478         both binutils and gcc support GOTDATA.
45480         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
45481         "rd %pc" in the PIC register setup sequences.
45483         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
45484         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
45485         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45486         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
45487         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45488         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
45489         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
45490         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45491         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
45492         (SYSCALL_ERROR_HANDLER): Likewise.
45493         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45494         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45495         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
45496         (SYSCALL_ERROR_HANDLER): Likewise.
45498         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
45499         (HAVE_GCC_GOTDATA): New.
45500         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
45501         relocation support in both binutils and gcc.
45502         * sysdeps/sparc/elf/configure: Regenerate.
45504         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
45505         * sysdeps/sparc/sparc32/elf/configure: Delete.
45506         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
45507         * sysdeps/sparc/sparc64/elf/configure: Delete.
45508         * sysdeps/sparc/elf/configure.in: New file.
45509         * sysdeps/sparc/elf/configure: Generate.
45511         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
45512         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
45513         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
45514         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
45515         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
45517 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45519         * manual/install.texi: Do not mention specific glibc version
45520         numbers.
45521         * manual/libc.texinfo (VERSION, UPDATED): Update.
45522         (@copying): Use @copyright{} and range of years.
45524 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45526         [BZ #13695]
45527         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
45528         [crti.S not in sysdirs] (generated): Do not append.
45529         [crti.S not in sysdirs] (omit-deps): Likewise.
45530         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
45531         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
45532         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
45533         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
45534         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
45535         Likewise.
45536         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
45537         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
45538         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
45539         * csu/defs.awk: Remove file.
45540         * sysdeps/generic/initfini.c: Likewise.
45541         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
45542         variable.
45543         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
45544         Likewise.
45546 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
45548         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
45549         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
45550         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
45551         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
45552         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
45553         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
45554         <bits/epoll.h>.
45555         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
45556         (__EPOLL_PACKED): Define to empty if not defined by
45557         <bits/epoll.h>.
45558         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
45559         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45560         bits/epoll.h.
45562 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
45564         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
45565         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
45566         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
45567         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
45568         <bits/timerfd.h>.
45569         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
45570         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45571         bits/timerfd.h.
45573 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
45575         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
45576         in C locale.
45577         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45578         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
45579         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
45580         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45582 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
45584         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45585         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
45587 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
45589         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
45590         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
45591         defined.
45592         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
45593         Likewise.
45594         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
45595         entry for 2.16.
45597 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
45599         * math/w_acos.c: Use non-signaling floating-point comparisons.
45600         * math/w_acosf.c: Likewise.
45601         * math/w_acosh.c: Likewise.
45602         * math/w_acoshf.c: Likewise.
45603         * math/w_acoshl.c: Likewise.
45604         * math/w_acosl.c: Likewise.
45605         * math/w_asin.c: Likewise.
45606         * math/w_asinf.c: Likewise.
45607         * math/w_asinl.c: Likewise.
45608         * math/w_atanh.c: Likewise.
45609         * math/w_atanhf.c: Likewise.
45610         * math/w_atanhl.c: Likewise.
45611         * math/w_exp2.c: Likewise.
45612         * math/w_exp2f.c: Likewise.
45613         * math/w_exp2l.c: Likewise.
45614         * math/w_j0.c: Likewise.
45615         * math/w_j0f.c: Likewise.
45616         * math/w_j0l.c: Likewise.
45617         * math/w_j1.c: Likewise.
45618         * math/w_j1f.c: Likewise.
45619         * math/w_j1l.c: Likewise.
45620         * math/w_jn.c: Likewise.
45621         * math/w_jnf.c: Likewise.
45622         * math/w_log.c: Likewise.
45623         * math/w_log10.c: Likewise.
45624         * math/w_log10f.c: Likewise.
45625         * math/w_log10l.c: Likewise.
45626         * math/w_log2.c: Likewise.
45627         * math/w_log2f.c: Likewise.
45628         * math/w_log2l.c: Likewise.
45629         * math/w_logf.c: Likewise.
45630         * math/w_logl.c: Likewise.
45631         * math/w_sqrt.c: Likewise.
45632         * math/w_sqrtf.c: Likewise.
45633         * math/w_sqrtl.c: Likewise.
45634         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
45635         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
45636         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45637         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
45638         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
45640 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
45642         [BZ #9739]
45643         * manual/string.texi (strnlen): Use correct parameter name in
45644         equivalent expression.
45646 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
45648         [BZ #11174]
45649         * manual/users.texi (seteuid): Consistently use neweuid for
45650         argument name.
45652 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
45654         [BZ #13704]
45655         * manual/nss.texi (Services in the NSS configuration): Correct
45656         list of services in example configuration file.
45658 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
45660         [BZ #11322]
45661         * manual/arith.texi: Remove statements about negative zero
45662         behaving identically to zero.
45664 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
45666         [BZ #5993]
45667         * manual/install.texi: Do not document upgrading from libc5.
45669 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
45671         [BZ #4596]
45672         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
45674 2012-02-18  David S. Miller  <davem@davemloft.net>
45676         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
45677         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
45678         %o7 across the call.
45679         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
45680         instead.
45681         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
45682         SETUP_PIC_REG_LEAF.
45683         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45684         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
45685         * sysdeps/sparc/crtn.S: Likewise.
45687 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
45689         * aout/Makefile: Remove.
45691 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
45693         [BZ #13058]
45694         * manual/examples/argp-ex1.c (main): Format definition in GNU
45695         style.
45696         * manual/examples/argp-ex2.c (main): Likewise.
45697         * manual/examples/argp-ex3.c (main): Likewise.
45698         * manual/examples/argp-ex4.c (main): Likewise.
45699         * manual/examples/longopt.c (main): Use new-style prototype
45700         definition.
45701         * manual/examples/strncat.c (main): Specify return type and use
45702         (void) for arguments.
45703         * manual/examples/subopt.c (main): Use char **argv argument.
45705 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45707         [BZ #5077]
45708         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
45709         rounding modes.
45711 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
45713         [BZ #6907]
45714         * manual/string.texi (strchr): Change when strchrnul is
45715         recommended.
45717 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
45719         [BZ #174]
45720         * manual/locale.texi (setlocale): Document LOCPATH.
45722 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45724         [BZ #10210]
45725         * manual/process.texi (execle): Move @dots{} before last argument.
45727 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
45729         [BZ #12047]
45730         * manual/charset.texi (Generic Charset Conversion): Fix typo
45731         (LC_TYPE -> LC_CTYPE).
45733 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
45735         [BZ #5805]
45736         * manual/arith.texi (scalbn): Use @var{} on parameter names.
45737         (scalbnf): Likewise.
45738         (scalbnl): Likewise.
45739         (scalbln): Likewise.
45740         (scalblnf): Likewise.
45741         (scalblnl): Likewise.
45742         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
45743         (vwarnx): Likewise.
45744         (verr): Likewise.
45745         (verrx): Likewise.
45746         * manual/filesys.texi (telldir): Use braces around return type.
45747         * manual/llio.texi (mmap): Add space after comma.
45748         (mmap64): Likewise.
45749         * manual/math.texi (jn): Use @var{} on parameter names.
45750         (jnf): Likewise.
45751         (jnl): Likewise.
45752         (yn): Likewise.
45753         (ynf): Likewise.
45754         (ynl): Likewise.
45755         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
45756         line.
45757         * manual/resource.texi (ulimit): Use @dots{} instead of literal
45758         "...".
45759         (sched_get_priority_min): Remove semicolon on @deftypefun line.
45760         (sched_get_priority_max): Likewise.
45761         * manual/signal.texi (sigvec): Add space after comma.
45762         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
45763         names.
45764         (if_indextoname): Likewise.
45765         (if_freenameindex): Likewise.
45766         (sendto): Use ',' instead of '.' in prototype.
45767         * manual/startup.texi (syscall): Use @dots{} instead of literal
45768         "...".
45769         * manual/stdio.texi (__fpending): Separate initial words of
45770         paragraph from @deftypefun line.
45771         * manual/syslog.texi (syslog): Use @dots{} instead of literal
45772         "...".
45773         (vsyslog): Use @var{} on parameter names.
45774         * manual/terminal.texi (stty): Use @var{} on parameter names.
45775         * manual/users.texi (getutmp): Use @var{} on parameter names.
45776         (getutmpx): Likewise.
45778 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45780         [BZ #6884]
45781         * manual/stdio.texi (fopen): Fix typos in description of
45782         ",ccs=STRING".
45784 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
45786         [BZ #4026]
45787         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
45788         get clock_id definition.
45790 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
45792         [BZ #4822]
45793         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
45794         (madvise): Cast every argument to void on its own.
45796 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45798         [BZ #9902]
45799         * manual/startup.texi (Exit Status): Fix typo.
45801 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45803         [BZ #10140]
45804         * manual/examples/argp-ex1.c: Include <stdlib.h>.
45805         * manual/examples/argp-ex2.c: Likewise.
45806         * manual/examples/argp-ex3.c: Likewise.
45808 2012-02-16  Richard Henderson  <rth@redhat.com>
45810         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
45811         * sysdeps/s390/s390-32/initfini.c: Remove.
45812         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
45813         * sysdeps/s390/s390-64/initfini.c: Remove.
45815 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
45817         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
45818         compiler output for sysdeps/generic/initfini.c.
45819         * sysdeps/sh/elf/initfini.c: Remove file.
45821 2012-02-16  David S. Miller  <davem@davemloft.net>
45823         [BZ #11494]
45824         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
45826         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
45827         * sysdeps/sparc/crti.S: New file.
45828         * sysdeps/sparc/crtn.S: New file.
45829         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
45830         * sysdeps/sparc/sparc64/Makefile: Likewise.
45832 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
45834         [BZ #3335]
45835         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
45837 2012-02-15  Roland McGrath  <roland@hack.frob.com>
45839         [BZ #4822]
45840         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
45842         * mach/devstream.c (cookie_io_functions_t): Macro removed.
45843         (write, read, close): Likewise.
45844         Patch by Aurelien Jarno <aurelien@aurel32.net>.
45846 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
45848         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
45849         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
45850         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
45851         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
45852         <bits/signalfd.h>.
45853         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
45854         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45855         bits/signalfd.h.
45857 2012-02-14  Marek Polacek  <polacek@redhat.com>
45859         * sysdeps/x86_64/crti.S: New file.
45860         * sysdeps/x86_64/crtn.S: New file.
45861         * sysdeps/x86_64/elf/initfini.c: Remove file.
45863 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
45865         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
45866         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
45867         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
45868         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
45869         <bits/inotify.h>.
45870         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
45871         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45872         bits/inotify.h.
45874 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
45876         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
45877         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
45878         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
45879         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
45880         <bits/eventfd.h>.
45881         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
45882         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45883         bits/eventfd.h.
45885 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
45887         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
45888         __feraiseexcept instead of feraiseexcept.
45890         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
45891         nanosleep invocations.
45892         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
45893         strings, and add error checking for a nanosleep invocations.
45895 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
45897         Replace FSF snail mail address with URLs, as per GNU coding standards.
45898         Most of the snail mail addresses were wrong anyway, and omitting
45899         them makes the source code easier to maintain.  Almost all of the
45900         changes are to license notices and to locale LC_IDENTIFICATION
45901         addresses, except for this one:
45902         * manual/libc.texinfo: In "Published by", give the FSF's URL,
45903         not its snail mail address.
45905 2012-02-09  Richard Henderson  <rth@twiddle.net>
45907         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
45908         of kernel-features.h.
45910         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
45912 2012-02-08  Marek Polacek  <polacek@redhat.com>
45914         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
45915         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
45916         * sysdeps/gnu/_G_config.h: Likewise.
45917         * sysdeps/generic/_G_config.h: Likewise.
45919 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
45921         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
45922         tests.
45923         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45925         * sysdeps/powerpc/powerpc32/crti.S: New file.
45926         * sysdeps/powerpc/powerpc32/crtn.S: New file.
45927         * sysdeps/powerpc/powerpc64/crti.S: New file.
45928         * sysdeps/powerpc/powerpc64/crtn.S: New file.
45930         * Makeconfig (have-initfini): Don't set.
45931         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
45932         * configure.in (nopic_initfini): Don't substitute.
45933         * config.h.in (HAVE_INITFINI): Don't #undef.
45934         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
45935         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
45937 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
45939         Support crti.S and crtn.S provided directly by architectures.
45940         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
45941         [crti.S in sysdirs] (omit-deps): Likewise.
45942         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
45943         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
45944         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
45945         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
45946         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
45947         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
45948         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
45949         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
45950         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
45951         compiler output for sysdeps/generic/initfini.c.
45952         * sysdeps/i386/elf/Makefile: Remove file.
45953         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
45955 2012-02-07  Marek Polacek  <polacek@redhat.com>
45957         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
45958         * sysdeps/gnu/_G_config.h: Likewise.
45959         * sysdeps/mach/hurd/_G_config.h: Likewise.
45961 2012-02-07  Marek Polacek  <polacek@redhat.com>
45963         * math/Makefile (tests): Add tst-CMPLX2.
45964         * math/tst-CMPLX2.c: New file.
45966 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
45968         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45970         * math/libm-test.inc (jn_test): Add missing L suffix.
45972 2012-02-06  Marek Polacek  <polacek@redhat.com>
45974         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
45975         * sysdeps/i386/fpu/e_powf.S: Likewise.
45976         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
45977         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
45978         * sysdeps/i386/fpu/e_acosh.S: Likewise.
45979         * sysdeps/i386/fpu/e_pow.S: Likewise.
45980         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
45981         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
45982         * sysdeps/i386/fpu/s_expm1.S: Likewise.
45983         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
45984         * sysdeps/i386/fpu/e_log2.S: Likewise.
45985         * sysdeps/i386/fpu/e_log2l.S: Likewise.
45986         * sysdeps/i386/fpu/e_scalb.S: Likewise.
45987         * sysdeps/i386/fpu/e_powl.S: Likewise.
45988         * sysdeps/i386/fpu/s_log1p.S: Likewise.
45989         * sysdeps/i386/fpu/e_log10f.S: Likewise.
45990         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
45991         * sysdeps/i386/fpu/e_logl.S: Likewise.
45992         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
45993         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
45994         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
45995         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
45996         * sysdeps/i386/fpu/e_log2f.S: Likewise.
45997         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
45998         * sysdeps/i386/fpu/e_log.S: Likewise.
45999         * sysdeps/i386/fpu/s_cexp.S: Likewise.
46000         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
46001         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
46002         * sysdeps/i386/fpu/e_logf.S: Likewise.
46003         * sysdeps/i386/fpu/e_log10l.S: Likewise.
46004         * sysdeps/i386/fpu/e_atanh.S: Likewise.
46005         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
46006         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
46007         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
46008         * sysdeps/i386/fpu/e_log10.S: Likewise.
46009         * sysdeps/i386/fpu/s_frexp.S: Likewise.
46010         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
46011         * sysdeps/i386/fpu/s_asinh.S: Likewise.
46012         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
46013         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
46014         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
46015         * sysdeps/i386/asm-syntax.h: Likewise.
46016         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
46017         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46018         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
46019         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
46020         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
46021         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
46022         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
46023         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
46024         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
46025         * sysdeps/powerpc/sysdep.h: Likewise.
46026         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
46027         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
46029 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46031         [BZ #411]
46032         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
46034 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46036         * sysdeps/i386/sysdep.h: Include <features.h>.
46037         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
46038         version.
46040 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
46042         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
46043         Define.
46044         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
46045         LOAD_PIC_REG_STR.
46047 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46049         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
46050         (SETUP_PIC_REG): Use GET_PC_THUNK.
46051         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
46052         macro.
46054 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46056         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
46057         for non-PIC compilation.
46058         (SETUP_PIC_REG): Add .p2align directive.
46059         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
46060         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
46061         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
46062         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
46063         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
46064         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
46065         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
46066         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
46067         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
46068         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
46069         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
46070         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
46071         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
46072         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
46073         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
46074         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
46075         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
46076         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
46077         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
46078         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
46079         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
46080         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
46081         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
46082         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
46083         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
46084         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
46085         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
46086         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
46087         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
46088         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
46089         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
46090         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
46091         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
46092         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
46093         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
46094         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
46095         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
46096         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
46097         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
46098         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
46099         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
46101 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46103         * math/tst-CMPLX.c: Include <stdio.h>.
46105 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
46107         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
46108         float.
46109         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46110         * sysdeps/sparc/bits/mathdef.h: Likewise.
46112 2012-01-31  Marek Polacek  <polacek@redhat.com>
46114         * libio/libio.h: Don't define _PARAMS.
46115         * locale/programs/config.h: Don't define PARAMS.
46116         * stdlib/strtol_l.c: Likewise.
46117         (__strtol_l): Remove PARAMS from the prototype.
46119 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
46121         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
46122         names.  Just use the correct names.  Remove unnecessary wrapper
46123         functions.
46124         * malloc/arena.c: Likewise.
46125         * malloc/hooks.c: Likewise.
46127         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
46128         ARENA_TEST says not to.  Simplify test for creation of a new arena.
46129         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
46131 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
46133         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
46134         into tail calls.
46135         (update_get_addr): New function.
46136         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
46137         GET_ADDR_MODULE parameter.
46139 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46141         * crypt/cert.c: Remove __STDC__ conditionals.
46142         * crypt/crypt-entry.c: Likewise.
46143         * crypt/crypt_util.c: Likewise.
46144         * libio/filedoalloc.c: Likewise.
46145         * libio/fileops.c: Likewise.
46146         * libio/genops.c: Likewise.
46147         * libio/iofclose.c: Likewise.
46148         * libio/iofdopen.c: Likewise.
46149         * libio/iofopen.c: Likewise.
46150         * libio/iofopen64.c: Likewise.
46151         * libio/iogetdelim.c: Likewise.
46152         * libio/iopopen.c: Likewise.
46153         * libio/obprintf.c: Likewise.
46154         * libio/oldfileops.c: Likewise.
46155         * libio/oldiofclose.c: Likewise.
46156         * libio/oldiofdopen.c: Likewise.
46157         * libio/oldiofopen.c: Likewise.
46158         * libio/oldiopopen.c: Likewise.
46159         * libio/wfiledoalloc.c: Likewise.
46160         * libio/wgenops.c: Likewise.
46161         * locale/programs/xmalloc.c: Likewise.
46162         * misc/syslog.c: Likewise.
46163         * stdio-common/xbug.c: Likewise.
46164         * string/memchr.c: Likewise.
46165         * string/memcmp.c: Likewise.
46166         * string/memrchr.c: Likewise.
46167         * string/rawmemchr.c: Likewise.
46168         * sysdeps/posix/getcwd.c: Likewise.
46169         * time/strftime_l.c: Likewise.
46171 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46173         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
46174         * config.make.in (config-cflags-sse2avx): Define.
46175         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
46176         Fix typo.
46178 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
46180         * scripts/config.guess: Update from upstream config git repository.
46181         * scripts/config.sub: Likewise.
46183 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
46185         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
46186         (EM_NUM): Update.
46187         (R_TILEPRO_*, R_TILEGX_*): New macros.
46189         * scripts/firstversions.awk: Fix bug in version range handling.
46191         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
46193         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
46195         * include/sys/epoll.h: New file.
46196         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
46197         libc_hidden_def.
46199 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
46201         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
46202         Avoid unnecessary __WORDSIZE == 64 test.
46203         (fmaxf): Use VEX format if possible.
46204         (fmax): Likewise.
46205         (fminf): Likewise.
46206         (fmin): Likewise.
46208         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
46209         * math/math_private.h: Remove libc_fegetround* and
46210         libc_fesetround*.
46211         * sysdeps/i386/configure.in: Check for -msse2avx.
46212         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
46213         also if SSE2AVX is defined.
46214         Remove libc_fegetround* and libc_fesetround*.
46215         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
46216         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
46217         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
46218         of HAS_YMM_USABLE.
46219         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46220         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46221         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46222         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46223         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46225         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
46227 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46229         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
46230         size is not set.
46231         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
46233 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
46235         [BZ #13618]
46236         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
46237         relocation.
46238         * Makeconfig (libm): Define.
46239         * elf/Makefile: Add rules to build and run tst-relsort1.
46240         * elf/tst-relsort1.c: New file.
46241         * elf/tst-relsort1mod1.c: New file.
46242         * elf/tst-relsort1mod2.c: New file.
46244 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
46246         * math/s_ldexp.c: Remove __STDC__ conditionals.
46247         * math/s_ldexpf.c: Likewise.
46248         * math/s_ldexpl.c: Likewise.
46249         * math/s_nextafter.c: Likewise.
46250         * math/s_nexttowardf.c: Likewise.
46251         * math/s_significand.c: Likewise.
46252         * math/s_significandf.c: Likewise.
46253         * math/s_significandl.c: Likewise.
46254         * math/w_jnl.c: Likewise.
46255         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
46256         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
46257         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
46258         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
46259         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
46260         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
46261         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
46262         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
46263         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
46264         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
46265         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
46266         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
46267         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
46268         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
46269         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
46270         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
46271         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
46272         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
46273         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
46274         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
46275         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
46276         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
46277         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
46278         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
46279         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
46280         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
46281         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
46282         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
46283         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
46284         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
46285         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
46286         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
46287         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
46288         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
46289         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
46290         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
46291         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
46292         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
46293         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
46294         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
46295         * sysdeps/ieee754/k_standard.c: Likewise.
46296         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
46297         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
46298         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
46299         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
46300         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
46301         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
46302         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
46303         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
46304         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
46305         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
46306         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
46307         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
46308         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
46309         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
46310         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
46311         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
46312         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
46313         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
46314         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
46315         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
46316         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
46317         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
46318         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
46319         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
46320         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
46321         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
46322         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
46323         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
46324         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
46325         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
46326         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
46327         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
46328         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
46329         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
46330         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
46331         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
46332         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
46333         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
46334         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
46335         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
46336         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
46337         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
46338         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
46339         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
46340         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
46341         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
46342         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
46343         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
46344         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
46345         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
46346         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
46347         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
46348         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
46349         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
46350         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
46351         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
46352         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
46353         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
46354         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
46355         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
46356         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
46357         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
46358         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
46359         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
46360         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
46361         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
46362         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
46363         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
46364         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
46365         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
46366         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
46367         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
46368         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
46369         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
46370         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
46371         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
46372         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
46373         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
46374         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
46375         * sysdeps/ieee754/s_matherr.c: Likewise.
46376         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
46377         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
46378         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
46379         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
46381 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
46383         * crypt/md5.h: Remove __STDC__ conditionals.
46384         * libio/libioP.h: Likewise.
46385         * locale/programs/config.h: Likewise.
46386         * sysdeps/generic/sysdep.h: Likewise.
46387         * sysdeps/i386/asm-syntax.h: Likewise.
46388         * sysdeps/s390/asm-syntax.h: Likewise.
46389         * sysdeps/unix/sysdep.h: Likewise.
46390         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
46391         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
46393 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
46395         * libio/libio.h: Remove __STDC__ conditionals.
46396         * malloc/obstack.h: Likewise.
46397         * math/complex.h: Likewise.
46398         * math/math.h: Likewise.
46399         * sysdeps/generic/_G_config.h: Likewise.
46400         * sysdeps/gnu/_G_config.h: Likewise.
46401         * sysdeps/mach/hurd/_G_config.h: Likewise.
46402         * sysdeps/powerpc/bits/mathdef.h: Likewise.
46403         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46404         * sysdeps/sparc/bits/mathdef.h: Likewise.
46406 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
46408         [BZ #13583]
46409         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
46410         Clean up HAS_* macros.
46411         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
46412         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
46413         possible.
46414         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
46415         HAS_AVX.
46416         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46417         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46418         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46419         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46420         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46422 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
46424         * elf/tst-unique3.cc (gets): Remove declaration.
46425         * elf/tst-unique3lib.cc (gets): Likewise.
46426         * elf/tst-unique3lib2.cc (gets): Likewise.
46427         * elf/tst-unique4.cc (gets): Likewise.
46429 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
46431         * include/stdio.h: Add C++ protection.  Add gets declarations and
46432         definitions.
46433         * debug/tst-chk1.c: Don't declare gets here.
46434         * stdio-common/tst-gets.c: Likewise.
46436 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
46438         * posix/glob: Remove directory.
46440 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
46442         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
46444 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
46446         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
46447         of the non-standard EPFNOSUPPORT.
46449 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
46451         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
46452         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
46453         ANYWHERE set to 1 only on KERN_NO_SPACE error.
46455 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
46457         * wcsmbs/uchar.h: Test __STDC_VERSION__.
46459 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
46461         * nscd/aicache.c (addhstaiX): Do not cache negative results of
46462         transient errors.
46463         * nscd/grpcache.c (cache_addgr): Likewise.
46464         * nscd/hstcache.c (cache_addhst): Likewise.
46465         * nscd/initgrcache.c (addinitgroupsX): Likewise.
46466         * nscd/pwdcache.c (cache_addpw): Likewise.
46467         * nscd/servicescache.c (cache_addserv): Likewise.
46469 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
46471         * malloc/malloc.c: Various cleanups.
46472         * malloc/hooks.c: Likewise.
46474         * stdlib/Makefile (tests): Add bug-fmtmsg1.
46475         * stdlib/bug-fmtmsg1.c: New file.
46477         * stdlib/fmtmsg.c (init): Add missing unlock.
46478         Patch by Peng Haitao <penght@cn.fujitsu.com>.
46480 2012-01-12  Marek Polacek  <polacek@redhat.com>
46482         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
46483         and _GNU_SOURCE.
46485 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
46487         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
46488         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
46489         macro to ensure uniqueness of label name.
46490         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
46491         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
46493 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
46495         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
46497         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
46498         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
46499         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
46500         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
46502 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
46504         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
46506         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
46507         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
46508         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
46510         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
46512         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
46513         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
46514         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
46515         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
46517         * math/bits/math-finite.h: Add ldexp support.
46519 2012-01-10  Marek Polacek  <polacek@redhat.com>
46521         * locale/programs/localedef.h (show_archive_content): Add noreturn
46522         attribute.
46524 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
46526         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
46528 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
46530         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
46532         * io/Makefile (headers): Add bits/poll2.h.
46534 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
46536         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
46537         typo #include statement.
46539 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
46541         * include/sys/cdefs.h: Define __attribute_alloc_size.
46542         * catgets/gencat.c: Add alloc_size attribute and apply consistently
46543         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
46544         * elf/pldd.c: Likewise.
46545         * iconv/iconv_charmap.c: Likewise.
46546         * iconv/iconvconfig.c: Likewise.
46547         * iconv/strtab.c: Likewise.
46548         * locale/programs/locale.c: Likewise.
46549         * locale/programs/localedef.h: Likewise.
46550         * locale/programs/simple-hash.c: Likewise.
46551         * nscd/nscd.h: Likewise.
46552         * nss/makedb.c: Likewise.
46553         * sysdeps/generic/ldconfig.h: Likewise.
46554         * locale/programs/localedef.c: Remove xmalloc prototype.
46555         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
46557 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
46559         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
46560         appropriate.
46562 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
46564         * math/Makefile (tests): Add tst-CMPLX.
46565         * math/tst-CMPLX.c: New file.
46567         * math/complex.h (CMPLXL): Fix typo.
46569         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
46570         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
46571         GLIBC_2.16.
46572         * debug/tst-chk1.c: Add poll and ppoll tests.
46573         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
46574         * include/sys/poll.h: Add hidden proto for ppoll.
46575         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
46576         * sysdeps/mach/hurd/ppoll.c: Likewise.
46577         * io/ppoll.c: Likewise.
46578         * debug/poll_chk.c: New file.
46579         * debug/ppoll_chk.c: New file.
46580         * include/bits/poll2.h: New file.
46581         * io/bits/poll2.h: New file.
46583         [BZ #1350]
46584         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
46586         * configure.in: static is always set to yes.  Remove.
46587         * config.make.in: Don't set build-static.
46588         * Makeconfig: Remove use of build-static.
46589         * dlfcn/Makefile: Likewise.
46590         * elf/Makefile: Likewise.
46591         * math/Makefile: Likewise.
46592         * misc/Makefile: Likewise.
46593         * nptl/Makefile: Likewise.
46594         * sysdeps/mach/hurd/Makefile: Likewise.
46596         * configure.in: PWD_P is not used anymore.
46597         * config.make.in: Remove PWD_P entry.
46599         * configure.in: Remove last remnants of RANLIB.
46600         No need to check for signed size_t anymore.
46601         Don't set libc_commonpagesize and libc_relro_required here for Alpha
46602         and IA-64.
46603         Remove __builtin_expect test because we require at least gcc 3.4.
46604         * aclocal.m4: Likewise.
46606         * wcsmbs/mbrtoc16.c: Implement using towc function.
46607         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
46608         * wcsmbs/wcsmbsload.c: Likewise.
46609         * iconv/gconv_simple.c: Likewise.
46610         * iconv/gconv_int.h: Likewise.
46611         * iconv/gconv_builtin.h: Likewise.
46612         * iconv/iconv_prog.c: Remove CHAR16 handling.
46614         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
46616         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
46618         * configure.in: Remove --with-elf and --enable-bounded options.
46619         Dont set base_machine for ia64.  More non-ELF conditions removed.
46620         Remove testing and setting of leading underscore information.
46621         * config.make.in (build-bounded): Set to no.
46622         * config.h.in: Remove NO_UNDERSCORES entry.
46623         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
46624         them.
46625         * csu/start.c: Remove !NO_UNDERSCORE code.
46626         * locale/localeinfo.h: Likewise.
46627         * sysdeps/generic/machine-gmon.h: Likewise.
46628         * sysdeps/generic/sysdep.h: Likewise.
46629         * sysdeps/i386/sysdep.h: Likewise.
46630         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
46631         * sysdeps/mach/sysdep.h: Likewise.
46632         * sysdeps/s390/s390-32/sysdep.h: Likewise.
46633         * sysdeps/s390/s390-64/sysdep.h: Likewise.
46634         * sysdeps/sh/sysdep.h: Likewise.
46635         * sysdeps/sparc/sparc32/alloca.S: Likewise.
46636         * sysdeps/unix/i386/sysdep.S: Likewise.
46637         * sysdeps/unix/sparc/start.c: Likewise.
46638         * sysdeps/unix/sparc/sysdep.S: Likewise.
46639         * sysdeps/unix/sparc/sysdep.h: Likewise.
46640         * sysdeps/unix/start.c: Likewise.
46641         * sysdeps/unix/x86_64/sysdep.S: Likewise.
46642         * sysdeps/x86_64/sysdep.h: Likewise.
46644 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
46646         [BZ #13553]
46647         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
46648         for non-gcc.
46649         * argp/argp-fmtstream.h: Use const instead __const.
46650         * argp/argp.h: Likewise.
46651         * assert/assert.h: Likewise.
46652         * bits/fenv.h: Likewise.
46653         * bits/sched.h: Likewise.
46654         * bits/sigset.h: Likewise.
46655         * bits/sigthread.h: Likewise.
46656         * catgets/nl_types.h: Likewise.
46657         * conform/data/pthread.h-data: Likewise.
46658         * crypt/crypt-private.h: Likewise.
46659         * crypt/crypt.h: Likewise.
46660         * crypt/crypt_util.c: Likewise.
46661         * ctype/ctype.h: Likewise.
46662         * debug/execinfo.h: Likewise.
46663         * debug/mbsnrtowcs_chk.c: Likewise.
46664         * debug/mbsrtowcs_chk.c: Likewise.
46665         * debug/wcsnrtombs_chk.c: Likewise.
46666         * debug/wcsrtombs_chk.c: Likewise.
46667         * debug/wcstombs_chk.c: Likewise.
46668         * dirent/dirent.h: Likewise.
46669         * dlfcn/dlfcn.h: Likewise.
46670         * elf/neededtest4.c: Likewise.
46671         * grp/grp.h: Likewise.
46672         * gshadow/gshadow.h: Likewise.
46673         * iconv/gconv.h: Likewise.
46674         * iconv/gconv_int.h: Likewise.
46675         * iconv/gconv_simple.c: Likewise.
46676         * iconv/iconv.h: Likewise.
46677         * iconv/loop.c: Likewise.
46678         * iconv/skeleton.c: Likewise.
46679         * include/aio.h: Likewise.
46680         * include/aliases.h: Likewise.
46681         * include/argz.h: Likewise.
46682         * include/arpa/inet.h: Likewise.
46683         * include/assert.h: Likewise.
46684         * include/dirent.h: Likewise.
46685         * include/dlfcn.h: Likewise.
46686         * include/execinfo.h: Likewise.
46687         * include/fcntl.h: Likewise.
46688         * include/fenv.h: Likewise.
46689         * include/glob.h: Likewise.
46690         * include/grp.h: Likewise.
46691         * include/libintl.h: Likewise.
46692         * include/mntent.h: Likewise.
46693         * include/netdb.h: Likewise.
46694         * include/pwd.h: Likewise.
46695         * include/rpc/netdb.h: Likewise.
46696         * include/sched.h: Likewise.
46697         * include/search.h: Likewise.
46698         * include/shadow.h: Likewise.
46699         * include/signal.h: Likewise.
46700         * include/stdio.h: Likewise.
46701         * include/stdlib.h: Likewise.
46702         * include/string.h: Likewise.
46703         * include/sys/socket.h: Likewise.
46704         * include/sys/stat.h: Likewise.
46705         * include/sys/statfs.h: Likewise.
46706         * include/sys/statvfs.h: Likewise.
46707         * include/sys/syslog.h: Likewise.
46708         * include/sys/time.h: Likewise.
46709         * include/sys/uio.h: Likewise.
46710         * include/time.h: Likewise.
46711         * include/unistd.h: Likewise.
46712         * include/utmp.h: Likewise.
46713         * include/wchar.h: Likewise.
46714         * include/wctype.h: Likewise.
46715         * inet/aliases.h: Likewise.
46716         * inet/arpa/inet.h: Likewise.
46717         * inet/netinet/ether.h: Likewise.
46718         * inet/netinet/in.h: Likewise.
46719         * intl/libintl.h: Likewise.
46720         * io/bits/fcntl2.h: Likewise.
46721         * io/fcntl.h: Likewise.
46722         * io/ftw.h: Likewise.
46723         * io/sys/poll.h: Likewise.
46724         * io/sys/stat.h: Likewise.
46725         * io/sys/statfs.h: Likewise.
46726         * io/sys/statvfs.h: Likewise.
46727         * io/utime.h: Likewise.
46728         * libio/bits/stdio.h: Likewise.
46729         * libio/bits/stdio2.h: Likewise.
46730         * libio/libio.h: Likewise.
46731         * libio/libioP.h: Likewise.
46732         * libio/stdio.h: Likewise.
46733         * locale/lc-ctype.c: Likewise.
46734         * locale/locale.h: Likewise.
46735         * login/utmp.h: Likewise.
46736         * malloc/arena.c: Likewise.
46737         * malloc/malloc.c: Likewise.
46738         * malloc/malloc.h: Likewise.
46739         * malloc/mcheck.c: Likewise.
46740         * malloc/mtrace.c: Likewise.
46741         * math/bits/mathcalls.h: Likewise.
46742         * math/fenv.h: Likewise.
46743         * math/math_private.h: Likewise.
46744         * misc/bits/error.h: Likewise.
46745         * misc/bits/syslog.h: Likewise.
46746         * misc/err.h: Likewise.
46747         * misc/error.h: Likewise.
46748         * misc/fstab.h: Likewise.
46749         * misc/mntent.h: Likewise.
46750         * misc/regexp.h: Likewise.
46751         * misc/search.h: Likewise.
46752         * misc/sgtty.h: Likewise.
46753         * misc/sys/mman.h: Likewise.
46754         * misc/sys/syslog.h: Likewise.
46755         * misc/sys/uio.h: Likewise.
46756         * misc/sys/xattr.h: Likewise.
46757         * misc/ttyent.h: Likewise.
46758         * nis/rpcsvc/ypclnt.h: Likewise.
46759         * nss/nss.h: Likewise.
46760         * posix/bits/unistd.h: Likewise.
46761         * posix/fnmatch.h: Likewise.
46762         * posix/glob.h: Likewise.
46763         * posix/sched.h: Likewise.
46764         * posix/spawn.h: Likewise.
46765         * posix/sys/wait.h: Likewise.
46766         * posix/unistd.h: Likewise.
46767         * posix/wordexp.h: Likewise.
46768         * pwd/pwd.h: Likewise.
46769         * resolv/netdb.h: Likewise.
46770         * resource/sys/resource.h: Likewise.
46771         * rt/aio.h: Likewise.
46772         * rt/bits/mqueue2.h: Likewise.
46773         * rt/mqueue.h: Likewise.
46774         * shadow/shadow.h: Likewise.
46775         * signal/signal.h: Likewise.
46776         * socket/send.c: Likewise.
46777         * socket/sendto.c: Likewise.
46778         * socket/sys/socket.h: Likewise.
46779         * stdio-common/printf.h: Likewise.
46780         * stdlib/bits/stdlib.h: Likewise.
46781         * stdlib/fmtmsg.h: Likewise.
46782         * stdlib/monetary.h: Likewise.
46783         * stdlib/stdlib.h: Likewise.
46784         * stdlib/ucontext.h: Likewise.
46785         * streams/stropts.h: Likewise.
46786         * string/argz.h: Likewise.
46787         * string/bits/string2.h: Likewise.
46788         * string/string.h: Likewise.
46789         * string/strings.h: Likewise.
46790         * sunrpc/rpc/auth.h: Likewise.
46791         * sunrpc/rpc/auth_des.h: Likewise.
46792         * sunrpc/rpc/clnt.h: Likewise.
46793         * sunrpc/rpc/netdb.h: Likewise.
46794         * sunrpc/rpc/pmap_clnt.h: Likewise.
46795         * sunrpc/rpc/xdr.h: Likewise.
46796         * sysdeps/generic/inttypes.h: Likewise.
46797         * sysdeps/generic/net/if.h: Likewise.
46798         * sysdeps/generic/sys/swap.h: Likewise.
46799         * sysdeps/gnu/net/if.h: Likewise.
46800         * sysdeps/gnu/utmpx.h: Likewise.
46801         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
46802         * sysdeps/i386/i486/bits/string.h: Likewise.
46803         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
46804         * sysdeps/s390/bits/string.h: Likewise.
46805         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
46806         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
46807         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
46808         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
46809         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
46810         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
46811         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
46812         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
46813         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
46814         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
46815         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
46816         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
46817         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
46818         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
46819         * sysdeps/unix/sysv/linux/readv.c: Likewise.
46820         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
46821         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
46822         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
46823         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
46824         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
46825         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
46826         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
46827         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
46828         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
46829         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
46830         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
46831         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
46832         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
46833         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
46834         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
46835         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
46836         * sysvipc/sys/ipc.h: Likewise.
46837         * sysvipc/sys/msg.h: Likewise.
46838         * sysvipc/sys/sem.h: Likewise.
46839         * sysvipc/sys/shm.h: Likewise.
46840         * termios/termios.h: Likewise.
46841         * time/sys/time.h: Likewise.
46842         * time/time.h: Likewise.
46843         * wcsmbs/bits/wchar2.h: Likewise.
46844         * wcsmbs/uchar.h: Likewise.
46845         * wcsmbs/wchar.h: Likewise.
46846         * wctype/wctype.h: Likewise.
46848         [BZ #13551]
46849         * Makeconfig: Remove all but ELF support including AIX support.
46850         * Makerules: Likewise.
46851         * config.h.in: Likewise.
46852         * config.make.in: Likewise.
46853         * configure: Likewise.
46854         * configure.in: Likewise.
46855         * csu/Makefile: Likewise.
46856         * csu/version.c: Likewise.
46857         * debug/Makefile: Likewise.
46858         * dlfcn/Makefile: Likewise.
46859         * elf/Makefile: Likewise.
46860         * extra-lib.mk: Likewise.
46861         * iconv/Makefile: Likewise.
46862         * include/libc-symbols.h: Likewise.
46863         * include/shlib-compat.h: Likewise.
46864         * resolv/Makefile: Likewise.
46865         * resolv/res_libc.c: Likewise.
46866         * rt/Makefile: Likewise.
46867         * sysdeps/i386/asm-syntax.h: Likewise.
46868         * sysdeps/i386/sysdep.h: Likewise.
46869         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
46870         * sysdeps/mach/sysdep.h: Likewise.
46871         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
46872         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
46873         * sysdeps/s390/asm-syntax.h: Likewise.
46874         * sysdeps/s390/s390-32/sysdep.h: Likewise.
46875         * sysdeps/s390/s390-64/sysdep.h: Likewise.
46876         * sysdeps/sh/sysdep.h: Likewise.
46877         * sysdeps/unix/sparc/sysdep.h: Likewise.
46878         * sysdeps/wordsize-32/divdi3.c: Likewise.
46879         * sysdeps/x86_64/sysdep.h: Likewise.
46881         * argp/Versions: Remove _argp_unlock_xxx.
46883         [BZ #13559]
46884         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
46885         * abilist/libBrokenLocale.abilist: Likewise.
46886         * abilist/libanl.abilist: Likewise.
46887         * abilist/libc.abilist: Likewise.
46888         * abilist/libcrypt.abilist: Likewise.
46889         * abilist/libdl.abilist: Likewise.
46890         * abilist/libm.abilist: Likewise.
46891         * abilist/libnsl.abilist: Likewise.
46892         * abilist/libpthread.abilist: Likewise.
46893         * abilist/libresolv.abilist: Likewise.
46894         * abilist/librt.abilist: Likewise.
46895         * abilist/libthread_db.abilist: Likewise.
46896         * abilist/libutil.abilist: Likewise.
46897         * abilist/libnss_db.abilist: New file.
46899         * scripts/abilist.awk: Add support for indirect functions.
46901         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
46903         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
46905         * shlib-versions: Remove entries for ports architectures.
46907         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
46908         files in ports.
46909         * elf/stackguard-macros.h: Remove support for IA-64.
46910         * elf/tst-auditmod1.c: Likewise.
46911         * sysdeps/generic/ldsodefs.h: Likewise.
46913         * sysdeps/unix/sysv/linux/configure.in: Ports should define
46914         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
46915         configure files.
46917         [BZ #13552]
46918         * configure.in: Remove --enable-omitfp support.
46919         * FAQ.in: Adjust.
46920         * config.make.in: Likewise.
46921         * Makeconfig: Likewise.
46922         * manual/install.texi: Likewise.
46924         In case anyone cares, the IA-64 architecture could move to ports.
46925         * sysdeps/ia64/*: Removed.
46926         * sysdeps/unix/sysv/linux/ia64/*: Removed.
46927         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
46929         [BZ #13555]
46930         * configure.in: Remove entries for unsupported architectures.
46932         [BZ #13533]
46933         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
46934         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
46935         routines.
46936         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
46937         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
46938         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
46939         fall back to using wcrtomb.
46940         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
46941         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
46942         renaming.
46943         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
46944         * wcsmbs/tst-c16c32-1.c: New file.
46946         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
46947         local variable.
46949         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
46951         * elf/tst-unique3.cc: Add explicit declaration of gets.
46952         * elf/tst-unique3lib.cc: Likewise.
46953         * elf/tst-unique3lib2.cc: Likewise.
46954         * elf/tst-unique4.cc: Likewise.
46956         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
46958 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
46960         [BZ #13566]
46961         * assert/assert.h (static_assert): Don't define for C++.
46962         * libio/stdio.h (gets): Do declare for C++ <= C++11.
46963         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
46965 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
46967         * iconv/loop.c (single loop): Fix assertion in storing of
46968         remaining bytes.
46970         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
46972 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
46974         * posix/getconf.c: Update copyright year.
46975         * nss/getent.c: Likewise.
46976         * nss/makedb.c: Likewise.
46977         * iconv/iconvconfig.c: Likewise.
46978         * iconv/iconv_prog.c: Likewise.
46979         * elf/ldconfig.c: Likewise.
46980         * elf/pldd.c: Likewise.
46981         * elf/sotruss.ksh: Likewise.
46982         * catgets/gencat.c: Likewise.
46983         * csu/version.c: Likewise.
46984         * elf/ldd.bash.in: Likewise.
46985         * elf/sprof.c (print_version): Likewise.
46986         * locale/programs/locale.c: Likewise.
46987         * locale/programs/localedef.c: Likewise.
46988         * login/programs/pt_chown.c: Likewise.
46989         * nscd/nscd.c (print_version): Likewise.
46990         * debug/xtrace.sh: Likewise.
46991         * malloc/memusage.sh: Likewise.
46992         * malloc/mtrace.pl: Likewise.
46993         * debug/catchsegv.sh: Likewise.
46995 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
46997         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
46998         pure attribute.
47000 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
47002         [BZ #13533]
47003         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
47004         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
47005         transformations.
47006         * iconv/gconv_int.h: Likewise.
47007         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
47008         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
47009         from libc for GLIBC_2.16.
47010         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
47011         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
47012         * wcsmbs/uchar.h: Really define mbstate_t.
47013         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
47014         * wcsmbs/c16rtomb.c: New file.
47015         * wcsmbs/mbrtoc16.c: New file.
47016         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
47017         for C/POSIX locale.
47018         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
47019         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
47021         * wcsmbs/wchar.h: Add missing __restrict.
47023 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47025         [BZ #13532]
47026         * time/Makefile (routines): Add timespec_get.
47027         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
47028         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
47029         timespec for ISO C11.
47030         * time/timespec_get.c: New file.
47031         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
47032         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
47034         [BZ #13531]
47035         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
47036         * stdlib/stdlib.h: Declare aligned_alloc.
47037         * Versions.def: Add GLIBC_2.16 for libc.
47038         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
47040         [BZ 13527]
47041         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
47042         ISO C11.
47044         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
47045         code.
47047         [BZ #13528]
47048         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
47050         [BZ #13529]
47051         * assert/assert.h (static_assert): Define.
47053         * version.h: Update for 2.16 development version.
47055         [BZ #13526]
47056         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
47057         _ISOC11_SOURCE.
47059         * version.h (RELEASE): Bump for 2.15 release.
47060         * include/features.h (__GLIBC_MINOR__): Bump to 15.
47062         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
47063         Patch by Marek Polacek <mpolacek@redhat.com>.
47065         * bits/byteswap.h: Protect long long constants with __extension__.
47066         * sysdeps/i386/bits/byteswap.h: Likewise.
47067         * sysdeps/ia64/bits/byteswap.h: Likewise.
47068         * sysdeps/s390/bits/byteswap.h: Likewise.
47069         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47071 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47073         [BZ #13540]
47074         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
47075         destination buffer.
47076         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
47078 2011-12-23  Marek Polacek  <polacek@redhat.com>
47080         * elf/dl-addr.c (determine_info): Add inline keyword.
47081         * elf/tst-auditmod4b.c (check_avx): Likewise.
47082         * elf/tst-auditmod6b.c (check_avx): Likewise.
47083         * elf/tst-auditmod6c.c (check_avx): Likewise.
47084         * elf/tst-auditmod7b.c (check_avx): Likewise.
47086 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47088         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
47089         !__SSE_MATH__.
47091 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47093         [BZ #13540]
47094         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
47095         processing for last bytes.
47097 2011-08-06  Bruno Haible  <bruno@clisp.org>
47099         [BZ #13061]
47100         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
47101         U+0385, not to U+1FEE.
47103         [BZ #13062]
47104         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
47105         entry for U+00A5 U+0301.
47107 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47109         [BZ #13166]
47110         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
47111         buffer for the output is too small.
47113         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
47114         optimization.
47116         [BZ #13185]
47117         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
47118         SSE flags if possible.
47120 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47122         [BZ #13540]
47123         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
47124         processing for last bytes.
47126 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
47128         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
47129         (syscall-list-default-options, syscall-list-default-condition)
47130         (syscall-list-includes): Define.
47131         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
47132         list of ABIs and options and #if conditions for each ABI.  Do not
47133         handle common syscalls between ABIs specially.
47134         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
47135         Remove.
47136         (syscall-list-variants, syscall-list-32bit-options)
47137         (syscall-list-32bit-condition, syscall-list-64bit-options)
47138         (syscall-list-64bit-condition): Define.
47139         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
47140         (syscall-list-variants, syscall-list-32bit-options)
47141         (syscall-list-32bit-condition, syscall-list-64bit-options)
47142         (syscall-list-64bit-condition): Define.
47143         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
47144         Remove.
47145         (syscall-list-variants, syscall-list-32bit-options)
47146         (syscall-list-32bit-condition, syscall-list-64bit-options)
47147         (syscall-list-64bit-condition): Define.
47148         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
47149         Remove.
47150         (syscall-list-variants, syscall-list-32bit-options)
47151         (syscall-list-32bit-condition, syscall-list-64bit-options)
47152         (syscall-list-64bit-condition): Define.
47154 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47156         * locale/iso-639.def: Add brx entry.
47158         [BZ #13328]
47159         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
47160         Proposed by Mariusz_Cukr <marcukr@op.pl>.
47162         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
47163         __feraiseexcept_renamed.
47165 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47167         [BZ #13538]
47168         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
47169         EPOLLET with unsigned values.
47170         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47171         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47173         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
47174         to large cancellation.
47175         * math/s_cacoshf.c: Likewise.
47176         * math/s_cacoshl.c: Likewise.
47178 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
47180         [BZ #13305]
47181         [BZ #12786]
47182         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
47183         * math/s_cacoshf.c: Likewise.
47184         * math/s_cacoshl.c: Likewise.
47186 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47188         [BZ #13439]
47189         * iconv/gconv.h: Define __GCONV_SWAP.
47190         * iconvdata/unicode.c: The swap bit must be stored in __flags.
47191         * iconvdata/utf-16.c: Likewise.
47192         * iconvdata/utf-32.c: Likewise.
47194 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
47196         [BZ #13524]
47197         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
47198         numerator after shifting it by one limb.
47200 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
47202         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
47203         under [__USE_EXTERN_INLINES].
47205 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47207         [BZ #13446]
47208         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
47210 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47212         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
47213         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
47214         optimized code.
47215         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
47216         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
47217         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
47218         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
47219         for strncasecmp/strncasecmp_l compilation.
47220         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
47221         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
47223 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
47225         [BZ #13484]
47226         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
47227         of __asm__.
47229 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47231         [BZ #13506]
47232         * time/tzfile.c (__tzfile_read): Check values from file header.
47234 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
47236         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
47237         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
47238         * powerpc/powerpc32/dl-start.S: Likewise.
47239         * powerpc/powerpc32/elf/start.S: Likewise.
47240         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
47241         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
47242         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
47243         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
47244         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
47245         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
47246         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
47247         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
47248         * powerpc/powerpc32/fpu/s_round.S: Likewise.
47249         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
47250         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
47251         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
47252         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
47253         * powerpc/powerpc32/memset.S: Likewise.
47254         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
47255         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
47256         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
47257         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
47258         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
47259         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
47260         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
47261         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
47262         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
47263         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
47264         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
47265         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47266         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47268 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47270         * math/libm-test.inc: Added more nearbyint tests.
47271         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
47272         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
47273         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
47274         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
47276 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
47278         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
47279         FD_CLOEXEC.
47281 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47283         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
47284         Add wcscpy-ssse3 wcscpy-c.
47285         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
47286         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
47287         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
47288         * sysdeps/x86_64/wcschr.S: New file.
47289         * sysdeps/x86_64/wcsrchr.S: New file.
47290         * string/test-strcmp.c: Remove checking of wcscmp function for
47291         wrong alignments.
47292         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
47293         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
47294         wcsrchr-sse2 wcsrchr-c.
47295         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
47296         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
47297         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
47298         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
47299         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
47300         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
47301         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
47302         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
47303         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
47304         * wcsmbc/wcschr.c (WCSCHR): New macro.
47306 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47308         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
47309         * wcsmbs/test-wcsrchr.c: New file.
47310         * string/test-strrchr.c: Add wcsrchr support.
47311         (WIDE): New macro.
47312         * wcsmbs/test-wcscpy.c: New file.
47313         * string/test-strcpy.c: Add wcscpy support.
47314         (WIDE): New macro.
47316 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
47318         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
47319         the inner loop.
47321 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
47323         [BZ #13472]
47324         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
47326 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
47328         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
47329         Minor optimizations.
47331         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
47332         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
47333         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
47335 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
47337         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
47338         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
47339         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
47340         for gcc to avoid warnings.
47341         * inet/Makefile (tests): Add tst-checks.
47342         * inet/tst-checks.c: New file.
47344         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
47345         warning.
47347         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
47348         __wmemcmp_sse2.
47350         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
47351         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
47353         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
47355 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
47357         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
47358         problem.
47360         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
47362 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
47364         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
47365         conditional on GCC version.
47366         (__arch_compare_and_exchange_val_8_acq)
47367         (__arch_compare_and_exchange_val_16_acq)
47368         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
47369         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
47370         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
47372 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
47374         * sysdeps/sh/backtrace.c: New file.
47376 2011-12-02  Andreas Schwab  <schwab@redhat.com>
47378         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
47379         parenthesis.
47381 2011-12-01  Andreas Schwab  <schwab@redhat.com>
47383         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
47384         falling back to utime.
47386 2011-11-30  Andreas Schwab  <schwab@redhat.com>
47388         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
47389         expectations for float.
47391 2011-11-29  Andreas Schwab  <schwab@redhat.com>
47393         * locale/weight.h (findidx): Add parameter len.
47394         * locale/weightwc.h (findidx): Likewise.
47395         * posix/fnmatch_loop.c (FCT): Adjust caller.
47396         * posix/regcomp.c (build_equiv_class): Likewise.
47397         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
47398         * posix/regexec.c (check_node_accept_bytes): Likewise.
47399         * string/strcoll_l.c (STRCOLL): Likewise.
47400         * string/strxfrm_l.c (STRXFRM): Likewise.
47402 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
47404         * Makefile.in: Remove CVSOPT handling.
47405         * configure.in: Remove use of AC_REVISION.
47406         * iconvdata/Makefile (distribute): No need to filter out CVS.
47407         * scripts/list-sources.sh: Remove CVS, subversion and monotone
47408         handling.
47410 2011-11-16  Andreas Schwab  <schwab@redhat.com>
47412         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
47413         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
47414         [USE_AS_STRNCASECMP_L]: Likewise.
47415         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
47416         NO_TLS_DIRECT_SEG_REFS.
47417         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
47418         Fix argument offsets for non-PIC.
47419         [USE_AS_STRNCASECMP_L]: Likewise.
47420         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
47421         NO_TLS_DIRECT_SEG_REFS.
47423 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
47425         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
47426         O_CLOEXEC.
47427         * locale/loadlocale.c (_nl_load_locale): Likewise.
47429 2011-11-15  Andreas Schwab  <schwab@redhat.com>
47431         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
47432         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
47433         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
47434         (SYSCALL_GETTIME): Set errno on error.
47436         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
47437         count references to noai6ai_cached.
47439 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
47441         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
47443         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
47444         FD_CLOEXEC for /proc/self/maps.
47446         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
47447         FD_CLOEXEC for /proc/meminfo.
47449         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
47450         gai.conf.
47452         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
47453         FD_CLOEXEC for given file.
47455         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
47457         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
47458         FD_CLOEXEC for /etc/hosts.
47459         (_gethtent): Likewise.
47461         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
47463         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
47464         cancellation and set FD_CLOEXEC for /etc/netgroup.
47466         * nss/nss_files/files-key.c (search): Don't allow cancellation when
47467         reading /etc/publickey.
47469         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
47470         allow cancellation when reading /etc/group.
47472         * nss/nss_files/files-alias.c (internal_setent): Don't allow
47473         cancellation.
47474         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
47476         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
47477         when using data file.
47479         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
47481         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
47482         (write_nis_obj): Use "c" and "e" in fopen.
47484         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
47486         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
47488         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
47490         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
47492         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
47493         locale.alias.
47495         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
47497         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
47499         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
47501         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
47502         file parsing and set FD_CLOEXEC.
47504 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
47506         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
47508 2011-11-14  Andreas Schwab  <schwab@redhat.com>
47510         * malloc/arena.c (arena_get2): Don't call reused_arena when
47511         _int_new_arena failed.
47513 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
47515         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
47516         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
47517         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
47518         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
47519         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
47520         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
47521         to compile strcasecmp and strncasecmp.
47522         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
47523         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
47525         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
47527 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
47529         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
47530         locale-defines.sym to gen-as-const-headers.
47531         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
47532         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
47533         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
47534         to compile strcasecmp and strncasecmp.
47535         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
47536         strcasecmp_l and strncasecmp_l.
47537         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
47538         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
47539         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
47540         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
47541         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
47542         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
47543         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
47544         * sysdeps/i386/i686/multiarch/strncase.S: New file.
47545         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
47546         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
47547         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
47549 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
47551         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
47552         result of SYSDEP_GETTIME_CPU to retval.
47553         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
47554         parameter list to macro.  Remove trailing semicolon.  Adjust users.
47556         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
47557         variable.
47559         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
47560         mantissa words.
47561         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
47563         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
47564         from unused variable.
47566         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
47567         DWARF definitions.
47568         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
47569         for assembling.
47571         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
47572         over namespaces.
47574         * sunrpc/rpc_prot.c (rejected): Fix case value.
47576         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
47577         unsigned long long int to avoid warnings in shift.
47579         * posix/regex_internal.c (re_string_reconstruct): Actually use result
47580         of use of trans.
47581         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
47582         variable tmp.
47584         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
47585         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
47586         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
47588         * nis/nis_table.c (nis_list): Use variable of correct type for
47589         result of __follow_path call.
47591 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47593         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
47594         of math functions ceil, trunc, floor, round, and sqrt, when
47595         avaliable on the platform.
47596         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
47597         name clash.
47598         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
47599         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
47600         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
47602 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
47604         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
47605         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
47607 2011-11-11  Roland McGrath  <roland@hack.frob.com>
47609         * include/unistd.h: Fix __readlink return type.
47610         Reported by Chris Metcalf <cmetcalf@tilera.com>.
47612 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
47614         * stdlib/ucontext.h: Undo last change for makecontext.
47616 2011-11-11  Andreas Schwab  <schwab@redhat.com>
47618         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
47620         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
47621         * setjmp/setjmp.h: Mark functions as non-leaf.
47622         * setjmp/bits/setjmp2.h: Likewise.
47623         * stdlib/ucontext.h: Likewise.
47625 2011-11-10  Andreas Schwab  <schwab@redhat.com>
47627         * malloc/arena.c (_int_new_arena): Don't increment narenas.
47628         (reused_arena): Don't check arena limit.
47629         (arena_get2): Atomically check arena limit.
47631 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
47633         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
47634         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
47636         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
47637         instructions.
47639 2011-11-07  Andreas Schwab  <schwab@redhat.com>
47641         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
47642         handler when locking.
47644         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
47645         Fix size of allocated buffer.
47647 2011-11-04  Andreas Schwab  <schwab@redhat.com>
47649         [BZ #10103]
47650         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
47651         declarations for long double functions.
47652         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
47654         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
47656 2011-11-03  Andreas Schwab  <schwab@redhat.com>
47658         * nscd/nscd.c (main): Don't start AVC thread until credentials are
47659         installed.
47661         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
47662         is disabled.
47664 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47666         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
47668 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
47670         * include/alloca.h (stackinfo_alloca_round): Define.
47671         (extend_alloca): Use it.
47672         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
47673         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
47674         here.
47676         * scripts/check-local-headers.sh: Ignore libaudit.h.
47678         * nscd/Makefile (extra-objs): Make recursively expanded.
47680 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
47682         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
47683         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
47685         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
47686         * posix/tst-rfc3484-2.c: Likewise.
47687         * posix/tst-rfc3484-3.c: Likewise.
47689         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
47690         process_vm_writev.
47691         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
47692         process_vm_writev.
47693         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
47694         process_vm_writev from libc using GLIBC_2.15 version.
47696         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
47698 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
47700         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
47701         stack usage.
47703 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
47705         [BZ #13367]
47706         * nss/getent.c (initgroups_keys): Show error message in case no group
47707         names are given.
47709         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
47710         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
47711         __bump_nl_timestamp.
47712         * nscd/connections (nscd_init): When host database is served open
47713         netlink socket and request notification about configuration changes.
47714         (main_loop_poll): Track netlink file descriptor and bump timestamp
47715         in case data becomes available.
47716         (main_loop_epoll): Likewise.
47717         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
47718         (database_pers_head): Add extra_data fileds.
47719         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
47720         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
47721         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
47722         Adjust caller.
47723         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
47724         in6ai data, call __free_in6ai.
47725         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
47726         Add -DHAVE_NETLINK.
47727         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
47728         interface information.  Reuse previous data if netlink timestamp
47729         is not changed.
47730         (__bump_nl_timestamp): New function.
47731         (__free_in6ai): New function.
47733 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
47735         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
47736         close_not_cancel_no_status here.
47737         (__check_pf): Reorganize code a bit to not call close twice if OOM.
47739 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
47741         [BZ #13276]
47742         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
47743         return value.
47745         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
47746         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
47747         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
47749 2011-07-03  Andreas Jaeger  <aj@suse.de>
47751         [BZ #10709]
47752         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
47753         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
47754         * math/libm-test.inc (sin_test): Add test case.
47756 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
47758         [BZ #13337]
47759         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
47760         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
47762         * elf/chroot_canon.c (chroot_canon): Cleanups.
47764         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
47766         [BZ #13335]
47767         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
47768         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
47770         * string/test-strchr.c: Make usable for strchrnul testing.
47771         * string/test-strchrnul.c: New file.
47772         * string/Makefile (strop-tests): Add strchrnul.
47774         * po/it.po: Update from translation team.
47775         * po/es.po: Likewise.
47777 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
47779         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
47780         the three constants needed as parameters.  Drop the others.
47781         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
47782         __m128i_strloadu_tolower.
47783         Create and initialize variable zero and use it in all the places
47784         where _mm_setzero_si128 was used.
47786         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
47787         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
47788         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
47789         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
47790         anymore.
47791         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
47792         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
47793         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
47794         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
47795         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
47796         __mpranred, __mptan.
47797         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
47798         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
47799         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
47800         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
47801         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
47802         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
47803         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
47804         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
47805         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
47807 2011-10-28  Andreas Schwab  <schwab@redhat.com>
47809         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
47810         redefine if SHARED.
47811         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
47813         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
47814         wide char related routines to wcsmbs subdir.
47816 2011-10-27  Andreas Schwab  <schwab@redhat.com>
47818         [BZ #13344]
47819         * misc/sys/cdefs.h (__THROWNL): Define.
47820         * posix/unistd.h: Use __THREADNL instead of __THREAD
47821         for memory synchronization functions.
47823 2011-10-26  Roland McGrath  <roland@hack.frob.com>
47825         [BZ #13349]
47826         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
47827         doesn't exist.
47828         * manual/stdio.texi (Obstack Streams): Node removed.
47830 2011-10-26  Andreas Schwab  <schwab@redhat.com>
47832         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
47833         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
47834         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
47836         * math/math_private.h (math_force_eval): Allow non-addressable
47837         arguments.
47838         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
47840 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
47842         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
47843         file is not needed.
47845         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
47846         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
47847         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
47848         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
47849         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
47850         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
47851         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
47852         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
47853         Add AVX variants.
47854         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
47855         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
47856         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
47857         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
47858         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
47859         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
47860         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
47861         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
47862         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
47863         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
47864         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
47865         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
47866         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
47867         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
47868         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
47869         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
47870         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
47871         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
47872         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
47874         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
47875         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
47877         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
47878         place.  Use VEX encoding when compiling for AVX.
47880 2011-10-25  Andreas Schwab  <schwab@redhat.com>
47882         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
47883         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
47885         * string/test-strchr.c (do_test): Don't generate NUL bytes.
47887 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
47889         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
47890         useless if() expression.
47891         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
47892         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
47893         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
47894         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
47895         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
47896         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
47897         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
47898         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
47899         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
47900         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
47901         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
47902         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
47903         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
47904         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
47905         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
47906         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
47907         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
47908         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
47909         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
47911         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
47913 2011-10-25  Andreas Schwab  <schwab@redhat.com>
47915         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
47916         condition.
47917         * elf/dl-fini.c (_dl_sort_fini): Likewise.
47919 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
47921         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
47922         .text section.  Avoid duplicate constants.
47923         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
47924         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
47925         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
47926         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
47927         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
47928         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
47929         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
47930         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
47931         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
47932         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
47933         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
47934         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
47935         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
47936         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
47937         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
47938         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
47939         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
47940         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
47941         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
47942         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
47943         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
47944         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
47945         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
47946         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
47947         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
47948         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
47949         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
47950         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
47951         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
47952         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
47953         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
47954         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
47955         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
47956         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
47957         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
47958         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
47959         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
47960         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
47961         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
47962         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
47963         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
47964         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
47965         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
47966         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
47967         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
47969 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
47971         * sysdeps/x86_64/dla.h: Move to ...
47972         * sysdeps/x86_64/fpu/dla.h: ...here.
47973         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
47974         situations.  Use __builtin_fma only for gcc 4.6 and up.
47976         * config.make.in: Add have-mfma4 entry.
47977         * configure.in: Substitute libc_cv_cc_fma4.
47978         * math/Makefile (dbl-only-routines): Add sincostab.
47979         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
47980         Use __sincostab not sincos.
47981         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
47982         name is a macro.
47983         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
47984         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
47985         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
47986         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
47987         using __copysign.
47988         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
47989         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
47990         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
47991         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
47992         and __inv.
47993         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
47994         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
47995         __copysign.
47996         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
47997         define aliases when function name is a macro.
47998         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
47999         sysdeps/ieee754/dbl-64/sincos.tbl.
48000         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
48001         fma4-enabled routines.
48002         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
48003         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
48004         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
48005         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
48006         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
48007         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
48008         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
48009         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
48010         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
48011         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
48012         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
48013         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
48014         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
48015         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
48016         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
48017         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
48018         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
48019         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
48020         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
48021         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
48022         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
48023         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
48024         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
48025         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
48026         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
48027         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
48028         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
48029         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
48030         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
48031         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
48033         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
48034         rename.
48035         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48036         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48037         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48038         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48039         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48040         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48041         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48042         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48044 2011-10-24  Andreas Schwab  <schwab@redhat.com>
48046         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
48048 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48050         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
48052         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
48053         prediction.
48054         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
48056         * string/strnlen.c: Don't define STRNLEN, reverse logic.
48057         Remove unused variable magic_bits.
48058         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
48060         * string/strnlen.c: Define and use STRNLEN macro.
48061         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
48062         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
48063         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
48064         * wcsmbs/wcslen.c: Define and use WCSLEN.
48065         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
48066         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
48067         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
48068         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
48069         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
48070         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
48071         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
48073 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48075         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48076         strnlen-sse2-no-bsf.
48077         Rename strlen-no-bsf to strlen-sse2-no-bsf.
48078         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
48079         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
48080         Add strnlen support.
48081         (USE_AS_STRNLEN): New macro.
48082         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
48083         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
48084         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
48085         * sysdeps/x86_64/wcslen.S: New file.
48087 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
48089         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
48090         XMM-moves are used for copying on small sizes.
48092 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48094         * wcsmbs/Makefile (strop-tests): Add wcschr.
48095         * wcsmbs/test-wcschr.c: New file.
48096         * string/test-strchr.c: Update.
48097         Add wcschr support.
48098         (WIDE): New macro.
48100 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48102         * wcsmbs/Makefile (strop-tests): Add wcslen.
48103         * wcsmbs/test-wcslen.c: New file.
48104         * string/test-strlen.c: Update.
48105         Add wcslen support.
48106         (WIDE): New macro.
48108 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48110         * po/it.po: Update from translation team.
48112 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48114         * sysdeps/x86_64/wcscmp.S: Update.
48115         Fix wrong comparison semantics.
48116         wcscmp shall use signed comparison not unsigned.
48117         Don't use substraction to avoid overflow bug.
48118         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
48119         * wcsmbc/wcscmp.c: Likewise.
48120         * string/test-strcmp.c: Likewise.
48121         Add new tests to check cases with negative values.
48123 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48125         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
48126         * sysdeps/x86_64/dla.h: ...here.  New file.
48127         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
48128         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48129         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48130         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48131         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48132         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48133         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48134         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48135         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48137 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
48139         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
48140         __ynl_finite aliases.
48142 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48144         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
48146         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
48147         define DLA_FMA.
48148         [DLA_FMA] (EMULV): Use DLA_FMA.
48149         [DLA_FMA] (MUL12): Use EMULV.
48150         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
48151         that are not needed.
48152         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48153         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48154         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48155         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48156         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48157         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48158         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48160 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
48162         * math/s_nan.c: Undef __nan.
48163         * math/s_nanf.c: Undef __nanf.
48164         * math/s_nanl.c: Undef __nanl.
48165         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
48166         "math_private.h".
48168 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48170         * math/s_catan.c: Add branch predictions.
48171         * math/s_catanf.c: Likewise.
48172         * math/s_catanh.c: Likewise.
48173         * math/s_catanhf.c: Likewise.
48174         * math/s_catanhl.c: Likewise.
48175         * math/s_catanl.c: Likewise.
48176         * math/s_cexp.c: Likewise.
48177         * math/s_cexpf.c: Likewise.
48178         * math/s_cexpl.c: Likewise.
48179         * math/s_clog.c: Likewise.
48180         * math/s_clog10.c: Likewise.
48181         * math/s_clog10f.c: Likewise.
48182         * math/s_clog10l.c: Likewise.
48183         * math/s_clogf.c: Likewise.
48184         * math/s_clogl.c: Likewise.
48185         * math/s_csqrt.c: Likewise.
48186         * math/s_csqrtf.c: Likewise.
48187         * math/s_csqrtl.c: Likewise.
48188         * math/s_ctanf.c: Likewise.
48189         * math/s_ctanh.c: Likewise.
48190         * math/s_ctanhf.c: Likewise.
48191         * math/s_ctanhl.c: Likewise.
48192         * math/s_ctanl.c: Likewise.
48194         * math/math_private.h: Define __nan, __nanf, __nanl.
48195         * math/s_cacosh.c: Include <math_private.h>.
48196         * math/s_cacoshl.c: Likewise.
48197         * math/s_casinh.c: Likewise.
48198         * math/s_casinhf.c: Likewise.
48199         * math/s_casinhl.c: Likewise.
48200         * math/s_ccos.c: Rely entire on ccosh.
48201         * math/s_ccosf.c: Rely entire on ccoshf.
48202         * math/s_ccosl.c: Rely entirely on ccoshl.
48203         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
48204         Remove tests for FE_INVALID.
48205         * math/s_ccoshf.c: Likewise.
48206         * math/s_ccoshl.c: Likewise.
48207         * math/s_csin.c: Likewise.
48208         * math/s_csinf.c: Likewise.
48209         * math/s_csinh.c Likewise.
48210         * math/s_csinhf.c: Likewise.
48211         * math/s_csinhl.c: Likewise.
48212         * math/s_csinl.c: Likewise.
48213         * math/s_ctan.c: Likewise.
48214         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
48215         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
48216         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
48218 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
48220         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
48221         compilation problems.
48223         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
48224         __builtin_expect.
48226 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
48228         * sysdeps/i386/configure.in: Test for -mfma4 option.
48229         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
48230         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
48231         COMMON_CPUID_INDEX_80000001.
48232         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
48233         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
48234         use it if FMA3 is not supported.
48235         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
48237         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
48238         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
48240 2011-10-20  Andreas Schwab  <schwab@redhat.com>
48242         [BZ #12892]
48243         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
48244         it would create a cycle with a link time dependency.
48246 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
48248         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
48249         instruction.
48250         * string/Makefile (strop-tests): Add rawmemchr.
48251         * string/test-rawmemchr.c: New file.
48253         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
48254         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
48255         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
48256         when compiling str{,n}casecmp and when AVX is available.  Hook up
48257         new optimized code in initializers.
48259 2011-10-19  Andreas Schwab  <schwab@redhat.com>
48261         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
48262         __feraiseexcept instead of feraiseexcept.
48264 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
48266         * math/math_private.h: Define defaults for libc_fetestexcept and
48267         libc_feupdateenv.
48268         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
48269         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
48270         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
48271         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48272         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
48273         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48274         libc_fetestexcept and libc_feupdateenv.
48276         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
48277         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
48278         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
48279         * sysdeps/x86_64/fpu/math_private.h: Define special version of
48280         libc_feholdexcept_setround.
48282         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
48283         Add s_nearbyint-c and s_nearbyintf-c.
48284         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
48285         nearbyintf inlines.
48286         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
48287         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
48288         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
48289         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
48291         * math/math_private.h: Define defaults for libc_fegetround,
48292         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
48293         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
48294         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
48295         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
48296         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
48297         standard functions.
48298         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
48299         Remove comments and hacks for old compiler versions.
48300         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48301         libc_fegetround, libc_fesetround, libc_feholdexcept, and
48302         libc_feholdexceptl.
48304 2011-10-18  Andreas Schwab  <schwab@redhat.com>
48306         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
48307         (__feraiseexcept_renamed): Add __NTH.
48308         (feraiseexcept): Add __NTH.  Rename local variables to fix
48309         namespace violations.
48311 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
48313         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
48315         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
48317         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
48318         recently added interfaces.
48319         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
48321         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
48322         about macro parameter expansion.
48324         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
48325         __NO_MATH_INLINES is defined.  Cleanups.
48327         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
48328         and __floorf is target has SSE4.1.
48329         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
48330         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
48331         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
48332         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
48334         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
48335         name.
48336         (floorf): Likewise.
48338         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
48340 2011-10-17  Andreas Schwab  <schwab@redhat.com>
48342         * misc/sys/cdefs.h: Fix last change.
48344         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
48345         database lookup.
48347 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
48349         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
48351         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
48352         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48353         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
48354         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48355         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48356         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
48357         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48358         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48359         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
48360         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
48361         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
48362         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
48363         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
48364         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
48365         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
48366         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
48367         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
48368         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
48369         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
48370         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
48371         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
48372         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
48374         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
48375         ceil, ceilf, floor, floorf.
48377         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
48378         Perform IRELATIVE relocations last.
48380         * elf/do-rel.h: Add another parameter nrelative, replacing the
48381         local variable with the same name.  Change name of the function
48382         to end in Rel or Rela (uppercase).
48383         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
48384         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
48385         elf_dynamic_do_##reloc function.
48387 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
48389         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
48390         is sufficient, at least on modern CPUs.
48392         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
48394         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
48395         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
48397         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
48398         __expl_finite.
48399         * math/bits/math-finite.h: Add entries for exp.
48400         * math/e_expl.c: Add __*_finite alias.
48401         * sysdeps/i386/fpu/e_exp.S: Likewise.
48402         * sysdeps/i386/fpu/e_expf.S: Likewise.
48403         * sysdeps/i386/fpu/e_expl.c: Likewise.
48404         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48405         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48406         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
48407         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
48408         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
48409         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
48410         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
48412         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
48413         is sufficient, at least on modern CPUs.
48415         * ctype/ctype-info.c (__ctype_init): Define.
48416         * include/ctype.h (__ctype_init): Declare.
48417         (__ctype_b_loc): The variable is always initialized.
48418         (__ctype_toupper_loc): Likewise.
48419         (__ctype_tolower_loc): Likewise.
48420         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
48421         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
48423 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
48425         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
48427         * configure.in: Also look in $cxxmachine/include for C++ system
48428         headers.
48430 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48432         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
48433         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
48434         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
48435         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
48436         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
48437         (USE_AS_WMEMCMP): New macro.
48438         Fixing indents.
48439         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
48440         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
48441         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
48442         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
48443         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48444         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
48445         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
48446         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
48447         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
48448         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
48449         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
48450         (USE_AS_WMEMCMP): New macro.
48451         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
48452         * sysdeps/string/test-memcmp.c: Update.
48453         Fix simple_wmemcmp.
48454         Add new tests.
48455         * wcsmbs/wmemcmp.c: Update.
48456         (WMEMCMP): New macro.
48457         Fix overflow bug.
48459 2011-10-12  Andreas Jaeger  <aj@suse.de>
48461         [BZ #13268]
48462         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
48464 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
48466         * libio/iofwide.c (do_length): Avoid warning.
48468         * ctype/ctype.h (__isctype_f): Add missing __THROW.
48470 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
48472         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
48474         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
48475         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
48476         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
48477         * sysdeps/i386/i686/fpu/e_log.S: New file.
48478         * sysdeps/i386/i686/fpu/e_logf.S: New file.
48479         * sysdeps/i386/i686/fpu/e_logl.S: New file.
48481         * ctype/ctype.h: Add support for inlined isXXX functions when
48482         compiling C++ code.
48484 2011-10-14  Andreas Schwab  <schwab@redhat.com>
48486         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
48488         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
48490 2011-10-13  Roland McGrath  <roland@hack.frob.com>
48492         [BZ #13291]
48493         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
48495 2011-10-13  Andreas Schwab  <schwab@redhat.com>
48497         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
48498         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
48499         feraiseexcept.
48501         * sysdeps/x86_64/memrchr.S: Check for zero size.
48503         * string/stratcliff.c: Add memrchr tests.
48505 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48507         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48508         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
48509         rawmemchr-sse2 rawmemchr-sse2-bsf.
48510         * sysdeps/i386/i686/multiarch/memchr.S: New file.
48511         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
48512         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
48513         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
48514         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
48515         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
48516         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
48517         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
48518         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
48519         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
48520         * string/memrchr.c (MEMRCHR): New macro.
48522 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
48524         Add integration with gcc's -ffinite-math-only and optimize wrapper
48525         functions in libm.
48526         * Versions.def: Define GLIBC_2.15 version for libm.
48527         * math/Makefile (headers): Add bits/math-finite.h.
48528         * math/bits/math-finite.h: New file.
48529         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
48530         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
48531         * math/e_acoshl.c: Add __*_finite alias.
48532         * math/e_acosl.c: Likewise.
48533         * math/e_asinl.c: Likewise.
48534         * math/e_atan2l.c: Likewise.
48535         * math/e_atanhl.c: Likewise.
48536         * math/e_coshl.c: Likewise.
48537         * math/e_exp10.c: Likewise.
48538         * math/e_exp10f.c: Likewise.
48539         * math/e_exp10l.c: Likewise.
48540         * math/e_exp2l.c: Likewise.
48541         * math/e_fmodl.c: Likewise.
48542         * math/e_gammal_r.c: Likewise.
48543         * math/e_hypotl.c: Likewise.
48544         * math/e_j0l.c: Likewise.
48545         * math/e_j1l.c: Likewise.
48546         * math/e_jnl.c: Likewise.
48547         * math/e_lgammal_r.c: Likewise.
48548         * math/e_log10l.c: Likewise.
48549         * math/e_log2l.c: Likewise.
48550         * math/e_logl.c: Likewise.
48551         * math/e_powl.c: Likewise.
48552         * math/e_sinhl.c: Likewise.
48553         * math/e_sqrtl.c: Likewise.
48554         * math/e_scalb.c: Completely rewritten and optimized.
48555         * math/e_scalbf.c: Likewise.
48556         * math/e_scalbl.c: Likewise.
48557         * math/w_acos.c: Likewise.
48558         * math/w_acosf.c: Likewise.
48559         * math/w_acosl.c: Likewise.
48560         * math/w_acosh.c: Likewise.
48561         * math/w_acoshf.c: Likewise.
48562         * math/w_acoshl.c: Likewise.
48563         * math/w_asin.c: Likewise.
48564         * math/w_asinf.c: Likewise.
48565         * math/w_asinl.c: Likewise.
48566         * math/w_atan2.c: Likewise.
48567         * math/w_atan2f.c: Likewise.
48568         * math/w_atan2l.c: Likewise.
48569         * math/w_atanh.c: Likewise.
48570         * math/w_atanhf.c: Likewise.
48571         * math/w_atanhl.c: Likewise.
48572         * math/w_exp10.c: Likewise.
48573         * math/w_exp10f.c: Likewise.
48574         * math/w_exp10l.c: Likewise.
48575         * math/w_fmod.c: Likewise.
48576         * math/w_fmodf.c: Likewise.
48577         * math/w_fmodl.c: Likewise.
48578         * math/w_j0.c: Likewise.
48579         * math/w_j0f.c: Likewise.
48580         * math/w_j0l.c: Likewise.
48581         * math/w_j1.c: Likewise.
48582         * math/w_j1f.c: Likewise.
48583         * math/w_j1l.c: Likewise.
48584         * math/w_jn.c: Likewise.
48585         * math/w_jnf.c: Likewise.
48586         * math/w_log.c: Likewise.
48587         * math/w_logf.c: Likewise.
48588         * math/w_logl.c: Likewise.
48589         * math/w_log10.c: Likewise.
48590         * math/w_log10f.c: Likewise.
48591         * math/w_log10l.c: Likewise.
48592         * math/w_log2.c: Likewise.
48593         * math/w_log2f.c: Likewise.
48594         * math/w_log2l.c: Likewise.
48595         * math/w_pow.c: Likewise.
48596         * math/w_powf.c: Likewise.
48597         * math/w_powl.c: Likewise.
48598         * math/w_remainder.c: Likewise.
48599         * math/w_remainderf.c: Likewise.
48600         * math/w_remainderl.c: Likewise.
48601         * math/w_scalb.c: Likewise.
48602         * math/w_scalbf.c: Likewise.
48603         * math/w_scalbl.c: Likewise.
48604         * math/w_sqrt.c: Likewise.
48605         * math/w_sqrtf.c: Likewise.
48606         * math/w_sqrtl.c: Likewise.
48607         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
48608         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
48609         used.
48610         * math/math_private.h: Declare __kernel_standard_f.
48611         * math/w_cosh.c: Remove cruft and optimize a bit.
48612         * math/w_coshf.c: Likewise.
48613         * math/w_coshl.c: Likewise.
48614         * math/w_exp2.c: Likewise.
48615         * math/w_exp2f.c: Likewise.
48616         * math/w_exp2l.c: Likewise.
48617         * math/w_hypot.c: Likewise.
48618         * math/w_hypotf.c: Likewise.
48619         * math/w_hypotl.c: Likewise.
48620         * math/w_lgamma.c: Likewise.
48621         * math/w_lgamma_r.c: Likewise.
48622         * math/w_lgammaf.c: Likewise.
48623         * math/w_lgammaf_r.c: Likewise.
48624         * math/w_lgammal.c: Likewise.
48625         * math/w_lgammal_r.c: Likewise.
48626         * math/w_sinh.c: Likewise.
48627         * math/w_sinhf.c: Likewise.
48628         * math/w_sinhl.c: Likewise.
48629         * math/w_tgamma.c: Likewise.
48630         * math/w_tgammaf.c: Likewise.
48631         * math/w_tgammal.c: Likewise.
48632         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
48633         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48634         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
48635         Minor optimizations.  Pretty printing.  Remove cruft.
48636         * sysdeps/i386/fpu/e_acosf.S: Likewise.
48637         * sysdeps/i386/fpu/e_acosh.S: Likewise.
48638         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
48639         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
48640         * sysdeps/i386/fpu/e_acosl.c: Likewise.
48641         * sysdeps/i386/fpu/e_asin.S: Likewise.
48642         * sysdeps/i386/fpu/e_asinf.S: Likewise.
48643         * sysdeps/i386/fpu/e_atan2.S: Likewise.
48644         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
48645         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
48646         * sysdeps/i386/fpu/e_atanh.S: Likewise.
48647         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
48648         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
48649         * sysdeps/i386/fpu/e_exp10.S: Likewise.
48650         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
48651         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
48652         * sysdeps/i386/fpu/e_exp2.S: Likewise.
48653         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
48654         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
48655         * sysdeps/i386/fpu/e_fmod.S: Likewise.
48656         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
48657         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
48658         * sysdeps/i386/fpu/e_hypot.S: Likewise.
48659         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
48660         * sysdeps/i386/fpu/e_log.S: Likewise.
48661         * sysdeps/i386/fpu/e_log10.S: Likewise.
48662         * sysdeps/i386/fpu/e_log10f.S: Likewise.
48663         * sysdeps/i386/fpu/e_log10l.S: Likewise.
48664         * sysdeps/i386/fpu/e_log2.S: Likewise.
48665         * sysdeps/i386/fpu/e_log2f.S: Likewise.
48666         * sysdeps/i386/fpu/e_log2l.S: Likewise.
48667         * sysdeps/i386/fpu/e_logf.S: Likewise.
48668         * sysdeps/i386/fpu/e_logl.S: Likewise.
48669         * sysdeps/i386/fpu/e_pow.S: Likewise.
48670         * sysdeps/i386/fpu/e_powf.S: Likewise.
48671         * sysdeps/i386/fpu/e_powl.S: Likewise.
48672         * sysdeps/i386/fpu/e_remainder.S: Likewise.
48673         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
48674         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
48675         * sysdeps/i386/fpu/e_scalb.S: Likewise.
48676         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
48677         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
48678         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
48679         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
48680         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
48681         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
48682         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48683         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48684         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
48685         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
48686         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
48687         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
48688         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
48689         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48690         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
48691         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
48692         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
48693         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48694         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
48695         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
48696         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48697         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
48698         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
48699         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48700         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48701         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
48702         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
48703         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
48704         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
48705         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
48706         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
48707         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
48708         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
48709         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
48710         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
48711         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48712         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
48713         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
48714         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
48715         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
48716         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
48717         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
48718         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
48719         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
48720         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
48721         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
48722         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
48723         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
48724         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
48725         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
48726         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
48727         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
48728         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
48729         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
48730         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
48731         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
48732         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
48733         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
48734         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
48735         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
48736         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
48737         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
48738         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
48739         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
48740         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
48741         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
48742         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
48743         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
48744         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
48745         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
48746         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
48747         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
48748         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
48749         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
48750         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
48751         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
48752         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
48753         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
48754         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
48755         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
48756         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
48757         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
48758         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
48759         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
48760         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
48761         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48762         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
48763         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
48764         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
48765         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48766         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
48767         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
48768         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
48769         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
48770         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
48771         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
48772         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
48773         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
48774         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
48775         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
48776         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
48777         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
48778         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
48779         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
48780         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
48781         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
48782         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
48783         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
48784         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
48785         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
48786         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
48787         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
48788         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
48789         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
48790         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
48791         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
48792         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
48793         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
48794         (__isnanf): Likewise.
48795         (__isinf_ns): Likewise.
48796         (__isinf_nsf): Likewise.
48797         (__finite): Likewise.
48798         (__finitef): Likewise.
48799         (__ieee754_sqrt): Define as macro.
48800         (__ieee754_sqrtf): Define as macro.
48801         (__ieee754_sqrtl): Define as macro.
48802         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
48803         inlined copy.
48804         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
48805         __FINITE_MATH_ONLY__ consistent.
48806         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
48808 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
48810         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
48811         of rawmemchr.
48813         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
48815 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
48817         * po/ja.po: Update from translation team.
48819 2011-10-08  Roland McGrath  <roland@hack.frob.com>
48821         * locale/programs/locarchive.c (prepare_address_space): New function.
48822         (create_archive, enlarge_archive, open_archive): Use it.
48824         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
48825         inside [SHARED], where it is used.
48827         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
48829         * nss/getent.c (netgroup_keys): Remove unused variable.
48830         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
48832 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
48834         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
48835         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
48836         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
48837         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
48838         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
48839         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
48840         * math/Makefile (libm-calls): Add s_isinf_ns.
48841         * math/divtc3.c: Use __isinf_nsl instead of isinf.
48842         * math/multc3.c: Likewise.
48843         * math/s_casin.c: Likewise.
48844         * math/s_casinf.c: Likewise.
48845         * math/s_casinl.c: Likewise.
48846         * math/s_ccos.c: Likewise.
48847         * math/s_ccosf.c: Likewise.
48848         * math/s_ccosl.c: Likewise.
48849         * math/s_ctan.c: Likewise.
48850         * math/s_ctanf.c: Likewise.
48851         * math/s_ctanh.c: Likewise.
48852         * math/s_ctanhf.c: Likewise.
48853         * math/s_ctanhl.c: Likewise.
48854         * math/s_ctanl.c: Likewise.
48855         * math/w_fmod.c: Likewise.
48856         * math/w_fmodf.c: Likewise.
48857         * math/w_fmodl.c: Likewise.
48858         * math/w_remainder.c: Likewise.
48859         * math/w_remainderf.c: Likewise.
48860         * math/w_remainderl.c: Likewise.
48861         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
48862         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
48863         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
48864         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
48865         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
48866         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
48867         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
48868         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
48870         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
48871         of the number.
48872         * stdio-common/printf_fphex.c: Likewise.
48873         * stdio-common/printf_size.c: Likewise.
48875         * math/e_exp10.c: Include math_private.h using <...> not "...".
48876         * math/e_exp10f.c: Likewise.
48877         * math/e_exp10l.c: Likewise.
48878         * math/e_exp2l.c: Likewise.
48879         * math/e_j0l.c: Likewise.
48880         * math/e_j1l.c: Likewise.
48881         * math/e_jnl.c: Likewise.
48882         * math/e_lgammal_r.c: Likewise.
48883         * math/e_rem_pio2l.c: Likewise.
48884         * math/e_scalb.c: Likewise.
48885         * math/e_scalbf.c: Likewise.
48886         * math/e_scalbl.c: Likewise.
48887         * math/k_cosl.c: Likewise.
48888         * math/k_sinl.c: Likewise.
48889         * math/k_tanl.c: Likewise.
48890         * math/s_cacoshf.c: Likewise.
48891         * math/s_catan.c: Likewise.
48892         * math/s_catanf.c: Likewise.
48893         * math/s_catanh.c: Likewise.
48894         * math/s_catanhf.c: Likewise.
48895         * math/s_catanhl.c: Likewise.
48896         * math/s_catanl.c: Likewise.
48897         * math/s_ccosh.c: Likewise.
48898         * math/s_ccoshf.c: Likewise.
48899         * math/s_ccoshl.c: Likewise.
48900         * math/s_cexp.c: Likewise.
48901         * math/s_cexpf.c: Likewise.
48902         * math/s_cexpl.c: Likewise.
48903         * math/s_clog.c: Likewise.
48904         * math/s_clog10.c: Likewise.
48905         * math/s_clog10f.c: Likewise.
48906         * math/s_clog10l.c: Likewise.
48907         * math/s_clogf.c: Likewise.
48908         * math/s_clogl.c: Likewise.
48909         * math/s_csin.c: Likewise.
48910         * math/s_csinf.c: Likewise.
48911         * math/s_csinh.c: Likewise.
48912         * math/s_csinhf.c: Likewise.
48913         * math/s_csinhl.c: Likewise.
48914         * math/s_csinl.c: Likewise.
48915         * math/s_csqrt.c: Likewise.
48916         * math/s_csqrtf.c: Likewise.
48917         * math/s_csqrtl.c: Likewise.
48918         * math/s_ctan.c: Likewise.
48919         * math/s_ctanf.c: Likewise.
48920         * math/s_ctanh.c: Likewise.
48921         * math/s_ctanhf.c: Likewise.
48922         * math/s_ctanhl.c: Likewise.
48923         * math/s_ctanl.c: Likewise.
48924         * math/s_ldexp.c: Likewise.
48925         * math/s_ldexpf.c: Likewise.
48926         * math/s_ldexpl.c: Likewise.
48927         * math/s_significand.c: Likewise.
48928         * math/s_significandf.c: Likewise.
48929         * math/s_significandl.c: Likewise.
48930         * math/w_acos.c: Likewise.
48931         * math/w_acosf.c: Likewise.
48932         * math/w_acosh.c: Likewise.
48933         * math/w_acoshf.c: Likewise.
48934         * math/w_acoshl.c: Likewise.
48935         * math/w_acosl.c: Likewise.
48936         * math/w_asin.c: Likewise.
48937         * math/w_asinf.c: Likewise.
48938         * math/w_asinl.c: Likewise.
48939         * math/w_atan2.c: Likewise.
48940         * math/w_atan2f.c: Likewise.
48941         * math/w_atan2l.c: Likewise.
48942         * math/w_atanh.c: Likewise.
48943         * math/w_atanhf.c: Likewise.
48944         * math/w_atanhl.c: Likewise.
48945         * math/w_cosh.c: Likewise.
48946         * math/w_coshf.c: Likewise.
48947         * math/w_coshl.c: Likewise.
48948         * math/w_dremf.c: Likewise.
48949         * math/w_exp10.c: Likewise.
48950         * math/w_exp10f.c: Likewise.
48951         * math/w_exp10l.c: Likewise.
48952         * math/w_exp2.c: Likewise.
48953         * math/w_exp2f.c: Likewise.
48954         * math/w_fmod.c: Likewise.
48955         * math/w_fmodf.c: Likewise.
48956         * math/w_fmodl.c: Likewise.
48957         * math/w_hypot.c: Likewise.
48958         * math/w_hypotf.c: Likewise.
48959         * math/w_hypotl.c: Likewise.
48960         * math/w_j0.c: Likewise.
48961         * math/w_j0f.c: Likewise.
48962         * math/w_j0l.c: Likewise.
48963         * math/w_j1.c: Likewise.
48964         * math/w_j1f.c: Likewise.
48965         * math/w_j1l.c: Likewise.
48966         * math/w_jn.c: Likewise.
48967         * math/w_jnf.c: Likewise.
48968         * math/w_jnl.c: Likewise.
48969         * math/w_lgamma.c: Likewise.
48970         * math/w_lgamma_r.c: Likewise.
48971         * math/w_lgammaf.c: Likewise.
48972         * math/w_lgammaf_r.c: Likewise.
48973         * math/w_lgammal.c: Likewise.
48974         * math/w_lgammal_r.c: Likewise.
48975         * math/w_log.c: Likewise.
48976         * math/w_log10.c: Likewise.
48977         * math/w_log10f.c: Likewise.
48978         * math/w_log10l.c: Likewise.
48979         * math/w_log2.c: Likewise.
48980         * math/w_log2f.c: Likewise.
48981         * math/w_log2l.c: Likewise.
48982         * math/w_logf.c: Likewise.
48983         * math/w_logl.c: Likewise.
48984         * math/w_pow.c: Likewise.
48985         * math/w_powf.c: Likewise.
48986         * math/w_powl.c: Likewise.
48987         * math/w_remainder.c: Likewise.
48988         * math/w_remainderf.c: Likewise.
48989         * math/w_remainderl.c: Likewise.
48990         * math/w_scalb.c: Likewise.
48991         * math/w_scalbf.c: Likewise.
48992         * math/w_scalbl.c: Likewise.
48993         * math/w_sinh.c: Likewise.
48994         * math/w_sinhf.c: Likewise.
48995         * math/w_sinhl.c: Likewise.
48996         * math/w_sqrt.c: Likewise.
48997         * math/w_sqrtf.c: Likewise.
48998         * math/w_sqrtl.c: Likewise.
48999         * math/w_tgamma.c: Likewise.
49000         * math/w_tgammaf.c: Likewise.
49001         * math/w_tgammal.c: Likewise.
49003         * po/ja.po: Update from translation team.
49005 2011-09-29  Andreas Jaeger  <aj@suse.de>
49007         [BZ #13179]
49008         * sunrpc/netname.c (netname2host): Fix logic.
49010         [BZ #6779]
49011         [BZ #6783]
49012         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
49013         correctly.
49014         * math/w_remainder.c (__remainder): Likewise.
49015         * math/w_remainderf.c (__remainderf): Likewise.
49016         * math/libm-test.inc (remainder_test): Add test cases.
49018 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49020         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
49021         sdiv_qrnnd.
49023 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49025         * string/test-memcmp.c: Avoid unncessary #defines.
49026         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
49028 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49030         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
49031         Use new sse2 version for core i3 - i7 as it's faster
49032         than sse42 version.
49033         (bit_Prefer_PMINUB_for_stringop): New.
49034         * sysdeps/x86_64/rawmemchr.S: Update.
49035         Replace with faster SSE2 version.
49036         * sysdeps/x86_64/memrchr.S: New file.
49037         * sysdeps/x86_64/memchr.S: Update.
49038         Replace with faster SSE2 version.
49040 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
49042         * elf/dl-load.c (lose): Add cast to avoid warning.
49044 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49046         * po/ca.po: Update from translation team.
49048         * inet/getnetgrent_r.c: Hook up nscd.
49049         * nscd/Makefile (routines): Add nscd_netgroup.
49050         (nscd-modules): Add netgroupcache.
49051         (CFLAGS-netgroupcache.c): Define.
49052         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
49053         (cache_search): Add const to second parameter.
49054         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
49055         INNETGR.
49056         (dbs): Add netgrdb entry.
49057         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
49058         (verify_persistent_db): Handle netgrdb.
49059         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
49060         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
49061         GETFDNETGR.
49062         (netgroup_response_header): Define.
49063         (innetgroup_response_header): Define.
49064         (datahead): Add netgroup_response_header and innetgroup_response_header
49065         elements.
49066         * nscd/nscd.conf: Add entries for netgroup cache.
49067         * nscd/nscd.h (dbtype): Add netgrdb.
49068         (_PATH_NSCD_NETGROUP_DB): Define.
49069         (netgroup_iov_disabled): Declare.
49070         (xmalloc, xcalloc, xrealloc): Move declarations here.
49071         (cache_search): Adjust prototype.
49072         Add netgroup-related prototypes.
49073         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
49074         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
49075         (__nscd_innetgr): Declare.
49076         * nscd/selinux.c (perms): Use access_vector_t as element type and
49077         add netgroup-related initializers.
49078         * nscd/netgroupcache.c: New file.
49079         * nscd/nscd_netgroup.c: New file.
49080         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
49081         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
49082         For four parameters use innetgr.
49083         * nss/nss_files/files-init.c: Add definition and callback for netgr.
49084         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
49085         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
49086         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
49088         * nscd/connections.c (register_traced_file): Don't register file
49089         for disabled databases.
49091 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
49093         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
49095         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
49096         from tree and freeing node.
49098 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
49100         * nss/nsswitch.c (__nss_database_lookup): Handle
49101         nss_parse_service_list out of memory case.
49103 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
49105         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
49106         out of memory case.
49108 2011-10-04  Andreas Schwab  <schwab@redhat.com>
49110         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
49111         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
49112         pass it down.
49113         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
49114         elf_machine_rela, elf_machine_lazy_rel.
49115         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
49116         (ELF_DYNAMIC_DO_REL): Likewise.
49117         (ELF_DYNAMIC_DO_RELA): Likewise.
49118         (ELF_DYNAMIC_RELOCATE): Likewise.
49119         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
49120         to ELF_DYNAMIC_DO_REL.
49121         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
49122         (dl_main): In trace mode always set __RTLD_NOIFUNC.
49123         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
49124         elf_machine_rela.
49125         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
49126         skip_ifunc, don't call ifunc function if non-zero.
49127         (elf_machine_rela): Likewise.
49128         (elf_machine_lazy_rel): Likewise.
49129         (elf_machine_lazy_rela): Likewise.
49130         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
49131         (elf_machine_lazy_rel): Likewise.
49132         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
49133         Likewise.
49134         (elf_machine_lazy_rel): Likewise.
49135         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49136         Likewise.
49137         (elf_machine_lazy_rel): Likewise.
49138         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
49139         (elf_machine_lazy_rel): Likewise.
49140         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
49141         (elf_machine_lazy_rel): Likewise.
49142         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
49143         (elf_machine_lazy_rel): Likewise.
49144         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
49145         (elf_machine_lazy_rel): Likewise.
49146         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
49147         (elf_machine_lazy_rel): Likewise.
49148         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
49149         (elf_machine_lazy_rel): Likewise.
49151 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
49153         * nss/nss_files/files-init.c (_nss_files_init): Use static
49154         initialization for all the *_traced_file variables.
49156 2011-09-28  Andreas Schwab  <schwab@redhat.com>
49158         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49160 2011-09-27  Roland McGrath  <roland@hack.frob.com>
49162         [BZ #13226]
49163         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
49165 2011-09-27  Andreas Schwab  <schwab@redhat.com>
49167         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
49168         Reread the line before reparsing it.
49170 2011-09-26  Andreas Schwab  <schwab@redhat.com>
49172         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
49174 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
49175             Maxim Kuvyrkov  <maxim@codesourcery.com>
49176             Joseph Myers  <joseph@codesourcery.com>
49178         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
49179         if needed for __stack_chk_guard.
49181 2011-09-19  Roland McGrath  <roland@hack.frob.com>
49183         * sysdeps/posix/spawni.c (script_execute): Always define it.
49184         It will be optimized away if unused.
49185         (maybe_script_execute): New function.
49186         (__spawni): Call it.
49188         * Makerules: Don't include tls.make.
49189         (config-tls): Always set to thread.
49190         * tls.make.c: File removed.
49192 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
49194         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
49195         * config.make.in (CPPFLAGS-config): New substituted variable.
49197 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49199         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
49201         [BZ #13192]
49202         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
49203         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
49205 2011-09-15  Roland McGrath  <roland@hack.frob.com>
49207         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
49208         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
49209         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
49210         (CALL_FAIL): Likewise.
49211         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
49212         (CALL_FAIL): Macro removed.
49213         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
49215 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49217         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
49218         for __FINITE_MATH_ONLY__ == 1.
49220 2011-09-15  Andreas Schwab  <schwab@redhat.com>
49222         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
49223         __ieee754_sqrt instead of sqrt.
49224         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
49225         __ieee754_sqrtf instead of sqrtf.
49226         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
49227         __floorf instead of floorf.
49228         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
49229         __floorf, __truncf instead of floorf, truncf.
49231 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
49233         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
49235         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
49236         __extern_always_inline.
49237         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
49238         32-bit.
49240 2011-09-14  Andreas Schwab  <schwab@redhat.com>
49242         * elf/rtld.c (dl_main): Also relocate in dependency order when
49243         doing symbol dependency testing.
49245 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
49247         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49248         Always define `refsym'.
49250 2011-09-13  Andreas Schwab  <schwab@redhat.com>
49252         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
49253         (__FD_ELT): Renamed from __FDELT.
49254         * misc/bits/select2.h (__FD_ELT): Likewise.
49255         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
49256         __FD_MASK instead of __FDELT, __FDMASK.
49257         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49258         Likewise.
49259         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49260         Likewise.
49262         * elf/Makefile (gen-ldd): Fix pattern.
49264         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
49265         (init_tls): Likewise.
49267 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
49269         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
49271 2011-09-12  Andreas Schwab  <schwab@redhat.com>
49273         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
49274         `struct cmsghdr *' instead of `void *'.
49275         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
49276         Likewise.
49278 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
49280         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
49281         if non-absolute.
49282         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
49283         ldd_rewrite_script.
49285 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
49287         * configure.in: Remove --with-tls option.
49288         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
49289         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
49290         out in case it is missing.
49291         * sysdeps/ia64/elf/configure.in: Likewise.
49292         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
49293         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
49294         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
49295         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
49296         * sysdeps/sh/elf/configure.in: Likewise.
49297         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
49298         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
49299         * sysdeps/x86_64/elf/configure.in: Likewise.
49300         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
49301         * sysdeps/mach/hurd/tls.h: Likewise.
49303         [BZ #13067]
49304         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
49306         [BZ #13090]
49307         * configure.in: Fix use of AC_INIT.
49309         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
49311 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
49313         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
49314         __set_errno.
49315         * malloc/hooks.c: Likewise.
49317         [BZ #11929]
49318         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
49319         variables statically.
49320         (narenas): Initialize.
49321         (list_lock): Initialize.
49322         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
49323         initializtion of main_arena and list_lock.  Small cleanups.
49324         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
49325         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
49326         Add initializers to main_arena and mp_.
49327         (malloc_state): Remove pagesize member.  Change all users to use
49328         GLRO(dl_pagesize).
49330         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
49331         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
49332         is always initialized.
49334         * malloc/malloc.c: Removed unused configurations and dead code.
49335         * malloc/arena.c: Likewise.
49336         * malloc/hooks.c: Likewise.
49337         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
49339         * include/tls.h: Removed.  USE___THREAD must always be defined.
49340         * bits/libc-tsd.h: Don't handle !USE___THREAD.
49341         * elf/dl-libc.c: Likewise.
49342         * elf/dl-tsd.c: Likewise.
49343         * include/errno.h: Likewise.
49344         * include/netdb.h: Likewise.
49345         * include/resolv.h: Likewise.
49346         * inet/herrno-loc.c: Likewise.
49347         * inet/herrno.c: Likewise.
49348         * malloc/arena.c: Likewise.
49349         * malloc/hooks.c: Likewise.
49350         * malloc/malloc.c: Likewise.
49351         * resolv/res-state.c: Likewise.
49352         * resolv/res_libc.c: Likewise.
49353         * sysdeps/i386/dl-machine.h: Likewise.
49354         * sysdeps/ia64/dl-machine.h: Likewise.
49355         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
49356         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
49357         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
49358         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
49359         * sysdeps/sh/dl-machine.h: Likewise.
49360         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
49361         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
49362         * sysdeps/unix/i386/sysdep.S: Likewise.
49363         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
49364         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
49365         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
49366         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
49367         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
49368         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
49369         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
49370         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
49371         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49372         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
49373         * sysdeps/unix/x86_64/sysdep.S: Likewise.
49374         * sysdeps/x86_64/dl-machine.h: Likewise.
49375         * tls.make.c: Likewise.
49377         * configure.in: Remove --with-__thread option.  Make tests for
49378         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
49379         tls_model attribute fail if no support is available.  Remove
49380         USE_IN_LIBIO.
49381         * Makeconfig: Adjust for dropped configure option.  All features are
49382         now mandatory.
49383         * Makerules: Likewise.
49384         * Versions.def: Likewise.
49385         * argp/argp-fmtstream.c: Likewise.
49386         * argp/argp-fmtstream.h: Likewise.
49387         * argp/argp-help.c: Likewise.
49388         * assert/assert.c: Likewise.
49389         * config.h.in: Likewise.
49390         * config.make.in: Likewise.
49391         * configure: Likewise.
49392         * configure.in: Likewise.
49393         * csu/Versions: Likewise.
49394         * csu/init.c: Likewise.
49395         * elf/tst-audit2.c: Likewise.
49396         * elf/tst-tls10.c: Likewise.
49397         * elf/tst-tls10.h: Likewise.
49398         * elf/tst-tls11.c: Likewise.
49399         * elf/tst-tls12.c: Likewise.
49400         * elf/tst-tls14.c: Likewise.
49401         * elf/tst-tlsmod11.c: Likewise.
49402         * elf/tst-tlsmod12.c: Likewise.
49403         * elf/tst-tlsmod13.c: Likewise.
49404         * elf/tst-tlsmod13a.c: Likewise.
49405         * elf/tst-tlsmod14a.c: Likewise.
49406         * elf/tst-tlsmod15b.c: Likewise.
49407         * elf/tst-tlsmod16a.c: Likewise.
49408         * elf/tst-tlsmod16b.c: Likewise.
49409         * elf/tst-tlsmod7.c: Likewise.
49410         * elf/tst-tlsmod8.c: Likewise.
49411         * elf/tst-tlsmod9.c: Likewise.
49412         * gmon/gmon.c: Likewise.
49413         * grp/fgetgrent_r.c: Likewise.
49414         * grp/putgrent.c: Likewise.
49415         * hurd/fopenport.c: Likewise.
49416         * include/libc-symbols.h: Likewise.
49417         * include/tls.h: Likewise.
49418         * intl/gettextP.h: Likewise.
49419         * intl/loadinfo.h: Likewise.
49420         * locale/global-locale.c: Likewise.
49421         * locale/localeinfo.h: Likewise.
49422         * mach/devstream.c: Likewise.
49423         * malloc/arena.c: Likewise.
49424         * malloc/set-freeres.c: Likewise.
49425         * misc/err.c: Likewise.
49426         * misc/getttyent.c: Likewise.
49427         * misc/mntent_r.c: Likewise.
49428         * posix/getopt.c: Likewise.
49429         * posix/wordexp.c: Likewise.
49430         * pwd/fgetpwent_r.c: Likewise.
49431         * resolv/Versions: Likewise.
49432         * resolv/res_hconf.c: Likewise.
49433         * shadow/fgetspent_r.c: Likewise.
49434         * shadow/putspent.c: Likewise.
49435         * stdio-common/printf_fphex.c: Likewise.
49436         * stdio-common/tmpfile.c: Likewise.
49437         * stdlib/abort.c: Likewise.
49438         * stdlib/fmtmsg.c: Likewise.
49439         * sunrpc/auth_unix.c: Likewise.
49440         * sunrpc/clnt_perr.c: Likewise.
49441         * sunrpc/clnt_tcp.c: Likewise.
49442         * sunrpc/clnt_udp.c: Likewise.
49443         * sunrpc/clnt_unix.c: Likewise.
49444         * sunrpc/openchild.c: Likewise.
49445         * sunrpc/svc_simple.c: Likewise.
49446         * sunrpc/svc_tcp.c: Likewise.
49447         * sunrpc/svc_udp.c: Likewise.
49448         * sunrpc/svc_unix.c: Likewise.
49449         * sunrpc/xdr.c: Likewise.
49450         * sunrpc/xdr_array.c: Likewise.
49451         * sunrpc/xdr_rec.c: Likewise.
49452         * sunrpc/xdr_ref.c: Likewise.
49453         * sunrpc/xdr_stdio.c: Likewise.
49455 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49457         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49459 2011-07-03  Andreas Jaeger  <aj@suse.de>
49461         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
49462         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
49463         regenerate with gen-libm-tests.pl.
49465 2010-05-12  Petr Baudis  <pasky@suse.cz>
49467         [BZ #11589]
49468         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
49469         around j0() zero points by switching to j1().
49470         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49471         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49472         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
49473         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49475 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49477         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
49478         instead of 0.
49479         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
49480         instead of 0.
49481         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49482         Patch in part by Pavel Roskin <proski@gnu.org>.
49484         [BZ #13138]
49485         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
49486         realloc.
49487         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
49488         Free memory block if necessary.
49490         [BZ #12847]
49491         * libio/genops.c (INTDEF): For string streams the _lock pointer can
49492         be NULL.  Don't lock in this case.
49494 2011-09-09  Roland McGrath  <roland@hack.frob.com>
49496         * elf/elf.h (ELFOSABI_GNU): New macro.
49497         (ELFOSABI_LINUX): Define to that.
49499 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
49501         * string/strncat.c (strncat): Undef the symbol in case it has been
49502         defined in bits/string.h.
49504 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49506         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
49508         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
49509         link map.
49511 2011-08-17  Andreas Jaeger  <aj@suse.de>
49513         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
49515 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
49516             Ian Lance Taylor  <iant@google.com>
49518         * math/libm-test.inc (lround_test): New testcase.
49519         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
49521 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
49523         * Makefile: Remove support for automatic cvs check-ins.
49524         * Makerules: Likewise.
49525         * config.make.in: Likewise.
49526         * configure.in: Likewise.
49527         * intl/Makefile: Likewise.
49528         * locale/Makefile: Likewise.
49529         * po/Makefile: Likewise.
49530         * posix/Makefile: Likewise.
49531         * sysdeps/gnu/Makefile: Likewise.
49532         * sysdeps/mach/hurd/Makefile: Likewise.
49533         * sysdeps/sparc/sparc32/Makefile: Likewise.
49535         [BZ #13118]
49536         * posix/Makefile (bug-regex32-ENV): Define.
49537         Patch by John Stanley <jpsinthemix@verizon.net>.
49539         * misc/Makefile (headers): Add bits/select2.h.
49540         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
49541         * misc/bits/select2.h: New file.
49542         * include/bits/select2.h: New file.
49543         * debug/Makefile (routines): Add fdelt_chk.
49544         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
49545         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
49546         FD_ISSET.
49547         * debug/fdelt_chk.c: New file.
49549         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
49550         * wcsmbs/test-wmemcmp.c: Likewise.
49551         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
49552         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
49554 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49556         * string/Makefile (strop-tests): Add memcmp.
49557         * string/test-wmemcmp.c: New file.
49558         * string/test-memcmp.c: Add wmemcmp support.
49560 2011-09-08  Roland McGrath  <roland@hack.frob.com>
49562         [BZ #13153]
49563         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
49564         2011-07-19 change.
49566         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
49567         garbage value in a __mach_port_mod_refs call in the cases of the
49568         task-self and thread-self ports.
49570 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49572         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
49574 2011-09-08  Andreas Schwab  <schwab@redhat.com>
49576         * elf/dl-load.c (lose): Check for non-null L.
49578 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
49580         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
49582         * elf/dl-libc.c (dlerror_run): Pass back error code from
49583         dl_catch_error.
49585         [BZ #13123]
49586         * elf/dl-load.c (lose): Free l_origin if it is valid.
49588         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
49589         names.
49590         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
49591         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
49592         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
49593         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
49594         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
49595         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
49597 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49599         * sysdeps/powerpc/fpu/e_hypot.c: New file.
49600         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
49601         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
49602         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
49603         * sysdeps/powerpc/fpu/k_cosf.c: New file.
49604         * sysdeps/powerpc/fpu/k_sinf.c: New file.
49605         * sysdeps/powerpc/fpu/s_cosf.c: New file.
49606         * sysdeps/powerpc/fpu/s_sinf.c: New file.
49607         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
49608         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
49610 2011-08-15  Alan Modra  <amodra@gmail.com>
49612         [BZ #13092]
49613         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
49614         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
49615         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
49616         ppc_mcount to static-only-routines.
49617         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
49618         __mcount_internal.
49619         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
49620         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
49622 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
49624         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
49625         for finite and infinity parameters.
49627 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
49629         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
49630         and add nop instructions for throughput optimization.
49631         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
49633 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
49635         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
49636         aligned copy for power7 with vector-scalar instructions.
49637         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
49639 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
49641         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
49642         AVX check.
49644 2011-09-07  Andreas Schwab  <schwab@redhat.com>
49646         [BZ #13144]
49647         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
49648         last change.
49650 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
49652         * sysdeps/unix/sysv/linux/x86_64/init-first.c
49653         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
49654         syscall wrapper around clock_gettime in __vdso_clock_gettime.
49655         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
49656         clock_gettime.
49658 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
49660         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
49661         Forgot to demangle the pointer.
49663         * sysdeps/i386/sysdep.h: Define atom_text_section.
49664         * sysdeps/x86_64/sysdep.h: Likewise.
49665         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
49666         section with atom_text_section.
49667         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
49668         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
49669         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
49670         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
49671         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
49673         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
49674         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
49675         already be defined.  Change to take two parameters and don't assign
49676         result to variable.  Adjust all users.
49677         Define INTERNAL_GETTIME if not already defined.
49678         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
49679         call.
49680         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
49681         HAVE_CLOCK_GETTIME_VSYSCALL.
49682         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
49684         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
49685         gettimeofday vsyscall, just use time.
49687 2011-09-06  Andreas Schwab  <schwab@redhat.com>
49689         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
49690         <errno.h>.
49692 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
49694         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
49695         syscall on x86-64.
49696         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
49697         syscall.
49698         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
49699         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
49700         syscall if possible.
49702 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
49704         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
49705         e_ident.  Don't pass to find_mapsXX.
49706         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
49708 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
49710         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49711         strchr-sse2-no-bsf strrchr-sse2-no-bsf
49712         * sysdeps/x86_64/multiarch/strchr.S: Update.
49713         Check bit_slow_BSF bit.
49714         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
49715         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
49716         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
49718 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
49720         [BZ #13134]
49721         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
49722         before glibc 2.15.
49723         (tryshell): Define.
49724         (__spawni): Change last parameter to be flag.  Test
49725         SPAWN_XFLAGS_USE_PATH flag to use path or not.
49726         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
49727         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
49728         * posix/spawni.c: Likewise.
49729         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
49730         * posix/spawnp.c: Likewise.  Change normal version to use
49731         SPAWN_XFLAGS_USE_PATH.
49732         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
49733         SPAWN_XFLAGS_TRY_SHELL.
49735         [BZ #13150]
49736         * posix/glob.h: Remove gcc 1.x support.
49738         [BZ #13068]
49739         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
49741 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
49743         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49744         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
49745         strrchr-sse2-bsf
49746         * sysdeps/i386/i686/multiarch/strchr.S: New file.
49747         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
49748         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
49749         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
49750         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
49751         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
49753 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49755         * sysdeps/x86_64/wcscmp.S: New file.
49757         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
49758         wcscmp-c wcscmp-sse2
49759         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
49760         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
49761         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
49762         * wcsmbs/wcscmp.c: Allow renaming.
49764 2011-09-05  David S. Miller  <davem@davemloft.net>
49766         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
49767         stack slot, rather than the struct return pointer slot.
49768         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
49769         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
49770         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
49771         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
49773 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
49775         * po/ja.po: Update from translation team.
49777         [BZ #13144]
49778         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
49779         kernel in 64-bit binaries.
49781 2011-09-01  David S. Miller  <davem@davemloft.net>
49783         * elf/elf.h (HWCAP_SPARC_*): Move to..
49784         * sysdeps/sparc/sysdep.h: this new file and add new values.
49785         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
49786         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
49787         _DL_HWCAP_COUNT to 24.
49788         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
49789         entries.
49790         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
49791         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
49792         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
49793         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
49794         instead of magic constants.
49795         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
49797 2011-08-31  David S. Miller  <davem@davemloft.net>
49799         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
49800         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
49801         Reimplement to do errno handling inline.
49802         (SYSCALL_ERROR_HANDLER): New macro.
49803         (__SYSCALL_STRING): Do not do errno handling in asm.
49804         (__CLONE_SYSCALL_STRING): Delete.
49805         (__INTERNAL_SYSCALL_STRING): Delete.
49806         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
49807         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
49808         (PSEUDO): Reimplement to do errno handling inline.
49809         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
49810         (SYSCALL_ERROR_HANDLER): New macro.
49811         (__SYSCALL_STRING): Do not do errno handling in asm.
49812         (__CLONE_SYSCALL_STRING): Delete.
49813         (__INTERNAL_SYSCALL_STRING): Delete.
49814         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
49815         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
49816         i386.
49817         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
49818         (inline_syscall*): Add 'err' argument.
49819         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
49820         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
49821         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
49822         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
49824         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
49825         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
49827 2011-08-30  Andreas Schwab  <schwab@redhat.com>
49829         * elf/rtld.c (dl_main): Relocate objects in dependency order.
49831 2011-08-29  Jiri Olsa <jolsa@redhat.com>
49833         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
49834         directive.
49836 2011-08-24  David S. Miller  <davem@davemloft.net>
49838         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
49840 2011-08-24  Andreas Schwab  <schwab@redhat.com>
49842         * elf/Makefile: Add rules to build and run unload8 test.
49843         * elf/unload8.c: New file.
49844         * elf/unload8mod1.c: New file.
49845         * elf/unload8mod1x.c: New file.
49846         * elf/unload8mod2.c: New file.
49847         * elf/unload8mod3.c: New file.
49849         * elf/dl-close.c (_dl_close_worker): Reset private search list if
49850         it wasn't used.
49852 2011-08-23  David S. Miller  <davem@davemloft.net>
49854         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
49855         subtract stack bias.
49856         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
49857         %sp not %fp in calculations.
49858         (_JMPBUF_UNWINDS_ADJ): Likewise.
49860         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
49861         (aio_suspend): Call it to force an exception region around the
49862         AIO_MISC_WAIT() invocation.
49864 2011-08-23  Andreas Schwab  <schwab@redhat.com>
49866         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
49867         backslash.
49869 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
49871         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
49872         protection macro.
49873         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
49874         and <dl-machine.h>.
49875         (Elf64_FuncDesc): Remove.
49877 2011-08-22  David S. Miller  <davem@davemloft.net>
49879         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
49880         sigaltstack check, add missing cfi directives.
49881         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
49882         missing cfi directives, and sigaltstack handling.
49884 2011-08-16  Andreas Schwab  <schwab@redhat.com>
49886         [BZ #11724]
49887         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
49888         object is seen twice.
49889         * elf/dl-fini.c (_dl_sort_fini): Likewise.
49891         * elf/Makefile (distribute): Add tst-initorder2.c.
49892         (tests): Add tst-initorder2.
49893         (modules-names): Add tst-initorder2a tst-initorder2b
49894         tst-initorder2c tst-initorder2d.  Add rules to build them.
49895         ($(objpfx)tst-initorder2.out): New rule.
49896         * elf/tst-initorder2.c: New file.
49897         * elf/tst-initorder2.exp: New file.
49899 2011-08-22  Andreas Schwab  <schwab@redhat.com>
49901         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
49903         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
49904         dependencies back to end of function.
49906         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
49907         $(elfobjdir)/ld.so.
49909 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
49911         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
49912         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
49913         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
49914         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
49915         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
49916         of __vdso_gettimeofday.
49917         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
49918         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
49919         attribute_hidden.
49920         (_libc_vdso_platform_setup): Remove initialization of
49921         __vdso_gettimeofday and __vdso_time.
49923 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
49925         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
49926         and fgetc_unlocked.
49927         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
49928         getc_unlocked.
49930         * elf/dl-open.c (add_to_global): Report additions to the global scope
49931         for LD_DEBUG=scopes.
49932         (dl_open_worker): Also print scope of newly loaded dependencies.
49933         (_dl_show_scope): Indicate if there is no scope.
49935         [BZ #13114]
49936         * stdio-common/Makefile (tests): Add bug24.
49937         * stdio-common/bug24.c: New file.
49939 2011-08-19  Andreas Jaeger  <aj@suse.de>
49941         [BZ #13114]
49942         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
49943         non-existant file when using close-on-exec mode.
49945 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
49947         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
49948         the very first instruction.
49950         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
49951         the CFI state in the end.
49952         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
49953         inclusion of dl-trampoline.h.
49954         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
49956 2011-08-19  Andreas Schwab  <schwab@redhat.com>
49958         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
49959         expectations for long double.
49961         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
49962         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
49964 2011-08-14  David S. Miller  <davem@davemloft.net>
49966         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
49967         artificual limit depends upon the system page size.
49969 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
49971         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
49972         * resolv/Makefile: Define CFLAGS-libresolv.
49974 2011-08-17  Andreas Schwab  <schwab@redhat.com>
49976         * nss/makedb.c (compute_tables): Make variables used in nested
49977         function static.
49979 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
49981         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
49982         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
49983         if buffer was too small.
49985         * elf/pldd.c (main): Attach to all threads in the process.
49986         Rewrite /proc handling to use *at functions.
49988 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
49990         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
49991         specifies first scope to show.
49992         (dl_open_worker): Update callers.  Move printing scope of new
49993         object to before the relocation.
49994         * elf/rtld.c (dl_main): Update _dl_show_scope call.
49995         * sysdeps/generic/ldsodefs.h: Update declaration.
49997         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
49998         string for the scope number.
50000 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
50002         * nscd/servicescache.c (cache_addserv): Make sure written is always
50003         initialized.
50005 2011-08-14  Roland McGrath  <roland@hack.frob.com>
50007         * sysdeps/i386/i486/bits/atomic.h
50008         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
50009         statement expression, so as to suppress "set but not used" warning.
50010         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
50012         * string/strncat.c (STRNCAT): Use prototype definition.
50014         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
50015         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
50016         -Iprograms here.
50017         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
50018         (localedef-modules): Add localedef.
50019         (locale-modules): Add locale.
50021         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
50022         * elf/rtld.c (dl_main): Invert order of assignment in last change,
50023         to avoid a warning.
50025 2011-08-14  David S. Miller  <davem@davemloft.net>
50027         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
50028         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
50030 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
50032         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
50033         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
50034         * elf/rtld.c (dl_main): Set l_name of vDSO.
50035         Call _dl_show_scope when DL_DEBUG_SCOPES.
50036         (process_dl_debug): Recognize scopes flag and also set it for all.
50037         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
50038         Declare _dl_show_scope.
50040         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
50041         (do_dlopen): Pass caller_dlopen to dl_open.
50042         (__libc_dlopen_mode): Initialize caller_dlopen.
50044         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
50045         of libc.  Make tolower call locale-independent.  Optimize a bit by
50046         using isdigit instead of isalnum.
50047         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
50049 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
50051         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
50052         was a dependency or dynamically loaded.
50054 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
50056         * intl/l10nflist.c: Allow architecture-specific pop function.
50057         * sysdeps/x86_64/l10nflist.c: New file.
50059         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
50060         classification.
50062 2011-08-10  Andreas Schwab  <schwab@redhat.com>
50064         * include/dirent.h: Add libc_hidden_proto for scandirat and
50065         scandirat64.  Don't declare __scandirat64.
50066         * dirent/scandirat.c: Add libc_hidden_def.
50067         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
50068         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
50070 2011-08-10  David S. Miller  <davem@davemloft.net>
50072         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
50073         enum.
50074         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50075         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50076         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50078 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
50080         * Versions.def [libc]: Add GLIBC_2.15.
50081         * dirent/Makefile (routines): Add scandirat and scandirat64.
50082         * dirent/Versions [libc]: Export scandirat and scandirat64 for
50083         GLIBC_2.15.
50084         * dirent/dirent.h: Declare scandirat and scandirat64.
50085         * dirent/scandirat.c: New file.
50086         * dirent/scandirat64.c: New file.
50087         * sysdeps/wordsize-64/scandirat.c: New file.
50088         * sysdeps/wordsize-64/scandirat64.c: New file.
50089         * dirent/opendir.c: Define opendirat.
50090         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
50091         using scandirat.
50092         * dirent/scandir64.c: Adjust for scandir.c change.
50093         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
50094         __scandirat64, and __scandir_cancel_handler.
50095         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
50096         additional parameter and use openat instead of open (outside of ld.so).
50097         Add new __opendir as wrapper around __opendirat.
50098         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
50099         here without requiring old scandirat implementation.
50101 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
50103         * dirent/scandir.c (cancel_handler): Renamed to
50104         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
50105         defined.  Adjust users.
50106         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
50107         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
50109 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
50111         * string/test-string.h (IMPL): Use __STRING to expand name and then
50112         stringify it.
50114         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
50115         of cleanups.
50117 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50119         * string/Makefile: Update.
50120         (strop-tests): Append strncat.
50121         * string/test-wcscmp.c: New file.
50122         New comprehensive test for wcscmp.
50123         * string/test-strcmp.c: Update.
50124         (WIDE): New define.
50126 2011-07-22  Andreas Schwab  <schwab@redhat.com>
50128         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
50129         line.
50131 2011-07-26  Andreas Schwab  <schwab@redhat.com>
50133         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
50134         encoding to ACE if AI_IDN.
50136 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
50138         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
50139         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
50141 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50143         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
50144         Fix overflow bug in strncat.
50145         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
50147         * string/test-strncat.c: Update.
50148         Add new tests for checking overflow bugs.
50150 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50152         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50153         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
50154         * sysdeps/i386/i686/multiarch/strcat.S: New file.
50155         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
50156         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
50157         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
50158         * sysdeps/i386/i686/multiarch/strncat.S: New file.
50159         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
50160         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
50162         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
50163         (USE_AS_STRCAT): Define.
50164         Add strcat and strncat support.
50165         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50167 2011-07-25  Andreas Schwab  <schwab@redhat.com>
50169         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
50170         __n bigger than INT_MAX+1.
50171         (__strncmp_g): Likewise.
50173 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
50175         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
50176         * libio/stido.h: Likewise.
50178         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
50179         (AF_NFC): Define.
50180         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
50181         (AF_NFC): Define.
50183         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
50184         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50185         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50186         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
50187         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50189         [BZ #13021]
50190         * scripts/test-installation.pl: Don't expect libnss_test1 to be
50191         installed.
50193         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
50194         typo.
50195         (_dl_x86_64_save_sse): Likewise.
50197 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
50199         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
50200         OSXSAVE.
50201         (_dl_x86_64_save_sse): Likewise.
50203         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
50205         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
50207 2011-07-21  Andreas Schwab  <schwab@redhat.com>
50209         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
50210         change.
50211         (_dl_x86_64_save_sse): Use correct AVX check.
50213 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50215         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
50216         bug in strncpy/strncat.
50217         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
50219 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
50221         * string/tester.c (test_strcat): Add tests for different alignments
50222         of source and destination.
50223         (test_strncat): Likewise.
50225 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50227         [BZ #12852]
50228         * posix/glob.c (glob): Check passed in values before using them in
50229         expressions to avoid some overflows.
50230         (glob_in_dir): Likewise.
50232         [BZ #13007]
50233         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
50234         check for AVX enablement so that we don't crash with old kernels and
50235         new hardware.
50236         * elf/tst-audit4.c: Add same checks here.
50237         * elf/tst-audit6.c: Likewise.
50239         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
50241 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
50243         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
50245 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50247         * po/cs.po: Update from translation team.
50248         * po/bg.po: Likewise.
50250 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
50252         * misc/sys/cdefs.h: Add support for const attribute.
50253         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
50254         to gnu_dev_{major,minor,makedev} functions.
50256 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
50258         * intl/dcigettext.c (get_output_charset): Add missing bracket.
50260 2011-07-20  Andreas Schwab  <schwab@redhat.com>
50262         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
50263         strlen results.
50265 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50267         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
50268         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
50269         register in order to avoid conflicts with the soft frame pointer
50270         being held in r11 when necessary.
50271         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
50272         (INTERNAL_VSYSCALL_NCS): Likewise.
50274 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
50276         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
50277         * elf/dl-fini.c (_dl_fini): Adjust caller.
50278         * elf/dl-close.c (_dl_close_worker): Likewise.
50279         * sysdeps/generic/ldsodefs.h: Adjust declaration.
50281 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50283         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
50284         "aux_cache->nlibs < 0".
50286         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
50287         in the reload-count case.
50289 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50291         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50292         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
50293         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
50294         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
50295         * sysdeps/x86_64/multiarch/strcat.S: New file.
50296         * sysdeps/x86_64/multiarch/strncat.S: New file.
50297         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
50298         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
50299         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
50300         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
50301         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
50302         (USE_AS_STRCAT): Define.
50303         Add strcat and strncat support.
50304         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50305         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
50306         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
50307         * string/strncat.c: Update.
50308         (USE_AS_STRNCAT): Define.
50309         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50310         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
50311         and i7.
50312         * sysdeps/x86_64/multiarch/init-arch.h
50313         (bit_Prefer_PMINUB_for_stringop): New.
50314         (index_Prefer_PMINUB_for_stringop): Likewise.
50315         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
50316         bit_Prefer_PMINUB_for_stringop.
50318 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
50320         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
50321         buffer64.
50322         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
50323         of casting of buffer.
50324         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
50325         buffer32 and buffer64.
50326         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
50327         writes instead of casting of buffer.
50328         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
50329         buffer32.
50330         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
50331         casting of buffer.
50333 2011-07-19  Andreas Schwab  <schwab@redhat.com>
50335         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
50337 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
50339         * nscd/nscd.c (termination_handler): Don't do anything for a database
50340         if it has not yet been initialized.
50342 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
50344         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
50346 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50348         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
50350 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
50352         * po/nl.po: Update from translation team.
50353         * po/sv.po: Likewise.
50355 2011-07-16  Roland McGrath  <roland@hack.frob.com>
50357         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
50358         now disallowed by GCC.
50360         * configure.in (use-default-link): Default to yes if a test -shared
50361         link meets our qualifications.
50362         * configure: Regenerated.
50364         * config.make.in (output-format): New variable.
50365         * configure.in: Check for ld --print-output-format support.
50366         * configure: Regenerated.
50367         * Makerules ($(common-objpfx)format.lds)
50368         [$(output-format) != unknown]: Just use $(output-format),
50369         instead of the linker-script munging.
50371 2011-07-14  Roland McGrath  <roland@hack.frob.com>
50373         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
50374         of $(common-objpfx)shlib.lds.
50375         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
50377         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
50378         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
50380         * configure.in (-z relro check): Adjust test code to add a large
50381         writable data section after it.
50382         * configure: Regenerated.
50384 2011-07-11  Roland McGrath  <roland@hack.frob.com>
50386         * configure.in (-z relro check): Fix test code to make the variable
50387         truly const.
50388         * configure: Regenerated.
50390 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
50392         * nscd/nscd.h (struct traced_file): Define.
50393         (struct database_dyn): Remove inotify_descr, reset_res, and filename
50394         elements.  Add traced_files.
50395         (inotify_fd): Declare.
50396         (register_traced_file): Declare.
50397         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
50398         (inotify_fd): Export.
50399         (resolv_conf_descr): Remove.
50400         (nscd_init): Move inotify descriptor creation to main.
50401         Don't register files for notification here.
50402         (register_traced_file): New function.
50403         (invalidate_cache): Don't use reset_res to determine whether to call
50404         res_init, go through the list of registered files.
50405         (main_loop_poll): The inotify descriptors are now stored in the
50406         structures for the traced files.
50407         (main_loop_epoll): Likewise
50408         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
50409         to __nss_disable_nscd.
50410         * nscd/cache.c (prune_cache): There is no single inotify descriptor
50411         for a database anymore.  Check the records for all the registered
50412         files instead.
50413         * nss/Makefile (libnss_files-routines): Add files-init.
50414         (libnss_db-routines): Add db-init.
50415         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
50416         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
50417         * nss/nss_db/db-init.c: New file.
50418         * nss/nss_files/files-init.c: New file.
50419         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
50420         __nss_lookup_function.
50421         (__nss_lookup_function): Call nss_load_library.
50422         (nss_load_all_libraries): New function.
50423         (__nss_disable_nscd): Take parameter with callback function for files
50424         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
50425         used for the cached services.
50426         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
50427         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
50428         options for features to all the files in nscd.
50430         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
50432 2011-07-10  Roland McGrath  <roland@hack.frob.com>
50434         * csu/elf-init.c (__libc_csu_init): Comment typo.
50436 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
50438         * po/pl.po: Update from translation team.
50439         * po/ja.po: Likewise.
50440         * po/ru.po: Likewise.
50441         * po/ko.po: Likewise.
50442         * po/fr.po: Likewise.
50444 2011-07-09  Roland McGrath  <roland@hack.frob.com>
50446         * configure.in (.ctors/.dtors header and trailer check):
50447         Use an empirical test on a built program.
50448         * configure: Regenerated.
50450         * configure.in (-z relro check): Use an empirical test on a built DSO.
50451         Detect, but do not require, on ia64.
50452         * configure: Regenerated.
50454         * configure.in (READELF): Find it with AC_CHECK_TOOL.
50455         Update tests that use readelf to use $READELF instead.
50456         * configure: Regenerated.
50458 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
50460         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
50461         if the result is not used.
50463 2011-07-05  Andreas Jaeger  <aj@suse.de>
50465         [BZ#9696]
50466         * stdlib/tst-strtod.c: Add testcase.
50468 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
50470         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
50471         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
50472         The latter has a higher limit.  Take additional parameter to pass to
50473         the new function.
50474         (__pathconf): Pass file to __statfs_link_max.
50475         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
50476         __statfs_link_max.
50477         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
50478         __statfs_link_max.
50480         [BZ #12868]
50481         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
50482         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
50483         Handle Lustre.
50484         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
50485         (__statfs_filesize_max): Likewise.
50486         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
50488 2011-07-05  Andreas Jaeger  <aj@suse.de>
50490         * resolv/res_comp.c (dn_skipname): Remove unused variable.
50492 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
50494         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
50495         `status' variable.
50496         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
50497         Likewise.
50499 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
50501         * Makefile (strop-tests): Add strncat.
50502         * string/test-strncat.c: New file.
50504 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
50506         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
50508 2011-06-21  Andreas Jaeger  <aj@suse.de>
50510         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
50511         Copy rule from iconvdata/Makefile.
50513 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
50515         [BZ #12922]
50516         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
50517         but no long options are defined, just return 'W'.
50519 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
50521         [BZ #9696]
50522         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
50524 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
50526         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
50527         netgroups to read.
50528         (innetgr): Likewise.
50530 2011-07-05  Roland McGrath  <roland@hack.frob.com>
50532         * config.make.in (install_root): Default to $(DESTDIR).
50534 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
50536         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
50538 2011-07-02  Roland McGrath  <roland@hack.frob.com>
50540         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
50542         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
50543         containing directory rather than embedding absolute directory names.
50545         * scripts/check-local-headers.sh: Rewritten using awk.
50546         Match by word, not by line.  Print error messages for matches.
50547         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
50549         * Makerules [shlib-lds-flags empty]:
50550         ($(common-objpfx)libc_pic.opts): New target.
50551         ($(common-objpfx)libc_pic.os.clean): New target.
50552         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
50554         * config.make.in (OBJCOPY): New variable.
50555         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
50556         * configure: Regenerated.
50558         * config.make.in (use-default-link): New variable.
50559         * configure.in (use_default_link): Grok --with-default-link to set it.
50560         * configure: Regenerated.
50561         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
50562         (shlib-lds, shlib-lds-flags): Define to empty.
50564         * Makerules (shlib-lds): New variable.
50565         (shlib-lds-flags): New variable.
50566         (build-shlib, build-moduile, build-module-asneeded): Use it.
50567         ($(common-objpfx)libc.so): Use $(shlib-lds).
50568         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
50569         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
50571         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
50572         DT_FLAGS/DT_FLAGS_1 with zero flags.
50574         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
50575         linker script munging.
50577 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
50579         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
50580         as 128-bit value.
50581         * crypt/sha512.c (sha512_process_block): Perform total addition using
50582         128-bit if possible.
50583         (__sha512_finish_ctx): Likewise.
50584         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
50585         as 64-bit value.
50586         * crypt/sha256.c (SWAP64): Define.
50587         (sha256_process_block): Perform total addition using 64-bit if
50588         possible.
50589         (__sha256_finish_ctx): Likewise.
50591 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
50593         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
50594         * nscd/initgrcache.c (addinitgroupsX): Likewise.
50595         * nscd/hstcache.c (cache_addhst): Likewise.
50596         * nscd/grpcache.c (cache_addgr): Likewise.
50597         * nscd/aicache.c (addhstaiX): Likewise
50598         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
50600 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
50602         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
50603         * nscd/initgrcache.c (addinitgroupsX): Likewise.
50604         * nscd/hstcache.c (cache_addhst): Likewise.
50605         * nscd/grpcache.c (cache_addgr): Likewise.
50606         * nscd/aicache.c (addhstaiX): Likewise
50608 2011-07-01  Andreas Schwab  <schwab@redhat.com>
50610         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
50611         domain only when needed.
50613 2011-06-30  Andreas Schwab  <schwab@redhat.com>
50615         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
50616         is always restored.
50618 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
50620         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
50621         are re-adding the entry.
50622         * nscd/servicescache.c (cache_addserv): Likewise.
50624 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
50626         * sysdeps/generic/dl-irel.h: fix protection against multiple
50627         inclusions.
50628         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
50630 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
50632         [BZ #12935]
50633         * malloc/memusage.sh: Fix quoting in message.
50634         * debug/xtrace.sh: Likewise.
50636         * configure.in: Remove support for --experimental-malloc option, make
50637         it the default.
50638         * config.make.in: Likewise.
50639         * malloc/Makefile: Likewise.
50641 2011-06-27  Andreas Schwab  <schwab@redhat.com>
50643         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
50644         two-byte characters.
50646 2011-06-27  Roland McGrath  <roland@hack.frob.com>
50648         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
50649         AC_CACHE_CHECK invocation.
50650         * configure: Regenerated.
50652         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
50654 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
50656         [BZ #12350]
50657         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
50658         bit from old_res_options.
50660         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
50662         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
50663         value type for setfct.
50665 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
50667         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
50668         __gettimeofday instead of gettimeofday.
50670 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
50672         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
50674 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
50676         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
50678         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
50679         info.
50681 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
50683         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50684         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
50685         strcpy-sse2-unaligned strncpy-sse2-unaligned
50686         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
50687         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
50688         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
50689         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
50690         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
50691         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
50692         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
50693         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
50694         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
50695         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
50696         (STRCPY): Support SSE2 and SSSE3 versions.
50698 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
50700         [BZ #12874]
50701         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
50702         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
50703         kernels which artificially limit size of requests.
50705 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
50707         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50708         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
50709         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
50710         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
50711         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
50712         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
50713         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
50714         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
50715         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
50716         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
50717         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
50718         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
50719         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
50720         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
50721         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
50722         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50723         Enable unaligned load optimization for Intel Core i3, i5 and i7
50724         processors.
50725         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
50726         Define.
50727         (index_Fast_Unaligned_Load): Define.
50728         (HAS_FAST_UNALIGNED_LOAD): Define.
50730 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
50732         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
50734 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
50736         [BZ #12907]
50737         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
50738         until it is clear that the information is realy needed.
50739         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
50741 2011-06-22  Andreas Schwab  <schwab@redhat.com>
50743         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
50745 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
50747         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
50748         /sys/devices/system/cpu/online if it is usable.
50750         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
50751         reading the information from the /proc filesystem to once a second.
50753 2011-06-21  Andreas Jaeger  <aj@suse.de>
50755         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
50756         NULL after inclusion of kernel headers.
50758 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
50760         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
50761         calls to internal_setent.
50763         [BZ #12885]
50764         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
50765         addresses using gethostbyname4_r ignore IPv4 addresses.
50767         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
50768         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
50770         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
50772 2011-06-20  David S. Miller  <davem@davemloft.net>
50774         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
50775         inclusions.
50776         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
50778         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
50779         (elf_irel): Use it.
50780         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
50781         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
50782         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
50783         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
50784         * sysdeps/x86_64/dl-irel.h: Likewise.
50786         * elf/dl-runtime.c: Use elf_ifunc_invoke.
50787         * elf/dl-sym.c: Likewise.
50789 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
50791         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
50792         need to dereference resplen2.
50794 2011-06-14  Andreas Schwab  <schwab@redhat.com>
50796         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
50798 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
50800         * Makeconfig: Define vardbdir and inst_vardbdir.
50801         * nss/Makefile: Add rules to install db-Makefile.
50803         * nss/nss_db/db-XXX.c: Cleanup.
50805         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
50806         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
50807         GLIBC_PRIVATE.
50808         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
50809         * nss/makedb.c: Implement -g option to specify that value strings
50810         are generated and should not be added to table iterated over for
50811         get*ent calls.
50812         * nss/nss_db/db-initgroups.c: New file.
50814         * nss/getent.c: Add support for initgroups lookups through getgrouplist
50815         interface.
50817         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
50818         (internal_getgrouplist): Adjust to name change.
50819         Update use_initgroups_entry if this is not the first call.
50820         * nss/databases.def: Add initgroups entry.
50822         * nss/makedb.c (compute_tables): Check result of multiple hash table
50823         sizes to minimize maximum chain length.
50825 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
50827         * Versions.def: Add entry for libnss_db.
50828         * shlib-versions: Likewise.
50829         * nss/Makefile: Add rules to build libnss_db.
50830         * nss/Versions: Add libnss_db information.  Organize libnss_files
50831         entries better.
50832         * nss/db-Makefile: Add gshadow support.  Change rules for the new
50833         makedb progra.  Some minor improvements to generate smaller files.
50834         * nss/nss_db/nss_db.h: Move NSS database header data structures to
50835         here from...
50836         * nss/makedb.c: ...here.
50837         Improve database format to be smaller and require less memory at
50838         runtime.
50839         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
50840         db anymore.
50841         * nss/nss_db/db-netgrp.c: Likewise.
50842         * nss/nss_db/db-open.c: Likewise.
50843         * nss/nss_files/flies-XXX.x: Adjust comments.
50844         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
50845         * nss/nss_files/files-grp.c: Likewise.
50846         * nss/nss_files/files-hosts.c: Likewise.
50847         * nss/nss_files/files-network.c: Likewise.
50848         * nss/nss_files/files-proto.c: Likewise.
50849         * nss/nss_files/files-pwd.c: Likewise.
50850         * nss/nss_files/files-rpc.c: Likewise.
50851         * nss/nss_files/files-service.c: Likewise.
50852         * nss/nss_files/files-sgrp.c: Likewise.
50853         * nss/nss_files/files-spwd.c: Likewise.
50854         * nss/nss_db/db-alias.c: Removed.
50855         * nss/nss_db/dummy-db.h: Removed.
50857 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
50859         * nss/makedb.c: Rewritten to not use database library.
50860         * nss/Makefile: Update to build new makedb program.
50862 2011-06-14  Andreas Jaeger  <aj@suse.de>
50864         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
50865         memset declaration.
50867 2011-06-10  Andreas Schwab  <schwab@redhat.com>
50869         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
50870         tmpbuf.
50872 2011-06-10  Roland McGrath  <roland@hack.frob.com>
50874         * Makerules (shlib.lds): Fail if the linker script comes out empty.
50875         * elf/Makefile ($(objpfx)ld.so): Likewise.
50877         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
50878         Don't list ld.so twice in dependencies.
50880         * posix/bug-regex31.c: Include <stdlib.h>.
50882         * nscd/hstcache.c (cache_addhst): Remove unused variable.
50884         * nis/nss_compat/compat-spwd.c
50885         (getspent_next_nss_netgr): Remove unused variable.
50886         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
50888         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
50889         nonmembers" output to use the right array.
50891         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
50893         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
50895         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
50896         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
50897         * catgets/gencat.c (read_input_file): Likewise.
50898         * locale/programs/locarchive.c (enlarge_archive): Likewise.
50900         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
50901         variable definition inside #if's controlling its use.
50903         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
50905         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
50907         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
50909         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
50910         unreachable code.
50912         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
50914         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
50915         * configure: Regenerated.
50917         * Makerules: Revert last change.
50918         * elf/Makefile: Likewise.
50920 2011-06-09  Roland McGrath  <roland@hack.frob.com>
50922         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
50923         * elf/Makefile ($(objpfx)librtld.os): Likewise.
50924         (reloc-link): Likewise.
50926 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
50928         * elf/Makefile: Add rules to build pldd.
50929         * elf/pldd.c: New file.
50930         * elf/pldd-xx.c: New file.
50932 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
50934         * version.h: Update for 2.15 development version.
50936 2011-06-07  David S. Miller  <davem@davemloft.net>
50938         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
50939         ifuncs.
50940         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
50941         elf_machine_lazy_rel): Likewise.
50942         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
50943         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
50944         elf_machine_lazy_rel): Likewise.
50945         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
50946         dl_hwcap via passed in argument.
50947         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
50948         Likewise.
50950 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50952         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
50954 2011-06-06  Roland McGrath  <roland@hack.frob.com>
50956         [BZ #12849]
50957         * manual/fdl-1.1.texi: New file, verbatim from:
50958         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
50959         * manual/lgpl-2.1.texi: New file, verbatim from:
50960         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
50961         * manual/Makefile (licenses): New variable, list those new file names.
50962         (texis): Use it.
50963         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
50965         * manual/fdl.texi: File removed.
50966         * manual/lesser.texi: File removed.
50967         * manual/libc.texinfo (Copying, Documentation License):
50968         Use new @include file names, put @appendix directive before @include.
50970 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
50972         [BZ #12841]
50973         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
50974         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
50975         (mq_open): Add __NTH.
50977 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
50979         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50980         Assume Intel Core i3/i5/i7 processor if AVX is available.
50982 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
50984         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
50985         typo.
50987 2011-05-31  Andreas Schwab  <schwab@redhat.com>
50989         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
50990         memory.  Use alloca_account.  Fix memory leak when retrying.
50992 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
50994         * version.h (RELEASE): Bump for 2.14 release.
50995         * include/features.h (__GLIBC_MINOR__): Bump to 14.
50997         * config.make.in (RANLIB): Remove entry.
50999 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
51001         * po/Makefile (po-sed-cmd): Add ksh to extensions.
51002         (libc.pot): Work around missing support for .ksh extension in xgettext.
51004         [BZ #12684]
51005         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
51006         if both request failed.
51007         (send_dg): In case of server errors clear resplen or *resplen2.
51009         [BZ #12454]
51010         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
51011         when there are multiple maps.
51012         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
51013         (_dl_fini): Remove test here.
51015         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
51017 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
51019         [BZ #12350]
51020         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
51021         bit from old_res_options.
51022         (gaih_inet): Likewise.
51024         [BZ #11099]
51025         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
51026         as signed.
51028         * resolv/res_init.c (res_setoptions): Make the code more compact.
51030         [BZ #11558]
51031         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
51032         set RES_USEVC.
51034         [BZ #11634]
51035         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
51037         * malloc/malloc.h: Mark malloc hook variables as deprecated.
51039         [BZ #11781]
51040         * malloc/malloc.h: Declare malloc hook variables as volatile.
51042         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
51043         in last patch.
51045         [BZ #11799]
51046         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
51047         raise in the comment.
51048         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
51049         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
51050         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
51052 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
51054         [BZ #12811]
51055         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
51056         grow the buffers more if it already has to be sufficient.
51057         (build_wcs_upper_buffer): Likewise.
51058         * posix/regexec.c (check_matching): Likewise.
51059         (clean_state_log_if_needed): Likewise.
51060         (extend_buffers): Don't enlarge buffers beyond size of the input
51061         buffer.
51062         Patches mostly by Emil Wojak <emil@wojak.eu>.
51063         * posix/bug-regex32.c: New file.
51064         * posix/Makefile (tests): Add bug-regex32.
51066         * locale/findlocale.c (_nl_find_locale): Return right away if
51067         _nl_explode_name failed.
51068         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
51070         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
51072         * debug/xtrace.sh: Unify messages.
51073         * malloc/memusage.sh: Likewise.
51075         [BZ #12813]
51076         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
51077         time symbol from vDSO.  Substitute with vsyscall if not available.
51078         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
51079         __vdso_time.
51081         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
51082         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
51083         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
51084         Add sendmmsg and internal_sendmmsg.
51085         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
51086         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
51087         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
51089         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
51090         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
51091         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
51093 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
51095         [BZ #12813]
51096         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
51097         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
51098         available.
51099         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
51100         __vdso_getcpu.
51102         [BZ #12814]
51103         * iconvdata/Makefile (tests): Add bug-iconv9.
51104         * iconvdata/bug-iconv9.c: New file.
51106 2011-05-27  Andreas Schwab  <schwab@redhat.com>
51108         [BZ #12814]
51109         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
51111 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
51113         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51114         (struct user_regs_struct): Change intcs field back to cs.
51116 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
51118         * po/ja.po: Update from translation team.
51120 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
51122         [BZ #12795]
51123         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
51124         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
51126 2011-05-20  Andreas Schwab  <schwab@redhat.com>
51128         * stdlib/longlong.h: Update from GCC.
51130 2011-05-23  Andreas Schwab  <schwab@redhat.com>
51132         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
51133         parameter name.
51134         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
51135         Add parameter name.
51136         (__sysconf): Pass it down.
51138 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
51140         [BZ #12671]
51141         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
51142         some situations.
51143         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
51144         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
51145         add in in __libc_use_alloca calls.  Adjust callers.
51146         (glob): Use malloc in some situations.
51148         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
51149         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
51150         pltexit.
51152 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
51154         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
51155         and CLOCK_BOOTTIME_ALARM.
51157         [BZ #12782]
51158         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
51159         is returned.
51161         * string/_strerror.c (__strerror_r): Print negative errors as signed
51162         numbers.
51164         [BZ #12777]
51165         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
51166         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
51167         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
51169         * configure.in: Fix typo in redirection and correct removal of test
51170         files in two cases.
51172         [BZ #12788]
51173         * locale/setlocale.c (new_composite_name): Fix test to check for
51174         identical name of all categories.
51176         [BZ #12792]
51177         * libio/filedoalloc.c (local_isatty): New function.
51178         (_IO_file_doallocate): Use local_isatty.
51179         * stdio-common/perror.c (perror): In case a new stream is used
51180         forward the stream error.
51181         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
51182         error flag.
51184 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
51186         [BZ #11869]
51187         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
51188         alloca.
51189         * include/alloca.h (extend_alloca_account): Define.
51191         [BZ #11857]
51192         * posix/regex.h: Fix comments with documentation of user-accessible
51193         fields after compilation and describe correct free'ing of pattern
51194         after re_compile_pattern.
51195         Patch by Reuben Thomas <rrt@sc3d.org>.
51197 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
51199         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
51200         and -mno-altivec to prevent the compiler from using Altivec and/or
51201         VSX instructions when the corresponding registers are not available.
51203 2011-05-19  Andreas Schwab  <schwab@redhat.com>
51205         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
51207 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
51209         * libio/freopen.c (freopen): Use __dup2, not dup2.
51210         * libio/freopen64.c (freopen64): Likewise.
51212 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
51214         [BZ #12775]
51215         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
51216         * math/Makefile (tests): Add test-powl.
51217         (CFLAGS-test-powl.c): Define.
51218         * math/test-powl.c: New file.
51220 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
51222         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
51224 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
51226         [BZ #11837]
51227         * iconvdata/gb18030.c: Update to GB18020-2005.
51229 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
51231         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
51232         RE_SYNTAX_POSIX_AWK): Update to match recent development.
51233         Patch by Aharon Robbins <arnold@skeeve.com>.
51235         [BZ #11892]
51236         * stdlib/putenv.c (putenv): Don't always create copy of the variable
51237         on the stack.
51239         [BZ #11895]
51240         * misc/pselect.c (__pselect): Handle timeout value errors hidden
51241         through underflows.
51243         [BZ #12766]
51244         * misc/error.c (error_at_line): Ensure file_name and old_file_name
51245         point to strings before performing equality test for error_one_per_line
51246         mode.
51248         [BZ #11697]
51249         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
51251         [BZ #11820]
51252         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51253         (struct user_fpregs_struct): Avoid __uint*_t types.
51255         [BZ #6420]
51256         * malloc/mtrace.c (tr_where): Add additional parameter to point to
51257         symbol info.  Use it instead of calling _dl_addr locally.
51258         (lock_and_info): New function.
51259         (tr_freehook): Call lock_and_info and pass symbol info as additional
51260         parameter to tr_where.
51261         (tr_mallochook): Likewise.
51262         (tr_reallochook): Likewise.
51263         (tr_memalignhook): Likewise.
51265         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
51266         used and couldn't be at all thread-safe.
51268 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
51270         * libio/freopen.c (freopen): Don't close old file descriptor
51271         before the new one is opened.  Instead dup the new file descriptor
51272         to the old one after the new stream is created.
51273         * libio/freopen64.c (freopen64): Likewise.
51274         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
51275         * libio/fileops.c (_IO_new_file_close_it): Handle new
51276         _IO_FLAGS2_NOCLOSE flag.
51277         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
51278         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
51279         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
51280         _IO_FLAGS2_NOCLOSE flag.
51281         * include/unistd.h: Add hidden_proto for dup3.
51282         Define __have_dup3.
51283         * io/dup3.c: Define hidden symbol.
51284         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
51286         [BZ #7101]
51287         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
51288         when an incomplete long option is used.
51289         * posix/tst-getopt_long1.c: New file.
51290         * posix/Makefile (tests): Add tst-getopt_long1.
51292         [BZ #10138]
51293         * scripts/config.guess: Update from autoconf-2.68.
51294         * scripts/config.sub: Likewise.
51296         [BZ #10157]
51297         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
51298         tests into ...
51299         (has_cpuclock): ...this.  New function.
51300         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
51301         macro here based on has_cpuclock code.
51303         [BZ #10149]
51304         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51305         First byte (not low byte) is now always NUL.
51306         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
51308         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51309         Use non-cancelable interfaces.
51311         [BZ #9809]
51312         * locale/iso-639.def: Add entry for Sorani.
51314         [BZ #11901]
51315         * include/stdlib.h: Move include protection to the right place.
51316         Define abort_msg_s.  Declare __abort_msg with it.
51317         * stdlib/abort.c (__abort_msg): Adjust type.
51318         * assert/assert.c (__assert_fail_base): New function.  Majority
51319         of code from __assert_fail.  Allocate memory for __abort_msg with
51320         mmap.
51321         (__assert_fail): Now call __assert_fail_base.
51322         * assert/assert-perr.c: Remove bulk of implementation.  Use
51323         __assert_fail_base.
51324         * include/assert.hL Declare __assert_fail_base.
51325         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
51326         mmap.
51327         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
51329 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
51331         [BZ #11952]
51332         [BZ #12453]
51333         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
51334         until all modules are registered in the DTV.
51335         * elf/Makefile: Add rules to build and run tst-tls19.
51336         * elf/tst-tls19.c: New file.
51337         * elf/tst-tls19mod1.c: New file.
51338         * elf/tst-tls19mod2.c: New file.
51339         * elf/tst-tls19mod3.c: New file.
51340         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
51342         [BZ #12083]
51343         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
51344         correctly.
51346         [BZ #12601]
51347         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
51348         two-byte sequence errors.
51349         * iconvdata/Makefile (tests): Add bug-iconv8.
51350         * iconvdata/bug-iconv8.c: New file.
51352         [BZ #12626]
51353         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
51354         buf2 definition.
51356         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
51358         [BZ #12432]
51359         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
51360         (dummy_getcfa): New function.
51361         (init): Get _Unwind_GetCFA address, use dummy if not found.
51362         (backtrace_helper): In recursion check, also check whether CFA changes.
51363         (__backtrace): Completely initialize arg.
51365         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
51366         storing incomplete byte sequence in state object.  Avoid testing for
51367         guaranteed too small input if we know there is enough data available.
51369 2011-05-11  Andreas Schwab  <schwab@redhat.com>
51371         * Makeconfig (+link-pie): Indent.
51372         * Rules (binaries-pie): Define if $(have-fpie) and
51373         $(build-shared).
51374         (binaries-shared): Also filter out $(binaries-pie).
51375         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
51376         * nscd/Makefile (others-pie): Add nscd.
51377         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
51378         ($(objpfx)nscd): Remove command override.
51379         * login/Makefile (others-pie): Add pt_chown.
51380         ($(objpfx)pt_chown): Remove command override.
51381         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
51382         remove command overrides.
51384 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
51386         * libio/tst_putwc.c: Fix error messages.
51388         [BZ #12724]
51389         * libio/fileops.c (_IO_new_file_close_it): Always flush when
51390         currently writing and seek to current position when not.
51391         * libio/Makefile (tests): Add bug-fclose1.
51392         * libio/bug-fclose1.c: New file.
51394 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
51396         [BZ #12511]
51397         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
51398         don't set DF_1_NODELETE here.
51399         (do_lookup_x): When entering new entry test for copy relocation
51400         and if necessary set DF_1_NODELETE flag.
51401         * elf/tst-unique4.cc: New file.
51402         * elf/tst-unique4.h: New file.
51403         * elf/tst-unique4lib.cc: New file.
51404         * elf/Makefile: Add rules to build and run tst-unique4.
51405         Patch by Piotr Bury <pbury@goahead.com>.
51407 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
51409         [BZ #12052]
51410         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
51412         [BZ #12625]
51413         * misc/mntent_r.c (addmntent): Flush the stream after the output
51415         [BZ #12393]
51416         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
51417         (is_trusted_path_normalize): Skip initial colon.  Append slash
51418         to empty buffer.  Duplicate is_trusted_path code but allow
51419         constructed patch to be prefix.
51420         (is_dst): Allow $ORIGIN followed by /.
51421         (_dl_dst_substitute): Correct clearing of check_for_trusted.
51422         Correct testing of result of is_trusted_path_normalize
51423         (decompose_rpath): Fix warning.
51425 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
51427         [BZ #11257]
51428         * grp/initgroups.c (internal_getgrouplist): When we found the service
51429         list through the initgroups entry in nsswitch.conf do not always
51430         continue on a successful lookup.  Don't always use the
51431         __nss_group_database value if it is set.
51432         * nss/nsswitch.conf (initgroups): Change action for successful db
51433         lookup to continue for compatibility.
51435 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
51437         [BZ #11532]
51438         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
51439         and CP774 modules.
51440         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
51441         and CP774 modules.
51442         * iconvdata/tst-tables.sh: Likewise.
51443         * iconvdata/cp770.c: New file.
51444         * iconvdata/cp771.c: New file.
51445         * iconvdata/cp772.c: New file.
51446         * iconvdata/cp773.c: New file.
51447         * iconvdata/cp774.c: New file.
51448         * iconvdata/testdata/CP770: New file.
51449         * iconvdata/testdata/CP770..UTF8: New file.
51450         * iconvdata/testdata/CP771: New file.
51451         * iconvdata/testdata/CP771..UTF8: New file.
51452         * iconvdata/testdata/CP772: New file.
51453         * iconvdata/testdata/CP772..UTF8: New file.
51454         * iconvdata/testdata/CP773: New file.
51455         * iconvdata/testdata/CP773..UTF8: New file.
51456         * iconvdata/testdata/CP774: New file.
51457         * iconvdata/testdata/CP774..UTF8: New file.
51459         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
51460         END CHARMAP line.
51461         * iconvdata/gen-8bit-gap.sh: Likewise.
51462         * iconvdata/gen-8bit.sh: Likewise.
51464         * locale/iso-639.def: Add ary entry.
51466         [BZ #11258]
51467         * locale/C-translit.h.in: Add U20A1 transliteration.
51469         [BZ #12178]
51470         * locale/iso-639.def: Add wae entry.
51471         Patch by Kevin Bortis <bortis@translate-wae.ch>.
51473         [BZ #12545]
51474         * locale/programs/localedef.c (construct_output_path): Use ssize_t
51475         for n.
51477         [BZ #12711]
51478         * locale/C-translit.h.in: Add entry for U20B9.
51479         Patch by pravin.d.s@gmail.com.
51481 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
51483         [BZ #12713]
51484         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
51485         ENAMETOOLONG use generic getcwd.
51486         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
51487         in rtld.  Use *stat64.
51488         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
51489         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
51490         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
51491         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
51492         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
51493         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
51494         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
51495         __fstatat64 macros.
51496         * include/dirent.h: Add libc_hidden_proto for rewinddir.
51497         * dirent/rewinddir.c: Add libc_hidden_def.
51498         * sysdeps/mach/hurd/rewinddir.c: Likewise.
51499         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
51501         * include/dirent.h (__alloc_dir): Add flags parameter.
51502         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
51503         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
51504         __alloc_dir.
51505         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
51506         from fdopendir if O_CLOEXEC is already set.
51508 2011-03-15  Alan Modra  <amodra@gmail.com>
51510         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
51511         l_tls_firstbyte_offset non-zero.  Save padding offset in
51512         l_tls_firstbyte_offset for later use.
51513         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
51514         freeing static tls block.
51516 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
51518         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
51519         where #ifdef was intended.  The intent is to prevent ARG_MAX from
51520         being defined by the kernel headers.
51522 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
51524         [BZ #12734]
51525         * resolv/resolv.h: Define RES_NOTLDQUERY.
51526         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
51527         no-tld-query and set RES_NOTLDQUERY.
51528         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
51529         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
51530         modern BIND to search name as TLD unless forbidden.
51532 2011-05-07  Petr Baudis  <pasky@suse.cz>
51533             Ulrich Drepper  <drepper@gmail.com>
51535         [BZ #12393]
51536         * elf/dl-load.c (fillin_rpath): Move trusted path check...
51537         (is_trusted_path): ...to here.
51538         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
51539         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
51540         using is_trusted_path_normalize() in setuid scripts.
51542 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
51544         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
51545         __BEGIN/__END_DECLS.
51547 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
51549         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
51550         NSS_STATUS_NOTFOUND if no record was found.
51552 2011-05-05  Andreas Schwab  <schwab@redhat.com>
51554         * sunrpc/Makefile (headers): Add rpc/netdb.h.
51555         (headers-not-in-tirpc): Remove rpc/netdb.h
51556         * resolv/netdb.h: Revert last change.
51558 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
51560         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
51561         circular dependency between libgcc.a and libc.a.
51563 2011-05-05  Andreas Schwab  <schwab@redhat.com>
51565         * resolv/netdb.h: Don't include <rpc/netdb.h>.
51566         * nis/Makefile: Don't install rpcsvc/*.
51567         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
51568         instead of <rpc/types.h>.
51569         (MAXHOSTNAMELEN): Define.
51571 2011-05-03  Andreas Schwab  <schwab@redhat.com>
51573         * elf/ldconfig.c (add_dir): Don't crash on empty path.
51575 2011-04-28  Maciej Babinski  <mbabinski@google.com>
51577         [BZ #12714]
51578         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
51579         gethostbyname4_r when IPv6 results are possible.
51581 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
51583         [BZ #12723]
51584         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
51585         _PC_PIPE_BUF handling.
51587 2011-04-30  Bruno Haible  <bruno@clisp.org>
51589         [BZ #12717]
51590         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
51591         * resolv/netdb.h (getnameinfo): Change type of flags parameter
51592         to 'int'.
51593         * inet/getnameinfo.c (getnameinfo): Likewise.
51595 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
51597         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
51598         to groups setting in database lookup.
51599         * nss/nsswitch.conf: Add initgroups entry.
51601 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
51603         [BZ #12685]
51604         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
51605         mode string.
51606         Patch by Eric Blake <eblake@redhat.com>.
51608 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
51610         * sunrpc/Makefile (need-export-routines): Add svc_run.
51611         (routines): Remove svc_run.
51612         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
51613         * sunrpc/clnt_perr.c (clnt_perrno): Export.
51614         * sunrpc/svc_run.c (svc_run): Likewise.
51615         * sunrpc/svc_udp.c (svcudp_create): Likewise.
51617 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
51619         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
51620         problem in reallocation in last patch.
51622 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
51624         * sunrpc/Makefile: Move inclusion of Rules.
51626 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
51628         * nss/nss_files/files-initgroups.c: New file.
51629         * nss/Makefile (libnss_files-routines): Add files-initgroups.
51630         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
51631         _nss_files_initgroups_dyn.
51633 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
51635         * elf/elf.h (R_ARM_IRELATIVE): Define.
51637 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
51639         * po/ru.po: Update from translation team.
51641 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
51643         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
51644         dependencies.
51646 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
51648         [BZ #12653]
51649         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
51650         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
51651         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
51652         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
51653         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
51655 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
51657         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
51658         differing bytes.
51659         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
51660         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
51661         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
51663 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
51665         [BZ #12420]
51666         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
51667         storing it.
51668         * stdlib/bug-getcontext.c: New file.
51669         * stdlib/Makefile: Add rules to build and run bug-getcontext.
51671 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51673         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
51674         instructions into .machine "z9-109".
51675         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
51676         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
51678 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51680         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
51681         between environment variables and auxiliary vector.
51683 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
51685         * Makefile: Add rules to build linkobj/libc.so.
51686         * include/libc-symbols.h: Define libc_hidden_nolink.
51687         * include/rpc/auth.h: Mark functions which are to be hidden.
51688         * include/rpc/auth_des.h: Likewise.
51689         * include/rpc/auth_unix.h: Likewise.
51690         * include/rpc/clnt.h: Likewise.
51691         * include/rpc/des_crypt.h: Likewise.
51692         * include/rpc/key_prot.h: Likewise.
51693         * include/rpc/pmap_clnt.h: Likewise.
51694         * include/rpc/pmap_prot.h: Likewise.
51695         * include/rpc/pmap_rmt.h: Likewise.
51696         * include/rpc/rpc_msg.h: Likewise.
51697         * include/rpc/svc.h: Likewise.
51698         * include/rpc/svc_auth.h: Likewise.
51699         * include/rpc/xdr.h: Likewise.
51700         * nis/Makefile: Link all DSOs against linkobj/libc.so.
51701         * nss/Makefile: Likewise.
51702         * sunrpc/Makefile: Don't install headers.  Build library with normal
51703         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
51704         * sunrpc/auth_des.c: Hide exported symbols by default, export some
51705         for the compat linking library.  Remove use of INTDEF/INTUSE.
51706         * sunrpc/auth_none.c: Likewise.
51707         * sunrpc/auth_unix.c: Likewise.
51708         * sunrpc/authdes_prot.c: Likewise.
51709         * sunrpc/authuxprot.c: Likewise.
51710         * sunrpc/clnt_gen.c: Likewise.
51711         * sunrpc/clnt_perr.c: Likewise.
51712         * sunrpc/clnt_raw.c: Likewise.
51713         * sunrpc/clnt_simp.c: Likewise.
51714         * sunrpc/clnt_tcp.c: Likewise.
51715         * sunrpc/clnt_udp.c: Likewise.
51716         * sunrpc/clnt_unix.c: Likewise.
51717         * sunrpc/des_crypt.c: Likewise.
51718         * sunrpc/des_soft.c: Likewise.
51719         * sunrpc/get_myaddr.c: Likewise.
51720         * sunrpc/key_call.c: Likewise.
51721         * sunrpc/key_prot.c: Likewise.
51722         * sunrpc/netname.c: Likewise.
51723         * sunrpc/pm_getmaps.c: Likewise.
51724         * sunrpc/pm_getport.c: Likewise.
51725         * sunrpc/pmap_clnt.c: Likewise.
51726         * sunrpc/pmap_prot.c: Likewise.
51727         * sunrpc/pmap_prot2.c: Likewise.
51728         * sunrpc/pmap_rmt.c: Likewise.
51729         * sunrpc/publickey.c: Likewise.
51730         * sunrpc/rpc_cmsg.c: Likewise.
51731         * sunrpc/rpc_common.c: Likewise.
51732         * sunrpc/rpc_dtable.c: Likewise.
51733         * sunrpc/rpc_prot.c: Likewise.
51734         * sunrpc/rpc_thread.c: Likewise.
51735         * sunrpc/rtime.c: Likewise.
51736         * sunrpc/svc.c: Likewise.
51737         * sunrpc/svc_auth.c: Likewise.
51738         * sunrpc/svc_authux.c: Likewise.
51739         * sunrpc/svc_raw.c: Likewise.
51740         * sunrpc/svc_run.c: Likewise.
51741         * sunrpc/svc_simple.c: Likewise.
51742         * sunrpc/svc_tcp.c: Likewise.
51743         * sunrpc/svc_udp.c: Likewise.
51744         * sunrpc/svc_unix.c: Likewise.
51745         * sunrpc/svcauth_des.c: Likewise.
51746         * sunrpc/xcrypt.c: Likewise.
51747         * sunrpc/xdr.c: Likewise.
51748         * sunrpc/xdr_array.c: Likewise.
51749         * sunrpc/xdr_float.c: Likewise.
51750         * sunrpc/xdr_intXX_t.c: Likewise.
51751         * sunrpc/xdr_mem.c: Likewise.
51752         * sunrpc/xdr_rec.c: Likewise.
51753         * sunrpc/xdr_ref.c: Likewise.
51754         * sunrpc/xdr_sizeof.c: Likewise.
51755         * sunrpc/xdr_stdio.c: Likewise.
51757 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
51759         [BZ #12650]
51760         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
51761         * sysdeps/ia64/dl-tls.h: Likewise.
51762         * sysdeps/powerpc/dl-tls.h: Likewise.
51763         * sysdeps/s390/dl-tls.h: Likewise.
51764         * sysdeps/sh/dl-tls.h: Likewise.
51765         * sysdeps/sparc/dl-tls.h: Likewise.
51766         * sysdeps/x86_64/dl-tls.h: Likewise.
51767         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
51769 2011-03-14  Andreas Schwab  <schwab@redhat.com>
51771         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
51772         rpath element also skip the following colon.
51773         (expand_dynamic_string_token): Add is_path parameter and pass
51774         down to DL_DST_REQUIRED and _dl_dst_substitute.
51775         (decompose_rpath): Call expand_dynamic_string_token with
51776         non-zero is_path.  Ignore empty rpaths.
51777         (_dl_map_object_from_fd): Call expand_dynamic_string_token
51778         with zero is_path.
51780 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
51782         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
51783         Make cancelable.
51785 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
51787         [BZ #12655]
51788         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
51789         Patch by Filipe David Manana <fdmanana@apache.org>.
51791 2011-04-07  Andreas Schwab  <schwab@redhat.com>
51793         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
51794         Maintain aligned stack.
51795         (CHECK_RSP): Remove unused macro.
51797 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
51799         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
51800         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
51802 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
51804         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
51806         * include/features.h: Mention __USE_XOPEN2K8 in comment.
51808 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
51810         [BZ #12518]
51811         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
51812         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
51813         * sysdeps/x86_64/memmove.c: New file.
51814         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
51815         (memcpy): Renamed to ...
51816         (__new_memcpy): This.
51817         (memcpy): Provide GLIBC_2_14 memcpy.
51818         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
51819         (memcpy): Provide GLIBC_2_2_5 memcpy.
51821 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
51823         [BZ #12631]
51824         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
51826 2011-03-30  Andreas Schwab  <schwab@redhat.com>
51828         * misc/syncfs.c: New file.
51829         * misc/Makefile (routines): Add syncfs.
51830         * posix/unistd.h: Declare syncfs.
51831         * sysdeps/unix/syscalls.list: Add syncfs.
51833 2011-04-01  Andreas Schwab  <schwab@redhat.com>
51835         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
51836         open_by_handle_at.
51837         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
51838         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
51839         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
51840         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
51841         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
51842         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
51843         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
51845 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
51847         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
51848         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
51849         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
51850         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
51851         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
51852         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
51853         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
51855         * io/Makefile: Compile fallocate.c, fallocate64.c, and
51856         sync_file_range.c with -fexceptions.
51857         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
51858         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
51859         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
51860         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
51861         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
51862         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
51863         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
51864         sync_file_range as cancellation point
51865         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
51866         now a wrapper around __call_sync_file_range with cancellation handling.
51867         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
51868         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
51869         function name to __call_sync_file_range.
51870         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
51871         Add call_sync_file_range.
51873 2011-04-01  Andreas Schwab  <schwab@redhat.com>
51875         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
51876         bits/timex.h.
51878 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
51880         * iconv/iconv.h: Fix typo in comment.
51881         * io/fcntl.h: Likewise.
51882         * libio/stdio.h: Likewise.
51883         * posix/spawn.h: Likewise.
51884         * posix/unistd.h: Likewise.
51885         * stdlib/stdlib.h: Likewise.
51886         * time/time.h: Likewise.
51887         * wcsmbs/wchar.h: Likewise.
51889         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
51890         open_by_handle): Add.
51891         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
51892         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
51893         Augment a few comments.
51894         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
51895         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
51896         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
51897         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
51898         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
51899         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
51900         open_by_handle.
51902         * io/fcntl.h (AT_EMPTY_PATH): Define.
51904 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
51906         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
51907         * sysdeps/unix/sysv/linux/bits/time.h: New file.
51908         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
51909         to...
51910         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
51911         * Versions.def: Add GLIBC_2.14.
51912         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
51913         Export.
51915 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
51917         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
51918         round counter.
51919         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
51921 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
51923         [BZ #12597]
51924         * string/test-strncmp.c (do_page_test): New function.
51925         (check2): Likewise.
51926         (test_main): Call check2.
51927         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
51929 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
51931         [BZ #12587]
51932         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
51933         Handle cache information in CPU leaf 4.
51934         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
51936 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
51938         [BZ #12583]
51939         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
51940         character representation.
51941         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
51943 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
51945         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
51946         END(__isnan) to END(__isnanf) to match function entry point/label
51947         EALIGN(__isnanf,...).
51949 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
51951         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
51953 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
51955         [BZ #12510]
51956         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
51957         copy from the symbol referenced in the relocation to initialize the
51958         used variable.
51959         Patch by Piotr Bury <pbury@goahead.com>.
51960         * elf/Makefile: Add rules to build and tst-unique3.
51961         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
51962         * elf/tst-unique3.cc: New file.
51963         * elf/tst-unique3.h: New file.
51964         * elf/tst-unique3lib.cc: New file.
51965         * elf/tst-unique3lib2.cc: New file.
51967         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
51969 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
51971         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
51972         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
51973         to _start.
51975 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
51977         * elf/dl-load.c (_dl_map_object): If we are looking for the first
51978         to-be-loaded object along a path to loader is ld.so.
51980 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
51981             Ulrich Drepper  <drepper@gmail.com>
51983         * sysdeps/x86_64/memset.S: After aligning destination, code
51984         branches to different locations depending on the value of
51985         misalignment, when multiarch is enabled. Fix this.
51987 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
51989         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
51990         Set _x86_64_preferred_memory_instruction for AMD processsors.
51991         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51992         Set bit_Prefer_SSE_for_memop for AMD processors.
51994 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
51996         * libio/fmemopen.c (fmemopen): Optimize a bit.
51998 2011-03-03  Andreas Schwab  <schwab@redhat.com>
52000         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
52002 2011-03-03  Roland McGrath  <roland@redhat.com>
52004         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
52006 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
52008         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
52009         __bzero_ultra1 instead of __memset_ultra1.
52011 2011-02-23  Andreas Schwab  <schwab@redhat.com>
52012             Ulrich Drepper  <drepper@gmail.com>
52014         [BZ #12509]
52015         * include/link.h (struct link_map): Add l_orig_initfini.
52016         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
52017         returning unsuccessfully.
52018         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
52019         close of a file loaded at startup, restore the original l_initfini
52020         list.
52021         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
52022         list, store the pointer.
52023         * elf/Makefile ($(objpfx)noload-mem): New rule.
52024         (noload-ENV): Define.
52025         (tests): Add $(objpfx)noload-mem.
52026         * elf/noload.c: Include <memcheck.h>.
52027         (main): Call mtrace.  Close all opened handles.
52029 2011-02-17  Andreas Schwab  <schwab@redhat.com>
52031         [BZ #12454]
52032         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
52033         dependencies are missing.
52035 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52037         Fix __if_freereq crash: Unlike the generic version which uses free,
52038         Hurd needs munmap.
52039         * sysdeps/mach/hurd/ifreq.h: New file.
52041 2011-01-27  Petr Baudis  <pasky@suse.cz>
52042             Ulrich Drepper  <drepper@gmail.com>
52044         [BZ 12445]#
52045         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
52046         to extend_alloca().
52047         * stdio-common/bug23.c: New file.
52048         * stdio-common/Makefile (tests): Add bug23.
52050 2010-09-28  Andreas Schwab  <schwab@redhat.com>
52051             Ulrich Drepper  <drepper@gmail.com>
52053         [BZ #12489]
52054         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
52055         before performing relro protection.  At old place add assertion
52056         to make sure nothing changed.
52058 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
52059             Glauber de Oliveira Costa  <glommer@gmail.com>
52061         * elf/elf.h: Add new ARM TLS relocs.
52063 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
52065         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
52066         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
52067         cast from r3.
52068         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
52069         'tests' variable.
52070         * sysdeps/wordsize-64/tst-writev.c: New file.
52072 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
52074         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
52075         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
52076         insns in _dl_start to prevent a TOC reference before relocs are
52077         resolved.
52079 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
52081         [BZ #12469]
52082         * Makeconfig: Remove RANLIB definition.
52083         * Makerules: Don't use RANLIB.
52084         * aclocal.m4: Remove ranlib test.
52085         * configure.in: No need to check for ranlib.
52086         * elf/rtld-Rules: Don't use RANLIB.
52088 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52090         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
52091         protection macro.
52092         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
52093         inclusion protection macro.
52095         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
52096         SIGRTMIN and SIGRTMAX and print information in that case only when
52097         SIGRTMIN is defined.
52099 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
52101         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
52102         arginfo fn returning -1.
52104         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
52105         and thousands string is zero terminated.
52107 2011-02-03  Andreas Schwab  <schwab@redhat.com>
52109         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
52110         sysdeps/unix/sysv/linux/bits/socket.h.
52112 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52114         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
52115         (__CPU_COUNT): Remove old macros.
52116         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
52117         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
52118         (__CPU_ALLOC, __CPU_FREE): Add macros.
52119         (__sched_cpualloc, __sched_cpufree): Add declarations.
52121 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
52123         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
52124         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
52125         * nscd/aicache.c (addhstaiX): Return timeout of added value.
52126         (readdhstai): Return value of addhstaiX call.
52127         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
52128         (addgrbyX): Return value returned by cache_addgr.
52129         (readdgrbyname): Return value returned by addgrbyX.
52130         (readdgrbygid): Likewise.
52131         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
52132         (addpwbyX): Return value returned by cache_addpw.
52133         (readdpwbyname): Return value returned by addhstbyX.
52134         (readdpwbyuid): Likewise.
52135         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
52136         (addservbyX): Return value returned by cache_addserv.
52137         (readdservbyname): Return value returned by addservbyX:
52138         (readdservbyport): Likewise.
52139         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
52140         (addhstbyX): Return value returned by cache_addhst.
52141         (readdhstbyname): Return value returned by addhstbyX.
52142         (readdhstbyaddr): Likewise.
52143         (readdhstbynamev6): Likewise.
52144         (readdhstbyaddrv6): Likewise.
52145         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
52146         (readdinitgroups): Return value returned by addinitgroupsX.
52147         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
52148         (prune_cache): Keep track of timeout value of re-added entries.
52149         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
52150         * nscd/nscd.h: Adjust prototypes of readd* functions.
52152 2011-02-04  Roland McGrath  <roland@redhat.com>
52154         * nis/nis_server.c (nis_servstate): Use the right name for 0.
52155         (nis_stats): Likewise.
52156         * nis/nis_modify.c (nis_modify): Likewise.
52157         * nis/nis_remove.c (nis_remove): Likewise.
52158         * nis/nis_add.c (nis_add): Likewise.
52160         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
52162         * posix/fnmatch_loop.c: Add some consts.
52164         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
52166 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
52168         [BZ #12460]
52169         * config.make.in (config-cflags-novzeroupper): Define.
52170         * configure.in: Substitute libc_cv_cc_novzeroupper.
52171         * elf/Makefile (AVX-CFLAGS): Define.
52172         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
52173         (CFLAGS-tst-auditmod4a.c): Likewise.
52174         (CFLAGS-tst-auditmod4b.c): Likewise.
52175         (CFLAGS-tst-auditmod6b.c): Likewise.
52176         (CFLAGS-tst-auditmod6c.c): Likewise.
52177         (CFLAGS-tst-auditmod7b.c): Likewise.
52178         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
52180 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
52182         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
52183         function to the callback.
52184         Patch partly by Jiri Olsa <jolsa@redhat.com>.
52186 2011-02-02  Andreas Schwab  <schwab@redhat.com>
52188         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
52189         of errno.
52191 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
52193         [BZ #11724]
52194         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
52195         of constructors.
52196         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
52197         of destructors.
52198         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
52200         [BZ #11724]
52201         * elf/Makefile: Add rules to build and run new test.
52202         * elf/tst-initorder.c: New file.
52203         * elf/tst-initorder.exp: New file.
52204         * elf/tst-initordera1.c: New file.
52205         * elf/tst-initordera2.c: New file.
52206         * elf/tst-initordera3.c: New file.
52207         * elf/tst-initordera4.c: New file.
52208         * elf/tst-initorderb1.c: New file.
52209         * elf/tst-initorderb2.c: New file.
52210         * elf/tst-order-a1.c: New file.
52211         * elf/tst-order-a2.c: New file.
52212         * elf/tst-order-a3.c: New file.
52213         * elf/tst-order-a4.c: New file.
52214         * elf/tst-order-b1.c: New file.
52215         * elf/tst-order-b2.c: New file.
52216         * elf/tst-order-main.c: New file.
52217         New test case by George Gensure <werkt0@gmail.com>.
52219 2010-10-01  Andreas Schwab  <schwab@redhat.com>
52221         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
52222         decoding ACE if AI_CANONIDN.
52224 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
52226         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
52228 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
52230         * version.h (RELEASE): Bump for 2.13 release.
52231         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
52233         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
52235         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
52236         MADV_NOHUGEPAGE.
52237         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
52238         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
52239         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
52240         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
52241         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
52242         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52244         * posix/getconf.c: Update copyright year.
52245         * catgets/gencat.c: Likewise.
52246         * csu/version.c: Likewise.
52247         * debug/catchsegv.sh: Likewise.
52248         * debug/xtrace.sh: Likewise.
52249         * elf/ldconfig.c: Likewise.
52250         * elf/ldd.bash.in: Likewise.
52251         * elf/sprof.c (print_version): Likewise.
52252         * iconv/iconv_prog.c: Likewise.
52253         * iconv/iconvconfig.c: Likewise.
52254         * locale/programs/locale.c: Likewise.
52255         * locale/programs/localedef.c: Likewise.
52256         * malloc/memusage.sh: Likewise.
52257         * malloc/mtrace.pl: Likewise.
52258         * nscd/nscd.c (print_version): Likewise.
52259         * nss/getent.c: Likewise.
52261         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
52262         PF_CAIF, and PF_ALG.
52263         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
52265 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
52267         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
52268         (modules-names): Use them.
52269         (ifunc-test-modules, ifunc-pie-tests): Define.
52270         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
52271         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
52272         (test-extras): Likewise.
52273         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
52274         $(compile-command.c).
52275         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
52276         (all-built-dso): Define.
52277         (check-textrel.out, check-execstack.out): Depend on it.
52279         * configure.in: Don't override --enable-multi-arch.
52281 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
52283         [BZ #6812]
52284         * nscd/hstcache.c (tryagain): Define.
52285         (cache_addhst): Return tryagain not notfound for temporary errors.
52286         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
52287         failed.
52289 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
52291         [BZ #10563]
52292         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
52293         to make the syscall.
52294         * sysdeps/unix/sysv/linux/setgroups.c: New file.
52296         [BZ #12378]
52297         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
52298         and fall back to matching as normal character if the string ends before
52299         the matching ']' is found.  This is what POSIX requires.
52300         * posix/testfnm.c: Adjust test result.
52301         * posix/globtest.sh: Adjust test result.  Add new test.
52302         * posix/tst-fnmatch.input: Likewise.
52303         * posix/tst-fnmatch2.c: Add new test.
52305 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
52307         * elf/Makefile (check-execstack): Revert last change.  Depend on
52308         check-execstack.h.
52309         (check-execstack.h): New target.
52310         (generated): Add check-execstack.h.
52311         * elf/check-execstack.c: Include "check-execstack.h".
52312         (main): Revert last change.
52313         (handle_file): Return zero if GNU_STACK is absent and
52314         DEFAULT_STACK_PERMS doesn't include PF_X.
52316 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
52318         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
52319         in child fails because the descriptor is already closed.
52320         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
52321         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
52322         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
52324         [BZ #12397]
52325         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
52326         syscall.
52328         [BZ #10484]
52329         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
52330         temporary buffer used to handle multi lookups locally.
52331         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
52333 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
52335         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
52336         loader is ld.so.
52338 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
52340         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
52341         alignment for SSE2.
52343 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
52345         [BZ #12394]
52346         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
52347         characters.  When rounding increased number of integer digits recompute
52348         number of groups.
52349         * stdio-common/tst-grouping.c: New file.
52350         * stdio-common/Makefile: Add rules to build and run tst-grouping.
52352 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
52354         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
52355         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
52357         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
52358         void.
52359         * bits/select.h: Likewise.
52361 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
52363         * po/ja.po: Update from translation team.
52365 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
52367         [BZ #11155]
52368         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
52369         implementation just like for lxstat, fxstatat, et al.
52371 2010-12-27  Jim Meyering  <meyering@redhat.com>
52373         [BZ #12348]
52374         * posix/regexec.c (build_trtable): Return failure indication upon
52375         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
52377 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
52379         [BZ #12201]
52380         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
52381         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
52382         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
52383         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
52385         [BZ #12207]
52386         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
52388         [BZ #12204]
52389         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
52390         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
52392 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
52394         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
52395         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
52396         script has SORT_BY_INIT_PRIORITY.
52397         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
52398         NO_CTORS_DTORS_SECTIONS is defined.
52399         * elf/soinit.c: Likewise.
52400         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
52401         NO_CTORS_DTORS_SECTIONS is defined.
52402         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
52403         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
52404         * sysdeps/sh/init-first.c: Likewise.
52405         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
52407 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
52409         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
52410         always use the slow path.
52412 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
52414         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
52415         similar rule which adds the sysdep directories to the header search in
52416         order to pick up the correct platform stackinfo.h.
52417         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
52418         perform test if it is, otherwise return successfully without testing.
52419         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
52420         DEFAULT_STACK_PERMS define in stackinfo.h.
52421         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
52422         defined in stackinfo.h.
52423         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
52424         DEFAULT_STACK_PERMS defined in stackinfo.h.
52425         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
52426         * sysdeps/ia64/stackinfo.h: Likewise.
52427         * sysdeps/s390/stackinfo.h: Likewise.
52428         * sysdeps/sh/stackinfo.h: Likewise.
52429         * sysdeps/sparc/stackinfo.h: Likewise.
52430         * sysdeps/x86_64/stackinfo.h: Likewise.
52431         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
52432         PF_X for powerpc64.  Retain PF_X for powerpc32.
52434 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
52436         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
52437         accurately.
52438         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
52439         GETDENTS_64BIT_ALIGNED.
52441 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
52443         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
52445 2010-12-10  Andreas Schwab  <schwab@redhat.com>
52447         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
52448         _GNU_SOURCE.
52450         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
52451         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
52452         Remove __restrict.
52453         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
52454         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
52456 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
52458         [BZ #11655]
52459         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
52460         are initialized.
52462 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
52464         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
52466 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
52468         * po/it.po: Update from translation team.
52470 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
52472         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
52473         unused codes.
52475 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
52477         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
52479 2010-11-24  Andreas Schwab  <schwab@redhat.com>
52481         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
52482         specially.
52483         (gaih_getanswer_slice): Likewise.
52485 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
52487         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
52489 2010-05-31  Petr Baudis  <pasky@suse.cz>
52491         [BZ #11149]
52492         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
52493         silently even in the chroot mode.
52495 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
52497         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
52498         last patch a bit.  Pretty printing
52500 2010-05-31  Petr Baudis <pasky@suse.cz>
52502         [BZ #10085]
52503         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
52504         initialization of skip_initgroups_dyn.
52506 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
52508         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
52509         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52511 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
52513         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
52515 2010-11-11  Andreas Schwab  <schwab@redhat.com>
52517         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
52518         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
52519         (tst-fnmatch-ENV): Set MALLOC_TRACE.
52520         ($(objpfx)tst-fnmatch-mem): New rule.
52521         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
52522         * posix/tst-fnmatch.c (main): Call mtrace.
52524 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
52526         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52527         Support Intel processor model 6 and model 0x2c.
52529 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
52531         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
52532           signed comparison.
52534 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
52536         [BZ #12205]
52537         * string/test-strncasecmp.c (check_result): New function.
52538         (do_one_test): Use it.
52539         (check1): New function.
52540         (test_main): Use it.
52541         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
52542         Support strcasecmp and strncasecmp.
52544 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
52546         [BZ #12194]
52547         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
52548         * sysdeps/x86_64/bits/byteswap.h: Likewise.
52550 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
52552         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
52553         IFUNC support.
52554         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52555         memset-x86-64.
52556         * sysdeps/x86_64/multiarch/bzero.S: New file.
52557         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
52558         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
52559         * sysdeps/x86_64/multiarch/memset.S: New file.
52560         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
52561         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52562         Set bit_Prefer_SSE_for_memop for Intel processors.
52563         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
52564         Define.
52565         (index_Prefer_SSE_for_memop): Define.
52566         (HAS_PREFER_SSE_FOR_MEMOP): Define.
52568 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
52570         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
52571         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
52573 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
52575         [BZ #12191]
52576         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
52577         (__x86_64_raw_data_cache_size_half): Likewise.
52578         (__x86_64_raw_shared_cache_size): Likewise.
52579         (__x86_64_raw_shared_cache_size_half): Likewise.
52581         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
52582         (__x86_64_raw_data_cache_size_half): Likewise.
52583         (__x86_64_raw_shared_cache_size): Likewise.
52584         (__x86_64_raw_shared_cache_size_half): Likewise.
52585         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
52586         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
52587         and __x86_64_raw_shared_cache_size_half.  Round
52588         __x86_64_data_cache_size_half, __x86_64_data_cache_size
52589         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
52590         to multiple of 256 bytes.
52592 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
52594         [BZ #12167]
52595         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
52596         of inacessible symlinks.  Verify result of symlink before returning it.
52597         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
52598         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
52600 2010-10-28  Erich Ritz  <erichritz@gmail.com>
52602         * math/math.h (isinf): Fix typo in comment.
52604 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
52606         * po/da.po: Update from translation team.
52608 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
52610         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
52611         is added to the list.
52613 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52614             Ulrich Drepper  <drepper@gmail.com>
52616         * elf/dl-object.c (_dl_new_object): Don't append the new object to
52617         the global list here.  Move code to...
52618         (_dl_add_to_namespace_list): ...here.  New function.
52619         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
52620         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
52621         * elf/dl-load.c (lose): Don't remove the element from the list.
52622         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
52623         (_dl_map_object): Likewise.
52625 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
52627         [BZ #12159]
52628         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
52629         into all bytes of SSE register.
52630         Patch by Richard Li <richardpku@gmail.com>.
52632 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
52634         [BZ #12140]
52635         * malloc/malloc.c (_int_free): Fill correct number of bytes when
52636         perturbing.
52638 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
52640         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
52641         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
52642         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
52643         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
52644         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
52645         submachine.
52646         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
52648 2010-10-22  Andreas Schwab  <schwab@redhat.com>
52650         * include/dlfcn.h (__RTLD_SECURE): Define.
52651         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
52652         mode & __RTLD_SECURE instead.
52653         (open_path): Rename preloaded parameter to secure.
52654         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
52655         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
52656         * elf/dl-deps.c (openaux): Likewise.
52657         * elf/rtld.c (struct map_args): Remove is_preloaded.
52658         (map_doit): Don't use it.
52659         (dl_main): Likewise.
52660         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
52661         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
52663 2010-09-09  Andreas Schwab  <schwab@redhat.com>
52665         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
52666         (sysd-rules-targets): Remove duplicates.
52667         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
52668         rtld-%.$o dependency.
52670 2010-10-18  Andreas Schwab  <schwab@redhat.com>
52672         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
52673         _dl_map_object do it.
52675 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
52677         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
52678         fast fma builtins, define the macros in the C99 standard.
52679         (FP_FAST_FMAF): Likewise.
52680         (FP_FAST_FMAL): Likewise.
52681         * sysdeps/x86_64/bits/mathdef.h: Likewise.
52683         * bits/mathdef.h: Update copyright year.
52684         * sysdeps/powerpc/bits/mathdef.h: Likewise.
52686 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
52688         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
52689         builtins, define the macros in the C99 standard.
52690         (FP_FAST_FMAF): Likewise.
52691         (FP_FAST_FMAL): Likewise.
52692         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
52693         multiply/add.
52694         (FP_FAST_FMAF): Likewise.
52696 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
52698         [BZ #3268]
52699         * math/libm-test.inc (fma_test): Some new testcases.
52700         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
52701         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
52702         y and infinite z.  Do multiplication by C already in long double.
52703         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
52704         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
52705         y and infinite z.  Do bitwise or of inexact bit into u.d.
52706         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
52707         * sysdeps/i386/fpu/s_fmaf.S: Removed.
52708         * sysdeps/i386/fpu/s_fma.S: Removed.
52709         * sysdeps/i386/fpu/s_fmal.S: Removed.
52711 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
52713         [BZ #3268]
52714         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
52715         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
52716         computation is not scheduled after fetestexcept.  Fix value
52717         of minimum denormal long double.
52719 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
52721         [BZ #3268]
52722         * math/libm-test.inc (fma_test): Add some more tests.
52723         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
52724         correctly.
52726 2010-10-15  Andreas Schwab  <schwab@redhat.com>
52728         * scripts/data/localplt-s390-linux-gnu.data: New file.
52729         * scripts/data/localplt-s390x-linux-gnu.data: New file.
52731 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
52733         [BZ #3268]
52734         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
52735         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
52736         instead of dbl-64.
52737         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
52738         inlines.
52739         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
52740         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
52741         if one of x and y is very large and the other is subnormal.
52742         * sysdeps/s390/fpu/s_fmaf.c: New file.
52743         * sysdeps/s390/fpu/s_fma.c: New file.
52744         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
52745         * sysdeps/powerpc/fpu/s_fma.S: New file.
52746         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
52747         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
52748         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
52750 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
52752         [BZ #3268]
52753         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
52754         fma tests.
52755         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
52756         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
52757         * sysdeps/i386/i686/multiarch/s_fma.c: Include
52758         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
52759         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
52760         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
52761         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
52763 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
52765         [BZ #12078]
52766         * posix/regcomp.c (parse_branch): One more memory leak plugged.
52767         * posix/bug-regex31.input: Add test case.
52769 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
52771         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
52772         * posix/bug-regex31.input: New file.
52774         [BZ #12078]
52775         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
52776         (parse_sub_exp): Fix last change, use postorder.
52778         * posix/bug-regex31.c: New file.
52779         * posix/Makefile: Add rules to build and run bug-regex31.
52781         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
52783         [BZ #12078]
52784         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
52786         [BZ #12108]
52787         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
52788         to have entries in sys_siglist.
52790         [BZ #12093]
52791         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
52792         be NULL.
52794 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
52796         [BZ #3268]
52797         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
52798         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
52799         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
52800         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
52801         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
52802         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
52803         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
52804         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
52805         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
52806         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
52807         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
52808         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
52809         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
52810         * math/ftestexcept.c (fetestexcept): Likewise.
52811         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
52812         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
52813         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
52814         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
52815         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
52816         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
52817         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
52819 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
52821         [BZ #12107]
52822         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
52823         newline.
52825 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
52827         * string/bug-strstr1.c: New file.
52828         * string/Makefile: Add rules to build and run bug-strstr1.
52830 2010-10-05  Eric Blake  <eblake@redhat.com>
52832         [BZ #12092]
52833         * string/str-two-way.h (two_way_long_needle): Always clear memory
52834         when skipping input due to the shift table.
52836 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
52838         [BZ #12005]
52839         * malloc/mcheck.c: Handle large requests.
52841         [BZ #12077]
52842         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
52843         for strncmp and strncasecmp.
52844         * string/stratcliff.c: Add tests for strcmp and strncmp.
52845         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
52847 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
52849         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
52850         __set_fpscr.
52852 2010-09-30  Andreas Jaeger  <aj@suse.de>
52854         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
52855         (CGROUP_SUPER_MAGIC): Define.
52856         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
52857         Handle btrfs and cgroup file systems.
52858         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
52859         Likewise.
52861 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
52863         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
52864         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
52866 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52868         [BZ #12067]
52869         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
52870         trying to locate the ELF header.
52872 2010-09-27  Andreas Schwab  <schwab@redhat.com>
52874         [BZ #11611]
52875         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
52876         Mask out sign-bit copies when constructing f_fsid.
52878 2010-09-24  Petr Baudis <pasky@suse.cz>
52880         * debug/stack_chk_fail_local.c: Add missing licence exception.
52881         * debug/warning-nop.c: Likewise.
52883 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
52885         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
52886         implementing getdents64 using getdents syscall, set d_type if
52887         __ASSUME_GETDENTS32_D_TYPE.
52889 2010-09-16  Andreas Schwab  <schwab@redhat.com>
52891         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
52892         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
52894 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
52896         [BZ #12037]
52897         * posix/unistd.h: Undo change of feature selection for ftruncate from
52898         2010-01-11.
52900 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
52902         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
52903         detection.
52905 2010-09-20  Andreas Schwab  <schwab@redhat.com>
52907         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
52908         fanotify_mark.
52909         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
52911 2010-09-14  Andreas Schwab  <schwab@redhat.com>
52913         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
52914         variables after CHECK_SP call.
52915         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
52917 2010-09-13  Andreas Schwab  <schwab@redhat.com>
52918             Ulrich Drepper  <drepper@redhat.com>
52920         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
52921         re-relocationg ld.so.
52922         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
52923         _dl_init_paths call.
52924         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
52925         here anymore.
52927 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
52929         * resolv/res_init.c (__res_vinit): Count the default server we added.
52931 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
52932             Ulrich Drepper  <drepper@redhat.com>
52934         [BZ #11968]
52935         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
52936         (____longjmp_chk): Use %ebx for saving value across system call.
52937         Add unwind info.
52939 2010-09-06  Andreas Schwab  <schwab@redhat.com>
52941         * manual/Makefile: Don't mix pattern rules with normal rules.
52943 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
52945         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
52946         operation.
52947         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
52948         * libio/iofopncook.c (_IO_cookie_init): Likewise.
52949         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
52950         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
52951         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
52952         Likewise.
52954 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
52956         [BZ #11979]
52957         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
52958         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
52960 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
52962         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
52963         * sysdeps/x86_64/addmul_1.S: Likewise.
52964         * sysdeps/x86_64/lshift.S: Likewise.
52965         * sysdeps/x86_64/mul_1.S: Likewise.
52966         * sysdeps/x86_64/rshift.S: Likewise.
52967         * sysdeps/x86_64/sub_n.S: Likewise.
52968         * sysdeps/x86_64/submul_1.S: Likewise.
52970 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52972         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
52973         Define __sched_param instead of SCHED_* and sched_param when
52974         <bits/sched.h> is included with __need_schedparam defined.
52975         * bits/sched.h [__need_schedparam]
52976         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
52977         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
52978         (__defined_schedparam): Define to 1.
52979         (__sched_param): New structure, identical to sched_param.
52980         (__need_schedparam): Undefine.
52982 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
52984         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
52985         (epoll_create1): Declare.
52987         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
52989 2010-08-31  Andreas Schwab  <schwab@redhat.com>
52991         [BZ #7066]
52992         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
52993         shifting retval into place.
52995 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
52997         * nis/rpcsvc/nis.h: Update copyright notice.
52998         * nis/rpcsvc/nis.x: Likewise.
52999         * nis/rpcsvc/nis_callback.h: Likewise.
53000         * nis/rpcsvc/nis_callback.x: Likewise.
53001         * nis/rpcsvc/nis_object.x: Likewise.
53002         * nis/rpcsvc/nis_tags.h: Likewise.
53003         * nis/rpcsvc/yp.h: Likewise.
53004         * nis/rpcsvc/yp.x: Likewise.
53005         * nis/rpcsvc/ypupd.h: Likewise.
53006         * nis/yp_xdr.c: Likewise.
53007         * nis/ypupdate_xdr.c: Likewise.
53009         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
53010         mainly the body of pmap_getport.  Add parameters to specify timeouts.
53011         (pmap_getport): Use __libc_rpc_getport.
53012         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
53013         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
53014         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
53016 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
53018         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
53019         fanotify_mark.
53021 2010-08-27  Roland McGrath  <roland@redhat.com>
53023         * sysdeps/i386/i686/multiarch/Makefile
53024         (CFLAGS-varshift.c): New variable.
53026 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
53028         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
53029         * sysdeps/i386/i686/multiarch/varshift.c: New file.
53031         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
53033         * sysdeps/x86_64/strlen.S: Minimal code improvement.
53035 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
53037         * sysdeps/x86_64/strlen.S: Unroll the loop.
53038         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53039         strlen-sse2 strlen-sse2-bsf.
53040         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
53041         __strlen_no_bsf if bit_Slow_BSF is set.
53042         (__strlen_sse42): Removed.
53043         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
53044         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
53046 2010-08-25  Roland McGrath  <roland@redhat.com>
53048         * sysdeps/x86_64/multiarch/varshift.S: File removed.
53049         * sysdeps/x86_64/multiarch/varshift.c: New file.
53050         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
53051         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
53052         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
53053         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
53055 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
53057         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53058         strlen-sse2 strlen-sse2-bsf.
53059         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
53060         __strlen_sse2_bsf if bit_Slow_BSF is unset.
53061         (__strlen_sse2): Removed.
53062         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
53063         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
53064         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
53065         bit_Slow_BSF for Atom.
53066         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
53067         (index_Slow_BSF): Define.
53068         (HAS_SLOW_BSF): Define.
53070 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
53072         [BZ #10851]
53073         * resolv/res_init.c (__res_vinit): When no server address at all
53074         is given default to loopback.
53076 2010-08-24  Roland McGrath  <roland@redhat.com>
53078         * configure.in: Remove config-name.h generation.
53079         * configure: Regenerated.
53080         * config-name.in: File removed.
53081         * scripts/config-uname.sh: New file.
53082         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
53083         ($(objdir)config-name.h): New target.
53085         * sunrpc/rpc_parse.h: Avoid nested comment.
53087 2010-08-24  Richard Henderson  <rth@redhat.com>
53088             Ulrich Drepper  <drepper@redhat.com>
53089             H.J. Lu  <hongjiu.lu@intel.com>
53091         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
53092         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
53093         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
53094         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
53095         _mm_alignr_epi8 with _mm_loadu_si128.
53096         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
53097         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
53098         (__m128i_shift_right): Removed.
53099         * sysdeps/i386/i686/multiarch/varshift.h: New file.
53100         * sysdeps/i386/i686/multiarch/varshift.S: New file.
53101         * sysdeps/x86_64/multiarch/varshift.h: New file.
53102         * sysdeps/x86_64/multiarch/varshift.S: New file.
53104 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
53106         * configure.in: Move assembler checks to before sysdep dir checking.
53108 2010-08-20  Petr Baudis  <pasky@suse.cz>
53110         * LICENSES: Sync the sunrpc license.
53112 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
53114         * sunrpc/auth_des.c: Update copyright notice once again.
53115         * sunrpc/auth_none.c: Likewise.
53116         * sunrpc/auth_unix.c: Likewise.
53117         * sunrpc/authdes_prot.c: Likewise.
53118         * sunrpc/authuxprot.c: Likewise.
53119         * sunrpc/bindrsvprt.c: Likewise.
53120         * sunrpc/clnt_gen.c: Likewise.
53121         * sunrpc/clnt_perr.c: Likewise.
53122         * sunrpc/clnt_raw.c: Likewise.
53123         * sunrpc/clnt_simp.c: Likewise.
53124         * sunrpc/clnt_tcp.c: Likewise.
53125         * sunrpc/clnt_udp.c: Likewise.
53126         * sunrpc/clnt_unix.c: Likewise.
53127         * sunrpc/des_crypt.c: Likewise.
53128         * sunrpc/des_soft.c: Likewise.
53129         * sunrpc/get_myaddr.c: Likewise.
53130         * sunrpc/getrpcport.c: Likewise.
53131         * sunrpc/key_call.c: Likewise.
53132         * sunrpc/key_prot.c: Likewise.
53133         * sunrpc/openchild.c: Likewise.
53134         * sunrpc/pm_getmaps.c: Likewise.
53135         * sunrpc/pm_getport.c: Likewise.
53136         * sunrpc/pmap_clnt.c: Likewise.
53137         * sunrpc/pmap_prot.c: Likewise.
53138         * sunrpc/pmap_prot2.c: Likewise.
53139         * sunrpc/pmap_rmt.c: Likewise.
53140         * sunrpc/rpc/auth.h: Likewise.
53141         * sunrpc/rpc/auth_unix.h: Likewise.
53142         * sunrpc/rpc/clnt.h: Likewise.
53143         * sunrpc/rpc/des_crypt.h: Likewise.
53144         * sunrpc/rpc/key_prot.h: Likewise.
53145         * sunrpc/rpc/netdb.h: Likewise.
53146         * sunrpc/rpc/pmap_clnt.h: Likewise.
53147         * sunrpc/rpc/pmap_prot.h: Likewise.
53148         * sunrpc/rpc/pmap_rmt.h: Likewise.
53149         * sunrpc/rpc/rpc.h: Likewise.
53150         * sunrpc/rpc/rpc_des.h: Likewise.
53151         * sunrpc/rpc/rpc_msg.h: Likewise.
53152         * sunrpc/rpc/svc.h: Likewise.
53153         * sunrpc/rpc/svc_auth.h: Likewise.
53154         * sunrpc/rpc/types.h: Likewise.
53155         * sunrpc/rpc/xdr.h: Likewise.
53156         * sunrpc/rpc_clntout.c: Likewise.
53157         * sunrpc/rpc_cmsg.c: Likewise.
53158         * sunrpc/rpc_common.c: Likewise.
53159         * sunrpc/rpc_cout.c: Likewise.
53160         * sunrpc/rpc_dtable.c: Likewise.
53161         * sunrpc/rpc_hout.c: Likewise.
53162         * sunrpc/rpc_main.c: Likewise.
53163         * sunrpc/rpc_parse.c: Likewise.
53164         * sunrpc/rpc_parse.h: Likewise.
53165         * sunrpc/rpc_prot.c: Likewise.
53166         * sunrpc/rpc_sample.c: Likewise.
53167         * sunrpc/rpc_scan.c: Likewise.
53168         * sunrpc/rpc_scan.h: Likewise.
53169         * sunrpc/rpc_svcout.c: Likewise.
53170         * sunrpc/rpc_tblout.c: Likewise.
53171         * sunrpc/rpc_util.c: Likewise.
53172         * sunrpc/rpc_util.h: Likewise.
53173         * sunrpc/rpcinfo.c: Likewise.
53174         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
53175         * sunrpc/rpcsvc/key_prot.x: Likewise.
53176         * sunrpc/rpcsvc/klm_prot.x: Likewise.
53177         * sunrpc/rpcsvc/mount.x: Likewise.
53178         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
53179         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
53180         * sunrpc/rpcsvc/rex.x: Likewise.
53181         * sunrpc/rpcsvc/rstat.x: Likewise.
53182         * sunrpc/rpcsvc/rusers.x: Likewise.
53183         * sunrpc/rpcsvc/sm_inter.x: Likewise.
53184         * sunrpc/rpcsvc/spray.x: Likewise.
53185         * sunrpc/rpcsvc/yppasswd.x: Likewise.
53186         * sunrpc/rtime.c: Likewise.
53187         * sunrpc/svc.c: Likewise.
53188         * sunrpc/svc_auth.c: Likewise.
53189         * sunrpc/svc_authux.c: Likewise.
53190         * sunrpc/svc_raw.c: Likewise.
53191         * sunrpc/svc_run.c: Likewise.
53192         * sunrpc/svc_simple.c: Likewise.
53193         * sunrpc/svc_tcp.c: Likewise.
53194         * sunrpc/svc_udp.c: Likewise.
53195         * sunrpc/svc_unix.c: Likewise.
53196         * sunrpc/svcauth_des.c: Likewise.
53197         * sunrpc/xcrypt.c: Likewise.
53198         * sunrpc/xdr.c: Likewise.
53199         * sunrpc/xdr_array.c: Likewise.
53200         * sunrpc/xdr_float.c: Likewise.
53201         * sunrpc/xdr_mem.c: Likewise.
53202         * sunrpc/xdr_rec.c: Likewise.
53203         * sunrpc/xdr_ref.c: Likewise.
53204         * sunrpc/xdr_sizeof.c: Likewise.
53205         * sunrpc/xdr_stdio.c: Likewise.
53207         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
53208         handling.
53210 2010-08-19  Andreas Schwab  <schwab@redhat.com>
53212         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
53214 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
53216         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
53217         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
53218         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
53219         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
53220         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
53221         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
53222         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
53223         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
53224         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
53225         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
53226         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
53227         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
53228         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
53229         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
53231 2010-07-26  Anton Blanchard  <anton@samba.org>
53233         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
53234         * malloc/arena.c (heap_trim): Likewise.
53236 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
53238         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
53239         here.  Not...
53240         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
53241         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
53243 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
53245         * sysdeps/i386/elf/Makefile: New file.
53247 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53249         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
53250         from fanotify_init.
53251         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
53252         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53254 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
53256         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
53257         of strncasecmp_l.
53258         * sysdeps/multiarch/strcmp.S: Likewise.
53260 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
53262         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53263         strncase_l-nonascii.
53264         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53265         Add strncase_l-ssse3.
53266         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
53267         * sysdeps/x86_64/strcmp.S: Likewise.
53268         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
53269         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
53270         * sysdeps/x86_64/strncase.S: New file.
53271         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
53272         * sysdeps/x86_64/strncase_l.S: New file.
53273         * string/Makefile (strop-tests): Add strncasecmp.
53274         * string/test-strncasecmp.c: New file.
53276         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
53277         warning.
53279         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
53280         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
53282 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53284         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
53286 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
53288         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
53289         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
53290         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
53292 2010-05-01  Alan Modra  <amodra@gmail.com>
53294         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
53295         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
53296         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
53297         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
53298         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
53299         tidying.  Don't tail-call __sigjmp_save for static lib.
53300         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
53301         save location.
53302         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
53303         (CALL_MCOUNT): Add eh info, and nop after bl.
53304         (TAIL_CALL_SYSCALL_ERROR): New macro.
53305         (PSEUDO_RET): Use it.
53306         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
53307         Correct save location of integer regs and cr.
53308         (_dl_profile_resolve): Correct cr save location.  Delete nops
53309         after bl when SHARED.  Reduce cfi size a little by better
53310         placement of cfi directives.
53311         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
53312         make a stack frame.  Instead use parm save area as a temp.
53313         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
53314         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
53315         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
53316         Don't make a stack frame for parent, use parm save area.
53317         Increase child stack frame to 112 bytes.  Don't save unused reg,
53318         and adjust reg usage.  Set up cfi on error recovery and
53319         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
53320         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
53321         (__makecontext): Add dummy nop after jump to exit.
53322         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
53323         Use correct parm save area and cr save, reduce stack frame.
53324         Correct cfi for possible PSEUDO_RET frame setup.
53325         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
53326         Branch to local label emitted by PSEUDO_RET rather than
53327         __syscall_error.
53329 2010-08-12  Andreas Schwab  <schwab@redhat.com>
53331         [BZ #11904]
53332         * locale/programs/locale.c (print_assignment): New function.
53333         (show_locale_vars): Use it.
53335 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
53337         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
53338         field.
53339         (struct statfs64): Likewise.
53340         (_STATFS_F_FLAGS): Define.
53341         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
53342         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53343         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
53344         (ST_VALID): Define locally.
53345         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
53346         __statvfs_getflags, use the provided value.
53347         * sysdeps/unix/sysv/linux/kernel-features.h: Define
53348         __ASSUME_STATFS_F_FLAGS.
53350         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
53352         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
53353         Add sys/fanotify.h.
53354         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
53355         fanotify_mask for GLIBC_2.13.
53356         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
53357         fanotify_init and fanotify_mark.
53358         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53359         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
53361         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
53362         Add prlimit.
53363         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
53364         prlimit64 for GLIBC_2.13.
53365         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
53366         prlimit64.
53367         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
53368         syscall.
53369         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
53370         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53371         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
53372         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
53373         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
53374         add prlimit alias.
53375         * sysdeps/unix/sysv/linux/prlimit.c: New file.
53377         [BZ #11903]
53378         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
53379         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
53381         * nss/Makefile: Add rules to build and run tst-nss-test1.
53382         * shlib-versions: Add entry for libnss_test1.
53383         * nss/nss_test1.c: New file.
53384         * nss/tst-nss-test1.c: New file.
53386         * nss/nsswitch.c (__nss_database_custom): Define new variable.
53387         (__nss_configure_lookup): Set appropriate entry in
53388         __nss_configure_lookup to true.
53389         * nss/nsswitch.h: Define enum with indeces of databases in
53390         databases and __nss_database_custom arrays.  Declare
53391         __nss_database_custom.
53392         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
53393         to avoid using nscd when custom rules are installed.
53394         * nss/getXXbyYY_r.c: Likewise.
53395         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
53397         * nss/nss_files/files-parse.c: Whitespace fixes.
53399 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
53401         [BZ #11883]
53402         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
53403         * posix/fnmatch_loop.c: Likewise.
53405 2010-07-17  Andi Kleen  <ak@linux.intel.com>
53407         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
53408         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
53409         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
53410         * Versions.def [GLIBC_2.13]: Add.
53412 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
53414         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
53415         Also fail if tpwd after pwuid call is NULL.
53417 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53419         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
53420         when converting to ms.
53422 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53424         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
53425         EOPNOTSUPP errors with ENOTTY.
53426         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
53427         EOPNOTSUPP errors with ENOTTY.
53429 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
53431         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53432         Add strcasecmp_l-ssse3.
53433         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
53434         strcasecmp.
53435         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
53436         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
53437         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
53439 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
53441         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
53443         * string/Makefile (strop-tests): Add strcasecmp.
53444         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53445         strcasecmp_l-nonascii.
53446         (gen-as-const-headers): Add locale-defines.sym.
53447         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
53448         * sysdeps/x86_64/strcasecmp.S: New file.
53449         * sysdeps/x86_64/strcasecmp_l.S: New file.
53450         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
53451         * sysdeps/x86_64/locale-defines.sym: New file.
53452         * string/test-strcasecmp.c: New file.
53454         * string/test-strcasestr.c: Test both ends of the range of characters.
53455         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
53457 2010-07-29  Roland McGrath  <roland@redhat.com>
53459         [BZ #11856]
53460         * manual/locale.texi (Yes-or-No Questions): Fix example code.
53462 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
53464         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
53465         for ld.so.
53467 2010-07-27  Andreas Schwab  <schwab@redhat.com>
53469         * manual/memory.texi (Malloc Tunable Parameters): Document
53470         M_PERTURB.
53472 2010-07-26  Roland McGrath  <roland@redhat.com>
53474         [BZ #11840]
53475         * configure.in (-fgnu89-inline check): Set and substitute
53476         gnu89_inline, not libc_cv_gnu89_inline.
53477         * configure: Regenerated.
53478         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
53480 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
53482         * string/test-strnlen.c: New file.
53483         * string/Makefile (strop-tests): Add strnlen.
53484         * string/tester.c (test_strnlen): Add a few more test cases.
53485         * string/tst-strlen.c: Better error reporting.
53487         * sysdeps/x86_64/strnlen.S: New file.
53489 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
53491         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
53492         lower-latency instructions.
53494 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
53496         * string/test-strcasestr.c: New file.
53497         * string/test-strstr.c: New file.
53498         * string/Makefile (strop-tests): Add strstr and strcasestr.
53499         * string/str-two-way.h: Don't undefine MAX.
53500         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
53502 2010-07-21  Andreas Schwab  <schwab@redhat.com>
53504         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53505         strcasestr-nonascii.
53506         (CFLAGS-strcasestr-nonascii.c): Define.
53507         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
53508         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
53509         Remove unused attribute.
53511 2010-07-20  Roland McGrath  <roland@redhat.com>
53513         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
53514         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
53515         ld.so.cache was broken.  With it, there is no way to disable dsocaps
53516         like LD_HWCAP_MASK can disable hwcaps.
53518 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
53520         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
53522 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
53524         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
53525         call in strcasestr.
53526         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
53527         __strcasestr_sse42_nonascii.
53528         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
53529         strcasestr-nonascii.c.
53530         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
53532 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
53534         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
53535         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
53536         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
53537         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
53539 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
53541         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
53542         fcntl.
53544 2010-07-06  Andreas Schwab  <schwab@redhat.com>
53546         [BZ #11577]
53547         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
53548         dl_signal_cerror.
53550 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
53552         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
53553         _PC_PIPE_BUF using F_GETPIPE_SZ.
53555 2010-07-05  Roland McGrath  <roland@redhat.com>
53557         * manual/arith.texi (Rounding Functions): Fix rint description
53558         implicit in round description.
53560 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
53562         * elf/Makefile: Fix linking for a few tests to make recent linker
53563         happy.
53565 2010-06-30  Andreas Schwab  <schwab@redhat.com>
53567         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
53568         $(common-objpfx)libc_nonshared.a.
53570 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
53572         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
53573         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
53574         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
53575         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
53576         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
53577         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
53578         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
53579         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
53580         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
53581         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
53582         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
53583         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
53584         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
53585         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
53586         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
53587         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
53588         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
53589         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
53590         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
53591         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
53592         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
53593         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
53594         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
53595         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
53596         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
53597         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
53598         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
53599         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
53600         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
53601         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
53602         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
53603         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
53604         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
53605         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
53606         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
53607         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
53608         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
53609         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
53610         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
53611         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
53612         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
53613         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
53614         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
53615         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
53616         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
53617         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
53618         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
53619         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
53621 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
53623         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
53624         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
53625         * string/memmove.c (memmove): Renamed to ...
53626         (MEMMOVE): ...this.  Default to memmove.
53627         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
53628         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
53629         (END_CHK): Define.
53630         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53631         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
53632         mempcpy-ssse3-back memmove-ssse3-back.
53633         * sysdeps/x86_64/multiarch/bcopy.S: New file .
53634         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
53635         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
53636         * sysdeps/x86_64/multiarch/memcpy.S: New file.
53637         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
53638         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
53639         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
53640         * sysdeps/x86_64/multiarch/memmove.c: New file.
53641         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
53642         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
53643         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
53644         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
53645         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
53646         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
53647         Define.
53648         (index_Fast_Copy_Backward): Define.
53649         (HAS_ARCH_FEATURE): Define.
53650         (HAS_FAST_REP_STRING): Define.
53651         (HAS_FAST_COPY_BACKWARD): Define.
53653 2010-06-21  Andreas Schwab  <schwab@redhat.com>
53655         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
53656         Restore proper fallback handling.
53658 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
53660         [BZ #11701]
53661         * posix/group_member.c (__group_member): Correct checking loop.
53663         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
53664         OOM in getpwuid_r correctly.  Return error number when the caller
53665         should return, otherwise -1.
53666         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
53667         call returning > 0 value.
53668         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
53670 2010-06-07  Andreas Schwab  <schwab@redhat.com>
53672         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
53673         libc_nonshared.a from targets in modules-names.
53675 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
53677         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
53678         requires it.
53680 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
53682         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
53683         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
53684         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
53685         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
53687 2010-06-02  Andreas Schwab  <schwab@redhat.com>
53689         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
53691 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
53693         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
53694         and F_GETPIPE_SZ.
53695         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
53696         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
53697         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
53698         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
53699         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
53700         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
53702 2010-06-14  Roland McGrath  <roland@redhat.com>
53704         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
53706 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
53708         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
53709         __REDIRECT followed by __THROW.
53710         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
53711         * posix/getopt.h (getopt): Likewise.
53713 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
53715         * hurd/lookup-at.c (__file_name_lookup_at): Accept
53716         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
53717         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
53718         in AT_FLAGS.
53719         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
53720         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
53722 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
53724         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
53726 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
53728         [BZ #11640]
53729         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53730         Properly check family and model.
53732 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
53734         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
53736 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
53738         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
53740 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
53742         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
53743         symbol reference.
53745 2010-05-19  Andreas Schwab  <schwab@redhat.com>
53747         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
53748         symbol reference.
53750 2010-05-21  Andreas Schwab  <schwab@redhat.com>
53752         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
53753         and internal_recvmmsg.
53754         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
53755         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
53756         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
53757         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
53759         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
53760         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
53761         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
53763 2010-05-20  Andreas Schwab  <schwab@redhat.com>
53765         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
53767 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
53769         POWER7 optimizations.
53770         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
53771         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
53773 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
53775         * version.h: Update for 2.13 development version.
53777 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
53779         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
53780         exceptions.  Return 0.
53782 2010-05-07  Roland McGrath  <roland@redhat.com>
53784         * elf/ldconfig.c (main): Add a const.
53786 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
53788         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
53789         (args_options): Add no-idn option.
53790         (ahosts_keys_int): Add idn_flags to ai_flags.
53791         (parse_option): Handle 'i' option to clear idn_flags.
53793         * malloc/malloc.c (_int_free): Possible race in the most recently
53794         added check.  Only act on the data if no current modification
53795         happened.
53797 See ChangeLog.17 for earlier changes.