Sparc memchr/memcmp/strncmp fixes from Il'ya Malakhov.
[glibc.git] / ChangeLog
blob411ef3dcc3d642a374625e7d15b72427fbab6a7e
1 2015-04-17  Il'ya Malakhov <ilmalakhov@yandex.ru>
3         [BZ #17825]
4         * sysdeps/sparc/sparc64/memchr.S: Fix signedness handling of length.
5         * sysdeps/sparc/sparc64/memcmp.S: Likewise.
6         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
8 2015-04-17  Roland McGrath  <roland@hack.frob.com>
10         Add preliminary port to Google Native Client on ARM.
11         * abi-tags (.*-.*-nacl.*): New entry.
12         * sysdeps/arm/nacl: New directory.
13         * sysdeps/nacl: New directory.
15 2015-04-16  David S. Miller  <davem@davemloft.net>
17         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Make use of
18         lowlevellock-futex.h
20 2015-04-16  Chris Metcalf  <cmetcalf@ezchip.com>
22         * sysdeps/tile/configure.ac: New file.
23         * sysdeps/tile/configure: Regenerated.
25 2015-04-15  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
27         * wcsmbs/wcschr.c [WCSCHR] (wcschr): Define as __wcschr.  Remove
28         conditionals for weak_alias and libc_hidden_weak.
29         * sysdeps/i386/i686/multiarch/wcschr-c.c [libc]: Undefine
30         libc_hidden_weak and weak_alias.
31         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c [libc]:
32         Undefine libc_hidden_weak. Define libc_hidden_def for SHARED builds
33         and weak_alias for static one.
35 2015-04-15  David S. Miller  <davem@davemloft.net>
37         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
39 2015-04-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
41         [BZ #18206]
42         * wcsmbs/wcsncmp.c (wcsncmp): Compare as wchar_t, not wint_t.
43           Use signed comparision instead of substraction to avoid
44           overflow bug.
45         * localedata/tests-mbwc/tst_wcsncmp.c (tst_wcsncmp):
46           Take the sign of ret.
47         * localedata/tests-mbwc/dat_wcsncmp.c (tst_wcsncmp_loc):
48           Do not expect precise return values. Only the sign matters.
49         * wcsmbs/Makefile (strop-tests): Add wcsncmp.
50         * wcsmbs/test-wcsncmp.c: New File.
51         * string/test-strncmp.c: Add wcsncmp support.
53 2015-04-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
55         [BZ #6792]
56         * math/w_log1p.c: New file.
57         * math/w_log1pf.c: Likewise.
58         * math/w_log1pl.c: Likewise.
59         * math/Makefile (libm-calls): Add w_log1p.
60         * math/s_log1pl.c (log1pl): Remove weak_alias.
61         * sysdeps/i386/fpu/s_log1p.S (log1p): Likewise.
62         * sysdeps/i386/fpu/s_log1pf.S (log1pf): Likewise.
63         * sysdeps/i386/fpu/s_log1pl.S (log1pl): Likewise.
64         * sysdeps/x86_64/fpu/s_log1pl.S (log1pl): Likewise.
65         * sysdeps/ieee754/dbl-64/s_log1p.c (log1p): Likewise.
66         [NO_LONG_DOUBLE] (log1pl): Likewise.
67         * sysdeps/ieee754/flt-32/s_log1pf.c (log1pf): Likewise.
68         * sysdeps/ieee754/ldbl-128/s_log1pl.c (log1pl): Likewise.
69         * sysdeps/ieee754/ldbl-64-128/s_log1pl.c
70         (log1p): Remove long_double_symbol.
71         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (log1pl): Likewise.
72         * sysdeps/ieee754/ldbl-64-128/w_log1pl.c: New file.
73         * sysdeps/ieee754/ldbl-128ibm/w_log1pl.c: Likewise.
74         * sysdeps/m68k/m680x0/fpu/s_log1p.c: Define empty weak_alias to
75         remove weak_alias for corresponding log1p function.
76         * sysdeps/m68k/m680x0/fpu/s_log1pf.c: Likewise.
77         * sysdeps/m68k/m680x0/fpu/s_log1pl.c: Likewise.
78         * sysdeps/ia64/fpu/w_log1p.c: New file.
79         * sysdeps/ia64/fpu/w_log1pf.c: Likewise.
80         * sysdeps/ia64/fpu/w_log1pl.c: Likewise.
81         * math/libm-test.inc (log1p_test_data): Add errno expectations.
83 2015-04-10  Joseph Myers  <joseph@codesourcery.com>
85         [BZ #18247]
86         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Decrease minimum
87         decimal exponent by 1.
88         * stdlib/tst-strtod-round-data: Add more tests.
89         * stdlib/tst-strtod-round.c (tests): Regenerated.
91 2015-04-09  Joseph Myers  <joseph@codesourcery.com>
93         * math/auto-libm-test-in: Add more tests of clog and clog10.
94         * math/auto-libm-test-out: Regenerated.
95         * sysdeps/i386/fpu/libm-test-ulps: Update.
96         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
98 2015-04-09  Roland McGrath  <roland@hack.frob.com>
100         * Makeconfig (module-cppflags): Exclude all .v.i files.
101         (skip-module-cppflags): Variable removed.
103         * configure.ac (libc_config_ok): Initialize before reading
104         preconfigure scripts, not after.
105         * configure: Regenerated.
107         * test-skeleton.c (TIMEOUT): Move #define to top level.
108         (main): Grok environment variable TEST_DIRECT.  If set, print
109         test expectation details into that file and then behave as if
110         given --direct.
112 2015-04-09  Florian Weimer  <fweimer@redhat.com>
114         * malloc/tst-scratch_buffer.c (do_test): Suppress truncation
115         warning on 32-bit.
117 2015-04-08  David S. Miller  <davem@davemloft.net>
119         * sysdeps/sparc/fpu/libm-test-ulps: Update.
121 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
123         * math/auto-libm-test-in: Add more tests of atanh.
124         * math/auto-libm-test-out: Regenerated.
125         * sysdeps/i386/fpu/libm-test-ulps: Update.
126         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
128         * math/auto-libm-test-in: Add more tests of atan.
129         * math/auto-libm-test-out: Regenerated.
130         * sysdeps/i386/fpu/libm-test-ulps: Update.
131         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
133 2015-04-08  Florian Weimer  <fweimer@redhat.com>
135         * elf/pldd.c (main): Rewrite to use struct
136         scratch_buffer instead of extend_alloca.
137         * elf/pldd-xx.c (find_maps): Likewise.
138         * grp/initgroups.c: Include <scratch_buffer.h> instead of
139         <alloca.h>.
140         * grp/compat-initgroups.c (compat_call): Rewrite to use struct
141         scratch_buffer instead of extend_alloca.
142         * nscd/initgrcache.c: Include <scratch_buffer.h>, now needed by
143         grp/compat-initgroups.c.
144         * nis/nss_compat/compat-initgroups.c (_nss_compat_initgroups_dyn):
145         Rewrite to use struct scratch_buffer instead of extend_alloca.
146         * inet/getnameinfo.c (nrl_domainname, getnameinfo): Likewise.
147         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
149 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
151         * math/auto-libm-test-in: Add more tests of cbrt.
152         * math/auto-libm-test-out: Regenerated.
153         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
155         * math/auto-libm-test-in: Add more tests of cabs.
156         * math/auto-libm-test-out: Regenerated.
157         * sysdeps/i386/fpu/libm-test-ulps: Update.
158         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
160         [BZ #18210]
161         [BZ #18211]
162         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <fenv.h>.
163         (__ieee754_atan2): Set FE_TONEAREST mode for internal
164         computations.
165         * math/auto-libm-test-in: Add more tests of atan2, carg, clog and
166         clog10.
167         * math/auto-libm-test-out: Regenerated.
168         * sysdeps/i386/fpu/libm-test-ulps: Update.
169         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
171         [BZ #18197]
172         * sysdeps/ieee754/dbl-64/s_atan.c: Include <fenv.h>.
173         (atan): Set FE_TONEAREST mode for internal computations.
174         * math/auto-libm-test-in: Add more tests of atan.
175         * math/auto-libm-test-out: Regenerated.
177 2015-04-07  James Cowgill  <james410@cowgill.org.uk>
179         [BZ #17930]
180         * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_NORESERVE): Define.
182 2015-04-07  Florian Weimer  <fweimer@redhat.com>
184         * malloc/scratch_buffer_grow_preserve.c: Include <string.h>
186 2015-04-07  Florian Weimer  <fweimer@redhat.com>
188         * include/scratch_buffer.h: New file.
189         * malloc/scratch_buffer_grow.c: Likewise.
190         * malloc/scratch_buffer_grow_preserve.c: Likewise.
191         * malloc/scratch_buffer_set_array_size.c: Likewise.
192         * malloc/tst-scratch_buffer.c: Likewise.
193         * malloc/Makefile (routines): Add scratch_buffer_grow.
194         (tests): Add test case.
195         * malloc/Versions (GLIBC_PRIVATE): Export
196         __libc_scratch_buffer_grow, __libc_scratch_buffer_grow_preserve,
197         __libc_scratch_buffer_set_array_size.
199 2015-04-06  Richard Henderson  <rth@redhat.com>
201         * sysdeps/unix/alpha/sysdep.h: Unconditionally include dl-sysdep.h.
202         * sysdeps/alpha/fpu/libm-test-ulps: Update.
204         * math/test-fenvinline.c (feenable_test): Cast fe_exc to
205         unsigned int before printing.
207 2015-04-03  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
209         [BZ #17596]
210         * wcsmbs/mbrtowc.c (__mbrtowc): Add check for n=0.
211         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
213 2015-04-02  Florian Weimer  <fweimer@redhat.com>
215         * include/libc-internal.h (libc_max_align_t): Define.
217 2015-04-02  Andreas Schwab  <schwab@suse.de>
219         [BZ #16850]
220         * sysdeps/unix/sysv/linux/aarch64/bits/sigstack.h: New file.
222 2015-04-02  Mel Gorman  <mgorman@suse.de>
224         [BZ #17195]
225         * malloc/arena.c (free): Apply trim threshold to per-thread heaps
226         as well as the main arena.
228 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
230         [BZ #18185]
231         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Limit threads
232         sharing L2 cache to 2 for Silvermont/Knights Landing.
234 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
236         [BZ #17711]
237         * config.make.in (have-protected-data): New.
238         * configure.ac: Check linker support for protected data symbol.
239         * configure: Regenerated.
240         * elf/Makefile (modules-names): Add tst-protected1moda and
241         tst-protected1modb if $(have-protected-data) is yes.
242         (tests): Add tst-protected1a and tst-protected1b if
243         $(have-protected-data) is yes.
244         ($(objpfx)tst-protected1a): New.
245         ($(objpfx)tst-protected1b): Likewise.
246         (tst-protected1modb.so-no-z-defs): Likewise.
247         * elf/tst-protected1a.c: New file.
248         * elf/tst-protected1b.c: Likewise.
249         * elf/tst-protected1mod.h: Likewise.
250         * elf/tst-protected1moda.c: Likewise.
251         * elf/tst-protected1modb.c: Likewise.
253 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
255         [BZ #17711]
256         * elf/dl-lookup.c (do_lookup_x): When UNDEF_MAP is NULL, which
257         indicates it is called from do_lookup_x on relocation against
258         protected data, skip the data definion in the executable from
259         copy reloc.
260         (_dl_lookup_symbol_x): Pass ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA,
261         instead of ELF_RTYPE_CLASS_PLT, to do_lookup_x for
262         EXTERN_PROTECTED_DATA relocation against STT_OBJECT symbol.
263         * sysdeps/generic/ldsodefs.h * (ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA):
264         New.  Defined to 4 if DL_EXTERN_PROTECTED_DATA is defined,
265         otherwise to 0.
266         * sysdeps/i386/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
267         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Set class
268         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_386_GLOB_DAT.
269         * sysdeps/x86_64/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
270         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Set class
271         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_X86_64_GLOB_DAT.
273 2015-03-28  Martin Galvan  <martin.galvan@tallertechnologies.com>
275         * sysdeps/nptl/pthread.h: Remove duplicate definition of
276         PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP.
278 2015-03-27  Martin Galvan  <martin.galvan@tallertechnologies.com>
280         * sysdeps/i386/nptl/tls.h: Swap comments between THREAD_SETMEM and
281         THREAD_SETMEM_NC.
282         * sysdeps/x86_64/nptl/tls.h: Ditto.
284 2015-03-27  Roland McGrath  <roland@hack.frob.com>
286         * dlfcn/tststatic.c (main): Converted to ...
287         (do_test): ... this.
288         (TEST_FUNCTION): New macro.
289         Include test-skeleton.c.
291 2015-03-26  Alan Modra  <amodra@gmail.com>
293         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_fixup_plt):
294         Don't segfault if ifunc resolver returns a NULL.  Do set plt to
295         zero for undefined weak.
296         (elf_machine_plt_conflict): Similarly.
298 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
300         * math/auto-libm-test-in: Add more tests of acosh, asinh and
301         atanh.
302         * math/auto-libm-test-out: Regenerated.
303         * sysdeps/i386/fpu/libm-test-ulps: Update.
304         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
306         * math/auto-libm-test-in: Add another test of asin.
307         * math/auto-libm-test-out: Regenerated.
308         * sysdeps/i386/fpu/libm-test-ulps: Update.
309         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
311         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (LLL_EBX_LOAD):
312         Remove macro.
313         (LLL_EBX_REG): Likewise.
314         (LLL_ENTER_KERNEL): Likewise.
316         * math/auto-libm-test-in: Add more tests of asin.
317         * math/auto-libm-test-out: Regenerated.
318         * sysdeps/i386/fpu/libm-test-ulps: Update.
319         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
321         [BZ #18138]
322         * sysdeps/unix/sysv/linux/i386/sysdep.h (struct
323         libc_do_syscall_args): New structure.
324         (INTERNAL_SYSCALL_MAIN_0): New macro.
325         (INTERNAL_SYSCALL_MAIN_1): Likewise.
326         (INTERNAL_SYSCALL_MAIN_2): Likewise.
327         (INTERNAL_SYSCALL_MAIN_3): Likewise.
328         (INTERNAL_SYSCALL_MAIN_4): Likewise.
329         (INTERNAL_SYSCALL_MAIN_5): Likewise.
330         (INTERNAL_SYSCALL_MAIN_6): Likewise.  Call __libc_do_syscall.
331         (INTERNAL_SYSCALL): Define to use INTERNAL_SYSCALL_MAIN_##nr.
332         Replace conditional definitions by conditional definitions of ....
333         (INTERNAL_SYSCALL_MAIN_INLINE): ... this.  New macro.
334         * sysdeps/unix/sysv/linux/i386/libc-do-syscall.S: New file.
335         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) = nptl]
336         (libpthread-sysdep_routines): Add libc-do-syscall.
337         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: Remove file.
338         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (SYS_futex): Define
339         to __NR_futex not 240.
341 2015-03-25  Alan Modra  <amodra@gmail.com>
343         * NEWS: Advertise TLS optimization.
344         * elf/elf.h (R_PPC_TLSGD, R_PPC_TLSLD, DT_PPC_OPT, PPC_OPT_TLS): Define.
345         (DT_PPC_NUM): Increment.
346         * elf/dynamic-link.h (HAVE_STATIC_TLS): Define.
347         (CHECK_STATIC_TLS): Use here.
348         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Optimize
349         TLS descriptors.
350         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
351         * sysdeps/powerpc/dl-tls.c: New file.
352         * sysdeps/powerpc/Versions: Add __tls_get_addr_opt.
353         * sysdeps/powerpc/tst-tlsopt-powerpc.c: New tls test.
354         * sysdeps/unix/sysv/linux/powerpc/Makefile: Add new test.
355         Build tst-tlsmod2.so with --no-tls-get-addr-optimize.
356         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: Update.
357         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: Likewise.
358         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: Likewise.
360 2015-03-25  Alan Modra  <amodra@gmail.com>
362         * sysdeps/powerpc/powerpc64/configure.ac: Correct "linker support
363         for overlapping .opd entries" to "support...".
364         * sysdeps/powerpc/powerpc64/configure: Regenerate
366 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
368         * math/auto-libm-test-in: Add more tests of acos.
369         * math/auto-libm-test-out: Regenerated.
370         * sysdeps/i386/fpu/libm-test-ulps: Update.
371         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
373         * math/auto-libm-test-in: Add more tests of expm1.
374         * math/auto-libm-test-out: Regenerated.
375         * sysdeps/i386/fpu/libm-test-ulps: Update.
376         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
378 2015-03-24  Joseph Myers  <joseph@codesourcery.com>
380         * math/auto-libm-test-in: Add more tests of cosh and sinh.
381         * math/auto-libm-test-out: Regenerated.
382         * sysdeps/i386/fpu/libm-test-ulps: Update.
383         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
385         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
386         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
388         * math/auto-libm-test-in: Add more tests of log2.
389         * math/auto-libm-test-out: Regenerated.
390         * sysdeps/i386/fpu/libm-test-ulps: Update.
391         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
393 2015-03-23  Roland McGrath  <roland@hack.frob.com>
395         * libio/iofdopen.c: Move FD_FLAGS declaration into its first use,
396         inside [F_GETFL].  Remove POSIX_MODE local variable, just test the
397         _IO_IS_APPENDING bit in READ_WRITE instead.
399 2015-03-23  Florian Weimer  <fweimer@redhat.com>
401         * sysdeps/unix/sysv/linux/pthread_setaffinity.c
402         (__determine_cpumask_size): Replace extend_alloca with a
403         variable-length array.  Do not treat res == 0 as an error.
405 2015-03-23  Florian Weimer  <fweimer@redhat.com>
407         [BZ #18100]
408         * posix/wordexp.c (eval_expr_multdiv): Check for division by zero
409         and integer overflow.
410         * posix/wordexp-test.c (test_case): Add divide-by-zero test.
411         (main): Add integer overflow tests.
412         * manual/pattern.texi (Calling Wordexp): Document additional use
413         for WRDE_SYNTAX.
415 2015-03-23  Alan Modra  <amodra@gmail.com>
417         * config.h.in: Remove HAVE_ASM_PPC_REL16.
418         * sysdeps/powerpc/powerpc32/tls-macros.h: Remove HAVE_ASM_PPC_REL16
419         and false branch of conditional.
420         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
421         Likewise.
423 2015-03-21  Samuel Thibault  <samuel.thibault@ens-lyon.org
425         * sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Depend on
426         libc-modules.h
427         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler): Remove
428         unused declaration of _hurd_intr_rpc_msg_in_trap.
429         * mach/mach_init.c (__mach_init): Test whether HAVE_HOST_PAGE_SIZE is
430         defined instead of whether it is non-zero.
431         * sysdeps/mach/hurd/i386/intr-msg.h (INTR_MSG_TRAP): Use "+m"
432         input constraint instead of both input and output constraint.  Use ecx
433         clobber instead of %ecx.
434         * sysdeps/mach/hurd/malloc-machine.h (mutex_init, mutex_lock,
435         mutex_unlock): Use a statement expression instead of an expression list.
436         * sysdeps/mach/hurd/setitimer.c (_hurd_itimer_thread_stack_size): Set
437         type to vm_size_t instead of vm_address_t.
438         * sysdeps/mach/hurd/fork.c (__fork): Test whether STACK_GROWTH_UP is
439         defined instead of whether it is non-zero.
440         * hurd/hurd/ioctl.h (_hurd_locked_install_cttyid): New declaration.
441         * sysdeps/mach/hurd/setsid.c: Include <hurd/ioctl.h>.
442         * sysdeps/mach/hurd/mmap.c (__mmap): Use 0 instead of NULL for
443         comparisons with mapaddr.
444         * nscd/nscd-client.h: Include <time.h>.
445         * sysdeps/mach/hurd/dl-sysdep.c (fmh): Pass vm_offset_t dummy
446         9th parameter to __vm_region instead of int.
447         * bits/termios.h [!__USE_MISC] (EXTPROC): Do not define.
448         * scripts/check-local-headers.sh (exclude): Add device/,
449         hurd/hurd_types.h, hurd/ioctl_types.h, hurd/paths.h, hurd/ioctls.defs,
450         cthreads.h.
452 2015-03-19  Roland McGrath  <roland@hack.frob.com>
454         * sysdeps/arm/memcpy.S [ARM_ALWAYS_BX]: Fix computed-jump calculations
455         to account for alignment padding.
456         * sysdeps/arm/memmove.S: Likewise.
458 2015-03-19  Chris Metcalf  <cmetcalf@ezchip.com>
460         * sysdeps/unix/sysv/linux/generic/README: New file.
462 2015-03-18  Joseph Myers  <joseph@codesourcery.com>
464         [BZ #18138]
465         * nptl/sem_waitcommon.c: Include <kernel-features.h>.
466         (futex_abstimed_wait)
467         [__ASSUME_FUTEX_CLOCK_REALTIME && lll_futex_timed_wait_bitset]:
468         Use lll_futex_timed_wait_bitset with FUTEX_CLOCK_REALTIME instead
469         of lll_futex_timed_wait.
471 2015-03-18  Brad Hubbard  <bhubbard@redhat.com>
473         [BZ #17542]
474         * sunrpc/svc.c (xprt_register): Use calloc to allocate xports.
476 2015-03-17  Alexandre Oliva <aoliva@redhat.com>
478         [BZ #17090]
479         [BZ #17620]
480         [BZ #17621]
481         [BZ #17628]
482         * NEWS: Update.
483         * elf/dl-tls.c (_dl_update_slotinfo): Clean up outdated DTV
484         entries with Static TLS too.  Skip entries past the end of the
485         allocated DTV, from Alan Modra.
486         (tls_get_addr_tail): Update to glibc_likely/unlikely.  Move
487         Static TLS DTV entry set up from...
488         (_dl_allocate_tls_init): ... here (fix modid assertion), ...
489         * elf/dl-reloc.c (_dl_nothread_init_static_tls): ... here...
490         * nptl/allocatestack.c (init_one_static_tls): ... and here...
491         * elf/dlopen.c (dl_open_worker): Drop l_tls_modid upper bound
492         for Static TLS.
493         * elf/tlsdeschtab.h (map_generation): Return size_t.  Check
494         that the slot we find is associated with the given map before
495         using its generation count.
496         * nptl_db/db_info.c: Include ldsodefs.h.
497         (rtld_global, dtv_slotinfo_list, dtv_slotinfo): New typedefs.
498         * nptl_db/structs.def (DB_RTLD_VARIABLE): New macro.
499         (DB_MAIN_VARIABLE, DB_RTLD_GLOBAL_FIELD): Likewise.
500         (link_map::l_tls_offset): New struct field.
501         (dtv_t::counter): Likewise.
502         (rtld_global): New struct.
503         (_rtld_global): New rtld variable.
504         (dl_tls_dtv_slotinfo_list): New rtld global field.
505         (dtv_slotinfo_list): New struct.
506         (dtv_slotinfo): Likewise.
507         * nptl_db/td_symbol_list.c: Drop gnu/lib-names.h include.
508         (td_lookup): Rename to...
509         (td_mod_lookup): ... this.  Use new mod parameter instead of
510         LIBPTHREAD_SO.
511         * nptl_db/td_thr_tlsbase.c: Include link.h.
512         (dtv_slotinfo_list, dtv_slotinfo): New functions.
513         (td_thr_tlsbase): Check DTV generation.  Compute Static TLS
514         addresses even if the DTV is out of date or missing them.
515         * nptl_db/fetch-value.c (_td_locate_field): Do not refuse to
516         index zero-length arrays.
517         * nptl_db/thread_dbP.h: Include gnu/lib-names.h.
518         (td_lookup): Make it a macro implemented in terms of...
519         (td_mod_lookup): ... this declaration.
520         * nptl_db/db-symbols.awk (DB_RTLD_VARIABLE): Override.
521         (DB_MAIN_VARIABLE): Likewise.
523 2015-03-16  H.J. Lu  <hongjiu.lu@intel.com>
525         [BZ #18134]
526         * sysdeps/x86_64/dl-trampoline.S (PRESERVE_BND_REGS_PREFIX): New.
528 2015-03-15  Paul Eggert  <eggert@cs.ucla.edu>
530         * stdlib/setenv.c (__add_to_environ): Revert previous change.
532 2015-03-14  Andreas Schwab  <schwab@linux-m68k.org>
534         [BZ #18128]
535         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (atomic_exchange_and_add)
536         (atomic_add, atomic_increment_and_test)
537         (atomic_decrement_and_test): Fix 64-bit arithmetic.
539 2015-03-13  Paul Eggert  <eggert@cs.ucla.edu>
541         * stdlib/setenv.c (__add_to_environ):
542         Dump core quickly if setenv (..., NULL, ...) is called.
544 2015-03-13  Roland McGrath  <roland@hack.frob.com>
546         * sysdeps/arm/tls-macros.h: Include <sysdep.h>.
547         (GET_SPECIAL_RELOC, GET_SPECIAL_PCREL): New macros to encapsulate
548         all the necessary asm magic in one place.
549         (TLS_LE, TLS_IE, TLS_LD, TLS_GD): Rewritten as C expressions
550         using those.
552 2015-03-13  Carlos O'Donell  <carlos@redhat.com>
554         [BZ #14906]
555         * nscd/cache.c (prune_cache): Use TRACED_FILE. Compare and update
556         traced file mtime. Use consistent log message.
557         * nscd/connections.c [HAVE_INOTIFY] (install_watches): New function.
558         (register_traced_file): Call install_watches. Always set mtime.
559         (invalidate_cache): Iterate over all trace files. Call install_watches.
560         (inotify_check_files): Don't inline. Handle watching parent
561         directories and configuration file movement in and out.
562         (handle_inotify_events): New function.
563         (main_loop_poll): Call handle_inotify_events.
564         (main_loop_epoll): Likewise.
565         * nscd/nscd.h: Define TRACED_FILE, TRACED_DIR, and PATH_MAX.
566         (struct traced_file): Use array of inotify fds. Add parent directory,
567         and basename.
568         (struct database_dyn): Remove unused file_mtime.
569         (init_traced_file): New inline function.
570         (define_traced_file): New macro.
571         * nss/nss_db/db-init.c: Use define_traced_file.
572         (_nss_db_init): Use init_traced_file.
573         * nss/nss_files/files-init.c: Use define_traced_file.
574         (_nss_files_init): Use init_traced_file.
576 2015-03-12  Joseph Myers  <joseph@codesourcery.com>
578         * soft-fp/soft-fp.h (_FP_STATIC_ASSERT): New macro.
579         [_LIBC]: Do not include <stdlib.h>.
580         [!_LIBC] (abort): Remove declaration.
581         * soft-fp/op-2.h (_FP_MUL_MEAT_2_120_240_double): Use
582         _FP_STATIC_ASSERT instead of conditionally calling abort.
583         * soft-fp/op-common.h (_FP_FROM_INT): Likewise.
584         (_FP_EXTEND_CNAN): Likewise.
585         (FP_TRUNC): Likewise.
586         (__FP_CLZ): Likewise.
587         * sysdeps/powerpc/nofpu/flt-rounds.c: Include <stdlib.h>.
589 2015-03-12  Yaakov Selkowitz  <yselkowi@redhat.com>
591         * manual/string.texi (XPG basename): Fix prototype.
593 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
595         [BZ #18080]
596         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S
597         (__setcontext): Use SIG_SETMASK instead of SIG_BLOCK.
598         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S
599         (__setcontext): Likewise.
600         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S
601         (__swapcontext): Use SIG_SETMASK instead of SIG_BLOCK.
602         Call rt_sigprocmask syscall one time to set new signal mask
603         and retrieve the current signal mask instead of two calls.
604         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S
605         (__swapcontext): Likewise.
606         * stdlib/Makefile (tests): Add new testcase tst-setcontext2.
607         * stdlib/tst-setcontext2.c: New file.
609 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
611         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
613 2015-03-11  Aurelien Jarno  <aurelien@aurel32.net>
615         [BZ #18093]
616         * elf/cache.c (load_aux_cache): Regenerate the cache if it has
617         the wrong size.
619 2015-03-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
621         [BZ #18043]
622         * posix/wordexp.c (parse_param): Don't call setenv(..., NULL, 1).
624 2015-03-11  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
626         * config.h.in [HAVE_ASM_GLOBAL_DOT_NAME]: Remove define.
627         * include/libc-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (strong_alias):
628         Remove define.
629         [HAVE_ASM_GLOBAL_DOT_NAME] (strong_data_alias): Likewise.
630         [HAVE_ASM_GLOBAL_DOT_NAME] (weak_alias): Likewise.
631         [HAVE_ASM_GLOBAL_DOT_NAME] (_symbol_version): Likewise.
632         [HAVE_ASM_GLOBAL_DOT_NAME] (_default_symbol_version): Likewise.
633         [HAVE_ASM_GLOBAL_DOT_NAME] (HIDDEN_JUMPTARGET): Likewise.
634         * nptl_db/db-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (DOT): Remove
635         define.
636         * nptl_db/td_symbol_list.c (td_lookup): Remove
637         HAVE_ASM_GLOBAL_DOT_NAME code.
638         * sysdeps/powerpc/powerpc64/configure.ac: Remove
639         HAVE_ASM_GLOBAL_DOT_NAME check.
640         * sysdeps/powerpc/powerpc64/configure: Regenerate.
641         * sysdeps/powerpc/powerpc64/sysdep.h [HAVE_ASM_GLOBAL_DOT_NAME]
642         (DOT_LABEL): Remove define.
643         [HAVE_ASM_GLOBAL_DOT_NAME] (BODY_LABEL): Likewise.
644         [HAVE_ASM_GLOBAL_DOT_NAME] (ENTRY_2): Likewise.
645         [HAVE_ASM_GLOBAL_DOT_NAME] (END_2): Likewise.
646         * sysdeps/powerpc/powerpc64/tls-macros.h [HAVE_ASM_GLOBAL_DOT_NAME]
647         (__TLS_GET_ADDR): Likewise.
648         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h
649         [HAVE_ASM_GLOBAL_DOT_NAME] (DASHDASHPFX): Likewise.
651 2015-03-11  Carlos O'Donell  <carlos@redhat.com>
653         [BZ #18111]
654         * sysdeps/hppa/fpu/fpu_control.h (_FPU_HPPA_SHIFT_FLAGS): Define.
655         (_FPU_SETCW): Initialize cw from fpsr before storing.
656         * sysdeps/hppa/fpu/fsetexcptflg.c: Include fpu_control.h
657         (fesetexceptflag): Rewrite using fpu_control.h.
658         * sysdeps/hppa/fpu/feupdateenv.c: Handle FE_DFL_ENV, and FE_NOMASK_ENV.
660 2015-03-11  John David Anglin  <danglin@gcc.gnu.org>
662         [BZ #18110]
663         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Don't modify bufptr in
664         asms.
665         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
667 2015-03-11  Joseph Myers  <joseph@codesourcery.com>
669         * soft-fp/soft-fp.h (_FP_UNREACHABLE): New macro.
670         * soft-fp/op-common.h (_FP_MUL): Use _FP_UNREACHABLE instead of
671         abort.
672         (_FP_FMA): Likewise.
673         (_FP_DIV): Likewise.
675 2015-03-10  Roland McGrath  <roland@hack.frob.com>
677         * scripts/evaluate-test.sh: Grok exit code 77 as UNSUPPORTED and exit
678         with 0 in that case.
679         * Makefile (summarize-tests): New canned sequence, factored out of
680         commands for targets tests and xtests.  Display summary lines that
681         don't start with PASS: or XFAIL: rather than ones that do start with
682         ERROR: or FAIL:.  Make the commands fail if any summary lines fail
683         to start with X?PASS: or XFAIL: or UNSUPPORTED: rather than if any
684         do start with ERROR: or FAIL:.
685         * dlfcn/Makefile (tests): Add bug-atexit3 back here unconditionally
686         (except for [$(build-shared) = yes]).
687         (tests-unsupported) [$(CXX) empty]: Add bug-atexit3.
688         (LDLIBS-bug-atexit3-lib.so): Conditionalize on [$(CXX) nonempty].
689         ($(objpfx)bug-atexit3, $(objpfx)bug-atexit3.out): Likewise.
690         * nptl/Makefile: Revert 2015-03-04 changes.
691         [$(CXX) empty] (tests-unsupported): New variable.
692         * debug/Makefile: Likewise.
694         * posix/regcomp.c: Fix comment typos and formatting to harmonize with
695         gnulib file.  Replace __attribute with __attribute__ throughout.
697 2015-03-10  Carlos O'Donell  <carlos@redhat.com>
699         * sysdeps/hppa/fpu/libm-test-ulps: Update.
701 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
703         [BZ #18104]
704         * math/auto-libm-test-in: Add another test of pow.
705         * math/auto-libm-test-out: Regenerated.
707 2015-03-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
709         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_pow.c): Add
710         $(config-cflags-nofma).
712 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
714         * soft-fp/double.h [SOFT_FP_DOUBLE_H]: New multiple-include guard.
715         * soft-fp/extended.h [SOFT_FP_EXTENDED_H]: Likewise.
716         * soft-fp/op-1.h [SOFT_FP_OP_1_H]: Likewise.
717         * soft-fp/op-2.h [SOFT_FP_OP_2_H]: Likewise.
718         * soft-fp/op-4.h [SOFT_FP_OP_4_H]: Likewise.
719         * soft-fp/op-8.h [SOFT_FP_OP_8_H]: Likewise.
720         * soft-fp/op-common.h [SOFT_FP_OP_COMMON_H]: Likewise.
721         * soft-fp/quad.h [SOFT_FP_QUAD_H]: Likewise.
722         * soft-fp/single.h [SOFT_FP_SINGLE_H]: Likewise.
723         * soft-fp/soft-fp.h (SOFT_FP_H): Define to 1 rather than empty.
724         Add comment on closing #endif.
726 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
728         * posix/wordexp.c (CHAR_IN_SET): New macro.
729         (parse_param): Use it.
731 2015-03-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
733         * sysdeps/powerpc/fpu/libm-test-ulps: update.
735 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
737         [BZ #18043]
738         * posix/wordexp.c (parse_param): Fix buffer overflow.
739         * posix/wordexp-test.c (test_case): Add test case.
741 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
743         [BZ #18042]
744         * posix/wordexp.c (parse_backtick): Fix off-by-one.
745         * posix/wordexp-test.c (test_case): Add test for BZ #18042.
747 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
749         [BZ #18043]
750         * posix/wordexp-test.c (test_case): Add test for BZ #18043
751         (do_bz18043): Delete.
752         (at_page_end): New.
753         (testit): Refactor to have words at the edge of unreadable page.
755 2015-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
757         [BZ #16734]
758         * libio/genops.c (_IO_unbuffer_all): Renamed from _IO_unbuffer_write.
759         Cleanup read-only streams as well.
760         (_IO_cleanup): Call _IO_unbuffer_all instead of _IO_unbuffer_write.
762 2015-03-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
764         * sysdeps/mach/hurd/bits/libc-lock.h [_LIBC]: Include
765         <bits/libc-lockP.h>
767 2015-03-07  Joseph Myers  <joseph@codesourcery.com>
769         * soft-fp/soft-fp.h (_FP_ZERO_INIT): New macro.  Define depending
770         on [__KERNEL__].
771         * soft-fp/op-1.h (_FP_FRAC_DECL_1): Use _FP_ZERO_INIT.
772         * soft-fp/op-2.h (_FP_FRAC_DECL_2): Likewise.
773         * soft-fp/op-common.h (_FP_DECL): Likewise.
775 2015-03-06  H.J. Lu  <hongjiu.lu@intel.com>
777         * elf/ifuncdep2.c (global): Replace
778         __attribute__((visibility("protected"))) with
779         asm (".protected global").
780         * elf/ifuncmod1.c (global): Likewise.
781         * elf/ifuncmod5.c (global): Likewise.
783 2015-03-06  Joseph Myers  <joseph@codesourcery.com>
785         * soft-fp/soft-fp.h [!_LIBC && __KERNEL__]: Include
786         <asm/sfp-machine.h> instead of <sfp-machine.h>.
788 2015-03-06  Roland McGrath  <roland@hack.frob.com>
790         * manual/install.texi (Configuring and compiling):
791         Document test-wrapper-env-only.
792         * INSTALL: Regenerated.
794 2015-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
796         [BZ #18043]
797         * posix/wordexp.c (parse_param): Fix buffer overflow.
798         * posix/wordexp-test.c (do_bz18043): Add test case.
800 2015-03-06  Vincent Bernat  <vincent@bernat.im>
802         * time/tst-strptime2.c (do_test): Ensure failing tests are
803         reported correctly.
804         * time/tst-strptime3.c (do_test): Likewise.
806 2015-03-06  Samuel Thibault  <samuel.thibault@inria.fr>
808         Fix aio_error thread-safety.
809         * sysdeps/pthread/aio_error.c: New file
810         * sysdeps/pthread/aio_misc.c: Remove optimistic comment about
811         synchronization.
813 2015-03-06  Florian Weimer  <fweimer@redhat.com>
815         * stdio-common/vfprintf.c (THOUSANDS_SEP_T): New typedef.
816         (group_number, vfprintf): Use it.
817         (JUMP_TABLE_BASE_LABEL): New preprocessor macro.
818         (JUMP, REF): Use it.
819         (WORK_BUFFER_SIZE): New enum constant.
820         (process_arg, vfprintf): Use it.
822 2015-03-06  Rical Jasan  <ricaljasan@pacific.net>
824         * manual/errno.texi (Error Messages): Complete example function
825         by adding missing #define.
826         (program_invocation_name): Add statement indicating GNU
827         extension and reference which header file declares the variable.
828         (program_invocation_short_name): Likewise.
830 2015-03-06  Mike Frysinger  <vapier@gentoo.org>
832         * manual/errno.texi (Error Messages): Delete strerror ISO C89
833         compatibility note.
835 2015-03-05  Roland McGrath  <roland@hack.frob.com>
837         * Makeconfig (test-wrapper-env-only): New variable.
838         * Rules (make-test-out): If variable $*-ENV-only is nonempty,
839         then use that with $(test-wrapper-env-only) rather than using
840         $(test-wrapper-env) $(run-program-env) $($*-ENV).
842 2015-03-05  H.J. Lu  <hongjiu.lu@intel.com>
844         [BZ #18082]
845         * sysdeps/alpha/dl-machine.h (elf_machine_type_class): Replace
846         ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY in comments.
847         * sysdeps/arm/dl-machine.h (elf_machine_type_class): Likewise.
848         * sysdeps/hppa/dl-machine.h (elf_machine_type_class): Likewise.
849         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Likewise.
850         * sysdeps/ia64/dl-machine.h (elf_machine_type_class): Likewise.
851         * sysdeps/m68k/dl-machine.h (elf_machine_type_class): Likewise.
852         * sysdeps/microblaze/dl-machine.h (elf_machine_type_class):
853         Likewise.
854         * sysdeps/nios2/dl-machine.h (elf_machine_type_class): Likewise.
855         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_type_class):
856         Likewise.
857         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
858         Likewise.
859         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_type_class):
860         Likewise.
861         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_type_class):
862         Likewise.
863         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Likewise.
864         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_type_class):
865         Likewise.
866         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_type_class):
867         Likewise.
868         * sysdeps/tile/dl-machine.h (elf_machine_type_class): Likewise.
869         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Likewise.
871 2015-03-04  Roland McGrath  <roland@hack.frob.com>
873         * sysdeps/generic/netinet/if_ether.h: Don't #include <features.h>.
874         (ETH_ALEN): New macro.
875         (struct ether_addr): Use it for length of ether_addr_octet.
877         * nss/test-netdb.c: Don't #include <rpc/netdb.h>.
878         (setdb): Don't call __nss_configure_lookup for "rpc".
879         (do_test): Don't call test_rpc.
880         (output_rpcent, test_rpc): Functions moved ...
881         * sunrpc/test-rpcent.c: ... to this new file.
882         * sunrpc/Makefile (tests): Add it.
884         * nptl/tst-cancel4.c (tf_sigpause) [!SIGCANCEL]: Call pause instead of
885         __xpg_sigpause.
886         * nptl/tst-signal3.c: Conditionalize body on [SIGRTMIN].
887         * nptl/tst-signal6.c: Likewise.
888         * rt/tst-mqueue5.c: Conditionalize body on [SIGRTMIN && SA_SIGINFO].
889         * rt/tst-timer4.c: Conditionalize body on [SA_SIGINFO].
891         * configure.ac (libc_cv_cxx_link_ok): New check.
892         Reset CXX to empty if it fails to link.
893         * configure: Regenerated.
894         * dlfcn/Makefile (tests, modules-names): Add bug-atexit3 and
895         bug-atexit3-lib only if $(CXX) is nonempty.
896         * nptl/Makefile (tests): Likewise for tst-cancel24.
897         (tests, tests-static): Likewise for tst-cancel24-static.
898         * debug/Makefile (tests): Likewise for tst-chk4, tst-chk5, tst-chk6,
899         tst-lfschk4, tst-lfschk5, and tst-lfschk6.
900         * elf/Makefile (tests, modules-names): Likewise for tst-unique3,
901         tst-unique3lib, tst-unique3lib2, tst-unique4, and tst-unique4lib.
903 2015-03-04  Andreas Schwab  <schwab@suse.de>
905         [BZ #17631]
906         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Don't define
907         for non-GCC compilers.
908         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
909         Likewise.
911 2015-03-03 Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
913         [BZ #17776]
914         * sysdeps/powerpc/bits/fenvinline.h (feraiseexcept): Convert input to
915         integer before bitwise and assembly operations.
916         (feclearexcept): Likewise.
917         * math/test-fenvinline.c: New file.
918         * math/Makefile: Add test-fenvinline test.
920 2015-03-03  Alan Modra  <amodra@gmail.com>
922         [BZ #16512]
923         * scripts/localplt.awk: Strip off symbol version.
924         * NEWS: Mention bug fix.
926 2015-03-02  Roland McGrath  <roland@hack.frob.com>
928         * sysdeps/pthread/timer_routines.c
929         (timer_free_list, thread_free_list, thread_active_list): Make static.
931 2015-03-02  Joseph Myers  <joseph@codesourcery.com>
933         [BZ #17779]
934         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
935         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
936         Undefine.
937         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
938         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
939         Likewise.
940         * sysdeps/unix/sysv/linux/sh/kernel-features.h
941         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
942         Likewise.
944 2015-03-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
946         [BZ #18036]
947         * posix/fnmatch_loop.c (END): Detect invalid pattern.
948         * posix/tst-fnmatch3.c (do_bz18036): Add test case.
950 2015-03-02  Andreas Schwab  <schwab@suse.de>
952         * elf/Makefile ($(elf-objpfx)runtime-linker.st): Fix typo in
953         variable name.
955 2015-03-02  Florian Weimer  <fweimer@redhat.com>
957         * nis/nss_nis/nis-initgroups.c (_nss_nis_initgroups_dyn):
958         Return error status.
960 2015-02-27  Alexandre Oliva <aoliva@redhat.com>
962         [BZ #15969]
963         * locale/findlocale.c (_nl_find_locale): Introduce const
964         version of loc_name and drop unsafe type casts.
966 2015-02-27  Roland McGrath  <roland@hack.frob.com>
968         * dlfcn/tststatic2.c (main): Converted to ...
969         (do_test): ... this.
970         (TEST_FUNCTION): New macro.
971         Include test-skeleton.c.
973 2015-02-27  H.J. Lu  <hongjiu.lu@intel.com>
975         [BZ #17711]
976         * elf/Makefile (tests): Add vismain only if PIE is enabled.
977         (tests-pie): Add vismain.
978         (CFLAGS-vismain.c): New.
979         * elf/vismain.c: Add comments for PIE requirement.
981 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
983         [BZ #18046]
984         [BZ #18047]
985         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Use
986         0x1p-56L as threshold for just returning the argument.
987         * sysdeps/ieee754/ldbl-96/e_atanhl.c (__ieee754_atanhl): Use
988         0x1p-32L as threshold for just returning the argument.
989         * math/auto-libm-test-in: Add more tests of atanh.
990         * math/auto-libm-test-out: Regenerated.
991         * sysdeps/i386/fpu/libm-test-ulps: Update.
992         * sysdeps/x86_64/fpu/libm-test-ulp: Likewise.
994 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
996         * string/bcopy.c (bcopy): Call memmove for performance.
998 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
1000         * string/bzero.c (__bzero): Call memset for performance.
1002 2015-02-27  John David Anglin  <dave.anglin@bell.net>
1004         [BZ #18068]
1005         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (__O_SYNC): Change
1006         to 00100000.
1008 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
1010         * sysdeps/ieee754/k_standard.c (CSTR): Add comment.
1012 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
1014         * sysdeps/ieee754/k_standard.c (CSTR): New macro.
1015         (__kernel_standard): Use CSTR macro when setting exc.name.
1016         * sysdeps/ieee754/Makefile [$(subdir) = math]
1017         (CFLAGS-k_standard.c): Remove variable.
1019         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Change last case for
1020         setting p and q from "else if" to "else".
1021         (qzero): Likewise.
1022         * sysdeps/ieee754/dbl-64/e_j1.c (pone): Likewise.
1023         (qone): Likewise.
1024         * sysdeps/ieee754/flt-32/e_j0f.c (pzerof): Likewise.
1025         (qzerof): Likewise.
1026         * sysdeps/ieee754/flt-32/e_j1f.c (ponef): Likewise.
1027         (qonef): Likewise.
1028         * sysdeps/ieee754/ldbl-96/e_j0l.c (pzero): Likewise.
1029         (qzero): Likewise.
1030         * sysdeps/ieee754/ldbl-96/e_j1l.c (pone): Likewise.
1031         (qone): Likewise.
1033         [BZ #18038]
1034         [BZ #18039]
1035         * sysdeps/ieee754/ldbl-128/e_acosl.c (__ieee754_acosl): Only
1036         return pi/2 for arguments below 0x1p-113L.
1037         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Only
1038         return pi/2 for arguments below 0x1p-106L.
1039         * math/auto-libm-test-in: Add more tests of acos.
1040         * math/auto-libm-test-out: Regenerated.
1042         [BZ #16351]
1043         * sysdeps/i386/fpu/e_asin.S (dbl_min): New object.
1044         (MO): New macro.
1045         (__ieee754_asin): Force underflow exception for results with small
1046         absolute value.
1047         * sysdeps/i386/fpu/e_asinf.S (flt_min): New object.
1048         (MO): New macro.
1049         (__ieee754_asinf): Force underflow exception for results with
1050         small absolute value.
1051         * sysdeps/ieee754/dbl-64/e_asin.c: Include <float.h> and <math.h>.
1052         (__ieee754_asin): Force underflow exception for results with small
1053         absolute value.
1054         * sysdeps/ieee754/flt-32/e_asinf.c: Include <float.h>.
1055         (__ieee754_asinf): Force underflow exception for results with
1056         small absolute value.
1057         * sysdeps/ieee754/ldbl-128/e_asinl.c: Include <float.h>.
1058         (__ieee754_asinl): Force underflow exception for results with
1059         small absolute value.
1060         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Include <float.h>.
1061         (__ieee754_asinl): Force underflow exception for results with
1062         small absolute value.
1063         * sysdeps/ieee754/ldbl-96/e_asinl.c: Include <float.h>.
1064         (__ieee754_asinl): Force underflow exception for results with
1065         small absolute value.
1066         * sysdeps/x86_64/fpu/multiarch/e_asin.c [HAVE_FMA4_SUPPORT]:
1067         Include <math.h>.
1068         * math/auto-libm-test-in: Do not mark underflow exceptions as
1069         possibly missing for bug 16351.
1070         * math/auto-libm-test-out: Regenerated.
1072         [BZ #18030]
1073         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Adjust exponent
1074         of power of 2 down when low part has opposite sign.
1075         * math/libm-test.inc (logb_test_data): Add more tests.
1077 2015-02-26  Andreas Schwab  <schwab@suse.de>
1079         [BZ #18032]
1080         * posix/fnmatch_loop.c (FCT): Remove extra increment when skipping
1081         over collating symbol inside a bracket expression.  Minor cleanup.
1082         * posix/tst-fnmatch3.c (do_test): Add test case.
1084 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
1086         [BZ #18029]
1087         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl):
1088         Adjust exponent of power of 2 down when low part has opposite
1089         sign.
1090         * math/libm-test.inc (ilogb_test_data): Add more tests.
1092 2015-02-26  Alexandre Oliva  <aoliva@redhat.com>
1094         [BZ #15969]
1095         * locale/findlocale.c (_nl_find_locale): Fix constness error in
1096         the previous change.
1098         [BZ #15969]
1099         * locale/findlocale.c (_nl_find_locale): Retry archive search
1100         after alias expansion.
1102 2015-02-25  Roland McGrath  <roland@hack.frob.com>
1104         * iconv/tst-iconv3.c (main): Converted to ...
1105         (do_test): ... this.
1106         (TEST_FUNCTION): New macro.
1107         Include test-skeleton.c.
1109         * iconv/tst-iconv5.c (testcode, number): Make variables static const.
1110         (convert): Make function static.
1111         (test_unalign): Likewise.  Add const to argument pointee types.
1112         (main): Replace with static function do_test.
1113         Print "Succeeded." only if RET is zero.
1114         (TEST_FUNCTION): New macro.
1115         Include test-skeleton.c.
1117         * iconv/gconv_conf.c (__gconv_get_path): Don't crash if __getcwd
1118         returns a null pointer.
1120 2015-02-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1122         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Define memcpy
1123         to __memcpy_ppc only for static builds.
1125 2015-02-25  Joseph Myers  <joseph@codesourcery.com>
1127         [BZ #18020]
1128         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use 2**56 and
1129         2**-56 not 2**28 and 2**-29 as thresholds for simpler formulas.
1130         * math/auto-libm-test-in: Add more tests of asinh.
1131         * math/auto-libm-test-out: Regenerated.
1132         * sysdeps/i386/fpu/libm-test-ulps: Update.
1133         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1135 2015-02-25  Cong Wang  <xiyou.wangcong@gmail.com>
1137         [BZ #15850]
1138         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Put in6_pktinfo
1139         and ip6_mtuinfo definitions here.
1140         * sysdeps/unix/sysv/linux/bits/in.h [_UAPI_IPV6_H]: Wrap code
1141         in this define too.  Update comment.
1143 2015-02-24  Benno Schulenberg  <bensberg@justemail.net>
1145         * elf/sprof.c (load_shobj): Tweak error message to match others.
1147 2015-02-24  Kevin Easton  <kevin@guarana.org>
1149         [BZ #16145] (partial fix)
1150         * time/tzset.c (__tz_convert): Unlock tzset_lock earlier
1151         to reduce lock contention.
1153 2015-02-24  Miroslav Lichvar  <mlichvar@redhat.com>
1155         * sysdeps/unix/sysv/linux/bits/timex.h: Update version.
1156         (struct timex): Update time comment.
1157         (ADJ_SETOFFSET): Define.
1159 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
1161         [BZ #18019]
1162         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
1163         2**56 not 2**28 as threshold for log (2x) formula.
1164         * math/auto-libm-test-in: Add more tests of acosh.
1165         * math/auto-libm-test-out: Regenerated.
1166         * sysdeps/i386/fpu/libm-test-ulps: Update.
1167         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1169 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
1171         * include/alloca.h [_STACK_GROWS_DOWN] (extend_alloca): Add
1172         parenthesis around the buf assignment.
1173         [_STACK_GROWS_UP] (extend_alloca): Add a char* cast.
1175 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
1177         [BZ #16783]
1178         * sysdeps/i386/fpu/e_scalb.S (__ieee754_scalb): Do not handle
1179         arguments (NaN, -Inf) the same as (+/-Inf, -Inf).
1180         * sysdeps/i386/fpu/e_scalbf.S (__ieee754_scalbf): Likewise.
1181         * sysdeps/i386/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
1182         * sysdeps/x86_64/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
1183         * math/libm-test.inc (scalb_test_data): Add more tests.
1185 2015-02-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
1187         [BZ #17916]
1188         * libio/fileops.c (_IO_new_file_fopen): Limit stack use
1189         * libio/tst-fopenloc.c (do_test, do_bz17916): Add a large ccs= test
1191 2015-02-24  Eric Rannaud  <e@nanocritical.com>
1193         [BZ #17523]
1194         * io/fcntl.h (__OPEN_NEEDS_MODE): New macro.
1195         * io/bits/fcntl2.h (open): Use it.
1196         (openat): Likewise.
1197         * io/open.c (__libc_open): Likewise.
1198         * io/open64.c (__libc_open64): Likewise.
1199         * io/open64_2.c (__open64_2): Likewise.
1200         * io/open_2.c (__open_2): Likewise.
1201         * io/openat.c (__openat): Likewise.
1202         * io/openat64.c (__openat64): Likewise.
1203         * io/openat64_2.c (__openat64_2): Likewise.
1204         * io/openat_2.c (__openat_2): Likewise.
1205         * sysdeps/mach/hurd/open.c (__libc_open): Likewise.
1206         * sysdeps/mach/hurd/openat.c (__openat): Likewise.
1207         * sysdeps/posix/open64.c (__libc_open64): Likewise.
1208         * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
1209         * sysdeps/unix/sysv/linux/generic/open.c (__libc_open): Likewise.
1210         (__open_nocancel): Likewise.
1211         * sysdeps/unix/sysv/linux/generic/open64.c (__libc_open64): Likewise.
1212         * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Likewise.
1213         * sysdeps/unix/sysv/linux/openat.c (__OPENAT): Likewise.
1215 2015-02-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1217         [BZ #14841]
1218         * resolv/gethnamaddr.c (getanswer): Skip logging if
1219         RES_USE_DNSSEC is set.
1220         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
1222 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
1224         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Include dl-sysdep.h.
1226 2015-02-23  Alexandre Oliva <aoliva@redhat.com>
1228         * include/stdc-predef.h (__STDC_ISO_10646__): Update to
1229         201304L, for Unicode 7.
1231 2015-02-23  H.J. Lu  <hongjiu.lu@intel.com>
1233         [BZ #17836]
1234         * csu/Makefile (extra-objs): Add gmon-start.o if not builing
1235         shared library.  Add gmon-start.os otherwise.
1236         ($(objpfx)g$(start-installed-name)): Use $(objpfx)S%
1237         $(objpfx)gmon-start.os if builing shared library.
1238         ($(objpfx)g$(static-start-installed-name)): Likewise.
1240 2015-02-23  Andreas Schwab  <schwab@suse.de>
1242         * elf/Makefile (CFLAGS-tst-audit2.c): Define.
1244 2015-02-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
1246         [BZ #17269]
1247         * libio/wstrops.c (_IO_wstr_overflow): Guard against integer overflow
1248         (enlarge_userbuf): Likewise.
1250 2015-02-22  Chung-Lin Tang  <cltang@codesourcery.com>
1252         * libio/tst-memstream2.c (TIMEOUT): Define as 100.
1253         * math/atest-exp.c (TIMEOUT): Adjust to 200.
1254         * math/atest-exp2.c (TIMEOUT): Adjust to 300.
1255         * math/atest-sincos.c (TIMEOUT): Adjust to 600.
1257 2015-02-20  Joseph Myers  <joseph@codesourcery.com>
1259         * soft-fp/op-common.h (_FP_FROM_INT): Wrap call to abort in
1260         expression inside statement expression.
1262 2015-02-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
1264         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Include
1265         <sysdeps/nptl/lowlevellock.h> and remove macros and
1266         functions that are now defined there.
1267         (SYS_futex): Remove.
1268         (lll_compare_and_swap): Remove.
1269         * sysdeps/s390/bits/atomic.h (atomic_exchange_acq): Define.
1271 2015-02-19  Joseph Myers  <joseph@codesourcery.com>
1273         [BZ #17999]
1274         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Define to __scandirat
1275         instead of scandirat.
1276         * dirent/scandirat.c [!SCANDIRAT] (SCANDIRAT): Likewise.
1277         [!SCANDIRAT] (SCANDIRAT_WEAK_ALIAS): Define.
1278         [SCANDIRAT_WEAK_ALIAS] (scandirat): Define as weak alias of
1279         __scandirat.
1280         * include/dirent.h (scandirat): Do not use libc_hidden_proto.
1281         (__scandirat): Declare.  Use libc_hidden_proto.
1282         * conform/Makefile (test-xfail-POSIX2008/dirent.h/linknamespace):
1283         Remove variable.
1284         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
1286 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
1288         [BZ #15319]
1289         * sysdeps/i386/fpu/e_atan2.S (dbl_min): New object.
1290         (MO): New macro.
1291         (__ieee754_atan2): For results with small absolute value, force
1292         underflow exception and remove excess range and precision from
1293         return value.
1294         * sysdeps/i386/fpu/e_atan2f.S (flt_min): New object.
1295         (MO): New macro.
1296         (__ieee754_atan2f): For results with small absolute value, force
1297         underflow exception and remove excess range and precision from
1298         return value.
1299         * sysdeps/i386/fpu/s_atan.S (dbl_min): New object.
1300         (MO): New macro.
1301         (__atan): For results with small absolute value, force underflow
1302         exception and remove excess range and precision from return value.
1303         * sysdeps/i386/fpu/s_atanf.S (flt_min): New object.
1304         (MO): New macro.
1305         (__atanf): For results with small absolute value, force underflow
1306         exception and remove excess range and precision from return value.
1307         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <float.h> and
1308         <math.h>.
1309         (__ieee754_atan2): Force underflow exception for results with
1310         small absolute value.
1311         * sysdeps/ieee754/dbl-64/s_atan.c: Include <float.h> and
1312         <math_private.h>.
1313         (atan): Force underflow exception for results with small absolute
1314         value.
1315         * sysdeps/ieee754/flt-32/s_atanf.c: Include <float.h>.
1316         (__atanf): Force underflow exception for results with small
1317         absolute value.
1318         * sysdeps/ieee754/ldbl-128/s_atanl.c: Include <float.h> and
1319         <math.h>.
1320         (__atanl): Force underflow exception for results with small
1321         absolute value.
1322         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <float.h>.
1323         (__atanl): Force underflow exception for results with small
1324         absolute value.
1325         * sysdeps/x86/fpu/bits/mathinline.h
1326         [!__SSE2_MATH__ && !__x86_64__ && __LIBC_INTERNAL_MATH_INLINES]
1327         (__ieee754_atan2): Only define inline for long double.
1328         * sysdeps/x86_64/fpu/multiarch/e_atan2.c
1329         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Include <math.h>.
1330         * math/auto-libm-test-in: Do not mark underflow exceptions as
1331         possibly missing for bug 15319.  Add more tests of atan2.
1332         * math/auto-libm-test-out: Regenerated.
1333         * math/libm-test.inc (casin_test_data): Do not mark underflow
1334         exceptions as possibly missing for bug 15319.
1335         (casinh_test_data): Likewise.
1336         * sysdeps/i386/fpu/libm-test-ulps: Update.
1338 2015-02-18  Steve Ellcey  <sellcey@imgtec.com>
1340         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Remove.
1341         * sysdeps/mips/bits/endian.h: Fix comments.
1343 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
1345         [BZ #17996]
1346         * include/search.h (hcreate_r): Don't use libc_hidden_proto.
1347         (hdestroy_r): Likewise.
1348         (hsearch_r): Likewise.
1349         (__hcreate_r): Declare and use libc_hidden_proto.
1350         (__hdestroy_r): Likewise.
1351         (__hsearch_r): Likewise.
1352         * misc/hsearch.c (hsearch): Call __hsearch_r instead of hsearch_r.
1353         (hcreate): Call __hcreate_r instead of hcreate_r.
1354         (__hdestroy): Call __hdestroy_r instead of hdestroy_r.
1355         * misc/hsearch_r.c (hcreate_r): Rename to __hcreate_r and define
1356         as weak alias of __hcreate_r.
1357         (hdestroy_r): Rename to __hdestroy_r and define as weak alias of
1358         __hdestroy_r.
1359         (hsearch_r): Rename to __hsearch_r and define as weak alias of
1360         __hsearch_r.
1361         * conform/Makefile (test-xfail-XPG3/search.h/linknamespace):
1362         Remove variable.
1363         (test-xfail-XPG4/search.h/linknamespace): Likewise.
1364         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
1365         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
1366         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
1368 2015-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
1370         * malloc/malloc.c (__libc_malloc): Consolidate arena_lookup and
1371         arena_lock into a single arena_get.
1373 2015-02-17  Carlos O'Donell  <carlos@redhat.com>
1375         * dl-reloc.c: Inlucde libc-internal.h.
1376         (_dl_try_allocate_static_tls): Call ALIGN_UP.
1377         (_dl_relocate_object): Call ALIGN_UP, ALIGN_DOWN, and PTR_ALIGN_DOWN.
1378         (_dl_protect_relro): Call ALIGN_UP and ALIGN_DOWN.
1379         * malloc/arena.c (new_heap): Use pagesize. Call ALIGN_UP.
1380         (grow_heap): Likewise.
1381         * malloc/malloc.c: Include libc-internal.h.
1382         (do_check_malloc): Call powerof2.
1383         (sysmalloc): Use pagesize. Call ALIGN_UP.
1384         (systrim): Use pagesize.
1385         (mremap_chunk): Use pagesize. Call ALIGN_UP.
1386         (__libc_valloc): Use pagesize.
1387         (__libc_pvalloc): Use pagesize. Call ALIGN_UP.
1389 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
1391         [BZ #17991]
1392         * include/sys/resource.h (__getrlimit64): Declare.  Use
1393         libc_hidden_proto.
1394         * resource/getrlimit64.c (getrlimit64): Rename to __getrlimit64
1395         and define as weak alias of __getrlimit64.  Use libc_hidden_weak.
1396         * sysdeps/posix/spawni.c (__spawni): Call __getrlimit64 instead of
1397         getrlimit64.
1398         * sysdeps/unix/sysv/linux/getrlimit64.c (getrlimit64): Rename to
1399         __getrlimit64.
1400         [!getrlimit64] (getrlimit64): Define as weak alias of
1401         __getrlimit64.  Use libc_hidden_weak.
1402         * sysdeps/unix/sysv/linux/i386/getrlimit64.c (getrlimit64): Define
1403         using __getrlimit64 not __new_getrlimit64.
1404         (__GI_getrlimit64): Likewise.
1405         * sysdeps/unix/sysv/linux/mips/getrlimit64.c (getrlimit64):
1406         Likewise.
1407         (__GI_getrlimit64): Likewise.
1408         (__old_getrlimit64): Use __getrlimit64 not __new_getrlimit64.
1409         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list
1410         (getrlimit): Add __getrlimit64 alias.
1411         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (getrlimit):
1412         Likewise.
1413         * conform/Makefile (test-xfail-XOPEN2K/spawn.h/linknamespace):
1414         Remove variable.
1415         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
1416         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
1418 2015-02-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
1420         * libio/fileops.c: Add missing sys/mman.h
1421         * libio/iopopen.c: Add missing fcntl.h, remove redundant unistd.h
1423 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
1425         * manual/math.texi (Errors in Math Functions): Clarify goals
1426         regarding inexact and underflow exceptions.
1428 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
1430         * sysdeps/mips/memcpy.S: Move R6 PREFETCH_STORE_HINT check.
1431         * sysdeps/mips/memset.S: Ditto.
1433 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
1435         * sysdeps/mips/bits/endian.h (__MIPSEL): Use #ifdef instead of #if.
1437 2015-02-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
1439         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c
1440         (__v1longjmp): Remove versioned symbol.
1441         (__v1siglongjmp): Remove alias and versioned symbol.
1442         (__v2longjmp): Use DEFINE_LONGJMP instead of alias.
1443         (__v2siglongjmp): Likewise.
1445 2015-02-16  Torvald Riegel  <triegel@redhat.com>
1447         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Remove file.
1449 2015-02-16  Mike Frysinger  <vapier@gentoo.org>
1451         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Delete.
1453 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
1455         [BZ #17987]
1456         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Ensure sign of
1457         zero result does not depend on the sign resulting from
1458         subtraction.
1459         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1460         Likewise.
1461         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
1462         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
1463         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
1464         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
1465         * math/libm-test.inc (remquo_test_data): Add more tests.
1467 2015-02-16  Paul Eggert  <eggert@cs.ucla.edu>
1469         * manual/time.texi (TZ Variable): glibc no longer comes with tzdata.
1470         Problem reported by J William Piggott.
1472 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
1474         [BZ #17978]
1475         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Do not form
1476         products 4 * y and 2 * y where those would overflow.
1477         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1478         Likewise.
1479         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
1480         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
1481         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
1482         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
1483         * math/libm-test.inc (remquo_test_data): Add more tests.
1485         * sysdeps/mips/sgidefs.h [!_ABIO64] (_ABIO64): New macro.
1487         * sysdeps/mips/memcpy.S [_COMPILING_NEWLIB]: Change condition to
1488         [defined _COMPILING_NEWLIB].
1489         * sysdeps/mips/memset.S [_COMPILING_NEWLIB]: Likewise.
1490         * sysdeps/mips/strcmp.S [_COMPILING_NEWLIB]: Likewise.
1492         * sysdeps/mips/sys/asm.h [__mips_isa_rev < 6]: Change condition to
1493         [!defined __mips_isa_rev || __mips_isa_rev < 6].
1495 2015-02-16  Torvald Riegel  <triegel@redhat.com>
1497         * nptl/tst-cond25.c (cleanup): Explicitly check that the mutex is
1498         acquired.
1500 2015-02-15  Matthew Fortune <Matthew.Fortune@imgtec.com>
1502         [BZ #17792]
1503         * sysdeps/unix/sysv/linux/ia64/sys/user.h (NBPG): Remove.
1504         (UPAGES, HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR,
1505         HOST_STACK_END_ADDR): Likewise.
1507 2015-02-13  Steve Ellcey  <sellcey@imgtec.com>
1509         * sysdeps/mips/bits/endian.h (__MIPSEB): Use #ifdef instead of #if.
1510         * sysdeps/mips/memcpy.S (__MIPSEB): Ditto.
1511         * sysdeps/mips/memset.S (__MIPSEB): Ditto.
1513 2015-02-13  Roland McGrath  <roland@hack.frob.com>
1515         * sysdeps/generic/c++-types.data: New file.
1516         * sysdeps/generic/ld.abilist: New file.
1517         * sysdeps/generic/libBrokenLocale.abilist: New file.
1518         * sysdeps/generic/libanl.abilist: New file.
1519         * sysdeps/generic/libc.abilist: New file.
1520         * sysdeps/generic/libcrypt.abilist: New file.
1521         * sysdeps/generic/libdl.abilist: New file.
1522         * sysdeps/generic/libm.abilist: New file.
1523         * sysdeps/generic/libpthread.abilist: New file.
1524         * sysdeps/generic/libresolv.abilist: New file.
1525         * sysdeps/generic/librt.abilist: New file.
1527 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
1529         [BZ #17569]
1530         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1531         Compute absolute value of x as modified by fmod, not original
1532         value of x.
1533         * math/libm-test.inc (RUN_TEST_ffI_f1): Rename to
1534         RUN_TEST_ffI_f1_mod8.  Check extra return value mod 8.
1535         (RUN_TEST_LOOP_ffI_f1): Rename to RUN_TEST_LOOP_ffI_f1_mod8.  Call
1536         RUN_TEST_ffI_f1_mod8.
1537         (remquo_test_data): Add more tests.
1539 2015-02-13  Roland McGrath  <roland@hack.frob.com>
1541         * sysdeps/init_array/pt-crti.S: New file.
1543 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
1545         [BZ #17967]
1546         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Use
1547         __builtin_fmaf instead of relying on contraction of a * b + c.
1549 2015-02-12  J William Piggott  <elseifthen@gmx.com>
1551         [BZ #17969]
1552         * manual/time.texi: correct the zoneinfo path in the TZ Variable
1553         node.
1555 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
1557         [BZ #17964]
1558         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Use
1559         __builtin_fma instead of relying on contraction of a * b + c.
1561 2015-02-12  Roland McGrath  <roland@hack.frob.com>
1563         * Makeconfig (ASFLAGS): Add -Werror=undef.
1564         * sysdeps/arm/Versions (libc: GLIBC_2.19): New (empty) version set.
1565         * sysdeps/unix/make-syscalls.sh: Always emit #define's for
1566         SYSCALL_CANCELLABLE, SYSCALL_NOERRNO, SYSCALL_ERRVAL, to 1 or 0.
1568         * Makeconfig (after-link): New variable.
1569         (+link-pie, +link-pie-tests): Use it.
1570         (+link-static, +link-static-tests): Likewise.
1571         (+link, +link-tests): Likewise.
1572         * Makerules (build-module, build-module-asneeded): Likewise.
1573         (lib%.so, $(common-objpfx)libc.so, $(common-objpfx)linkobj/libc.so):
1574         Likewise.
1575         * elf/Makefile ($(objpfx)ld.so): Likewise.
1577 2015-02-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.net>
1579         [BZ #17965]
1580         * manual/time.texi (Elapsed Time): tv_sec is of type time_t in
1581         both struct timeval and struct timespec.
1583 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
1585         [BZ #16560]
1586         * math/e_exp2l.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
1587         and redefine.
1588         (__ieee754_exp2l): Do not multiply small fractional parts by
1589         M_LN2l.
1590         * sysdeps/i386/fpu/e_exp2l.S (__ieee754_exp2l): Just add 1 to
1591         small argument.
1592         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
1593         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
1594         * sysdeps/x86_64/fpu/e_exp2l.S (__ieee754_exp2l): Likewise.
1595         * math/auto-libm-test-in: Add more tests of exp2.
1596         * math/auto-libm-test-out: Regenerated.
1598 2015-02-12  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
1600         * sysdeps/powerpc/powerpc64/power7/strncpy.S (strncpy): Optimize
1601         unaligned path.
1603 2015-02-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1605         * sysdeps/unix/sysv/linux/powerpc/htm.h [TABORT]: Fix encoding for
1606         little endian.
1608 2015-02-12  Andreas Schwab  <schwab@suse.de>
1610         [BZ #15790]
1611         * nptl/pthread_mutexattr_gettype.c (pthread_mutexattr_gettype):
1612         Filter out elision flags from value returned in kind.
1613         * nptl/Makefile (tests): Add tst-pthread-mutexattr.
1614         * nptl/tst-pthread-mutexattr.c: New file.
1616 2015-02-11  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1618         * abi-tags: Revert ae20c9a: rename back gnu into gnu-gnu.
1619         * configure.ac, configure: Revert ba90e05: modify gnu-* host_os back
1620         into gnu-gnu, and update comment to refer to abi-tags.
1622 2015-02-11  Joseph Myers  <joseph@codesourcery.com>
1624         [BZ #15467]
1625         * sysdeps/ieee754/dbl-64/s_sincos.c: Include <errno.h>.
1626         (__sincos): Set errno to EDOM for infinite argument.
1627         * sysdeps/ieee754/flt-32/s_sincosf.c: Include <errno.h>.
1628         (SINCOSF_FUNC): Set errno to EDOM for infinite argument.
1629         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Include <errno.h>.
1630         (__sincosl): Set errno to EDOM for infinite argument.
1631         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Include <errno.h>.
1632         (__sincosl): Set errno to EDOM for infinite argument.
1633         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Include <errno.h>.
1634         (__sincosl): Set errno to EDOM for infinite argument.
1635         * math/libm-test.inc (sincos_test_data): Test errno setting.
1637 2015-02-11  Leonhard Holz  <leonhard.holz@web.de>
1639         * string/strxfrm_l.c: Remove #define STRCMP.
1640         * string/strcoll_l.c: Remove #define STRLEN.
1641         * wcsmbs/wcsxfrm_l.c: Remove #define STRCMP.
1642         * wcsmbs/wcscoll_l.c: Remove #define STRLEN.
1644 2015-02-10  Joseph Myers  <joseph@codesourcery.com>
1646         * sysdeps/mips/soft-fp/sfp-machine.h: Move to ....
1647         * sysdeps/mips/mips32/sfp-machine.h: ... here.
1648         * sysdeps/mips/mips64/soft-fp/Makefile: Move to ....
1649         * sysdeps/mips/mips64/Makefile: ... here.
1650         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Move to ....
1651         * sysdeps/mips/mips64/e_sqrtl.c: ... here.
1652         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Move to ....
1653         * sysdeps/mips/mips64/sfp-machine.h: ... here.
1654         * sysdeps/mips/mips32/Implies: Remove mips/soft-fp.
1655         * sysdeps/mips/mips64/n32/Implies: Remove mips/mips64/soft-fp.
1656         * sysdeps/mips/mips64/n64/Implies: Likewise.
1658 2015-02-10  Roland McGrath  <roland@hack.frob.com>
1660         * math/test-snan.c: Drop unnecessary #include's of <stdlib.h>,
1661         <sys/time.h>, <string.h>, and <errno.h>.
1662         (dest_offset, dest_address, value, zero): Remove unused variables.
1663         (ldouble): Remove typedef.
1664         (myFPsighandler): Use simple handler signature, not SA_SIGINFO
1665         signature.  Pass 1 to siglongjmp rather than 0 (which is converted to
1666         1).  Fix code style.
1667         (set_sigaction_FP, remove_sigaction_FP): Functions removed.
1668         (check): Function removed.
1669         (CHECK): New macro.
1670         (TEST_FUNC): Fix code style.  Use CHECK macro rather than repeating
1671         boilerplate feclearexcept + feenableexcept + sigsetjmp code.
1672         Don't call set_sigaction_FP and remove_sigaction_FP here.
1673         (ldouble_test): Just use 'long double' as macro argument, no need for
1674         the 'ldouble' typedef.
1675         (do_test): Set up SIGFPE handler at start, using plain signal rather
1676         than sigaction.  Fix code style.
1678 2015-02-10  Evangelos Foutras  <evangelos@foutrelis.com>
1680         [BZ #17949]
1681         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Fix position of
1682         jump label.
1684 2015-02-09  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1686         * sysdeps/powerpc/powerpc32/configure.ac: Remove R_PPC_REL16 check.
1687         * sysdeps/powerpc/powerpc32/configure: Regenerated.
1689         * sysdeps/powerpc/configure.ac: Remove file.
1690         * sysdeps/powerpc/configure: Likewise.
1692         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
1693         [sysdep_routines]: Remove wordcopy-power6 object.
1694         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
1695         (__memmove_power7): Use local call for wordcopy and memcpy symbols.
1696         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c
1697         (__memmove_ppc32): Likewise.
1698         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: Remove
1699         file.
1700         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Remove file.
1701         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c [IS_IN (libc)]:
1702         Remove preprocessor.
1704         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
1705         [sysdep_routines]: Remove wide chars objects.
1706         [wcsmbs]: New rule for wide char objects.
1708         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1709         Remove wordcopy-power6 obejct.
1710         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c (__memmove_ppc):
1711         Use local call for wordcopy and memcpy symbols.
1712         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: Remove file.
1713         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: Add default
1714         implementation for loader.
1715         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Remove file.
1717         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1718         Remove wordcopy-power7 object.
1719         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: Remove file.
1720         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c
1721         (_wordcopy_fwd_aligned): Remove POWER7 specialization.
1722         (_wordcopy_fwd_dest_aligned): Likewise.
1723         (_wordcopy_bwd_aligned): Likewise.
1724         (_wordcopy_bwd_dest_aligned): Likewise.
1726         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c (__bcopy_ppc):
1727         Rewrite to call __memmove_ppc instead of include default
1728         implementation.
1730         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1731         Remove wide chars objects.
1732         [wcsmbs]: New rule for wide char objects.
1734 2015-02-09  Andreas Schwab  <schwab@suse.de>
1736         [BZ #17912]
1737         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
1738         in terms of __O_DIRECTORY.
1740 2015-02-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1742         * time/getdate.c: Include <stdbool.h>.
1743         * sysdeps/gnu/unwind-resume.c [!PTR_MANGLE] (__libgcc_s_init): Do not
1744         call PTR_MANGLE.
1745         [!PTR_DEMANGLE] (_Unwind_Resume, __gcc_personality_v0): Do not call
1746         PTR_DEMANGLE.
1748 2015-02-07  Paul Eggert  <eggert@cs.ucla.edu>
1750         Add ersatz _Static_assert on older C hosts
1751         * misc/sys/cdefs.h (_Static_assert): Define a substitute, if on a
1752         pre-C11 C platform that is not known to support _Static_assert.
1754 2015-02-07  Richard Braun  <rbraun@sceen.net>
1756         * hurd/hurd/signal.h (_hurd_critical_section_lock): Don't unlock
1757         sigstate.
1758         * sysdeps/mach/hurd/mmap.c (__mmap): Also handle PROT_NONE case.
1760 2015-02-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1762         * sysdeps/pthread/aio_misc.c [!AIO_PRIO_DELTA_MAX]: Do not check
1763         priority against unexistent AIO_PRIO_DELTA_MAX.
1764         * misc/chflags.c (chflags): Set flags parameter type to unsigned long
1765         instead of int.
1766         * misc/fchflags.c (fchflags): Likewise.
1767         * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
1768         * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
1769         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC] (UF_SETTABLE, UF_NODUMP,
1770         UF_IMMUTABLE, UF_APPEND, UF_OPAQUE, UF_NOUNLINK, SF_SETTABLE,
1771         SF_ARCHIVED, SF_IMMUTABLE, SF_APPEND, SF_NOUNLINK, SF_SNAPSHOT):
1772         Declare macros.
1773         [__USE_MISC] (chflags, fchflags): Declare functions.
1774         * hurd/hurdselect.c (_hurd_select): In the poll case, do not return
1775         EINVAL when nfds is greater than FD_SETSIZE.
1776         * hurd/hurd/resource.h (MACH_PRIORITY_TO_NICE,
1777         NICE_TO_MACH_PRIORITY): Align nice levels on Mach priorities from 5 to
1778         45.
1779         * hurd/hurdselect.c (_hurd_select): Pass MACH_RCV_INTERRUPT to
1780         __mach_msg.  If that returns MACH_RCV_INTERRUPTED, set ERR to EINTR.
1781         * hurd/hurdselect.c (_hurd_select): Remove unreachable check for
1782         MACH_RCV_TIMED_OUT.
1783         * hurd/hurd/signal.h (_hurd_self_sigstate,
1784         _hurd_critical_section_lock, _hurd_critical_section_unlock):
1785         Explicit casts from void *.
1786         * sysdeps/mach/hurd/tls.h: Include <stdint.h> and <sysdep.h>.
1787         * abi-tags: Rename gnu-gnu os into gnu.
1789         [BZ #4719]
1790         * sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char,
1791         _IOT_short, _IOT_int, _IOT_long, _IOT__IOTBASE_int8_t,
1792         _IOT__IOTBASE_uint8_t, _IOT__IOTBASE_int16_t, _IOT__IOTBASE_uint16_t,
1793         _IOT__IOTBASE_int32_t, _IOT__IOTBASE_uint32_t, _IOT__IOTBASE_int64_t,
1794         _IOT__IOTBASE_uint64_t, _IOT__IOTBASE_size_t, _IOT__IOTBASE_ssize_t,
1795         _IOTBASE_unsigned, _IOTBASE_signed): Define macros.
1797         [BZ #17944]
1798         * hurd/hurdsocket.h: New file, defines _hurd_sun_path_dupa which
1799         duplicates ADDR->sun_path with sockaddr LEN limitation.
1800         * sysdeps/mach/hurd/connect.c: Include <string.h>
1801         (__connect): Give result of _hurd_sun_path_dupa to name lookup.
1802         * sysdeps/mach/hurd/sendmsg.c: Likewise.
1803         * sysdeps/mach/hurd/sendto.c: Likewise.
1804         * sysdeps/mach/hurd/bind.c: Call _hurd_sun_path_dupa instead of
1805         implementing it by hand.
1807 2015-02-06  Roland McGrath  <roland@hack.frob.com>
1809         * sysdeps/arm/sysdep.h [!PROF] [ARCH_HAS_T2 && !PIC] (LDR_GLOBAL):
1810         Use sfi_breg on ldr.
1811         [!PROF] [ARCH_HAS_T2 && PIC && ARM_PCREL_MOVW_OK] (LDR_GLOBAL):
1812         Likewise.
1814         * nptl/tst-cancel25.c (tf2): Test for SIGCANCEL being blocked only if
1815         it's defined.
1816         * nptl/tst-signal7.c (do_test): Test SIGCANCEL only if it's defined.
1817         Test SIGSETXID only if it's defined.
1819         * nptl/tst-locale1.c (useless): Use SIGRTMIN only if it's defined.
1821         * rt/tst-timer2.c (do_test): Don't initialize SIGEV.sigev_signo, which
1822         will not be used.  Use NULL rather than 0 for .sigev_notify_attributes.
1824         * nptl/tst-align2.c: Moved ...
1825         * sysdeps/unix/sysv/linux/tst-align-clone.c: ... here.
1826         * nptl/Makefile (tests): Remove tst-align2.
1827         * sysdeps/unix/sysv/linux/Makefile
1828         [$(subdir) = nptl] (tests): Add tst-align-clone.
1829         * nptl/tst-getpid1.c: Moved ...
1830         * sysdeps/unix/sysv/linux/tst-getpid1.c: ... here.
1831         * nptl/tst-getpid2.c: Moved ...
1832         * sysdeps/unix/sysv/linux/tst-getpid2.c: ... here.
1833         * nptl/Makefile (tests): Move tst-getpid1 and tst-getpid2 ...
1834         * sysdeps/unix/sysv/linux/Makefile
1835         [$(subdir) = nptl] (tests): ... here.
1836         * nptl/Makefile (tst-getpid2-ENV): Move variable ...
1837         * sysdeps/unix/sysv/linux/Makefile
1838         [$(subdir) = nptl] (tst-getpid2-ENV): ... here.
1840         * nptl/tst-cleanup2.c (do_test): Use signal rather than sigaction.
1841         Drop trailing \n from perror argument.  Use return rather than exit.
1843         * nptl/tst-cancel20.c (do_test): Conditionalize SA_SIGINFO-using tests
1844         on [SA_SIGINFO].
1845         * nptl/tst-cancel21.c (do_test): Likewise.
1846         * debug/tst-backtrace6.c: Include <signal.h> first thing.
1847         Conditionalize inclusion of tst-backtrace5.c on [SA_SIGINFO].
1848         [!SA_SIGINFO]: Make it a stub test.
1850         * misc/tst-pselect.c (do_test): Don't set SA_NOCLDWAIT in sa_flags for
1851         SIGCHLD; it's redundant with SIG_IGN as sa_handler.
1853         * posix/tst-getlogin.c: Move to ...
1854         * login/tst-getlogin.c: ... here.
1855         * posix/Makefile (tests): Move tst-getlogin to ...
1856         * login/Makefile (tests): ... here.
1858         * libio/tst-atime.c (do_test): Move local variables SV and E
1859         inside [ST_NOATIME] conditional.
1861         * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
1863         * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
1865         * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
1866         (wait_code): New function replaces macro.
1867         Call nanosleep rather than syscall.
1869         * nptl/pt-system.c: Rewritten.  Put everything under
1870         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
1871         Use IFUNC to redirect when possible.
1873         * nptl/pt-longjmp.c: Rewritten.  Put everything under
1874         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
1875         Use IFUNC to redirect when possible.
1877         * nptl/pt-fork.c: Rewritten.  Put everything under
1878         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
1879         Use IFUNC to redirect when possible.
1880         * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
1882         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
1883         code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
1884         unconditionally nowadays.  This included the only reference to
1885         __vdso_clock_gettime that appears outside libc proper.
1886         * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
1887         Remove version set (containing only __vdso_clock_gettime).
1888         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
1889         Add attribute_hidden.
1890         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
1891         Likewise.  Drop __attribute__ ((nocommon)), libc_hidden_proto, and
1892         libc_hidden_data_def.
1893         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
1894         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
1896         * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
1897         getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
1898         setrpcent, and getrpcport to ...
1899         * sunrpc/Versions (libc: GLIBC_2.0): ... here.
1900         * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
1901         getrpcbynumber_r, and getrpcent_r to ...
1902         * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
1903         * inet/getrpcbyname.c: Moved ...
1904         * sunrpc/getrpcbyname.c: ... here.
1905         * inet/getrpcbyname_r.c: Moved ...
1906         * sunrpc/getrpcbyname_r.c: ... here.
1907         * inet/getrpcbynumber.c: Moved ...
1908         * sunrpc/getrpcbynumber.c: ... here.
1909         * inet/getrpcbynumber_r.c: Moved ...
1910         * sunrpc/getrpcbynumber_r.c: ... here.
1911         * inet/getrpcent.c: Moved ...
1912         * sunrpc/getrpcent.c: ... here.
1913         * inet/getrpcent_r.c: Moved ...
1914         * sunrpc/getrpcent_r.c: ... here.
1915         * inet/Makefile (routines): Move those to ...
1916         * sunrpc/Makefile (routines): ... here.
1917         * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
1918         the $(subdirs) list.
1919         (CPPFLAGS-getent.c): New variable.  Pass -D option to set HAVE_SUNRPC
1920         to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
1921         * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
1922         (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
1924         * elf/Makefile (routines): Include $(all-dl-routines), not just
1925         $(dl-routines).
1926         (rtld-routines): Likewise.  Use = rather than :=.
1927         * sysdeps/aarch64/Makefile [$(subdir) = elf]
1928         (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
1929         dl-tlsdesc to these; sysdep-dl-routines alone is enough.
1930         * sysdeps/arm/Makefile: Likewise.
1931         * sysdeps/i386/Makefile: Likewise.
1932         * sysdeps/x86_64/Makefile: Likewise.
1933         * sysdeps/hppa/Makefile [$(subdir) = elf]
1934         (sysdep_routines, sysdep-rtld-routines): Don't add
1935         $(sysdep-dl-routines) to these.
1936         * sysdeps/ia64/Makefile: Likewise.
1937         * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
1938         * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
1939         [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
1940         Don't add dl-static to these; sysdep-dl-routines alone is enough.
1941         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
1942         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
1943         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
1944         * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
1945         * sysdeps/powerpc/Makefile [$(subdir) = elf]
1946         (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
1947         these; sysdep-dl-routines alone is enough.
1949 2015-02-06  Joseph Myers  <joseph@codesourcery.com>
1951         [BZ #17932]
1952         * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
1953         where multiplication results in zero and third argument is finite
1954         and nonzero.
1955         * math/auto-libm-test-in: Add more tests of fma.
1956         * math/auto-libm-test-out: Regenerated.
1958         * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
1959         (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
1960         (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
1961         (_FP_CMP_EQ): Likewise.
1962         (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
1964         * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
1965         extra argument CHECK_NAN.  Redefine as wrapper around
1966         _FP_EXTEND_CNAN.
1968 2015-02-06  Carlos O'Donell  <carlos@systemhalted.org>
1970         * version.h (RELEASE): Set to "stable".
1971         (VERSION): Set to "2.21"
1972         * include/features.h (__GLIBC_MINOR__): Set to 21.
1974         * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
1976 2015-02-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
1977             Paul Eggert  <eggert@cs.ucla.edu>
1979         [BZ #16618]
1980         * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
1981         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
1982         size in bytes. Store needed elements in wpmax. Use needed size
1983         in bytes for extend_alloca.
1985 2015-02-05  Carlos O'Donell  <carlos@systemhalted.org>
1987         * manual/install.texi: Latest tested versions are GCC 4.9.2,
1988         binutls 2.25, and texinfo 5.2.
1989         * INSTALL: Regenerate.
1990         * sysdeps/nios2/configure: Regenerate.
1991         * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
1992         * manual/contrib.texi: Update.
1993         * po/be.po: Update.
1994         * po/bg.po: Update.
1995         * po/ca.po: Update.
1996         * po/cs.po: Update.
1997         * po/da.po: Update.
1998         * po/de.po: Update.
1999         * po/el.po: Update.
2000         * po/eo.po: Update.
2001         * po/es.po: Update.
2002         * po/fi.po: Update.
2003         * po/fr.po: Update.
2004         * po/gl.po: Update.
2005         * po/hr.po: Update.
2006         * po/hu.po: Update.
2007         * po/ia.po: Update.
2008         * po/id.po: Update.
2009         * po/it.po: Update.
2010         * po/ja.po: Update.
2011         * po/ko.po: Update.
2012         * po/lt.po: Update.
2013         * po/nb.po: Update.
2014         * po/nl.po: Update.
2015         * po/pl.po: Update.
2016         * po/pt_BR.po: Update.
2017         * po/ru.po: Update.
2018         * po/rw.po: Update.
2019         * po/sk.po: Update.
2020         * po/sl.po: Update.
2021         * po/sv.po: Update.
2022         * po/tr.po: Update.
2023         * po/uk.po: Update.
2024         * po/vi.po: Update.
2025         * po/zh_CN.po: Update.
2026         * po/zh_TW.po: Update.
2028         * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
2029         * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
2030         * sysdeps/hppa/dl-irel.h: Remove #warning.
2031         * sysdeps/hppa/entry.h: Provide prototype for
2032         __canonicalize_funcptr_for_compare and cast argument.
2033         * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
2034         * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
2035         * sysdeps/hppa/sotruss-lib.c: New file.
2036         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
2037         (atomic_compare_and_exchange_val_acq): Use __typeof__.
2038         (atomic_compare_and_exchange_bool_acq): Likewise.
2039         * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
2040         * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
2042         * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
2043         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
2044         * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
2046 2015-02-05  Chung-Lin Tang  <cltang@codesourcery.com>
2048         * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
2049         called function in non-PIC case.
2051 2015-01-31  David S. Miller  <davem@davemloft.net>
2053         * sysdeps/sparc/sparc32/bits/atomic.h
2054         (__sparc32_atomic_do_unlock24): Put the memory barrier before the
2055         unlock not after it.
2056         (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
2057         volatile register usage warnings from the compiler.
2059         * sysdeps/sparc/nptl/sem_init.c: Delete.
2060         * sysdeps/sparc/nptl/sem_post.c: Delete.
2061         * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
2062         * sysdeps/sparc/nptl/sem_wait.c: Delete.
2063         * sysdeps/sparc/sparc32/sem_init.c: New file.
2064         * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
2065         * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
2066         padding explicitly initialized.
2067         * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
2068         padding for in-semaphore spinlock.
2069         * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
2070         * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
2071         * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
2072         * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
2073         * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
2074         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
2075         * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
2076         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
2077         version.
2078         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
2079         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
2081 2015-01-30  H.J. Lu  <hongjiu.lu@intel.com>
2083         [BZ #17801]
2084         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
2085         Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
2086         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
2087         New.
2088         (index_AVX_Fast_Unaligned_Load): Likewise.
2089         (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
2090         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
2091         bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
2092         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
2093         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
2094         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
2095         * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
2096         HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
2097         * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
2099 2015-01-29  Andreas Schwab  <schwab@suse.de>
2101         * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
2103 2015-01-29  Siddhesh Poyarekar <siddhesh@redhat.com>
2105         [BZ #17892]
2106         * nscd/nscd_stat.c (send_stats): Initialize DATA.
2108 2015-01-28  Martin Sebor  <msebor@redhat.com>
2110         * math/README.libm-test: Clarify. Add "How to read the test output."
2112 2015-01-28  Chris Metcalf  <cmetcalf@ezchip.com>
2114         * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
2115         Define to 0.
2117 2015-01-28  Joseph Myers  <joseph@codesourcery.com>
2119         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
2120         (__HAVE_64B_ATOMICS): Define to 0.
2122 2015-01-28  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
2124         [BZ #17885]
2125         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
2126         value to set as new flag.
2128         [BZ #16576]
2129         * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
2130         and use _ARCH_PPCSQ instead.
2131         (__ieee754_sqrt): Likewise.
2132         (__ieee754_sqrtf): Likewise.
2133         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
2134         _ARCH_PPCSQ is defined.
2135         (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
2136         fsqrt instruction.
2137         * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
2138         _ARCH_PPCSQ is defined.
2139         (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
2140         fsqrts instruction.
2141         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
2143 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2145         * iconv/loop.c: Suppress array out of bound warning caused by GCC
2146         bug (GCC BZ #64739).
2148 2015-01-25  Andreas Schwab  <schwab@linux-m68k.org>
2150         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
2151         Mark _retval as used.
2152         (lll_futex_wake_unlock): Likewise.
2153         (lll_futex_timed_wait_requeue_pi): Likewise.
2155         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
2156         (atomic_compare_and_exchange_val_acq): Use uint32_t for the
2157         register variables.
2159         * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
2160         libm_hidden_def.
2162         * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
2163         (__bswap_64): Mark as __always_inline.
2165 2015-01-25  Bram  <bug_rh@spam.wizbit.be>
2167         [BZ #15378]
2168         * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
2169         when none of the search directories exist.
2171 2015-01-24  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
2173         [BZ #17869]
2174         * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
2175         power8 in .machine directive.
2177         [BZ #17868]
2178         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
2179         set dependency from opd value.
2181 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
2183         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
2184         Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
2185         architecture.
2187 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
2189         [BZ #17870]
2190         * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
2191         with uint64_t.
2192         * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
2193         (uint64_t) 1.
2194         (__new_sem_wait_fast): Replace unsigned long with uint64_t.
2195         (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
2196         Replace 1UL with (uint64_t) 1.
2197         * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
2198         int with uint64_t.
2200 2015-01-23  Roland McGrath  <roland@hack.frob.com>
2202         * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
2203         (if_freenameindex): Likewise.
2205         * resource/getrlimit64.c: Add missing libc_hidden_def.
2207 2015-01-22  Joseph Myers  <joseph@codesourcery.com>
2209         * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
2210         __label__.
2211         (_FP_FMA): Likewise.
2212         (_FP_TO_INT_ROUND): Likewise.
2213         (_FP_FROM_INT): Likewise.
2215 2015-01-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2217         [BZ #16418]
2218         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
2219         Make code racy and cancel safe.
2221 2015-01-21  Carlos O'Donell  <carlos@redhat.com>
2223         * sysdeps/arm/unwind-resume.h: Fix copyright year.
2224         * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
2225         attribution.
2227         * pwd/tst-getpw.c: Rewrite.
2229         [BZ #17702]
2230         * dlfcn/Makefile (tests): Add tst-rec-dlopen.
2231         (modules-names): Add moddummy1 and moddummy2.
2232         ($(objpfx)tst-rec-dlopen): Define.
2233         * dlfcn/moddummy1.c: New file.
2234         * dlfcn/moddummy2.c: New file.
2235         * dlfcn/tst-rec-dlopen.c: New file.
2236         * elf/dl-cache.c (_dl_load_cache_lookup):
2237         Return char*. Copy result with alloca/strcpy/strdup.
2238         * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
2239         returns char*. Free cached. If not saving realname
2240         free cached.
2241         * elf/dl-open.c (dl_open_worker): Do not assert that
2242         _r_debug->r_state is RT_CONSISTENT.
2243         * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
2244         returns char*.
2246 2015-01-21  Torvald Riegel  <triegel@redhat.com>
2247             Carlos O'Donell  <carlos@redhat.com>
2249         [BZ #12674]
2250         * nptl/sem_waitcommon.c: New file.
2251         * nptl/sem_wait.c: Include sem_waitcommon.c.
2252         (__sem_wait_cleanup, do_futex_wait): Remove.
2253         (__new_sem_wait): Adapt.
2254         (__new_sem_trywait): New function.
2255         (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
2256         * nptl/sem_timedwait.c: Include sem_waitcommon.c.
2257         (__sem_wait_cleanup, do_futex_timed_wait): Remove.
2258         (sem_timedwait): Adapt.
2259         * nptl/sem_post.c (__new_sem_post): Adapt.
2260         (futex_wake): New function.
2261         (__old_sem_post): Add release MO fence.
2262         * nptl/sem_open.c (sem_open): Adapt.
2263         * nptl/sem_init.c (__new_sem_init): Adapt.
2264         (futex_private_if_supported): New function.
2265         * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
2266         (__old_sem_getvalue): Add using previous code.
2267         * sysdeps/nptl/internaltypes.h: Adapt.
2268         * nptl/tst-sem13.c (do_test): Adapt.
2269         * nptl/tst-sem11.c (main): Adapt.
2270         * nptl/sem_trywait.c: Remove.
2271         * nptl/DESIGN-sem.txt: Remove.
2272         * nptl/Makefile (libpthread-routines): Remove sem_trywait.
2273         (gen-as-const-headers): Remove structsem.sym.
2274         * nptl/structsem.sym: Remove.
2275         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
2276         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
2277         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
2278         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
2279         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
2280         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
2281         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
2282         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
2283         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
2284         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
2285         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
2286         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
2287         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
2288         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
2289         * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
2290         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
2291         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
2292         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
2293         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
2294         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
2295         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
2296         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
2298 2015-01-20  Carlos O'Donell  <carlos@redhat.com>
2300         * INSTALL: Regenerated.
2302         * po/libc.pot: Regenerated.
2304 2015-01-18  Chung-Lin Tang  <cltang@codesourcery.com>
2305             Sandra Loosemore  <sandra@codesourcery.com>
2306             Andrew Jenner  <andrew@codesourcery.com>
2307             Joseph Myers  <joseph@codesourcery.com>
2308             Nathan Sidwell  <nathan@codesourcery.com>
2310         * NEWS: Mention new Nios II port.
2311         * sysdeps/nios2/Implies: New file.
2312         * sysdeps/nios2/Makefile: New file.
2313         * sysdeps/nios2/Subdirs: New file.
2314         * sysdeps/nios2/Versions: New file.
2315         * sysdeps/nios2/__longjmp.S: New file.
2316         * sysdeps/nios2/abort-instr.h: New file.
2317         * sysdeps/nios2/backtrace.c: New file.
2318         * sysdeps/nios2/bits/endian.h: New file.
2319         * sysdeps/nios2/bits/fenv.h: New file.
2320         * sysdeps/nios2/bits/link.h: New file.
2321         * sysdeps/nios2/bits/setjmp.h: New file.
2322         * sysdeps/nios2/bsd-_setjmp.S: New file.
2323         * sysdeps/nios2/bsd-setjmp.S: New file.
2324         * sysdeps/nios2/configure: New generated file.
2325         * sysdeps/nios2/configure.ac: New file.
2326         * sysdeps/nios2/crti.S: New file.
2327         * sysdeps/nios2/crtn.S: New file.
2328         * sysdeps/nios2/dl-init.c: New file.
2329         * sysdeps/nios2/dl-machine.h: New file.
2330         * sysdeps/nios2/dl-sysdep.h: New file.
2331         * sysdeps/nios2/dl-tls.h: New file.
2332         * sysdeps/nios2/dl-trampoline.S: New file.
2333         * sysdeps/nios2/gccframe.h: New file.
2334         * sysdeps/nios2/gmp-mparam.h: New file.
2335         * sysdeps/nios2/jmpbuf-offsets.h: New file.
2336         * sysdeps/nios2/jmpbuf-unwind.h: New file.
2337         * sysdeps/nios2/ldsodefs.h: New file.
2338         * sysdeps/nios2/libc-tls.c: New file.
2339         * sysdeps/nios2/libm-test-ulps: New file.
2340         * sysdeps/nios2/machine-gmon.h: New file.
2341         * sysdeps/nios2/math-tests.h: New file.
2342         * sysdeps/nios2/math_private.h: New file.
2343         * sysdeps/nios2/memusage.h: New file.
2344         * sysdeps/nios2/nptl/Makefile: New file.
2345         * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
2346         * sysdeps/nios2/nptl/bits/semaphore.h: New file.
2347         * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
2348         * sysdeps/nios2/nptl/pthreaddef.h: New file.
2349         * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
2350         * sysdeps/nios2/nptl/tls.h: New file.
2351         * sysdeps/nios2/preconfigure: New file.
2352         * sysdeps/nios2/s_fma.c: New file.
2353         * sysdeps/nios2/s_fmaf.c: New file.
2354         * sysdeps/nios2/setjmp.S: New file.
2355         * sysdeps/nios2/sfp-machine.h: New file.
2356         * sysdeps/nios2/sotruss-lib.c: New file.
2357         * sysdeps/nios2/stackguard-macros.h: New file.
2358         * sysdeps/nios2/stackinfo.h: New file.
2359         * sysdeps/nios2/start.S: New file.
2360         * sysdeps/nios2/sysdep.h: New file.
2361         * sysdeps/nios2/tls-macros.h: New file.
2362         * sysdeps/nios2/tst-audit.h: New file.
2363         * sysdeps/unix/sysv/linux/nios2/Implies: New file.
2364         * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
2365         * sysdeps/unix/sysv/linux/nios2/Versions: New file.
2366         * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
2367         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
2368         * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
2369         * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
2370         * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
2371         * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
2372         * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
2373         * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
2374         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
2375         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
2376         * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
2377         * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
2378         * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
2379         * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
2380         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
2381         * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
2382         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
2383         * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
2384         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
2385         * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
2386         * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
2387         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
2388         * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
2389         * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
2390         * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
2391         * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
2392         * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
2393         * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
2394         * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
2395         * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
2396         * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
2397         * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
2398         * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
2399         * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
2400         * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
2401         * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
2402         * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
2403         * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
2404         * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
2405         * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
2406         * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
2408 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
2410         [BZ #17844]
2411         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
2412         (getutent): Use weak_alias in non SHARED case
2413         and default_symbol_version in SHARED case.
2414         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
2415         (getutent_r, pututline): Likewise.
2416         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
2417         (getutid): Likewise.
2418         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
2419         (getutid_r): Likewise.
2420         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
2421         (getutline): Likewise.
2422         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
2423         (getutline_r): Likewise.
2424         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
2425         (updwtmp): Likewise.
2427 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
2429         [BZ #17848]
2430         * sysdeps/s390/s390-32/memcmp.S
2431         (memcmp_g5): Rename to __memcmp_g5.
2432         * sysdeps/s390/s390-32/memcpy.S
2433         (memcpy_g5): Rename to __memcpy_g5.
2434         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2435         (memcpy_mvcle) Rename to __memcpy_mvcle.
2436         * sysdeps/s390/s390-32/memset.S
2437         (memset_g5): Rename to __memset_g5.
2438         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
2439         (IFUNC_RESOLVE): Prefix ifunc-resolve function
2440         and use prefixed functions.
2441         * sysdeps/s390/s390-32/multiarch/memcmp.S
2442         (memcmp_z196): Rename to __memcmp_z196.
2443         (memcmp_z10): Rename to __memcmp_z10.
2444         (memcmp): Set alias to __memcmp_g5.
2445         (bcmp): Set alias to __memcmp_g5.
2446         * sysdeps/s390/s390-32/multiarch/memcpy.S
2447         (memcpy_z196): Rename to __memcpy_z196.
2448         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2449         (memcpy_z10): Rename to __memcpy_z10.
2450         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2451         (memcpy): Set alias to __memcpy_g5.
2452         * sysdeps/s390/s390-32/multiarch/memset.S
2453         (memset_z196): Rename to __memset_z196.
2454         Jump to __memset_mvcle instead of memset_mvcle.
2455         (memset_z10): Rename to __memset_z10.
2456         Jump to __memset_mvcle instead of memset_mvcle.
2457         (memset_mvcle) Rename to __memset_mvcle.
2458         (memset): Set alias to __memset_g5.
2459         * sysdeps/s390/s390-64/memcmp.S
2460         (memcmp_z900): Rename to __memcmp_z900.
2461         * sysdeps/s390/s390-64/memcpy.S
2462         (memcpy_z900): Rename to __memcpy_z900.
2463         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2464         (memcpy_mvcle) Rename to __memcpy_mvcle.
2465         * sysdeps/s390/s390-64/memset.S
2466         (memset_z900): Rename to __memset_z900.
2467         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
2468         (IFUNC_RESOLVE): Prefix ifunc-resolve function
2469         and use prefixed functions.
2470         * sysdeps/s390/s390-64/multiarch/memcmp.S
2471         (memcmp_z196): Rename to __memcmp_z196.
2472         (memcmp_z10): Rename to __memcmp_z10.
2473         (memcmp): Set alias to __memcmp_z900.
2474         (bcmp): Set alias to __memcmp_z900.
2475         * sysdeps/s390/s390-64/multiarch/memcpy.S
2476         (memcpy_z196): Rename to __memcpy_z196.
2477         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2478         (memcpy_z10): Rename to __memcpy_z10.
2479         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2480         (memcpy): Set alias to __memcpy_z900.
2481         * sysdeps/s390/s390-64/multiarch/memset.S
2482         (memset_z196): Rename to __memset_z196.
2483         Jump to __memset_mvcle instead of memset_mvcle.
2484         (memset_z10): Rename to __memset_z10.
2485         Jump to __memset_mvcle instead of memset_mvcle.
2486         (memset_mvcle) Rename to __memset_mvcle.
2487         (memset): Set alias to __memset_z900.
2489 2015-01-14  Joseph Myers  <joseph@codesourcery.com>
2491         [BZ #17748]
2492         * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
2493         __fesetenv instead of fesetenv.
2495 2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
2497         * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
2498         macro.
2500 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2502         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
2503         regression on LE.
2505         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
2506         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
2507         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
2508         strncmp-power8 object.
2509         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2510         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
2511         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
2512         * NEWS: Update.
2514 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
2515             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2517         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
2518         trailing byte check.
2520 2015-01-13  David S. Miller  <davem@davemloft.net>
2522         * include/signal.h (__sigreturn): Guard with __USE_MISC.
2524 2015-01-13  Roland McGrath  <roland@hack.frob.com>
2526         * login/logout.c (logout): Use memset rather than bzero.
2527         * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
2528         * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
2529         * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
2530         (_gethtbyaddr): Likewise.
2531         * locale/programs/simple-hash.c (bcopy): Macro removed.
2533 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2535         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2536         Add strcmp-power8 object.
2537         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2538         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
2539         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
2540         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
2541         __strcmp_power8 implementation.
2542         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
2543         * NEWS: Update.
2545         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2546         Add strncpy-power8 and stpncpy-power8 objects.
2547         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2548         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
2549         implementations.
2550         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
2551         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
2552         __stpncpy_power8 implementation.
2553         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
2554         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
2555         __strncpy_power8 implementation.
2556         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
2557         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
2558         * NEWS: Update.
2560         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
2561         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
2562         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
2564         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
2565         strncat-power8 object.
2566         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
2567         __strcat_power8 implementation.
2568         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2569         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
2570         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
2571         optimized strcat for power8.
2573         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
2574         strcpy-power8 and stpcpy-power8 objects.
2575         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2576         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
2577         implementations.
2578         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
2579         multiarch stpcpy implementation for POWER8.
2580         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
2581         multiarch strcpy implementation for POWER8.
2582         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
2583         __strcpy_power8 function.
2584         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
2585         stpcpy for POWER8.
2586         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
2587         strcpy for POWER8.
2588         * NEWS: Update.
2590 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
2592         [BZ #16009]
2593         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
2594         weights and rules. Use do_xfrm_cached if data fits in cache,
2595         do_xfrm otherwise.  Moved former main loop to...
2596         * (do_xfrm_cached): New function.
2597         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
2598         find_idx, find_position and stack_push.
2599         * (find_idx): New function.
2600         * (find_position): Likewise.
2601         * localedata/sort-test.sh: Added test run for do_xfrm.
2602         * localedata/xfrm-test.c (main): Added command line option
2603         -nocache to run the test with strings that are too large for
2604         the STRXFRM cache.
2606 2015-01-13  Torvald Riegel  <triegel@redhat.com>
2608         * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
2609         variable to lll_futex_wake call, not the value itself.
2611 2015-01-12  Joseph Myers  <joseph@codesourcery.com>
2613         [BZ #17803]
2614         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
2615         twom64.  Adjust value to 0x1p-64L.
2616         (__scalblnl): Only return standard underflowing result for K <=
2617         -64 not K <= -63; adjust exponent for underflowing result by 64
2618         not 63.
2619         * math/libm-test.inc (scalbn_test_data): Add more tests.
2620         (scalbln_test_data): Likewise.
2622         [BZ #17834]
2623         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
2624         0x1p63L.
2625         (__scalblnl): Get new exponent of adjusted subnormal value from ES
2626         not HX.
2627         * math/libm-test.inc (scalbn_test_data): Add more tests.
2628         (scalbln_test_data): Likewise.
2630 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2631             Stefani Seibold  <stefani@seibold.net>
2633         * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
2634         (sysdep_routines): Add dl-vdso here, ...
2635         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
2636         (sysdep_routines): ... not here.
2637         * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
2638         fallback when vDSO is not presented.
2639         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
2640         Define with libc_hidden_proto/libc_hidden_data_def definitions.
2641         (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
2642         * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
2643         * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
2644         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
2645         * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
2646         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
2647         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
2648         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
2649         * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here.  Also added
2650         fallback configurable symbol when vDSO is not available.
2651         * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
2652         * sysdeps/unix/sysv/linux/x86/time.c: ... here.  Also refactored to
2653         be able to redefine fallback symbol when vDSO is not available.
2654         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
2655         * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
2657 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2659         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
2660         (TLS_INIT_TP): Add tm_capable initialization.
2661         (TLS_DEFINE_INIT_TP): Likewise.
2662         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
2663         TCB.
2664         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
2665         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
2666         calculation.
2667         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
2668         transactoion is lock elision is built and TCB tm_capable is set.
2669         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
2670         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
2671         (INTERNAL_SYSCALL_NCS): Likewise.
2672         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
2673         (INTERNAL_SYSCALL_NCS): Likewise.
2674         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
2676         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
2677         for powerpc.
2678         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
2679         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
2680         and remove it for 32 bits case.
2681         [pthread_rwlock_t] (__rwelision): New field for lock elision.
2682         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
2683         initialization.
2684         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
2685         Disable lock elision with rdlocks if elision is not available.
2687         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
2688         (sysdep_routines): Add lock elision objects.
2689         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
2690         [pthread_mutex_t] (__spins): Rework to add lock elision field.
2691         [pthread_mutex_t] (__elision): Add field.
2692         [__PTHREAD_SPINS]: Adjust to init lock elision field.
2693         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
2694         elision definitions for powerpc.
2695         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
2696         implementation of lock elision for powerpc.
2697         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
2698         implementation of timed lock elision for powerpc.
2699         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
2700         implementation of trylock with lock elision for powerpc.
2701         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
2702         implementaion of unlock for lock elision for powerpc.
2703         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
2704         automatic enable lock elision for mutexes.
2705         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
2706         transaction execution definitions for powerpc.
2707         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
2708         definitions.
2709         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
2710         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
2711         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
2712         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
2713         * NEWS: Update.
2715 2015-01-09  Roland McGrath  <roland@hack.frob.com>
2717         * sysdeps/posix/shm-directory.c: Use <> rather than ""
2718         for #include of <shm-directory.h>.
2720 2015-01-09  Chung-Lin Tang  <cltang@codesourcery.com>
2722         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
2723         assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
2725 2015-01-09  Matthew Fortune <matthew.fortune@imgtec.com>
2727         [BZ #17791]
2728         * NEWS: Mention bug fix.
2729         * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
2730         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
2731         (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
2733 2015-01-09  Torvald Riegel <triegel@redhat.com>
2735         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
2737 2015-01-09  Torvald Riegel <triegel@redhat.com>
2739         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
2741 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
2743         * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
2744         pointer and cast to uintptr_t.
2746 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
2748         * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
2749         removed.
2750         (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
2752 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
2754         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
2755         of 0.
2757 2015-01-08  Roland McGrath  <roland@hack.frob.com>
2759         * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
2760         <nptl/pthreadP.h> instead.
2761         * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
2763         * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
2764         already defined.
2765         [__SIGRTMIN] (init): Function removed.
2766         [__SIGRTMIN] (initialized): Variable removed.
2767         [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
2768         [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
2769         __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
2770         (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
2771         (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
2772         (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
2773         (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
2774         (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
2775         (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
2776         (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
2777         (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
2778         * sysdeps/nptl/allocrtsig.c: New file.
2779         * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
2780         * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
2781         * sysdeps/generic/testrtsig.h: File removed.
2783         * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
2784         (pthread_sigmask): Call sigprocmask, not __sigprocmask.
2786         * nptl/nptl-init.c (pthread_functions): Conditionalize
2787         .ptr__nptl_setxid initialization on [SIGSETXID].
2789         * sysdeps/nptl/sys/procfs.h: New file.
2790         * nptl_db/Makefile (headers): Add it.
2791         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
2793         * nptl/pthreadP.h (check_cpuset_attr): Moved ...
2794         * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
2795         * nptl/pthread_attr_setaffinity.c: Include it.
2796         * nptl/pthread_setattr_default_np.c: Likewise.
2797         * nptl/check-cpuset.h: New file.
2799 2015-01-08  Richard Henderson  <rth@redhat.com>
2801         * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
2802         (CFLAGS-tst-execstack-prog.c): Likewise.
2803         * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
2805 2015-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
2806             Sandra Loosemore  <sandra@codesourcery.com>
2807             Andrew Jenner  <andrew@codesourcery.com>
2808             Joseph Myers  <joseph@codesourcery.com>
2809             Nathan Sidwell  <nathan@codesourcery.com>
2811         * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
2812         (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
2813         (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
2814         (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
2815         (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
2816         (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
2817         (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
2818         (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
2819         (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
2820         (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
2821         (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
2822         (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
2823         (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
2824         (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
2825         (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
2826         (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
2827         (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
2829 2015-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2831         * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
2832         timespec struct member in syscall macro.
2833         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
2834         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
2835         first timeval struct member in syscall macro.
2836         * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
2838 2015-01-07  Joseph Myers  <joseph@codesourcery.com>
2840         [BZ #17748]
2841         * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
2842         * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
2843         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
2844         __feupdateenv and define as weak alias of __feupdateenv.  Use
2845         libm_hidden_weak.
2846         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
2847         libm_hidden_def.
2848         * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
2849         and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
2850         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
2851         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
2852         libm_hidden_def.
2853         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
2854         __feupdateenv and define as weak alias of __feupdateenv.  Use
2855         libm_hidden_weak.
2856         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
2857         libm_hidden_def.
2858         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
2859         __feupdateenv and define as weak alias of __feupdateenv.  Use
2860         libm_hidden_weak.
2861         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
2862         libm_hidden_def.
2863         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
2864         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
2865         (__feupdateenv): Likewise.
2866         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
2867         __feupdateenv and define as weak alias of __feupdateenv.  Use
2868         libm_hidden_weak.
2869         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
2870         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
2871         libm_hidden_def.
2872         * sysdeps/tile/math_private.h (__feupdateenv): New inline
2873         function.
2874         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
2875         libm_hidden_def.
2876         * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
2877         __feupdateenv instead of feupdateenv.
2878         (default_libc_feupdateenv_test): Likewise.
2879         (libc_feresetround_ctx): Likewise.
2881 2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2883         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
2884         prototype.
2886 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
2888         * posix/regcomp.c (parse_bracket_exp): Initialize type to
2889         COLL_SYM in a couple of places to avoid uninitialized variable
2890         wanings on tilegx gcc 4.8.2.
2892 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
2894         * sysdeps/aarch64/strcpy.S: New file.
2895         * sysdeps/aarch64/stpcpy.S: New file.
2896         * NEWS: Updated.
2898 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
2900         * sysdeps/aarch64/strrchr.S: New file.
2901         * NEWS: Updated.
2903 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
2905         [BZ #17658]
2906         * stdlib/setenv.c: Fix memory leak when setting large,
2907         duplicate string.
2909 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
2911         [BZ #17273]
2912         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
2913         and tabs from buffer before parsing fstab entry.
2914         * misc/tst-mntent.c (main): Add test for mount entry with
2915         trailing spaces and tabs.
2917 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
2919         [BZ #17748]
2920         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
2921         * math/fesetround.c (fesetround): Rename to __fesetround and
2922         define as weak alias of __fesetround.  Use libm_hidden_weak.
2923         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
2924         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
2925         * sysdeps/arm/fesetround.c (fesetround): Likewise.
2926         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
2927         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
2928         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
2929         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
2930         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
2931         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
2932         __fesetround_inline.
2933         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
2934         __fesetround_inline instead of __fesetround.
2935         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
2936         __fesetround and define as weak alias of __fesetround.  Use
2937         libm_hidden_weak.  Call __fesetround_inline instead of
2938         __fesetround.
2939         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
2940         __fesetround and define as weak alias of __fesetround.  Use
2941         libm_hidden_weak.
2942         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
2943         Likewise.
2944         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
2945         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
2946         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
2947         * sysdeps/tile/math_private.h (__fesetround): New inline function.
2948         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
2949         __fesetround and define as weak alias of __fesetround.  Use
2950         libm_hidden_weak.
2951         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
2952         __fesetround instead of fesetround.
2953         (default_libc_feholdexcept_setround): Likewise.
2954         (libc_feholdsetround_ctx): Likewise.
2955         (libc_feholdsetround_noex_ctx): Likewise.
2957         [BZ #17748]
2958         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
2959         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
2960         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
2961         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
2962         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2963         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
2964         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2965         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
2966         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2967         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
2968         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2969         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2970         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
2971         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2972         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
2973         libm_hidden_def.
2974         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
2975         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
2976         Likewise.
2977         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
2978         define as weak alias of __fesetenv.  Use libm_hidden_weak.
2979         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
2980         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2981         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
2982         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
2983         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
2984         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
2985         __fesetenv instead of fesetenv.
2986         (libc_feresetround_noex_ctx): Likewise.
2987         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
2988         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
2989         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
2990         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
2991         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
2992         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
2993         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
2994         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
2995         (__feupdateenv): Likewise.
2996         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
2997         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
2998         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
2999         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
3001 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
3003         [BZ #17806]
3004         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
3005         addresses have been freed.
3007 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
3009         * resolv/res_init.c (__res_vinit): Improve comments about nserv
3010         and nservall.
3012 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
3014         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
3015         Clean up check_pf allocation pattern. addresses
3017 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3019         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
3020         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
3021         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
3022         * nptl/pthread_exit.c (__pthread_exit): Likewise.
3023         * nptl/pthread_join.c (pthread_join): Likewise.
3024         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
3025         * sysdeps/posix/waitid.c (__waitid): Likewise.
3026         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
3027         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
3028         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
3029         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
3030         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
3031         Likewise.
3032         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
3033         (__libc_pread64): Likewise.
3034         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
3035         (__libc_pwrite): Likewise.
3036         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
3037         (__libc_pwrite64): Likewsie.
3038         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
3039         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
3040         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
3041         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
3042         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
3043         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
3044         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
3045         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
3046         Likewise.
3047         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
3048         (__libc_pread64): Likewise.
3049         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
3050         Likewise.
3051         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
3052         (__libc_pwrite64): Likewise.
3053         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
3054         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
3055         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
3056         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
3057         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
3058         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
3059         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
3060         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
3061         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
3062         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
3063         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
3064         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
3065         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
3066         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
3067         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
3068         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
3069         Likewise.
3071 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
3073         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
3074         (CFLAGS-test-double.c): Likewise.
3075         (CFLAGS-test-ldouble.c): Likewise.
3076         (CPPFLAGS-test-ifloat.c): Likewise.
3077         (CPPFLAGS-test-idouble.c): Likewise.
3078         (CPPFLAGS-test-ildoubl.c): Likewise.
3079         (CFLAGS-test-test-fenv.c): Remove variable.
3080         (CFLAGS-test-misc.c): Likewise.
3082 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
3084         [BZ #17797]
3085         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
3086         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
3087         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
3088         CLOCKS_PER_SEC == 1000000.
3089         * time/clocktest.c (main): Replace %ld with %jd and cast to
3090         intmax_t.
3092 2015-01-05  Roland McGrath  <roland@hack.frob.com>
3094         * sysdeps/generic/unwind-resume.h: New file.
3095         * sysdeps/gnu/unwind-resume.c: Include it.
3096         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
3097         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
3098         argument list.
3099         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
3100         global rather than static.
3101         (_Unwind_Resume): Update user.
3102         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
3103         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
3104         rather than static.  Add __attribute__ ((cold)).
3105         (_Unwind_Resume, __gcc_personality_v0): Update callers.
3106         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
3107         * sysdeps/arm/arm-unwind-resume.S: New file.
3108         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
3109         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
3110         * sysdeps/arm/Makefile [$(subdir) = csu]
3111         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
3112         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
3113         Add rt-arm-unwind-resume.
3114         [$(subdir) = nptl]
3115         (libpthread-sysdep_routines, libpthread-shared-only-routines):
3116         Add pt-arm-unwind-resume.
3117         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
3118         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
3120 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
3122         [BZ #17748]
3123         * include/fenv.h (__feholdexcept): Declare.  Use
3124         libm_hidden_proto.
3125         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
3126         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
3127         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3128         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
3129         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
3130         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
3131         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
3132         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3133         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
3134         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
3135         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
3136         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
3137         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
3138         (feholdexcept): Likewise.
3139         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
3140         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
3141         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
3142         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3143         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
3144         __feholdexcept instead of feholdexcept.
3145         (default_libc_feholdexcept_setround): Likewise.
3147 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
3149         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
3150         to avoid using stl/str to align destination.
3152 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
3154         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
3156 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
3158         [BZ #17796]
3159         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
3160         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
3161         Define as weak alias not strong alias.
3163 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
3165         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
3166         bltzal with addiupc.
3167         (RTLD_START): Ditto.
3169 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
3171         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
3172         for __vdso_* functions in declarations.
3173         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
3174         definitions.
3175         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
3176         INTERNAL_VSYSCALL): Use struct return types to check for error.
3178         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
3179         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
3180         function with cast from llround().
3181         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
3182         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
3183         Define.
3185 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
3187         [BZ #17793]
3188         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
3189         Define as weak alias not strong alias.
3191         [BZ #17635]
3192         * ctype/ctype-c99.c: New file.  isblank implementation moved from
3193         ...
3194         * ctype/ctype-extn.c: ... here.
3195         (__isblank_l): Move to ...
3196         * ctype/ctype-c99_l.c: ... here.  New file.
3197         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
3198         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
3199         Remove variable.
3200         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
3201         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
3202         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
3203         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
3204         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
3206         [BZ #17777]
3207         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
3208         (posix_fadvise64): Define as weak alias not strong alias.
3209         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
3210         (posix_fallocate64): Likewise.
3211         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
3212         Remove variable.
3213         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
3214         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
3215         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
3216         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
3217         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
3219 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
3221         [BZ #16191]
3222         * NEWS: Mention bug fix.
3223         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
3224         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
3225         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
3226         (HOST_STACK_END_ADDR): Likewise.
3228 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
3230         [BZ #17748]
3231         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
3232         * math/fegetround.c (fegetround): Rename to __fegetround and
3233         define as weak alias of __fegetround.  Use libm_hidden_weak.
3234         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
3235         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
3236         * sysdeps/arm/fegetround.c (fegetround): Likewise.
3237         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
3238         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
3239         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
3240         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
3241         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
3242         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
3243         Undefine after rather than before function definition; use
3244         parentheses around function name in definition.
3245         (__fegetround): Also undefine macro after function definition.
3246         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
3247         __fegetround and define as weak alias of __fegetround.  Use
3248         libm_hidden_weak.  Do not undefine as macro.
3249         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
3250         Likewise.
3251         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
3252         __fegetround and define as weak alias of __fegetround.  Use
3253         libm_hidden_weak.
3254         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
3255         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
3256         * sysdeps/tile/math_private.h (__fegetround): New inline function.
3257         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
3258         __fegetround and define as weak alias of __fegetround.  Use
3259         libm_hidden_weak.
3260         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
3261         __fegetround instead of fegetround.
3263         [BZ #17782]
3264         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
3265         Condition macro definition on [__USE_MISC].
3267         [BZ #17781]
3268         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
3269         (struct sigaction): Change type of sa_flags field to int.
3271         [BZ #17780]
3272         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
3273         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
3274         __glibc_reserved0.
3276         * nptl/version.c (banner): Use single year in copyright notice.
3278         * NEWS: Update copyright dates.
3279         * catgets/gencat.c (print_version): Likewise.
3280         * csu/version.c (banner): Likewise.
3281         * debug/catchsegv.sh: Likewise.
3282         * debug/pcprofiledump.c (print_version): Likewise.
3283         * debug/xtrace.sh (do_version): Likewise.
3284         * elf/ldconfig.c (print_version): Likewise.
3285         * elf/ldd.bash.in: Likewise.
3286         * elf/pldd.c (print_version): Likewise.
3287         * elf/sotruss.sh: Likewise.
3288         * elf/sprof.c (print_version): Likewise.
3289         * iconv/iconv_prog.c (print_version): Likewise.
3290         * iconv/iconvconfig.c (print_version): Likewise.
3291         * locale/programs/locale.c (print_version): Likewise.
3292         * locale/programs/localedef.c (print_version): Likewise.
3293         * login/programs/pt_chown.c (print_version): Likewise.
3294         * malloc/memusage.sh (do_version): Likewise.
3295         * malloc/memusagestat.c (print_version): Likewise.
3296         * malloc/mtrace.pl: Likewise.
3297         * manual/libc.texinfo: Likewise.
3298         * nptl/version.c (banner): Likewise.
3299         * nscd/nscd.c (print_version): Likewise.
3300         * nss/getent.c (print_version): Likewise.
3301         * nss/makedb.c (print_version): Likewise.
3302         * posix/getconf.c (main): Likewise.
3303         * scripts/test-installation.pl: Likewise.
3304         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
3306 2015-01-02  Will Newton  <will.newton@linaro.org>
3308         * sysdeps/arm/armv7/configure: Removed.
3309         * sysdeps/arm/armv7/configure.ac: Likewise.
3311 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
3313         * All files with FSF copyright notices: Update copyright dates
3314         using scripts/update-copyrights.
3315         * intl/plural.c: Regenerated.
3316         * locale/programs/charmap-kw.h: Likewise.
3317         * locale/programs/locfile-kw.h: Likewise.
3319 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
3321         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
3323 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
3325         [BZ #17748]
3326         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
3327         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
3328         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
3329         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
3330         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3331         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
3332         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3333         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
3334         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3335         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3336         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3337         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3338         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3339         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3340         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
3341         libm_hidden_def.
3342         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
3343         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
3344         Likewise.
3345         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3346         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3347         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
3348         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3349         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
3350         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
3351         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
3352         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
3353         __fegetenv instead of fegetenv.
3354         (libc_feholdsetround_noex_ctx): Likewise.
3356 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
3358         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
3359         (Elf_MIPS_ABIFlags_v0): New structure.
3360         (EF_MIPS_FP64): Define.
3361         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
3362         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
3363         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
3364         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
3365         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
3366         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
3367         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
3368         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
3369         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
3370         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
3371         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
3372         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
3373         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
3374         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
3375         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
3376         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
3377         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
3378         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
3379         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
3380         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
3381         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
3382         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
3383         field.
3384         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
3385         EF_MIPS_FP64.
3386         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
3387         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
3388         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
3389         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
3390         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
3391         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
3392         * sysdeps/mips/tst-abi-interlink.c: Likewise.
3393         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
3394         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
3395         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
3396         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
3397         record the current FP ABI extension.
3398         (mips-mode-switch): Define to show if kernel headers support mode
3399         switching.
3400         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
3401         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
3402         supported SYSV ABI version to 3.
3403         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
3404         feature.
3406 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
3407             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3409         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
3410         path.
3411         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
3413 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
3415         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
3416         __fegetround and redefine to call __fegetround.  Remove condition
3417         on [!__NO_MATH_INLINES].
3418         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
3419         function.
3420         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
3421         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
3422         Remove macro.
3423         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
3424         instead of <fenv_libc.h>.
3425         (__llrintl): Call fegetround instead of __fegetround.
3426         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
3427         instead of <fenv_libc.h>.
3428         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
3429         (__lrintl): Call fegetround instead of __fegetround.
3430         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
3431         instead of <fenv_libc.h>.
3432         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
3433         (__rintl): Call fegetround instead of __fegetround.
3435 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
3437         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
3438         arrays.
3440 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
3442         [BZ #17775]
3443         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
3444         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
3445         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
3447 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
3449         * sysdeps/i386/tls-macros.h: Include <features.h>.
3450         (TLS_LE): Use non-PIC version for GCC >= 5.0.
3451         (TLS_IE): Likewise.
3452         (TLS_LD): Likewise.
3453         (TLS_GD): Likewise.
3454         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
3455         define for GCC >= 5.0.
3457 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
3459         * math/test-fenv.c (test_single_exception, set_single_exc,
3460         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
3461         feexcp_mask_test, feenable_test, fe_single_test): Add
3462         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
3463         case where they are not used.
3464         * math/libm-test.inc: Likewise.
3465         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
3466         unused in the absence of FP rounding/exception support.
3467         * stdio-common/tst-printf-round.c: Likewise.
3468         * stdlib/tst-strtod-round.c: Likewise.
3469         * stdlib/tst-strtod-underflow.c: Likewise.
3471 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
3473         [BZ #17723]
3474         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
3475         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
3476         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3477         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3478         libm_hidden_weak.
3479         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
3480         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
3481         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
3482         libm_hidden_def.
3483         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3484         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3485         libm_hidden_weak.
3486         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
3487         Likewise.
3488         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
3489         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3490         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3491         libm_hidden_weak.
3492         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
3493         libm_hidden_def.
3494         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
3495         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
3496         (__feraiseexcept): Likewise.
3497         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3498         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3499         libm_hidden_weak.
3500         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
3501         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
3502         libm_hidden_def.
3503         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
3504         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
3505         Use libm_hidden_def.
3506         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
3507         libm_hidden_def.
3508         (feraiseexcept): Define as weak not strong alias.  Use
3509         libm_hidden_weak.
3510         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
3511         New inline function.  Factored out of ...
3512         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
3513         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
3514         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
3515         feraiseexcept.
3516         * math/w_acos.c (__acos): Likewise.
3517         * math/w_asin.c (__asin): Likewise.
3518         * math/w_ilogb.c (__ilogb): Likewise.
3519         * math/w_j0.c (y0): Likewise.
3520         * math/w_j1.c (y1): Likewise.
3521         * math/w_jn.c (yn): Likewise.
3522         * math/w_log.c (__log): Likewise.
3523         * math/w_log10.c (__log10): Likewise.
3524         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
3525         * sysdeps/aarch64/fpu/math_private.h
3526         (libc_feupdateenv_test_aarch64): Likewise.
3527         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
3528         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
3529         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
3530         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
3531         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
3532         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
3533         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
3534         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
3535         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
3536         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
3538 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
3540         [BZ #17732]
3541         * io/test-utime.c (main): Replace %ld with %jd and cast to
3542         intmax_t.
3543         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
3544         * nptl/tst-mutex5.c: Include <stdint.h>.
3545         (do_test): Replace %ld with %jd and cast to intmax_t.
3546         * posix/tst-regex.c (run_test): Likewise.
3547         (run_test_backwards): Likewise.
3548         * rt/tst-clock.c: Include <stdint.h>.
3549         (clock_test): Replace %ld with %jd and cast to intmax_t.
3550         * rt/tst-cpuclock1.c: Include <stdint.h>.
3551         (do_test): Replace %lu with %ju and cast to uintmax_t.
3552         * rt/tst-cpuclock2.c: Include <stdint.h>.
3553         (do_test): Replace %lu with %ju and cast to uintmax_t.
3554         * rt/tst-mqueue1.c: Include <stdint.h>.
3555         (check_attrs): Replace %ld with %jd and cast to intmax_t.
3556         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
3557         intmax_t.
3558         * rt/tst-mqueue4.c (do_test): Likewise.
3559         * rt/tst-timer4.c: Include <stdint.h>.
3560         (check_ts): Replace %ld with %jd and cast to intmax_t.
3561         (do_test): Likewise.
3562         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
3563         and cast to intmax_t.
3564         * sysdeps/pthread/tst-timer.c (main): Likewise.
3565         * time/clocktest.c (main): Likewise.
3566         * time/tst-posixtz.c (do_test): Likewise.
3567         * timezone/tst-timezone.c (main): Likewise.
3569 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
3570             H.J. Lu  <hongjiu.lu@intel.com>
3572         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
3573         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
3574         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
3575         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
3576         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
3577         version if bit_Fast_Unaligned_Load is set.
3578         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
3579         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
3580         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
3581         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
3582         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
3583         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
3584         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
3585         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
3586         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
3587         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
3588         to 4.
3589         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
3590         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
3591         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
3592         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
3594 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
3596         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
3597         instead of #if to avoid a Wundef warning.
3598         * stdlib/tst-limits.c (do_test): Likewise.
3600         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
3601         parallel other exception macros.
3602         (fegetenv): Convert from macro to extern inline so that it applies
3603         retroactively to inline functions already seen by the compiler.
3604         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
3606         * posix/Makefile (before-compile): Use $(objpfx) for
3607         posix-conf-vars-def.h.
3609 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
3611         * posix/getconf.c (main): Use size_t for type of I.
3612         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
3613         NSPEC.
3615         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
3616         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
3617         * posix/posix-envs.def: Likewise.
3618         * sysdeps/posix/sysconf.c: Likewise.
3619         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
3620         (specs): Remove array.
3621         * scripts/gen-posix-conf-vars.awk: Support generation of specs
3622         array.
3624         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
3625         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
3626         (__sysconf): Use CONF_IS_* macros.
3628         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
3629         ($(objpfx)posix-conf-vars-def.h): New target.
3630         * posix/posix-conf-vars.list: New file.
3631         * posix/posix-conf-vars.h: New file.
3632         * posix/confstr.c: Include posix-conf-vars.h.
3633         (confstr): Use CONF_IS_* macros.
3634         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
3635         CONF_IS_* macros.
3636         * scripts/gen-posix-conf-vars.awk: New file.
3638 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
3640         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
3641         fegetround): Add no-op macros to avoid linknamespace issues.
3643         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
3644         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
3646         * sysdeps/unix/sysv/linux/tile/sysdep.h
3647         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
3648         assembly-specific section to avoid a redefinition warning.
3650         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
3651         long before casting to pointer to avoid a cast warning.
3653 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
3655         * sysdeps/tile/tilegx/Implies: New file.
3657 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
3659         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
3661 2014-12-23  Florian Weimer  <fweimer@redhat.com>
3663         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
3665 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
3667         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
3668         not define.
3669         * sysdeps/unix/sysv/linux/utimes.c: Do not include
3670         <kernel-features.h>.
3671         (__utimes) [__NR_utimes]: Make code unconditional.
3672         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
3673         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
3674         (__ASSUME_UTIMES): Do not undefine.
3675         * sysdeps/unix/sysv/linux/tile/kernel-features.h
3676         (__ASSUME_UTIMES): Likewise.
3677         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
3678         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
3679         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
3680         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
3682 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
3684         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
3686 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
3688         [BZ #17747]
3689         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
3690         alias to weak alias for j0l, y0l.
3691         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
3692         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
3694         [BZ #17746]
3695         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
3696         conversion.
3698 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
3700         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
3701         to zero if not already defined.
3703 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
3705         [BZ #17724]
3706         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
3707         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
3708         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
3709         (char *) casts added.
3710         * sysdeps/ieee754/k_standardf.c: New file.
3711         * sysdeps/ieee754/k_standardl.c: Likewise.
3712         * math/Makefile (libm-support): Remove k_standard.
3713         (libm-calls): Add k_standard.
3715 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
3717         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
3718         Optimize to avoid an unnecessary FPCR read.
3720 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
3722         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
3723         Optimize to reduce FPCR/FPSR accesses.
3725 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
3727         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
3728         Call libc_fetestexcept_aarch64.
3730 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
3732         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
3733         Call libc_fesetround_aarch64.
3735 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
3737         [BZ #17733]
3738         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
3739         (__bind): Do not define as weak alias.
3740         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
3741         define.
3742         (__getsockname): Do not define as weak alias.
3744 2014-12-22  Will Newton  <will.newton@linaro.org>
3746         * manual/install.texi: Document that we require bison 2.7
3747         or above.
3748         * INSTALL: Regenerate.
3749         * configure.ac: Use AC_CHECK_PROG_VER instead of
3750         AC_PATH_PROG when checking for bison and check for
3751         version 2.7 or above.
3752         * configure: Regenerate.
3754 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
3756         [BZ #17745]
3757         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
3758         * sysdeps/tile/ffsll.c (ffsll): To here.
3760         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
3762 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
3764         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
3765         if not defined.
3766         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
3767         definition.
3768         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
3769         hidden ___tls_get_addr.
3770         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
3771         hidden __tls_get_addr.
3772         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
3773         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
3774         Likewise.
3776 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
3778         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
3779         _dl_init call.
3781 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
3783         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
3784         from "call _dl_init@PLT".
3785         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
3787 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
3789         * manual/search.texi: (Array Sort Function): Clarify stable sorting
3790         guarantees.
3792 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
3794         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
3796 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
3798         [BZ #17744]
3799         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
3800         strnlen.
3802 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
3804         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
3805         of multu on MIPSr6.
3806         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
3807         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
3808         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
3809         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
3810         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
3812 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
3814         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
3815         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
3816         (PTR_SUBU): Use subu for mips32r6/mips64r6.
3817         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
3818         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
3819         mips32r6/mips64r6.
3820         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
3822 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
3824         * string/strncat.c (STRNCAT): Simplify implementation.
3826 2014-12-19  David S. Miller  <davem@davemloft.net>
3828         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
3829         access the quad as both a long double and as a series of 4 words.
3831         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
3832         link_map->l_info array access.
3834 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
3836         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
3838         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
3839         * math/atest-exp2.c (TIMEOUT): Likewise.
3840         * math/atest-sincos.c (TIMEOUT): Likewise.
3842 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
3844         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
3845         -Wno-error with -fno-builtin-lround.
3847 2014-12-19  Torvald Riegel  <triegel@redhat.com>
3849         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
3850         Contains futex constants and functions moved over from ...
3851         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
3852         <lowlevellock-futex.h>.
3853         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
3854         (lll_timedwait_tid): Add comments and parentheses around macro
3855         arguments.
3857 2014-12-19  Torvald Riegel  <triegel@redhat.com>
3859         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
3860         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
3861         (__lll_private_flag): Remove.
3862         (lll_futex_wait): Likewise.
3863         (lll_futex_timed_wait): Likewise.
3864         (lll_futex_wake): Likewise.
3865         (lll_futex_requeue): Likewise.
3866         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
3867         (__lll_timedwait_tid): Spell out argument names.
3868         (lll_timedwait_tid): Add comments and parentheses around macro
3869         arguments.
3870         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
3871         LLL_SHARED and LLL_PRIVATE usable from assembly code.
3873 2014-12-19  Torvald Riegel  <triegel@redhat.com>
3875         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
3876         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
3877         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
3878         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
3879         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
3880         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
3881         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
3882         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
3883         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
3884         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
3885         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
3886         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
3887         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
3888         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
3889         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
3890         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
3891         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
3892         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
3893         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
3895 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
3897         * sysdeps/x86_64/x32/Makefile: New file.
3899 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
3901         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
3902         1L with (mp_limb_t) 1.
3904 2014-12-17  Roland McGrath  <roland@hack.frob.com>
3906         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
3907         * nptl/libc_pthread_init.c: ... here.
3908         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
3909         * nptl/register-atfork.c: ... here.
3911         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
3912         Use pthread_sigmask rather than INTERNAL_SYSCALL.
3913         Use assert_perror to check its return value.
3914         (__gai_create_helper_thread): Likewise.
3916         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
3918         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
3920 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
3922         [BZ #17725]
3923         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
3924         __profil_counter.
3925         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
3926         Likewise.
3927         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
3928         Likewise.
3929         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
3930         Likewise.
3931         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
3932         (profil_counter): Likewise.
3933         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
3934         (profil_counter): Likewise.
3935         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
3936         Likewise.
3937         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
3938         Likewise.
3939         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
3940         (profil_counter): Likewise.
3941         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
3942         Likewise.
3943         [!__profil_counter] (profil_counter): Define as weak alias of
3944         __profil_counter.
3945         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
3946         (profil_counter): Rename to __profil_counter.
3947         [!__profil_counter] (profil_counter): Define as weak alias of
3948         __profil_counter.
3949         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
3950         (profil_counter): Rename to __profil_counter.
3951         [!__profil_counter] (profil_counter): Define as weak alias of
3952         __profil_counter.
3953         * sysdeps/posix/profil.c: Update comment referring to
3954         profil_counter.
3955         (__profil): Use __profil_counter instead of profil_counter.
3956         * sysdeps/posix/sprofil.c (profil_counter): Rename to
3957         __profil_counter.  Use __profil_counter_ushort and
3958         __profil_counter_uint in definitions.
3959         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
3960         instead of profil_counter_uint and profil_counter_ushort.
3962         [BZ #17722]
3963         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
3964         define as weak alias of __inet_makeaddr.
3965         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
3966         as weak alias of __inet_addr.
3967         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
3968         as weak alias of __inet_pton.  Use libc_hidden_weak.
3969         * include/arpa/inet.h (__inet_pton): Declare.  Use
3970         libc_hidden_proto.
3971         (inet_makeaddr): Don't use libc_hidden_proto.
3972         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
3973         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
3974         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
3975         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
3976         Remove variable.
3977         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
3978         (test-xfail-POSIX/time.h/linknamespace): Likewise.
3980 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
3982         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
3984 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
3986         * stdio-common/bug-vfprintf-nargs.c (do_test):
3987         Cast value to intptr_t to avoid format warning
3988         for usage with PRIdPTR printing macro.
3990 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
3992         * libio/tst-widetext.c (do_test):
3993         Use format type %td instead of %Zd for ptrdiff_t
3994         in order to avoid format warning.
3996 2014-12-17  Andreas Schwab  <schwab@suse.de>
3998         * nscd/mem.c (gc): Add size_t cast to match printf format.
4000 2014-12-16  Roland McGrath  <roland@hack.frob.com>
4002         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
4003         (init): Apply PTR_MANGLE to pointers before storing them.
4004         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
4005         before using them.
4007 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
4009         [BZ #17719]
4010         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
4011         define as weak alias of __memrchr.
4012         (__memrchr): Do not define as strong alias of memrchr.
4013         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
4014         Remove variable.
4015         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
4016         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
4017         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
4019         [BZ #17717]
4020         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
4021         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
4022         (if_indextoname): Rename to __if_indextoname and define as weak
4023         alias of __if_indextoname.  Use libc_hidden_weak.
4024         (if_freenameindex): Rename to __if_freenameindex and define as
4025         weak alias of __if_freenameindex.
4026         (if_nameindex): Rename to __if_nameindex and define as weak alias
4027         of __if_nameindex.
4028         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
4029         __if_nametoindex and define as weak alias of __if_nametoindex.
4030         Use libc_hidden_weak.
4031         (if_freenameindex): Rename to __if_freenameindex and define as
4032         weak alias of __if_freenameindex.
4033         (if_nameindex): Rename to __if_nameindex and define as weak alias
4034         of __if_nameindex.
4035         (if_indextoname): Rename to __if_indextoname and define as weak
4036         alias of __if_indextoname.  Use libc_hidden_weak.
4037         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
4038         __if_nametoindex and define as weak alias of __if_nametoindex.
4039         Use libc_hidden_weak.
4040         (if_freenameindex): Rename to __if_freenameindex and define as
4041         weak alias of __if_freenameindex.  Use libc_hidden_weak.
4042         (if_nameindex_netlink): Use __if_freenameindex instead of
4043         if_freenameindex.
4044         (if_nameindex): Rename to __if_nameindex and define as weak alias
4045         of __if_nameindex.  Use libc_hidden_weak.
4046         (if_indextoname): Rename to __if_indextoname and define as weak
4047         alias of __if_indextoname.  Use libc_hidden_weak.
4048         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
4049         libc_hidden_proto.
4050         [!_ISOMAC] (__if_freenameindex): Likewise.
4051         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
4052         if_nametoindex.
4053         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
4054         variable.
4055         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
4056         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
4057         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
4058         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
4059         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
4060         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
4061         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
4063         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
4064         Remove variable.
4065         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
4066         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
4068 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4070         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
4071         subscript above bounds'
4073         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
4074         bounds.
4076 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
4078         * libio/tst-fopenloc.c: Use test-skeleton.c.
4080         * stdlib/tst-bsearch.c: Use test-skeleton.c.
4081         (entry): Rename to ITEM.
4082         (do_test, comp): Adjust.
4084         * stdio-common/tst-fseek.c: Use test-skeleton.c.
4086 2014-12-16  Torvald Riegel  <triegel@redhat.com>
4088         * string/tester.c: Include <libc-internal.h>.
4089         (test_memset): Ignore -Wmemset-transposed-args.
4091 2014-12-16  Torvald Riegel  <triegel@redhat.com>
4093         * misc/tst-mntent2.c (do_test): Fix warning.
4095 2014-12-16  Torvald Riegel  <triegel@redhat.com>
4097         * elf/tst-unique4lib.cc(a): Mark as used.
4099 2014-12-16  Florian Weimer  <fweimer@redhat.com>
4101         [BZ #17630]
4102         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
4103         names.
4105 2014-12-16  Allan McRae  <allan@archlinux.org>
4107         * stdio-common/Makefile (tests): Re-add bug26.
4109 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
4111         [BZ #17657]
4112         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
4113         static array.
4115 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
4117         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
4118         (__lll_lock_wait): Likewise.
4119         (__lll_timedlock_wait): Likewise.
4120         (__lll_timedwait_tid): Likewise.
4121         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
4122         (__lll_robust_timedlock_wait): Likewise.
4123         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
4124         (lll_cond_trylock): Likewise.
4125         (__lll_lock): Likewise.
4126         (__lll_robust_lock): Likewise.
4127         (__lll_cond_lock): Likewise.
4128         (lll_robust_cond_lock): Likewise.
4129         (__lll_timedlock): Likewise.
4130         (__lll_robust_timedlock): Likewise.
4131         (__lll_unlock): Likewise.
4132         (__lll_robust_unlock): Likewise.
4133         (lll_wait_tid): Likewise.
4134         (lll_timedwait_tid): Likewise.
4136 2014-12-15  Torvald Riegel  <triegel@redhat.com>
4138         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
4140 2014-12-15  Torvald Riegel  <triegel@redhat.com>
4142         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
4144 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
4146         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
4147         * stdio-common/tst-sprintf.c: Likewise.
4149 2014-12-15  Torvald Riegel  <triegel@redhat.com>
4151         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
4153 2014-12-15  Jeff Law  <law@redhat.com>
4155         [BZ #16617]
4156         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
4157         on the heap.  (CVE-2012-3406)
4158         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
4159         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
4160         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
4162 2014-12-15  Will Newton  <will.newton@linaro.org>
4164         * manual/install.texi: Bump required version of texinfo
4165         to 4.7 from 4.5.
4166         * INSTALL: Regenerated.
4167         * configure.ac: Check for makeinfo version 4.7 and above.
4168         * configure: Regenerated.
4170 2014-12-12  Roland McGrath  <roland@hack.frob.com>
4172         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
4173         PREFIX, string constant to insert between directory and name.
4174         * sysdeps/posix/shm_open.c: Update caller.
4175         * sysdeps/posix/shm_unlink.c: Likewise.
4176         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
4177         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
4178         (SEM_SHM_PREFIX): New macro.
4179         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
4180         [$(have-thread-library) = no].
4181         * nptl/Makefile (libpthread-routines): Add shm-directory.
4182         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
4183         * sysdeps/nptl/shm-directory.h: New file.
4184         * sysdeps/posix/shm-directory.c
4185         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
4186         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
4187         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
4188         INTERNAL_SYSCALL.
4189         (__where_is_shmfs): Function removed.
4190         (mountpoint, defaultmount, defaultdir, __namedsem_once):
4191         Variables removed.
4192         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
4193         Use SHM_GET_NAME.
4194         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
4196         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
4197         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
4198         unconditional for use inside libpthread.
4199         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
4201 2014-12-12  Roland McGrath  <roland@hack.frob.com>
4203         * nptl/pthread_getaffinity.c: New file.
4204         * nptl/pthread_setaffinity.c: New file.
4205         * nptl/pthread_getname.c: New file.
4206         * nptl/pthread_setname.c: New file.
4208         * nptl/pthread_create.c (START_THREAD_DEFN)
4209         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
4211 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
4212             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4214         * resolv/res_send.c (send_vc): Disable warning resplen may
4215         be used uninitialized.
4217 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
4219         * nptl/tst-mutex6.c
4220         (ATTR_NULL): New define checks ATTR against NULL.
4221         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
4222         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
4224 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
4226         [BZ #17581]
4227         * malloc/hooks.c
4228         (mem2mem_check): Revert my previous change.
4229         (malloc_check_get_size): Revert my previous change.
4230         (mem2chunk_check): Revert my previous change.
4232 2014-12-11  Roland McGrath  <roland@hack.frob.com>
4234         * sysdeps/posix/shm-directory.c: New file.
4235         * sysdeps/posix/shm-directory.h: New file.
4236         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
4237         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
4238         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
4239         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
4240         Transmute EPERM to EACCES.
4241         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
4242         from ...
4243         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
4244         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
4246 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4248         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
4249         pointer and cast to uintptr_t.
4250         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
4251         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
4252         Add cast to avoid warning.
4253         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
4255 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
4257         * nptl/semaphore.h: Move to ...
4258         * sysdeps/pthread/semaphore.h: ... here.
4259         * Makefile (installed-headers): Change nptl/semaphore.h to
4260         sysdeps/pthread/semaphore.h.
4262 2014-12-11  Roland McGrath  <roland@hack.frob.com>
4264         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
4265         generated error format strings.
4267         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
4268         -Wformat-extra-args warnings for scanf formats.
4269         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
4270         test of zero-length format (duh).
4271         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
4272         corner-case scanf format test.
4273         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
4274         generated fprintf format string.
4275         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
4276         corner-case sprintf format tests.
4277         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
4278         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
4279         -Wformat-extra-args warnings throughout.
4280         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
4281         (CFLAGS-scanf4.c): Likewise.
4282         (CFLAGS-scanf7.c): Likewise.
4283         (CFLAGS-tst-sprintf.c): Likewise.
4284         (CFLAGS-tst-printf.c): Likewise.
4285         (CFLAGS-tst-printfsz.c): Likewise.
4287 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
4289         * include/cpio.h: New file.
4290         * include/fmtmsg.h: Likewise.
4292         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
4293         corresponding format argument to size_t.
4294         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
4295         arguments.
4296         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
4297         corresponding format argument to size_t.
4298         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
4299         arguments.
4300         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
4301         corresponding format argument to size_t.
4302         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
4303         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
4304         (CFLAGS-tst-mbswcs2.c): Likewise.
4305         (CFLAGS-tst-mbswcs3.c): Likewise.
4306         (CFLAGS-tst-mbswcs4.c): Likewise.
4307         (CFLAGS-tst-mbswcs5.c): Likewise.
4308         (CFLAGS-tst-trans.c): Likewise
4310 2014-12-11  Roland McGrath  <roland@hack.frob.com>
4312         * posix/regexbug1.c (main): Use "%s" format with regerror results,
4313         rather than assuming they won't contain any '%'s.
4315 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
4317         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
4318         inhibit_loop_to_libcall to avoid recursive calls.
4319         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
4320         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
4322 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
4324         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
4325         prototype.
4327 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
4329         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
4330         integer value instead of boolean.
4332 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
4334         * malloc/malloc.c: Fix powerof2 check.
4336 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
4338         * locale/programs/locfile.h (maybe_swap_uint32):
4339         Remove inline and add unused attribute.
4341 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
4343         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
4344         Truncating assembler expression to a .long expression.
4346 2014-12-11  Andreas Schwab  <schwab@suse.de>
4348         * elf/rtld.c (struct map_args): Constify str member.
4349         (do_preload): Constify fname argument.
4351 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4353         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
4354         constants definition.
4356 2014-12-11  Andreas Schwab  <schwab@suse.de>
4358         [BZ #16657]
4359         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
4360         FORCE_ELISION instead of DO_ELISION.
4361         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
4362         Remove.
4363         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
4364         Likewise.
4366         * iconvdata/gconv-modules: Remove duplicate entry.
4368 2014-12-11  Will Newton  <will.newton@linaro.org>
4370         Merge gettext 0.19.3 into intl/.
4372         This involves a number of cosmetic changes to comments
4373         and ANSI function definitions and prototypes throughout
4374         all the files. The gettext copyright header is used but
4375         with the date ranges taken from the glibc copy.
4377         * NEWS: Add gettext merge to 2.21.
4378         * intl/bindtextdom.c: Switch to gettext copyright.
4379         Use ANSI definitions and prototypes.
4380         Use gl_* locking primitives rather than __libc_* ones.
4381         Use __builtin_expect rather than __glibc_likely/unlikely.
4382         * intl/dcgettext.c: Switch to gettext copyright.
4383         Use ANSI definitions and prototypes.
4384         * intl/dcigettext.c: Switch to gettext copyright.
4385         Use ANSI definitions and prototypes.
4386         (INTDIV0_RAISES_SIGFPE): New define.
4387         Use gl_* locking primitives rather than __libc_* ones.
4388         Include eval-plural.h instead of plural-eval.c.
4389         Use __builtin_expect rather than __glibc_likely/unlikely.
4390         * intl/dcngettext.c: Switch to gettext copyright.
4391         Use ANSI definitions and prototypes.
4392         * intl/dgettext.c: Likewise.
4393         * intl/dngettext.c: Likewise.
4394         * intl/plural-eval.c: Renamed to...
4395         * intl/eval-plural.h: ...this.
4396         * intl/explodename.c: Switch to gettext copyright.
4397         Use ANSI definitions and prototypes.
4398         (_nl_explode_name): Use strchr instead of __rawmemchr.
4399         * intl/finddomain.c: Switch to gettext copyright.
4400         Use ANSI definitions and prototypes.
4401         Use gl_* locking primitives rather than __libc_* ones.
4402         (_nl_find_domain): Use malloc rather than alloca for
4403         allocation of temporary locale name.
4404         * intl/gettext.c: Switch to gettext copyright.
4405         Use ANSI definitions and prototypes.
4406         * intl/gettextP.h: Switch to gettext copyright.
4407         Use ANSI definitions and prototypes.
4408         Use gl_* locking primitives rather than __libc_* ones.
4409         * intl/gmo.h: Switch to gettext copyright.
4410         (struct sysdep_string): Move struct segment_pair outside of
4411         struct definition.
4412         * intl/hash-string.c: Use ANSI definitions and prototypes.
4413         * intl/hash-string.h: Switch to gettext copyright.
4414         Use ANSI definitions and prototypes.
4415         * intl/l10nflist.c: Switch to gettext copyright.
4416         Use ANSI definitions and prototypes.
4417         (_nl_normalize_codeset): Avoid integer overflow.
4418         * intl/loadinfo.h: Switch to gettext copyright.
4419         Use ANSI definitions and prototypes.
4420         (LIBINTL_DLL_EXPORTED): New define.
4421         (PATH_SEPARATOR): New define.
4422         * intl/loadmsgcat.c: Switch to gettext copyright.
4423         * intl/localealias.c: Switch to gettext copyright.
4424         Use ANSI definitions and prototypes.
4425         (_nl_expand_alias): Use PATH_SEPARATOR.
4426         * intl/ngettext.c: Switch to gettext copyright.
4427         Use ANSI definitions and prototypes.
4428         * intl/plural-exp.c: Likewise.
4429         * intl/plural-exp.h: Switch to gettext copyright.
4430         Use ANSI definitions and prototypes.
4431         (struct expression): Move definition of enum operator outside
4432         of struct definition.
4433         * intl/plural.c: Regenerate.
4434         * intl/plural.y: Switch to gettext copyright.
4435         Use ANSI definitions and prototypes.
4436         Port to bison 3.0.
4437         * intl/textdomain.c: Switch to gettext copyright.
4438         Use ANSI definitions and prototypes.
4439         Use gl_* locking primitives rather than __libc_* ones.
4441 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
4443         * debug/warning-nop.c: Add used atrribute.
4445 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4447         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
4449         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
4450         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
4451         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
4453 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4454             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4456         [BZ #17634]
4457         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
4458         Undefine after defining function.  Define as weak alias of
4459         __wcschr.  Use libc_hidden_weak.
4460         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
4461         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
4462         (libc_hidden_def): Also define __GI___wcschr alias.
4463         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
4464         __wcschr and define as weak alias of __wcschr.
4465         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
4466         __wcschr.
4467         [!WCSCHR] (DEFAULT_WCSCHR): Define.
4468         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
4469         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
4470         libc_hidden_weak.  Do not use libc_hidden_def.
4471         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
4472         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
4473         __GI___wcschr alias.
4474         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
4475         [IS_IN (libc)] (wcschr): Define as macro expanding to
4476         __redirect_wcschr.
4477         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
4478         [IS_IN (libc)] (__wcschr_power6): Likewise.
4479         [IS_IN (libc)] (__wcschr_power7): Likewise.
4480         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
4481         instead of wcschr.
4482         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
4483         __libc_wcschr.
4484         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
4485         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
4486         __wcschr and define as weak alias of __wcschr.  Use
4487         libc_hidden_builtin_def.
4488         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
4489         as weak alias of __wcschr.  Use libc_hidden_weak.
4490         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
4491         wcschr.
4492         * time/era.c (_nl_init_era_entries): Likewise.
4493         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
4494         variable.
4495         (test-xfail-XPG3/time.h/linknamespace): Likewise.
4496         (test-xfail-XPG4/time.h/linknamespace): Likewise.
4498 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4500         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
4501         format for long int variable.
4503 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
4505         [BZ #10672]
4506         * manual/search.texi: (Array Sort Function): Remove claim how to make
4507         qsort stable.
4509 2014-12-10  Andreas Schwab  <schwab@suse.de>
4511         [BZ #12847]
4512         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
4513         user-controlled locks.
4515 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
4517         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
4518         register.
4520 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4522         * configure.ac (--disable-werror): New configure option.
4523         (enable_werror): New AC_SUBST.
4524         * configure: Regenerated.
4525         * config.make.in (enable-werror): New variable.
4526         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
4527         -Wno-error=undef.
4528         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
4529         * manual/install.texi (Configuring and compiling): Document
4530         --disable-werror.
4531         * INSTALL: Regenerated.
4532         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
4533         (CFLAGS-tst-chk2.c): Likewise.
4534         (CFLAGS-tst-chk3.c): Likewise.
4535         (CFLAGS-tst-chk4.cc): Likewise.
4536         (CFLAGS-tst-chk5.cc): Likewise.
4537         (CFLAGS-tst-chk6.cc): Likewise.
4538         (CFLAGS-tst-lfschk1.c): Likewise.
4539         (CFLAGS-tst-lfschk2.c): Likewise.
4540         (CFLAGS-tst-lfschk3.c): Likewise.
4541         (CFLAGS-tst-lfschk4.cc): Likewise.
4542         (CFLAGS-tst-lfschk5.cc): Likewise.
4543         (CFLAGS-tst-lfschk6.cc): Likewise.
4545         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
4546         (main): Disable -Wdeprecated-declarations around calls to
4547         register_printf_function.
4549         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
4550         (do_test): Disable -Wdiv-by-zero around some calls to
4551         fwrite_unlocked and fread_unlocked.
4553         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
4554         (DIAG_POP_NEEDS_COMMENT): Likewise.
4555         (_DIAG_STR1): Likewise.
4556         (_DIAG_STR): Likewise.
4557         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
4558         * stdio-common/bug21.c: Include <libc-internal.h>.
4559         (do_test): Disable -Wformat around call to sscanf.
4560         * stdio-common/scanf14.c: Include <libc-internal.h>.
4561         (main): Disable -Wformat around some calls to scanf functions.
4563 2014-12-09  Torvald Riegel  <triegel@redhat.com>
4565         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
4567 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4569         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
4570         stack variable alignment.
4572 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
4574         [BZ #17682]
4575         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
4576         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
4577         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
4578         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
4579         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
4580         __getrlimit instead of getrlimit.
4581         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
4582         __gettimeofday instead of gettimeofday.
4583         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
4584         Likewise.
4585         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
4586         Likewise.
4587         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
4588         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
4589         Remove variable.
4590         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
4591         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
4593 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4595         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
4596         for wide-character tests.
4598 2014-12-04  Roland McGrath  <roland@hack.frob.com>
4600         * io/openat64.c: #include <libc-internal.h>
4601         (__openat64): Prototypify.  Use ignore_value on MODE.
4602         * io/openat.c: Likewise.
4603         * misc/reboot.c: #include <libc-internal.h>
4604         (reboot): Prototypify.  Use ignore_value on HOWTO.
4605         * misc/ptrace.c: #include <libc-internal.h>
4606         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
4608 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
4610         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
4611         XPG4, UNIX98 and XOPEN2K.
4612         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
4613         Remove variable.
4614         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
4616 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
4618         * libio/fileops.c: Use ISO C style for function definitions.
4619         * libio/iofopen.c: Likewise.
4620         * libio/wfileops.c: Likewise.
4622         [BZ #17653]
4623         * libio/fileops.c (_IO_new_file_underflow): Unset cached
4624         offset on EOF.
4625         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
4626         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
4627         (fgets_func): Function pointer to fgets and fgetws.
4628         (do_ftell_test): Add test to verify ftell value after read
4629         EOF.
4630         (do_test): Set fgets_func.
4632         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
4633         O_TRUNC flag for w and w+ modes.
4634         (do_rewind_test): Likewise.
4635         (do_ftell_test): Likewise.
4636         (do_write_test): Likewise.
4638         [BZ #17647]
4639         * libio/fileops.c (do_ftell): Seek only when there are
4640         unflushed writes.
4641         * libio/wfileops.c (do_ftell_wide): Likewise.
4642         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
4643         test case.
4644         (do_one_test): Call it.
4646 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
4648         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
4649         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
4650         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
4651         Remove variable.
4652         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
4653         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
4654         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
4656 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
4658         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
4659         Remove variable.
4660         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
4662         [BZ #17668]
4663         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
4664         as weak alias of __getifaddrs.  Use libc_hidden_weak.
4665         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
4666         __freeifaddrs.  Use libc_hidden_weak.
4667         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
4668         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
4669         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
4670         __freeifaddrs.  Use libc_hidden_weak.
4671         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
4672         __getifaddrs and define as weak alias of __getifaddrs.  Use
4673         libc_hidden_weak.
4674         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
4675         __freeifaddrs.  Use libc_hidden_weak.
4676         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
4677         Remove variable.
4678         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
4679         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
4681 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
4683         [BZ #17601]
4684         * sysdeps/mips/start.S (__start): Use indirect jump to call
4685         __libc_start_main.
4687 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
4689         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
4691         * nptl/tst-mutex1.c: Include <stdbool.h>.
4692         [!ATTR] (ATTR_NULL): New macro.
4693         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
4694         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
4695         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
4697         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
4698         to char *.
4700         [BZ #17665]
4701         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
4702         Change conditional to [__USE_MISC].
4704         [BZ #17664]
4705         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
4706         fgets_unlocked.
4707         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
4708         __fgets_unlocked.
4709         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
4710         fgets_unlocked.
4711         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
4712         Remove variable.
4713         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
4714         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
4715         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
4716         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
4717         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
4718         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
4719         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
4720         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
4721         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
4723         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
4725 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4727         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4728         Remove strpbrk objects.
4729         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4730         (__libc_ifunc_impl_list): Remove strpbrk implementation.
4731         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
4732         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
4733         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
4734         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
4736         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4737         Remove strcspn objects.
4738         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4739         (__libc_ifunc_impl_list): Remove strcspn implementation.
4740         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
4741         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
4742         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
4743         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
4745         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4746         Remove strspn objetcs.
4747         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4748         (__libc_ifunc_impl_list): Remove strspn implementation.
4749         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
4750         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
4751         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
4752         * sysdeps/powerpc/powerpc64/strspn.S: New file.
4754 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
4756         [BZ #17581]
4757         * malloc/hooks.c
4758         (mem2mem_check): Add a terminator to the chain of checking blocks.
4759         (malloc_check_get_size): Use it here.
4760         (mem2chunk_check): Ditto.
4762 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
4764         * sysdeps/powerpc/powerpc64/strtok.S: New file.
4765         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
4767 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
4769         * bits/ioctl-types.h: Indent preprocessor directives correctly.
4771         * nptl/nptl-init.c: Include libc-internal.h.
4772         (__pthread_initialize_minimal_internal): Use ROUND_UP.
4774         * elf/ldconfig.c (search_dir): Expand comment.
4776 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
4778         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
4779         variable.
4780         (linknamespace-symlist-stdlibs-tests): Likewise.
4781         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
4782         instead of $(objpfx)symlist-stdlibs.
4783         (linknamespace-libs-isoc): New variable.
4784         (linknamespace-libs): Use $(linknamespace-libs-isoc).
4785         (linknamespace-libs-ISO): New variable.
4786         (linknamespace-libs-ISO99): Likewise.
4787         (linknamespace-libs-ISO11): Likewise.
4788         (linknamespace-libs-XPG3): Likewise.
4789         (linknamespace-libs-XPG4): Likewise.
4790         (linknamespace-libs-POSIX): Likewise.
4791         (linknamespace-libs-UNIX98): Likewise.
4792         (linknamespace-libs-XOPEN2K): Likewise.
4793         (linknamespace-libs-POSIX2008): Likewise.
4794         (linknamespace-libs-XOPEN2K8): Likewise.
4795         ($(objpfx)symlist-stdlibs): Replace by
4796         $(linknamespace-symlist-stdlibs-tests).  Use
4797         $(linknamespace-libs-$*) as set of libraries.
4798         ($(linknamespace-header-tests)): Update dependencies.  Use
4799         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
4800         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
4801         * conform/linknamespace.pl: Remove comment about considering
4802         definitions of symbols from irrelevant libraries.
4804 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
4806         [BZ #13862]
4807         * elf/dl-tls.c: Include <atomic.h>.
4808         (oom): Remove #ifdef SHARED/#endif.
4809         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
4810         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
4811         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
4812         big enough.
4813         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
4814         * nptl/Makefile (tests): Add tst-stack4.
4815         (modules-names): Add tst-stack4mod.
4816         ($(objpfx)tst-stack4): New.
4817         (tst-stack4mod.sos): Likewise.
4818         ($(objpfx)tst-stack4.out): Likewise.
4819         ($(tst-stack4mod.sos)): Likewise.
4820         (clean): Likewise.
4821         * nptl/tst-stack4.c: New file.
4822         * nptl/tst-stack4mod.c: Likewise.
4824 2014-11-27  J. Brown  <jb999@gmx.de>
4826         * sysdeps/x86/bits/string.h: Add recent CPUs.
4828 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
4830         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
4831         sigblock.
4833         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
4834         feof.
4836         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
4837         variable.
4839 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
4841         * nscd/connections.c: Include libc-internal.h because of macro
4842         usage ignore_value.
4844 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
4846         * string/bits/string3.h (__warn_memset_zero_len): Don't
4847         declare for gcc newer than 5.0.
4848         (memset): Don't test for zero-length __LEN for gcc newer than
4849         5.0.
4851 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
4853         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
4854         size_t for %zu format.
4856         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
4857         difference, not %ju.
4859 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
4861         * include/libc-internal.h (ignore_value): New macro.
4862         * nscd/connections.c (restart): Wrap calls to setuid and setgid
4863         with ignore_value.
4865         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
4866         definition.
4868         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
4869         pthread_cleanup_push to void *.
4871         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
4872         Undefine.
4874         [BZ #16619]
4875         [BZ #16740]
4876         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
4877         instead of 1L << 52.
4879         * libio/bug-rewind.c (do_test): Check fwscanf return values.
4880         * libio/bug-rewind2.c (do_test): Likewise.
4882         * debug/test-stpcpy_chk-ifunc.c: Remove file.
4883         * debug/test-strcpy_chk-ifunc.c: Likewise.
4884         * wcsmbs/test-wcschr-ifunc.c: Likewise.
4885         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
4886         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
4887         * wcsmbs/test-wcslen-ifunc.c: Likewise.
4888         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
4889         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
4890         * Rules [$(multi-arch) = no] (tests): Do not filter out
4891         $(tests-ifunc).
4892         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
4893         * debug/Makefile (tests-ifunc): Remove variable.
4894         (tests): Do not add $(tests-ifunc).
4895         * wcsmbs/Makefile (tests-ifunc): Remove variable.
4896         (tests): Do not add $(tests-ifunc).
4897         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
4898         [TEST_IFUNC]: Remove conditionals.
4899         * string/test-string.h (TEST_IFUNC): Remove macro.
4900         [TEST_IFUNC]: Remove conditionals.
4902         * string/test-strchr.c [!WIDE] (L): New macro.
4903         [WIDE] (L): Likewise.
4904         (check1): Use CHAR instead of char.  Use L on string and character
4905         constants.
4907 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
4909         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
4910         tests.
4911         * sysdeps/powerpc/bits/atomic.h
4912         (__arch_atomic_exchange_and_add_32_acq): Add definition.
4913         (__arch_atomic_exchange_and_add_32_rel): Likewise.
4914         (atomic_exchange_and_add_acq): Likewise.
4915         (atomic_exchange_and_add_rel): Likewise.
4916         * sysdeps/powerpc/powerpc32/bits/atomic.h
4917         (__arch_atomic_exchange_and_add_64_acq): Add definition.
4918         (__arch_atomic_exchange_and_add_64_rel): Likewise.
4919         * sysdeps/powerpc/powerpc64/bits/atomic.h
4920         (__arch_atomic_exchange_and_add_64_acq): Add definition.
4921         (__arch_atomic_exchange_and_add_64_rel): Likewise.
4923 2014-11-26  Torvald Riegel  <triegel@redhat.com>
4925         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
4926         Change synchronization of __sched_fifo_min_prio and
4927         __sched_fifo_max_prio.
4928         * nptl/pthread_mutexattr_getprioceiling.c
4929         (pthread_mutexattr_getprioceiling): Likewise.
4930         * nptl/pthread_mutexattr_setprioceiling.c
4931         (pthread_mutexattr_setprioceiling): Likewise.
4932         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
4933         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
4934         Likewise.
4936 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
4938         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
4939         void.
4941 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
4943         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
4944         third argument const.
4946 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
4948         fnmatch: work around GCC compiler warning bug with uninit var
4949         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
4950         This works around a bug with x86-64 GCC 4.9.2 and earlier
4951         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
4952         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
4953         used uninitialized in this function [-Wmaybe-uninitialized]".
4955 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
4957         * posix/bug-regex31.c (main): Return RES not 0.
4959 2014-11-25  Anton Blanchard <anton@samba.org>
4961         * sysdeps/powerpc/bits/atomic.h
4962         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
4964 2014-11-24  Sterling Augustine  <saugustine@google.com>
4966         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
4968 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
4970         [BZ #17608]
4971         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
4973 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
4975         [BZ #17633]
4976         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
4977         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
4978         variable.
4979         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
4980         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
4982 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
4984         * string/strncpy.c (strncpy): Improve performance by using memset.
4986 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
4988         * string/strcpy.c (strcpy):
4989         Improve performance by using strlen and memcpy.
4991 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
4993         * string/strcoll_l.c (get_next_seq): __always_inline.
4994         * string/strcoll_l.c (do_compare): __always_inline.
4996 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
4998         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
4999         defined.
5000         * include/mqueue.h: Likewise.
5001         * include/stdlib.h: Likewise.
5003         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
5004         (get_null_defines): Adjust.
5005         * sunrpc/Makefile: Adjust comment.
5006         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
5007         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
5008         (CFLAGS-interp.c): Likewise.
5009         (CFLAGS-ldconfig.c): Likewise.
5010         (CPPFLAGS-.os): Likewise.
5011         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
5012         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
5013         * extra-modules.mk (extra-modules.mk): Likewise.
5014         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
5015         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
5016         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
5017         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
5018         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
5019         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
5020         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
5021         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
5022         * iconvdata/Makefile (CPPFLAGS): Likewise.
5023         (cpp-srcs-left): Add libof for all iconvdata routines.
5024         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
5025         * include/assert.h: Likewise.
5026         * include/ctype.h: Likewise.
5027         * include/errno.h: Likewise.
5028         * include/libc-symbols.h: Likewise.
5029         * include/math.h: Likewise.
5030         * include/netdb.h: Likewise.
5031         * include/resolv.h: Likewise.
5032         * include/stdio.h: Likewise.
5033         * include/stdlib.h: Likewise.
5034         * include/string.h: Likewise.
5035         * include/sys/stat.h: Likewise.
5036         * include/wctype.h: Likewise.
5037         * intl/l10nflist.c: Likewise.
5038         * libidn/idn-stub.c: Likewise.
5039         * libio/libioP.h: Likewise.
5040         * nptl/libc_multiple_threads.c: Likewise.
5041         * nptl/pthreadP.h: Likewise.
5042         * posix/regex_internal.h: Likewise.
5043         * resolv/res_hconf.c: Likewise.
5044         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
5045         * sysdeps/arm/memmove.S: Likewise.
5046         * sysdeps/arm/sysdep.h: Likewise.
5047         * sysdeps/generic/_itoa.h: Likewise.
5048         * sysdeps/generic/symbol-hacks.h: Likewise.
5049         * sysdeps/gnu/errlist.awk: Likewise.
5050         * sysdeps/gnu/errlist.c: Likewise.
5051         * sysdeps/i386/i586/memcpy.S: Likewise.
5052         * sysdeps/i386/i586/memset.S: Likewise.
5053         * sysdeps/i386/i686/memcpy.S: Likewise.
5054         * sysdeps/i386/i686/memmove.S: Likewise.
5055         * sysdeps/i386/i686/mempcpy.S: Likewise.
5056         * sysdeps/i386/i686/memset.S: Likewise.
5057         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
5058         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
5059         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
5060         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
5061         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
5062         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
5063         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
5064         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
5065         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
5066         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
5067         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
5068         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
5069         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
5070         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
5071         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
5072         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
5073         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
5074         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
5075         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
5076         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
5077         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
5078         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
5079         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
5080         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
5081         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
5082         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
5083         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
5084         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
5085         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
5086         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
5087         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
5088         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
5089         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
5090         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
5091         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
5092         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
5093         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
5094         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
5095         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
5096         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
5097         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
5098         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
5099         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
5100         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
5101         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
5102         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
5103         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
5104         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
5105         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
5106         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
5107         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
5108         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
5109         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
5110         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
5111         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
5112         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
5113         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
5114         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
5115         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
5116         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
5117         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
5118         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
5119         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
5120         * sysdeps/nptl/bits/libc-lock.h: Likewise.
5121         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
5122         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
5123         * sysdeps/posix/closedir.c: Likewise.
5124         * sysdeps/posix/opendir.c: Likewise.
5125         * sysdeps/posix/readdir.c: Likewise.
5126         * sysdeps/posix/rewinddir.c: Likewise.
5127         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
5128         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
5129         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
5130         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
5131         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
5132         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
5133         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
5134         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
5135         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
5136         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
5137         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
5138         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
5139         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
5140         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
5141         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
5142         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
5143         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
5144         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
5145         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
5146         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
5147         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
5148         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
5149         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
5150         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
5151         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
5152         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
5153         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
5154         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
5155         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
5156         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
5157         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
5158         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
5159         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
5160         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
5161         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
5162         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
5163         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
5164         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
5165         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
5166         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
5167         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
5168         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
5169         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
5170         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
5171         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
5172         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
5173         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
5174         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
5175         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
5176         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
5177         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
5178         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
5179         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
5180         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
5181         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
5182         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
5183         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
5184         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
5185         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
5186         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
5187         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
5188         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
5189         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
5190         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
5191         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
5192         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
5193         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
5194         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
5195         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
5196         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
5197         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
5198         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
5199         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
5200         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
5201         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
5202         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
5203         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
5204         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
5205         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
5206         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
5207         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
5208         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
5209         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
5210         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
5211         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
5212         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
5213         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
5214         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
5215         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
5216         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
5217         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
5218         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
5219         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
5220         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
5221         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
5222         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
5223         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
5224         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
5225         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
5226         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
5227         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
5228         * sysdeps/unix/alpha/sysdep.S: Likewise.
5229         * sysdeps/unix/alpha/sysdep.h: Likewise.
5230         * sysdeps/unix/make-syscalls.sh: Likewise.
5231         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5232         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5233         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5234         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
5235         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5236         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
5237         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
5238         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5239         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5240         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
5241         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5242         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5243         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5244         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
5245         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5246         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
5247         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5248         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
5249         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
5250         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5251         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
5252         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5253         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5254         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5255         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5256         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5257         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5258         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
5259         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
5260         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
5261         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5262         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5263         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
5264         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
5265         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
5266         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5267         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
5268         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
5269         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
5270         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
5271         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5272         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5273         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
5274         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
5275         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5276         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5277         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
5278         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
5279         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5280         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
5281         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5282         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
5283         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5284         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
5285         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
5286         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5287         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5288         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
5289         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
5290         * sysdeps/x86_64/memcpy.S: Likewise.
5291         * sysdeps/x86_64/memmove.c: Likewise.
5292         * sysdeps/x86_64/memset.S: Likewise.
5293         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
5294         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
5295         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
5296         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
5297         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
5298         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
5299         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
5300         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
5301         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
5302         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
5303         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
5304         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
5305         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
5306         * sysdeps/x86_64/multiarch/memset.S: Likewise.
5307         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5308         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
5309         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
5310         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
5311         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
5312         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
5313         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
5314         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
5315         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
5316         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
5317         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
5318         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
5319         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
5320         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
5321         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
5322         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
5323         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
5324         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
5325         * sysdeps/x86_64/strcmp.S: Likewise.
5327         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
5329         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
5330         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
5331         * elf/rtld-Rules: Likewise.
5332         * elf/setup-vdso.h: Likewise.
5333         * include/assert.h: Likewise.
5334         * include/bits/stdlib-float.h: Likewise.
5335         * include/errno.h: Likewise.
5336         * include/sys/stat.h: Likewise.
5337         * include/unistd.h: Likewise.
5338         * sysdeps/aarch64/setjmp.S: Likewise.
5339         * sysdeps/alpha/setjmp.S: Likewise.
5340         * sysdeps/arm/__longjmp.S: Likewise.
5341         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
5342         * sysdeps/arm/setjmp.S: Likewise.
5343         * sysdeps/arm/sysdep.h: Likewise.
5344         * sysdeps/generic/_itoa.h: Likewise.
5345         * sysdeps/generic/dl-sysdep.h: Likewise.
5346         * sysdeps/generic/ldsodefs.h: Likewise.
5347         * sysdeps/i386/dl-tls.h: Likewise.
5348         * sysdeps/i386/setjmp.S: Likewise.
5349         * sysdeps/m68k/setjmp.c: Likewise.
5350         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
5351         * sysdeps/mach/hurd/opendir.c: Likewise.
5352         * sysdeps/posix/getcwd.c: Likewise.
5353         * sysdeps/posix/opendir.c: Likewise.
5354         * sysdeps/posix/profil.c: Likewise.
5355         * sysdeps/powerpc/dl-procinfo.h: Likewise.
5356         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
5357         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
5358         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
5359         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
5360         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
5361         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
5362         * sysdeps/s390/dl-tls.h: Likewise.
5363         * sysdeps/s390/s390-32/setjmp.S: Likewise.
5364         * sysdeps/s390/s390-64/setjmp.S: Likewise.
5365         * sysdeps/sh/sh3/setjmp.S: Likewise.
5366         * sysdeps/sh/sh4/setjmp.S: Likewise.
5367         * sysdeps/unix/alpha/sysdep.h: Likewise.
5368         * sysdeps/unix/arm/sysdep.S: Likewise.
5369         * sysdeps/unix/i386/sysdep.S: Likewise.
5370         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5371         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
5372         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5373         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5374         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5375         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
5376         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
5377         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5378         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
5379         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
5380         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
5381         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5382         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5383         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
5384         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
5385         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5386         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
5387         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
5388         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5389         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
5390         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5391         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
5392         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
5393         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5394         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5395         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5396         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
5397         * sysdeps/unix/x86_64/sysdep.S: Likewise.
5398         * sysdeps/x86_64/setjmp.S: Likewise.
5400         * include/math.h: Use IS_IN instead of IS_IN_libm.
5401         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
5402         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
5403         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
5404         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
5405         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
5406         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
5407         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
5408         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
5409         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
5410         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
5411         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
5412         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
5413         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
5414         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
5415         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
5416         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
5417         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
5418         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
5419         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
5420         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
5421         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
5422         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
5423         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
5424         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
5425         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
5426         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
5427         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
5428         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
5429         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
5430         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
5431         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
5432         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
5433         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
5434         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
5435         Likewise.
5436         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
5437         Likewise.
5438         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
5439         Likewise.
5440         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
5441         Likewise.
5442         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
5443         Likewise.
5444         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
5445         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
5446         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
5447         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
5448         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
5449         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
5450         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
5451         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
5452         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
5453         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
5454         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
5455         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
5456         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
5457         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
5458         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
5459         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
5460         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
5461         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
5462         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
5463         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
5464         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
5465         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
5466         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
5467         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
5468         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
5469         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
5470         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
5472         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
5473         * nptl/pthreadP.h: Likewise.
5474         * nptl_db/structs.def: Likewise.
5475         * sysdeps/arm/sysdep.h: Likewise.
5476         * sysdeps/nptl/bits/libc-lock.h: Likewise.
5477         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
5478         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
5479         * sysdeps/unix/alpha/sysdep.h: Likewise.
5480         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5481         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5482         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5483         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5484         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5485         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5486         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5487         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5488         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5489         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5490         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5491         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5492         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5493         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5494         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
5495         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
5496         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5497         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5498         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5499         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5500         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5501         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
5502         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5503         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
5504         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
5505         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5507         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
5508         * nptl/pthreadP.h: Likewise.
5509         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5510         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5511         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5512         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5513         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5514         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5515         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5516         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5517         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5518         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5519         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5520         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5521         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
5522         Likewise.
5523         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
5524         Likewise.
5525         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5526         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5527         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5528         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5529         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5530         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
5531         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
5532         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5534         * dlfcn/dladdr.c: Use IS_IN.
5535         * dlfcn/dladdr1.c: Likewise.
5536         * dlfcn/dlclose.c: Likewise.
5537         * dlfcn/dlerror.c: Likewise.
5538         * dlfcn/dlinfo.c: Likewise.
5539         * dlfcn/dlmopen.c: Likewise.
5540         * dlfcn/dlopen.c: Likewise.
5541         * dlfcn/dlsym.c: Likewise.
5542         * dlfcn/dlvsym.c: Likewise.
5544         * include/ifaddrs.h: Use IS_IN.
5545         * inet/check_pf.c: Likewise.
5546         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
5547         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
5549         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
5550         IS_IN_ldconfig.
5551         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
5552         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
5554         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
5555         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
5556         IS_IN (libc).
5558         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
5560         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
5561         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
5562         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
5563         * include/libc-symbols.h (IS_IN_LIB): New macro.
5564         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
5565         * include/netdb.h: Likewise.
5566         * include/stap-probe.h: Remove all uses of IN_LIB.
5568         * Makeconfig (module-cppflags-real): Define MODULE_NAME
5569         instead of IN_MODULE.
5570         * include/libc-symbols.h (IN_MODULE): Define using
5571         MODULE_NAME.
5572         (PASTE_NAME, PASTE_NAME1): New macros.
5573         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
5574         of IN_LIB.
5575         (STAP_PROBE_ASM): Likewise.
5577 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5579         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
5580         __mach_init in dlopened libc.
5582 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
5584         * sysdeps/arm/preconfigure.ac: Delete EABI check.
5585         * sysdeps/arm/preconfigure: Regenerate.
5587 2014-11-21  Roland McGrath  <roland@hack.frob.com>
5589         * nptl/pthread_create.c (__pthread_create_2_1): Set
5590         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
5591         when copying values from IATTR into PD.
5593 2014-11-21  Will Newton  <will.newton@linaro.org>
5594             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
5596         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
5597         Refactor inline-asm.  Also add comment.
5599         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
5600         ElfW macro instead of hardcoded Elf64 types.
5601         (la_aarch64_gnu_pltenter): Likewise.
5602         * sysdeps/aarch64/dl-machine.h
5603         (elf_machine_runtime_setup): Use ElfW(Addr).
5605         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
5606         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
5607         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
5608         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
5609         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
5610         (R_AARCH64_TLS_DTPMOD64): Rename to ..
5611         (R_AARCH64_TLS_DTPMOD): This.
5612         (R_AARCH64_TLS_DTPREL64): Rename to ...
5613         (R_AARCH64_TLS_DTPREL): This.
5614         (R_AARCH64_TLS_TPREL64): Rename to ...
5615         (R_AARCH64_TLS_TPREL): This.
5616         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
5617         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
5618         R_AARCH64_TLS_TPREL64.
5619         (elf_machine_rela): Likewise.
5621 2014-11-21  Torvald Riegel  <triegel@redhat.com>
5623         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
5624         by setting it to 0.  64b atomics are not supported currently.
5626 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5628         [BZ #16469]
5629         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
5630         search domain names.
5632 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5634         [BZ #16469]
5635         * NEWS: Update.
5636         * resolv/res_query.c (__libc_res_nquerydomain): Retain
5637         trailing dot.
5638         * posix/tst-getaddrinfo5.c: New.
5639         * posix/Makefile (tests): Add it.
5641 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5643         [BZ #14498]
5644         * NEWS: Fixed.
5645         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
5646         after parsing line but before break_if_match.
5647         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
5648         if there is a protocol mismatch.
5650 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
5652         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
5653         because the potential race is on the user-supplied stream.
5655 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5657         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
5658         string literal if not passed a buffer.
5659         * manual/job.texi (ctermid): Update reasoning, note deviation
5660         from posix, suggest mtasurace when not passed a buffer, for
5661         future non-preliminary safety notes.
5663 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5665         * manual/users.texi (cuserid): Fix MT-Safety note for the case
5666         of not passing it a buffer.
5667         Reported by Peng Haitao.
5669 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5671         * manual/Makefile ($(objpfx)stamp-summary): Require
5672         check-safety.sh to pass.
5673         * manual/check-safety.sh: Wish for verification that every
5674         @deftypefn and @deftypefun is followed by a @safety remark.
5676 2014-11-20  Roland McGrath  <roland@hack.frob.com>
5678         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
5680         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
5681         PTHREAD_CANCEL_ASYNCHRONOUS.
5682         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
5683         send SIGCANCEL.
5685         * nptl/default-sched.h: New file.
5686         * sysdeps/unix/sysv/linux/default-sched.h: New file.
5687         * nptl/pthread_create.c: Include it.
5688         (__pthread_create_2_1): Use collect_default_sched instead of making
5689         Linux syscalls here directly.
5691 2014-11-20  Torvald Riegel  <triegel@redhat.com>
5693         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
5694         __pthread_once): Use C11 atomics.
5696 2014-11-20  Torvald Riegel  <triegel@redhat.com>
5698         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
5700 2014-11-20  Torvald Riegel  <triegel@redhat.com>
5702         * include/atomic.h (__atomic_link_error, __atomic_check_size,
5703         atomic_thread_fence_acquire, atomic_thread_fence_release,
5704         atomic_thread_fence_seq_cst, atomic_load_relaxed,
5705         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
5706         atomic_compare_exchange_weak_relaxed,
5707         atomic_compare_exchange_weak_acquire,
5708         atomic_compare_exchange_weak_release,
5709         atomic_exchange_acquire, atomic_exchange_release,
5710         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
5711         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
5712         atomic_fetch_and_acquire,
5713         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
5715 2014-11-20  Torvald Riegel  <triegel@redhat.com>
5717         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
5718         USE_ATOMIC_COMPILER_BUILTINS): Define.
5719         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
5720         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5721         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
5722         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5723         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
5724         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5725         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
5726         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5727         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
5728         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5729         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
5730         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5731         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
5732         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5733         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
5734         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5735         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
5736         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5737         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
5738         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5739         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
5740         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5741         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
5742         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5743         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
5744         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5745         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
5746         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5747         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
5748         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5749         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
5750         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5751         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
5752         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5753         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
5754         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5755         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
5756         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5757         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
5758         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5760 2014-11-19  Roland McGrath  <roland@hack.frob.com>
5762         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
5763         the sched_priority value here.  It was already checked when the user
5764         called pthread_attr_setschedparam.
5766         * nptl/tst-bad-schedattr.c: New file.
5767         * nptl/Makefile (tests): Add it.
5769 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
5770             Florian Weimer  <fweimer@redhat.com>
5771             Joseph Myers  <joseph@codesourcery.com>
5772             Adam Conrad  <adconrad@0c3.net>
5773             Andreas Schwab  <schwab@suse.de>
5774             Brooks  <bmoses@google.com>
5776         [BZ #17625]
5777         * wordexp-test.c (__dso_handle): Add prototype.
5778         (__register_atfork): Likewise.
5779         (__app_register_atfork): New function.
5780         (registered_forks): New global.
5781         (register_fork): New function.
5782         (test_case): Add 3 new tests for WRDE_CMDSUB.
5783         (main): Call __app_register_atfork.
5784         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
5785         fork count is non-zero fail the test.
5786         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
5787         is set.
5788         (parse_dollars): Remove check for WRDE_NOCMD.
5789         (parse_dquote): Likewise.
5791 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
5793         * Makeconfig (built-modules): List non-library modules to be
5794         built.
5795         (module-cppflags): Include libc-modules.h for
5796         everything except shlib-versions.v.i.
5797         (CPPFLAGS): Use it.
5798         (before-compile): Add libc-modules.h.
5799         ($(common-objpfx)libc-modules.h,
5800         $(common-objpfx)libc-modules.stmp): New targets.
5801         (common-generated): Add libc-modules.h and libc-modules.stmp.
5802         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
5803         * include/libc-symbols.h: Don't include libc-modules.h.
5804         * include/libc-modules.h: Remove file.
5805         * scripts/gen-libc-modules.awk: New script to generate
5806         libc-modules.h.
5807         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
5808         Depend on libc-modules.stmp.
5810         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
5812         * Makeconfig (in-module): Get value of libof set for the
5813         translation unit.
5814         (CPPFLAGS): Use $(in-module).
5815         * Makerules: Don't suffix routine names for nonlib.
5816         * include/libc-modules.h: New file.
5817         * include/libc-symbols.h: Include libc-modules.h
5818         (IS_IN): New macro to replace IS_IN_* macros.
5819         * elf/Makefile: Set libof-* for each routine.
5820         * elf/rtld-Rules: Likewise.
5821         * extra-modules.mk: Likewise.
5822         * iconv/Makefile: Likewise.
5823         * iconvdata/Makefile: Likewise.
5824         * locale/Makefile: Likewise.
5825         * malloc/Makefile: Likewise.
5826         * nss/Makefile: Likewise.
5827         * sysdeps/gnu/Makefile: Likewise.
5828         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
5829         * sysdeps/unix/sysv/linux/Makefile: Likewise.
5830         * sysdeps/s390/s390-64/Makefile: Likewise.
5831         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
5832         CPPFLAGS for nscd instead of nonlib.
5834 2014-11-18  Roland McGrath  <roland@hack.frob.com>
5836         * nptl/createthread.c: New file.
5838         * nptl/createthread.c: Moved ...
5839         * sysdeps/unix/sysv/linux/createthread.c: ... here.
5841         * nptl/createthread.c: Add proper top-line comment.
5842         (do_clone): Folded into ...
5843         (create_thread): ... here.  Take new arguments STOPPED_START and
5844         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
5845         increment __nptl_threads, do event-reporting logic, do
5846         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
5847         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
5848         resource cleanup if sched_setaffinity or sched_setscheduler fails,
5849         just send SIGCANCEL.
5850         * nptl/pthread_create.c: Forward-declare create_thread before
5851         including createthread.c.
5852         (start_thread): Use new macro START_THREAD_DEFN to replace defining
5853         declaration, and new macro START_THREAD_SELF to replace argument.
5854         Remove return statement.
5855         (report_thread_creation): New function.
5856         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
5857         synchronization logic, and __nptl_nthreads increment here, around
5858         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
5859         PD->parent_cancelhandling here, before create_thread.  When
5860         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
5861         __deallocate_stack, and ENOMEM translation here.
5863 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
5865         [BZ #17616]
5866         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
5867         (mptwo): Rename to __mptwo.
5868         (__inv): Use __mptwo instead of mptwo.
5869         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
5870         (mptwo): Rename to __mptwo.
5871         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
5872         of mpone and __mptwo instead of mptwo.
5873         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
5874         instead of mpone.
5875         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
5876         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
5877         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
5878         of mpone and __mptwo instead of mptwo.
5879         (__mpranred): Use __mpone instead of mpone.
5880         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
5881         variable.
5882         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
5883         (test-xfail-ISO99/math.h/linknamespace): Likewise.
5884         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
5885         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
5886         (test-xfail-ISO11/math.h/linknamespace): Likewise.
5887         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
5888         (test-xfail-XPG3/math.h/linknamespace): Likewise.
5889         (test-xfail-XPG4/math.h/linknamespace): Likewise.
5890         (test-xfail-POSIX/math.h/linknamespace): Likewise.
5891         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
5892         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
5893         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
5894         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
5895         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
5896         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
5897         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
5898         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
5899         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
5900         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
5902 2014-11-18  Tom de Vries  <tom@codesoucery.com>
5904         * manual/signal.texi (Primitives Interrupted by Signals): In section,
5905         replace BSD Handler xref with BSD Signal Handling.
5907 2014-11-17  Richard Henderson  <rth@redhat.com>
5909         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
5910         (_FP_PACK_RAW_2): Remove.
5911         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
5912         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
5913         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
5914         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
5915         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
5916         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
5917         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
5918         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
5919         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
5920         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
5921         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
5922         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
5923         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
5924         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
5925         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
5926         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
5928 2014-11-14  Roland McGrath  <roland@hack.frob.com>
5930         * signal/signal.h [__USE_MISC]
5931         (struct sigvec): Remove type.
5932         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
5933         (sigvec): Remove declaration.
5934         * sysdeps/posix/sigvec.c: Moved ...
5935         * signal/sigvec.c: ... here, replacing old file.
5936         (struct sigvec): New type, copied from old signal.h definition.
5937         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
5938         (__sigvec): Convert definition to prototype.
5939         (sigvec): Replace weak_alias with compat_symbol.
5940         * signal/Versions (libc: GLIBC_2.21): New version set.
5941         * include/signal.h: Remove __sigvec declaration.
5942         * sysdeps/unix/bsd/sigvec.c: Remove file.
5943         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
5944         * manual/signal.texi (BSD Handler): Remove subsection.
5945         Move siginterrupt up to ...
5946         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
5947         (Blocking in BSD): Fold subsection into its parent.
5948         * NEWS: Mention sigvec removal.
5950 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
5952         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
5953         (DLA_FMS): Make definition conditional only on [__FMA4__].
5954         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
5955         definition.
5957         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
5958         Make definition conditional only on [PROF].
5959         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
5960         definition.
5961         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
5962         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
5964         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
5965         !__GNUC__].
5966         * include/signal.h (__sigpause): Move declaration above call to
5967         libc_hidden_proto.
5968         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
5969         variable.
5970         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
5971         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
5973 2014-11-14  David S. Miller  <davem@davemloft.net>
5975         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
5976         Define before including <string/memcpy.c> and <string/mempcpy.c>.
5978 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
5980         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
5981         * configure: Regenerated.
5982         * manual/install.texi (Tools for Compilation): Document a
5983         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
5984         compiler verified to work.
5985         * INSTALL: Regenerated.
5987         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
5988         redeclare with asm name.
5989         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
5990         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
5991         including <string.h>.
5992         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5993         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
5994         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5995         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
5996         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5997         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
5998         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
6000 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
6002         * stdlib/strtol.c (__strtol): Use prototype definition.
6004         [BZ #17594]
6005         * stdlib/strtol.c (SYM__): New macro.
6006         (SYM__1): Likewise.
6007         (__strtol): Likewise.
6008         (strtol): Rename to __strtol and define as weak alias of
6009         __strtol.  Use libc_hidden_weak.
6011 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
6013         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
6014         Use numbered labels in inline assembly.
6016 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
6018         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
6019         Add setjmp LIBC_PROBE.
6020         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
6021         Likewise.
6022         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
6023         Add longjmp, longjmp_target LIBC_PROBE.
6024         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
6025         Likewise.
6027 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
6029         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
6030         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
6031         to get rid of unused variable warning.
6033 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
6035         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
6036         Check for unwind_backtrace ==  NULL only in SHARED case.
6037         (__backchain_backtrace): Compile only in SHARED case.
6038         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
6039         Likewise.
6040         (__backchain_backtrace): Declare as static.
6042 2014-11-12  Roland McGrath  <roland@hack.frob.com>
6044         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
6045         (__libc_multiple_threads_ptr): Variable moved ...
6046         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
6048 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
6050         * conform/GlibcConform.pm: New file.
6051         * conform/conformtest.pl: Use GlibcConform module.
6052         * conform/linknamespace.pl: New file.
6053         * conform/list-header-symbols.pl: Likewise.
6054         * conform/Makefile (linknamespace-symlists-base): New variable.
6055         (linknamespace-symlists-tests): Likewise.
6056         (linknamespace-header-base): Likewise.
6057         (linknamespace-header-tests): Likewise.
6058         (tests-special): Add new tests.
6059         ($(linknamespace-symlists-tests)): New rule.
6060         (linknamespace-libs): New variable.
6061         ($(objpfx)symlist-stdlibs): New rule.
6062         ($(linknamespace-header-tests)): Likewise.
6063         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
6064         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
6065         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
6066         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
6067         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
6068         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
6069         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
6070         (test-xfail-ISO/math.h/linknamespace): Likewise.
6071         (test-xfail-ISO/signal.h/linknamespace): Likewise.
6072         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
6073         (test-xfail-ISO/time.h/linknamespace): Likewise.
6074         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
6075         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
6076         (test-xfail-ISO99/math.h/linknamespace): Likewise.
6077         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
6078         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
6079         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
6080         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
6081         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
6082         (test-xfail-ISO11/math.h/linknamespace): Likewise.
6083         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
6084         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
6085         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
6086         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
6087         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
6088         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
6089         (test-xfail-XPG3/math.h/linknamespace): Likewise.
6090         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
6091         (test-xfail-XPG3/search.h/linknamespace): Likewise.
6092         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
6093         (test-xfail-XPG3/time.h/linknamespace): Likewise.
6094         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
6095         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
6096         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
6097         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
6098         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
6099         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
6100         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
6101         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
6102         (test-xfail-XPG4/math.h/linknamespace): Likewise.
6103         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
6104         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
6105         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
6106         (test-xfail-XPG4/search.h/linknamespace): Likewise.
6107         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
6108         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
6109         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
6110         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
6111         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
6112         (test-xfail-XPG4/time.h/linknamespace): Likewise.
6113         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
6114         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
6115         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
6116         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
6117         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
6118         (test-xfail-POSIX/math.h/linknamespace): Likewise.
6119         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
6120         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
6121         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
6122         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
6123         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
6124         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
6125         (test-xfail-POSIX/time.h/linknamespace): Likewise.
6126         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
6127         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
6128         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
6129         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
6130         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
6131         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
6132         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
6133         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
6134         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
6135         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
6136         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
6137         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
6138         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
6139         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
6140         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
6141         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
6142         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
6143         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
6144         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
6145         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
6146         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
6147         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
6148         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
6149         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
6150         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
6151         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
6152         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
6153         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
6154         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
6155         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
6156         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
6157         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
6158         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
6159         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
6160         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
6161         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
6162         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
6163         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
6164         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
6165         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
6166         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
6167         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
6168         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
6169         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
6170         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
6171         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
6172         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
6173         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
6174         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
6175         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
6176         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
6177         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
6178         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
6179         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
6180         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
6181         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
6182         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
6183         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
6184         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
6185         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
6186         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
6187         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
6188         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
6189         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
6190         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
6191         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
6192         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
6193         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
6194         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
6195         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
6196         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
6197         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
6198         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
6199         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
6200         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
6201         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
6202         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
6203         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
6204         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
6205         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
6206         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
6207         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
6208         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
6209         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
6210         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
6211         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
6212         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
6213         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
6214         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
6215         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
6216         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
6217         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
6218         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
6219         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
6220         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
6221         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
6222         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
6223         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
6225         [BZ #17589]
6226         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
6227         of fgets_unlocked.
6229         [BZ #17585]
6230         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
6231         (memmem): Rename to __memmem and define as weak alias of
6232         __memmem.  Use libc_hidden_weak.
6233         (__memmem): Use libc_hidden_def.
6234         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
6235         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
6236         memmem.
6238         [BZ #17582]
6239         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
6240         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
6241         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
6242         and define as weak alias of __fgets_unlocked.  Use
6243         libc_hidden_weak.
6244         (__fgets_unlocked): Use libc_hidden_def.
6245         * include/stdio.h (__fgets_unlocked): Declare.  Use
6246         libc_hidden_proto.
6247         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
6248         __fgets_unlocked instead of fgets_unlocked.
6249         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
6250         (GET_NPROCS_CONF_PARSER): Likewise.
6251         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
6252         (GET_NPROCS_CONF_PARSER): Likewise.
6254         [BZ #17574]
6255         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
6256         weak alias of __wmemset.  Use libc_hidden_weak.
6257         (__wmemset): Use libc_hidden_def.
6258         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
6259         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
6260         of wmemset.
6262         [BZ #17573]
6263         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
6264         with asm name __mempcpy.
6265         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
6267         [BZ #17572]
6268         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
6269         and define as weak alias of __rawmemchr.
6270         (__rawmemchr): Do not define as strong alias of rawmemchr.
6272         [BZ #17571]
6273         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
6274         alias of __qsort_r.
6275         (qsort): Call __qsort_r instead of qsort_r.
6276         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
6277         (__qsort_r): Declare.  Call libc_hidden_proto.
6278         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
6279         instead of qsort_r.
6280         * nscd/gai.c (__qsort_r): Define to qsort_r.
6281         * posix/tst-rfc3484.c (__qsort_r): Likewise.
6282         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
6283         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
6285         [BZ #17570]
6286         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
6287         define as weak alias of __malloc_info.
6289         [BZ #17584]
6290         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
6291         as weak alias of __rewinddir.  Don't use libc_hidden_def.
6292         (__rewinddir): Use libc_hidden_def.
6293         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
6294         as weak alias of __rewinddir.  Don't use libc_hidden_def.
6295         (__rewinddir): Use libc_hidden_def.
6296         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
6297         weak alias of __rewinddir.  Don't use libc_hidden_def.
6298         (__rewinddir): Use libc_hidden_def.
6299         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
6300         (__rewinddir): Use libc_hidden_proto.
6301         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
6302         rewinddir.
6303         (__getcwd): Use __rewinddir instead of rewinddir.
6305         [BZ #17583]
6306         * libio/fileno.c (fileno): Rename to __fileno and define as weak
6307         alias of __fileno.  Use libc_hidden_weak.
6308         (__fileno): Use libc_hidden_def.
6309         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
6310         * libio/ftello.c (ftello): Rename to __ftello and define as weak
6311         alias of __ftello.
6312         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
6313         __ftello.
6314         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
6315         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
6316         libc_hidden_def.
6317         (fread_unlocked): Don't use libc_hidden_ver.
6318         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
6319         and define as weak alias of __fread_unlocked.  Don't use
6320         libc_hidden_def.
6321         (__fread_unlocked): Use libc_hidden_def.
6322         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
6323         (ftello): Don't use libc_hidden_proto.
6324         (__ftello): Declare.  Use libc_hidden_proto.
6325         (fread_unlocked): Don't use libc_hidden_proto.
6326         (__fread_unlocked): Declare.  Use libc_hidden_proto.
6327         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
6328         and __ftello instead of fileno, fread_unlocked and ftello.
6330 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
6332         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
6333         GOT12.
6334         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
6335         Likewise.
6336         (_dl_start_user): Likewise.
6337         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
6339 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
6340             Siddhesh Poyarekar  <siddhesh@redhat.com>
6342         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
6343         Move argv and envp down instead of moving argc up.
6344         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
6346 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
6348         [BZ #17506]
6349         * test-skeleton.c (main): Return successful if one of
6350         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
6351         * string/tst-strcoll-overflow.c: Define expected status.
6353 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
6355         [BZ #17475]
6356         * locale/iso-639.def: Define Bhili and Tulu language codes.
6358 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
6360         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
6362 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
6364         [BZ #17555]
6365         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
6367 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
6369         * configure.ac: Updated check of minimal required version to
6370         2.22.
6371         * manual/install.texi (Tools for Compilation): Updated version
6372         number.
6373         * configure: Regenerated.
6374         * INSTALL: Likewise.
6376 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
6378         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
6379         __tls_get_addr.
6381 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
6383         * include/sys/wait.h (__libc_waitpid): Remove declaration.
6384         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
6385         (__waitpid): Don't define as alias.  Use libc_hidden_def not
6386         libc_hidden_weak.
6387         (waitpid): Define as alias of __waitpid.
6388         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
6389         __waitpid.
6390         (__waitpid): Don't define as alias.  Use libc_hidden_def not
6391         libc_hidden_weak.
6392         (waitpid): Define as alias of __waitpid.
6393         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
6394         __libc_waitpid alias.
6395         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
6396         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
6397         Likewise.
6398         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
6399         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
6400         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
6401         alias.
6402         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
6403         __waitpid.
6404         (__waitpid): Don't define as alias.  Use libc_hidden_def not
6405         libc_hidden_weak.
6406         (waitpid): Define as alias of __waitpid.
6408 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
6410         * manual/llio.texi: Add comment that write safety has been
6411         fixed in Linux.
6413         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
6414         (localplt-build-dso): Add elf/ld.so.
6415         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
6416         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
6417         and free for ld.so.
6418         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
6419         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
6420         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
6421         Likewise.
6422         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
6423         Likewise.
6424         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
6425         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
6426         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
6427         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
6428         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
6429         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
6430         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
6431         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
6432         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
6433         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
6434         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
6436 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
6438         [BZ #14132]
6439         * include/libc-symbols.h (INTUSE): Remove macro.
6440         (INTDEF): Likewise.
6441         (INTVARDEF): Likewise.
6442         (_INTVARDEF): Likewise.
6443         (INTDEF2): Likewise.
6444         (INTVARDEF2): Likewise.
6445         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
6446         rtld_hidden_def instead of INTVARDEF.
6447         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
6448         (_dl_starting_up_internal): Remove declaration.
6449         (_dl_starting_up): Use rtld_hidden_proto.
6450         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
6451         declaration.
6452         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
6453         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
6454         _dl_starting_up.
6455         * elf/dl-writev.h (_dl_writev): Likewise.
6456         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
6457         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
6458         _dl_starting_up_internal.
6460 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6462         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
6463         test-skeleton.c.
6465 2014-11-05  Will Newton  <will.newton@linaro.org>
6467         * benchtests/Makefile: (bench-malloc): Add malloc thread
6468         scalability benchmark.
6469         * benchtests/bench-malloc-threads.c: New file.
6471 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
6473         * sysdeps/aarch64/strchrnul.S: New file.
6475 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6477         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
6478         definition.
6479         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
6480         Likwise.
6481         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
6482         Likewise.
6483         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
6484         Likewise.
6485         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
6486         Likewise.
6487         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
6488         Likewise.
6490 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
6492         * catgets/test-gencat.c: Use test-skeleton.c.
6493         * catgets/tst-catgets.c: Likewise.
6494         * csu/tst-empty.c: Likewise.
6495         * elf/tst-audit2.c: Likewise.
6496         * elf/tst-global1.c: Likewise.
6497         * elf/tst-pathopt.c: Likewise.
6498         * elf/tst-piemod1.c: Likewise.
6499         * elf/tst-tls10.c: Likewise.
6500         * elf/tst-tls11.c: Likewise.
6501         * elf/tst-tls12.c: Likewise.
6502         * gnulib/tst-gcc.c: Likewise.
6503         * iconvdata/tst-e2big.c: Likewise.
6504         * iconvdata/tst-loading.c: Likewise.
6505         * iconv/tst-iconv1.c: Likewise.
6506         * iconv/tst-iconv2.c: Likewise.
6507         * inet/test-inet6_opt.c: Likewise.
6508         * inet/tst-gethnm.c: Likewise.
6509         * inet/tst-network.c: Likewise.
6510         * inet/tst-ntoa.c: Likewise.
6511         * intl/tst-codeset.c: Likewise.
6512         * intl/tst-gettext2.c: Likewise.
6513         * intl/tst-gettext3.c: Likewise.
6514         * intl/tst-ngettext.c: Likewise.
6515         * intl/tst-translit.c: Likewise.
6516         * io/test-stat.c: Likewise.
6517         * libio/test-fmemopen.c: Likewise.
6518         * libio/tst-freopen.c: Likewise.
6519         * libio/tst-sscanf.c: Likewise.
6520         * libio/tst-ungetwc1.c: Likewise.
6521         * libio/tst-ungetwc2.c: Likewise.
6522         * libio/tst-widetext.c: Likewise.
6523         * localedata/tst-ctype.c: Likewise.
6524         * localedata/tst-digits.c: Likewise.
6525         * localedata/tst-leaks.c: Likewise.
6526         * localedata/tst-mbswcs1.c: Likewise.
6527         * localedata/tst-mbswcs2.c: Likewise.
6528         * localedata/tst-mbswcs3.c: Likewise.
6529         * localedata/tst-mbswcs4.c: Likewise.
6530         * localedata/tst-mbswcs5.c: Likewise.
6531         * localedata/tst-setlocale.c: Likewise.
6532         * localedata/tst-trans.c: Likewise.
6533         * localedata/tst-wctype.c: Likewise.
6534         * localedata/tst-xlocale1.c: Likewise.
6535         * login/tst-grantpt.c: Likewise.
6536         * malloc/tst-calloc.c: Likewise.
6537         * malloc/tst-malloc.c: Likewise.
6538         * malloc/tst-mallocstate.c: Likewise.
6539         * malloc/tst-mcheck.c: Likewise.
6540         * malloc/tst-mtrace.c: Likewise.
6541         * malloc/tst-obstack.c: Likewise.
6542         * math/atest-exp2.c: Likewise.
6543         * math/atest-exp.c: Likewise.
6544         * math/atest-sincos.c: Likewise.
6545         * math/test-matherr.c: Likewise.
6546         * math/test-misc.c: Likewise.
6547         * math/test-powl.c: Likewise.
6548         * math/tst-definitions.c: Likewise.
6549         * misc/tst-dirname.c: Likewise.
6550         * misc/tst-efgcvt.c: Likewise.
6551         * misc/tst-fdset.c: Likewise.
6552         * misc/tst-hsearch.c: Likewise.
6553         * misc/tst-mntent2.c: Likewise.
6554         * nptl/tst-sem7.c: Likewise.
6555         * nptl/tst-sem8.c: Likewise.
6556         * nptl/tst-sem9.c: Likewise.
6557         * nss/test-netdb.c: Likewise.
6558         * posix/tst-fnmatch.c: Likewise.
6559         * posix/tst-getlogin.c: Likewise.
6560         * posix/tst-gnuglob.c: Likewise.
6561         * posix/tst-mmap.c: Likewise.
6562         * pwd/tst-getpw.c: Likewise.
6563         * resolv/tst-inet_ntop.c: Likewise.
6564         * rt/tst-timer.c: Likewise.
6565         * stdio-common/test-fseek.c: Likewise.
6566         * stdio-common/test-popen.c: Likewise.
6567         * stdio-common/test-vfprintf.c: Likewise.
6568         * stdio-common/tst-cookie.c: Likewise.
6569         * stdio-common/tst-fileno.c: Likewise.
6570         * stdio-common/tst-gets.c: Likewise.
6571         * stdio-common/tst-obprintf.c: Likewise.
6572         * stdio-common/tst-perror.c: Likewise.
6573         * stdio-common/tst-sprintf2.c: Likewise.
6574         * stdio-common/tst-sprintf3.c: Likewise.
6575         * stdio-common/tst-sprintf.c: Likewise.
6576         * stdio-common/tst-swprintf.c: Likewise.
6577         * stdio-common/tst-tmpnam.c: Likewise.
6578         * stdio-common/tst-unbputc.c: Likewise.
6579         * stdio-common/tst-wc-printf.c: Likewise.
6580         * stdlib/tst-environ.c: Likewise.
6581         * stdlib/tst-fmtmsg.c: Likewise.
6582         * stdlib/tst-limits.c: Likewise.
6583         * stdlib/tst-rand48-2.c: Likewise.
6584         * stdlib/tst-rand48.c: Likewise.
6585         * stdlib/tst-random2.c: Likewise.
6586         * stdlib/tst-random.c: Likewise.
6587         * stdlib/tst-strtol.c: Likewise.
6588         * stdlib/tst-strtoll.c: Likewise.
6589         * stdlib/tst-tls-atexit.c: Likewise.
6590         * stdlib/tst-xpg-basename.c: Likewise.
6591         * string/test-ffs.c: Likewise.
6592         * string/tst-bswap.c: Likewise.
6593         * string/tst-inlcall.c: Likewise.
6594         * string/tst-strtok.c: Likewise.
6595         * string/tst-strxfrm.c: Likewise.
6596         * sysdeps/x86_64/tst-audit10.c: Likewise.
6597         * sysdeps/x86_64/tst-audit3.c: Likewise.
6598         * sysdeps/x86_64/tst-audit4.c: Likewise.
6599         * sysdeps/x86_64/tst-audit5.c: Likewise.
6600         * time/tst-ftime_l.c: Likewise.
6601         * time/tst-getdate.c: Likewise.
6602         * time/tst-mktime3.c: Likewise.
6603         * time/tst-mktime.c: Likewise.
6604         * time/tst-posixtz.c: Likewise.
6605         * time/tst-strptime2.c: Likewise.
6606         * time/tst-strptime3.c: Likewise.
6607         * wcsmbs/tst-btowc.c: Likewise.
6608         * wcsmbs/tst-mbrtowc.c: Likewise.
6609         * wcsmbs/tst-mbsrtowcs.c: Likewise.
6610         * wcsmbs/tst-wchar-h.c: Likewise.
6611         * wcsmbs/tst-wcpncpy.c: Likewise.
6612         * wcsmbs/tst-wcrtomb.c: Likewise.
6613         * wcsmbs/tst-wcsnlen.c: Likewise.
6614         * wcsmbs/tst-wcstof.c: Likewise.
6616 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
6618         [BZ #14132]
6619         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
6620         INTDEF.
6621         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
6622         declaration.
6623         (_dl_mcount): Use rtld_hidden_proto.
6624         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
6625         _dl_mcount.
6626         * elf/rtld.c (_rtld_global_ro): Likewise.
6628         [BZ #14132]
6629         * elf/dl-init.c (_dl_init): Don't use INTDEF.
6630         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
6631         of _dl_init_internal.
6632         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
6633         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
6634         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
6635         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
6636         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
6637         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
6638         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
6639         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
6640         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
6641         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
6642         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
6643         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
6644         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
6645         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
6646         * sysdeps/tile/dl-start.S (_start): Likewise.
6647         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
6648         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
6650         [BZ #14132]
6651         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
6652         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
6653         (rtld_progname): Make macro definition unconditional.
6654         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
6655         INTDEF.
6656         (dlmopen_doit): Do not use INTUSE with _dl_argv.
6657         (dl_main): Likewise.
6658         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
6659         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
6660         instead of _dl_argv_internal.
6661         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
6662         __GI__dl_argv instead of INTUSE(_dl_argv).
6663         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
6664         __GI__dl_argv instead of _dl_argv_internal.
6666         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
6667         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
6668         macro.
6669         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
6670         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
6671         New macro.
6672         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
6673         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
6674         macro.
6675         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
6676         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
6678 2014-11-04  Andreas Schwab  <schwab@suse.de>
6680         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
6682 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6684         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
6685         mtvsrd instruction in binary form.
6687 2014-11-03  Andreas Schwab  <schwab@suse.de>
6689         [BZ #17522]
6690         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
6691         for less than MB_LEN_MAX use a local buffer of that size.
6692         * libio/tst-fputws.c: New file.
6693         * libio/Makefile (tests): Add tst-fputws.
6695 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
6697         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
6698         the size of the fpu_fr.fpu_dregs[] array.
6700 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
6702         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
6703         (__nanosleep): Do not define as alias.
6704         (nanosleep): Define as alias of __nanosleep.
6705         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
6706         __libc_nanosleep name.
6708 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
6710         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
6711         install.texi in comment.
6713 2014-10-31  Torvald Riegel  <triegel@redhat.com>
6715         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
6716         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
6717         ... add here and use lwsync or sync ...
6718         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
6719         ... and add here using lwsync.
6721 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
6723         * elf/dl-machine-reject-phdr.h: New file.
6724         * elf/dl-load.c: #include that.
6725         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
6726         if that returned true.
6728 2014-10-31  Roland McGrath  <roland@hack.frob.com>
6730         [BZ #17496]
6731         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
6732         gen-as-const-headers chunk.  Add a big scare comment after the last
6733         safe place to touch before-compile.
6735 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
6737         * manual/install.texi (Tools for Compilation): Update autoconf
6738         version requirements.
6739         * INSTALL: Regenerated.
6741         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
6742         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
6743         (__libc_pselect): Likewise.
6745         [BZ #14138]
6746         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
6747         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6748         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6749         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6751 2014-10-31  Torvald Riegel  <triegel@redhat.com>
6753         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
6754         correct barrier instruction.
6755         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
6756         Likewise.
6757         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
6758         Likewise.
6760 2014-10-30  Roland McGrath  <roland@hack.frob.com>
6762         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
6763         after defining inlines.  Instead, just use parens to defeat macro
6764         expansion of __isctype in its declaration.
6766 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
6768         * include/sys/uio.h (__libc_readv): Remove declaration.
6769         (__libc_writev): Likewise.
6770         * misc/readv.c (__libc_readv): Rename to __readv.
6771         (__readv): Do not define as alias.
6772         (readv): Define as alias of __readv.
6773         * misc/writev.c (__libc_writev): Rename to __writev.
6774         (__writev): Do not define as alias.
6775         (writev): Define as alias of __writev.
6776         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
6777         (__readv): Do not define as alias.
6778         (readv): Define unconditionally as alias of __readv.
6779         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
6780         (__writev): Do not define as alias.
6781         (writev): Define unconditionally as alias of __writev.
6782         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
6783         name.
6784         (writev): Do not define __libc_writev name.
6786 2014-10-30  Roland McGrath  <roland@hack.frob.com>
6788         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
6789         (convert_charseq): New function, broken out of ...
6790         (use_from_charmap): ... here.  Call it.
6791         (use_to_charmap): Use convert_charseq and free instead of duplicating
6792         its code with a variable-length stack struct.
6794 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
6796         * include/fcntl.h (__libc_creat): Remove declaration.
6797         * io/creat.c (__libc_creat): Rename to creat.
6798         (creat): Do not define as alias.
6799         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
6800         of creat instead of __libc_creat.
6801         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
6802         to creat.
6803         (creat): Do not define as alias.
6804         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
6805         __libc_creat.
6806         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
6807         __libc_creat name.
6808         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
6809         Likewise.
6811 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
6813         * manual/llio.texi: Add comments discussing why write() may be
6814         considered MT-unsafe on Linux.
6816 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
6818         * dl-load.c (local_strdup): Remove.
6819         (expand_dynamic_string_token): Use __strdup.
6820         (decompose_rpath): Likewise.
6821         (_dl_map_object): Likewise.
6823 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
6825         [BZ #14132]
6826         * sysdeps/generic/unwind-dw2-fde.c
6827         (__register_frame_info_bases_internal): Do not declare.
6828         (__register_frame_info_table_bases_internal): Likewise.
6829         (__deregister_frame_info_bases_internal): Likewise.
6830         (__register_frame_info_bases): Declare and use hidden_proto before
6831         definition.  Use hidden_def instead of INTDEF.
6832         (__register_frame_info_table_bases): Likewise.
6833         (__deregister_frame_info_bases): Likewise.
6834         (__register_frame_info): Do not use INTUSE.
6835         (__register_frame): Likewise.
6836         (__register_frame_info_table): Likewise.
6837         (__register_frame_table): Likewise.
6838         (__deregister_frame_info): Likewise.
6839         (__deregister_frame): Likewise.
6841 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
6843         * sysdeps/unix/sysv/linux/arm/kernel-features.h
6844         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
6845         not undefine.
6846         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
6847         Likewise.
6848         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
6849         Likewise.
6851 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
6853         [BZ #14138]
6854         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
6855         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
6856         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
6857         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
6858         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
6859         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
6860         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
6861         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
6862         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
6863         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
6864         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
6865         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
6866         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
6867         syscall.
6868         (setfsuid): Likewise.
6869         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
6870         (setfsuid): Likewise.
6871         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
6872         (setfsuid): Likewise.
6873         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
6874         Likewise.
6875         (setfsuid): Likewise.
6876         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
6877         (setfsuid): Likewise.
6878         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
6879         Likewise.
6880         (setfsuid): Likewise.
6882 2014-10-27  Andreas Schwab  <schwab@suse.de>
6884         [BZ #17501]
6885         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
6886         check for Slow_SSE4_2 feature bit.
6887         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
6888         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
6889         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
6890         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
6892 2014-10-24  Roland McGrath  <roland@hack.frob.com>
6894         * configure.ac: Validate compiler version with a empirical test of
6895         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
6896         $CC -v output.
6897         * configure: Regenerated.
6899         * inet/htons.c (htons): Prototypify.
6900         * inet/htonl.c (htonl): Likewise.
6902 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6904         * string/strncat.c (strncat): Improve performance by using strlen.
6906 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6908         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
6910 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6912         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
6913         Call libc_fetestexcept_aarch64.
6915 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6917         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
6918         Call libc_feholdexcept_aarch64.
6920 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6922         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
6923         Call get_rounding_mode.
6925 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6927         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
6928         Simplify logic.
6930 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
6932         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
6933         Simplify logic.
6935 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
6937         [BZ #14138]
6938         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
6939         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
6940         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
6941         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
6942         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
6943         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
6944         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
6945         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
6946         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
6947         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
6948         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
6949         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
6950         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
6951         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
6952         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
6953         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
6954         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
6955         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
6956         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
6957         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
6958         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
6959         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
6960         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
6961         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
6962         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
6963         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
6964         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
6965         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
6966         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
6967         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
6968         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
6969         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
6970         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
6971         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
6972         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
6973         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
6974         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
6975         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
6976         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
6977         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
6978         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
6979         syscall.
6980         (geteuid): Likewise.
6981         (getgid): Likewise.
6982         (getuid): Likewise.
6983         (getresgid): Likewise.
6984         (getresuid): Likewise.
6985         (getgroups): Likewise.
6986         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
6987         (geteuid): Likewise.
6988         (getgid): Likewise.
6989         (getuid): Likewise.
6990         (getresgid): Likewise.
6991         (getresuid): Likewise.
6992         (getgroups): Likewise.
6993         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
6994         (geteuid): Likewise.
6995         (getgid): Likewise.
6996         (getuid): Likewise.
6997         (getresgid): Likewise.
6998         (getresuid): Likewise.
6999         (getgroups): Likewise.
7000         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
7001         Likewise.
7002         (geteuid): Likewise.
7003         (getgid): Likewise.
7004         (getuid): Likewise.
7005         (getresgid): Likewise.
7006         (getresuid): Likewise.
7007         (getgroups): Likewise.
7008         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
7009         (geteuid): Likewise.
7010         (getgid): Likewise.
7011         (getuid): Likewise.
7012         (getresgid): Likewise.
7013         (getresuid): Likewise.
7014         (getgroups): Likewise.
7015         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
7016         Likewise.
7017         (geteuid): Likewise.
7018         (getgid): Likewise.
7019         (getuid): Likewise.
7020         (getgroups): Likewise.
7022         [BZ #14138]
7023         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
7024         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
7025         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
7026         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
7027         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
7028         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
7029         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
7030         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
7031         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
7032         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
7033         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
7034         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
7035         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
7036         __chown.
7037         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
7038         (lchown): Likewise.
7039         (fchown): Likewise.
7040         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
7041         Likewise.
7042         (lchown): Likewise.
7043         (fchown): Likewise.
7044         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
7045         (lchown): Likewise.
7046         (fchown): Likewise.
7047         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
7048         Likewise.
7049         (lchown): Likewise.
7050         (fchown): Likewise.
7052 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
7054         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
7055         Simplify logic.
7057 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
7059         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
7060         Cleanup logic.
7062 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
7064         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
7065         Remove unused include.
7067 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
7069         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
7070         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
7071         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
7072         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
7074 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
7075             Helge Deller <deller@gmx.de>
7077         [BZ #17508]
7078         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
7079         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
7080         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
7082 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
7084         [BZ #14132]
7085         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
7086         Remove macro definition.
7087         (__ashrdi3_v_glibc20): Likewise.
7088         (__lshrdi3_v_glibc20): Likewise.
7089         (__cmpdi2_v_glibc20): Likewise.
7090         (__ucmpdi2_v_glibc20): Likewise.
7091         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
7092         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
7093         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
7094         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
7095         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
7096         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
7098 2014-10-22  Roland McGrath  <roland@hack.frob.com>
7100         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
7101         old GNU extension [0] syntax.
7102         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
7103         alloca rather than an array member with variable length.
7104         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
7105         * nscd/nscd.c (invalidate_db): New function, broken out of ...
7106         (parse_opt): ... here.  Likewise use alloca there.
7107         Validate the -i argument before checking for rootness.
7108         (send_shutdown): New function, broken out of ...
7109         (parse_opt): ... here.
7111 2014-10-22  Roland McGrath  <roland@hack.frob.com>
7113         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
7114         macro to get at the _rt_local_ro field.
7115         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
7116         ([PIC] case) or _dl_hwcap ([!PIC] case).
7117         * sysdeps/arm/setjmp.S: Likewise.
7119         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
7120         * sysdeps/arm/configure.ac: New check to define it.
7121         * sysdeps/arm/configure: Regenerated.
7122         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
7123         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
7124         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
7125         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
7126         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
7127         Use move/movt pair instead of a load.
7128         (LDST_GLOBAL): Macro removed.
7129         (LDR_GLOBAL): New macro replaces it.
7130         (LDR_HIDDEN): New macro.
7131         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
7132         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
7134         * setjmp/tst-setjmp-static.c: New file.
7135         * setjmp/Makefile (tests): Add it.
7136         (tests-static): New variable.
7138 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
7140         [BZ #17485]
7141         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
7143 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
7145         [BZ #14132]
7146         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
7148 2014-10-21  Roland McGrath  <roland@hack.frob.com>
7150         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
7152 2014-10-20  Roland McGrath  <roland@hack.frob.com>
7154         * io/fts.c (dirent_not_directory): New function.
7155         (fts_build): Call it.
7157 2014-10-20  Roland McGrath  <roland@hack.frob.com>
7159         * nptl/version.c (__nptl_main): Use normal __write rather than
7160         INTERNAL_SYSCALL.
7161         (banner): Update copyright years.
7163         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
7164         gettimeofday.
7165         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7166         * nptl/pthread_cond_timedwait.c: Likewise.
7167         * nptl/pthread_mutex_timedlock.c: Likewise.
7168         * nptl/sem_timedwait.c: Likewise.
7170         * sysdeps/nptl/bits/libc-lock.h
7171         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
7172         (__libc_lock_init_recursive): Return void, not 0.
7173         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
7174         (__libc_rwlock_init): Likewise.
7175         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
7177 2014-10-20  Torvald Riegel  <triegel@redhat.com>
7179         [BZ #15215]
7180         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
7181         (__pthread_once_slow): ... here.
7182         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
7183         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
7185 2014-10-20  Torvald Riegel  <triegel@redhat.com>
7187         [BZ #15215]
7188         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
7189         __PTHREAD_ONCE_FORK_GEN_INCR): New.
7190         * sysdeps/nptl/fork.c (__libc_fork): Use them.
7191         * nptl/pthread_once.c (__pthread_once): Likewise.
7192         Update comments.
7194 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
7196         [BZ #14138]
7197         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
7198         name.
7199         (writev): Use __libc_writev as strong name.
7200         * sysdeps/unix/sysv/linux/readv.c: Remove file.
7201         * sysdeps/unix/sysv/linux/writev.c: Likewise.
7203 2014-10-17  Roland McGrath  <roland@hack.frob.com>
7205         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
7207         * sysdeps/i386/nptl/tls.h
7208         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
7209         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
7210         New macros.
7211         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
7212         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
7213         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
7214         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
7215         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
7216         Call CHECK_THREAD_SYSINFO instead of doing an assert.
7218         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
7219         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
7220         on [__NR_futex].
7221         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
7222         broken out of ...
7223         (__pthread_mutex_init): ... here.  Call it.
7224         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
7225         Conditionalize PI cases on [__NR_futex].
7226         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
7227         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
7228         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
7230         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
7231         conditional on [SIGSETXID].
7232         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
7233         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
7234         is defined.  Likewise for SIGSETXID.
7235         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
7236         Conditionalize definitions on [SIGSETXID].
7237         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
7238         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
7239         unblocking on [SIGCANCEL].
7241         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
7242         [__NR_set_robust_list].
7244 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
7246         * string/strcoll_l.c (get_next_seq): Fix up formatting.
7247         (do_compare): Likewise.
7249 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
7251         [BZ #15884]
7252         * string/strcoll_l.c: Don't include stdio.h.
7253         (coll_seq): Remove members idxarr and rulearr.
7254         (get_next_seq_cached): Remove function.
7255         (get_next_seq): Likewise.
7256         (get_next_seq_nocache): Rename to get_next_seq.
7257         (do_compare): Remove function.
7258         (do_compare_nocache): Rename to do_compare.
7259         (STRCOLL): Remove weight and rules cache.
7261 2014-10-16  Roland McGrath  <roland@hack.frob.com>
7263         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
7264         * sysdeps/arm/sfp-machine.h: ... to here.
7265         * sysdeps/arm/Implies: Remove arm/soft-fp.
7267 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
7269         * conform/data/sys/utsname.h-data (*_t): Allow.
7270         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
7271         [POSIX] (WEXITED): Do not expect constant.
7272         [POSIX] (WSTOPPED): Likewise.
7273         [POSIX] (WNOHANG): Likewise.
7274         [POSIX] (WNOWAIT): Likewise.
7275         [POSIX] (siginfo_t): Do not expect type or elements.
7276         [POSIX] (pid_t): Do not expect type.
7277         [POSIX] (signal.h): Do not allow header.
7278         [POSIX] (sys/resource.h): Likewise.
7279         [POSIX] (si_*): Do not allow pattern.
7280         [POSIX] (W*): Likewise.
7281         [POSIX] (P_*): Likewise.
7282         [POSIX] (BUS_*): Likewise.
7283         [POSIX] (CLD_*): Likewise.
7284         [POSIX] (FPE_*): Likewise.
7285         [POSIX] (ILL_*): Likewise.
7286         [POSIX] (POLL_*): Likewise.
7287         [POSIX] (SEGV_*): Likewise.
7288         [POSIX] (SI_*): Likewise.
7289         [POSIX] (TRAP_*): Likewise.
7290         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
7291         variable.
7293 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
7295         [BZ #12926]
7296         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
7297         infinite loop when __recvmsg returns 0.
7299 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
7301         * CANCEL-FCT-WAIVE: Remove file.
7302         * CANCEL-FILE-WAIVE: Likewise.
7304         [BZ #14132]
7305         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
7306         instead of INTVARDEF.
7307         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
7308         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
7309         rtld_hidden_data_def instead of INTVARDEF.
7310         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
7311         * elf/dl-deps.c (expand_dst): Likewise.
7312         * elf/dl-load.c (_dl_dst_count): Likewise.
7313         (_dl_dst_substitute): Likewise.
7314         (decompose_rpath): Likewise.
7315         (_dl_init_paths): Likewise.
7316         (open_path): Likewise.
7317         (_dl_map_object): Likewise.
7318         * elf/rtld.c (dl_main): Likewise.
7319         (process_dl_audit): Likewise.
7320         (process_envvars): Likewise.
7321         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
7322         Remove declaration.
7323         (__libc_enable_secure): Use rtld_hidden_proto.
7325 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7327         * elf/dl-load.c
7328         (add_path): New function broken out of _dl_rtld_di_serinfo.
7329         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
7331 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
7333         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
7334         parentheses around macro arguments.
7335         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
7336         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
7337         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
7338         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
7339         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
7340         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
7341         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
7342         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
7343         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
7344         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
7345         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
7346         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
7347         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
7348         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
7349         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
7350         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
7351         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
7352         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
7353         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
7354         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
7355         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
7356         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
7357         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
7358         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
7359         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
7360         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
7361         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
7362         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
7363         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
7364         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
7365         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
7366         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
7367         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
7368         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
7369         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
7370         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
7371         Likewise.
7372         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
7373         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
7374         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
7375         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
7376         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
7377         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
7378         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
7379         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
7380         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
7381         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
7382         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
7383         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
7384         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
7385         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
7386         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
7387         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
7388         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
7389         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
7390         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
7391         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
7392         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
7393         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
7394         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
7395         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
7396         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
7397         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
7398         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
7399         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
7400         (_FP_FRAC_SRS_1): Likewise.
7401         (_FP_FRAC_CLZ_1): Likewise.
7402         (_FP_MUL_MEAT_1_imm): Likewise.
7403         (_FP_MUL_MEAT_1_wide): Likewise.
7404         (_FP_MUL_MEAT_1_hard): Likewise.
7405         (_FP_SQRT_MEAT_1): Likewise.
7406         (_FP_FRAC_ASSEMBLE_1): Likewise.
7407         (_FP_FRAC_DISASSEMBLE_1): Likewise.
7408         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
7409         (__FP_CLZ_2): Likewise.
7410         (_FP_MUL_MEAT_2_wide): Likewise.
7411         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
7412         (_FP_MUL_MEAT_2_gmp): Likewise.
7413         (_FP_MUL_MEAT_2_120_240_double): Likewise.
7414         (_FP_SQRT_MEAT_2): Likewise.
7415         (_FP_FRAC_ASSEMBLE_2): Likewise.
7416         (_FP_FRAC_DISASSEMBLE_2): Likewise.
7417         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
7418         (_FP_FRAC_CLZ_4): Likewise.
7419         (_FP_MUL_MEAT_4_wide): Likewise.
7420         (_FP_MUL_MEAT_4_gmp): Likewise.
7421         (_FP_SQRT_MEAT_4): Likewise.
7422         (_FP_FRAC_ASSEMBLE_4): Likewise.
7423         (_FP_FRAC_DISASSEMBLE_4): Likewise.
7424         * soft-fp/op-common.h (_FP_CMP): Likewise.
7425         (_FP_CMP_EQ): Likewise.
7426         (_FP_CMP_UNORD): Likewise.
7427         (_FP_TO_INT): Likewise.
7428         (_FP_FROM_INT): Likewise.
7429         [!__FP_CLZ] (__FP_CLZ): Likewise.
7430         (_FP_DIV_HELP_imm): Likewise.
7431         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
7432         Likewise.
7433         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
7434         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
7435         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
7436         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
7437         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
7438         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
7439         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
7440         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
7441         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
7442         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
7443         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
7444         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
7445         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
7446         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
7447         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
7448         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
7449         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
7450         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
7451         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
7452         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
7453         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
7454         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
7455         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
7456         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
7457         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
7458         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
7459         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
7460         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
7461         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
7462         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
7463         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
7464         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
7465         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
7466         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
7467         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
7468         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
7469         (FP_UNPACK_RAW_SP): Likewise.
7470         (FP_PACK_RAW_S): Likewise.
7471         (FP_PACK_RAW_SP): Likewise.
7472         (FP_UNPACK_S): Likewise.
7473         (FP_UNPACK_SP): Likewise.
7474         (FP_UNPACK_SEMIRAW_S): Likewise.
7475         (FP_UNPACK_SEMIRAW_SP): Likewise.
7476         (FP_PACK_S): Likewise.
7477         (FP_PACK_SP): Likewise.
7478         (FP_PACK_SEMIRAW_S): Likewise.
7479         (FP_PACK_SEMIRAW_SP): Likewise.
7480         (_FP_SQRT_MEAT_S): Likewise.
7481         (FP_CMP_S): Likewise.
7482         (FP_CMP_EQ_S): Likewise.
7483         (FP_CMP_UNORD_S): Likewise.
7484         (FP_TO_INT_S): Likewise.
7485         (FP_FROM_INT_S): Likewise.
7487         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
7489         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
7490         (FP_EX_INVALID_IMZ): Likewise.
7491         (FP_EX_INVALID_IMZ_FMA): Likewise.
7492         (FP_EX_INVALID_ISI): Likewise.
7493         (FP_EX_INVALID_ZDZ): Likewise.
7494         (FP_EX_INVALID_IDI): Likewise.
7495         (FP_EX_INVALID_SQRT): Likewise.
7496         (FP_EX_INVALID_CVI): Likewise.
7497         (FP_EX_INVALID_VC): Likewise.
7498         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
7499         "invalid" exceptions.
7500         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
7501         (_FP_ADD_INTERNAL): Likewise.
7502         (_FP_MUL): Likewise.
7503         (_FP_FMA): Likewise.
7504         (_FP_DIV): Likewise.
7505         (_FP_CMP_CHECK_NAN): Likewise.
7506         (_FP_SQRT): Likewise.
7507         (_FP_TO_INT): Likewise.
7508         (FP_EXTEND): Likewise.
7510 2014-10-09  Allan McRae  <allan@archlinux.org>
7512         * po/fr.po: Update French translation from translation project.
7514 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
7516         [BZ #14132]
7517         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
7518         of INTDEF.
7519         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
7520         (__cxa_atexit): Use libc_hidden_proto.
7521         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
7523         [BZ #14132]
7524         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
7525         declaration.
7526         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
7527         [!_ISOMAC] (__iswspace_l_internal): Likewise.
7528         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
7529         [!_ISOMAC] (__iswctype_internal): Likewise.
7530         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
7531         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
7532         alias.
7533         (fcntl): Remove __fcntl_internal alias.
7534         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
7535         __connect_internal alias.
7536         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
7537         Likewise.
7539         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
7540         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
7541         FP_DENORM_ZERO.
7542         (_FP_CHECK_FLUSH_ZERO): New macro.
7543         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
7544         (_FP_CMP): Likewise.
7545         (_FP_CMP_EQ): Likewise.
7546         (_FP_TO_INT): Do not set inexact for subnormal arguments if
7547         FP_DENORM_ZERO.
7548         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
7549         (FP_TRUNC): Likewise.
7551         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
7552         treated as invalid conversion, not as normal exponent.
7554         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
7555         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
7556         (_FP_CMP_EQ): Likewise.
7557         (_FP_CMP_UNORD): Likewise.
7558         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
7559         (FP_CMP_EQ_D): Likewise.
7560         (FP_CMP_UNORD_D): Likewise.
7561         * soft-fp/extended.h (FP_CMP_E): Likewise.
7562         (FP_CMP_EQ_E): Likewise.
7563         (FP_CMP_UNORD_E): Likewise.
7564         * soft-fp/quad.h (FP_CMP_Q): Likewise.
7565         (FP_CMP_EQ_Q): Likewise.
7566         (FP_CMP_UNORD_Q): Likewise.
7567         * soft-fp/single.h (FP_CMP_S): Likewise.
7568         (FP_CMP_EQ_S): Likewise.
7569         (FP_CMP_UNORD_S): Likewise.
7570         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
7571         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
7572         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
7573         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
7574         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
7575         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
7576         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
7577         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
7578         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
7579         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
7580         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
7581         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
7582         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
7583         to FP_CMP_Q.
7584         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
7585         FP_CMP_Q.
7586         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
7587         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
7588         FP_CMP_EQ_Q.
7589         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
7590         FP_CMP_Q.
7591         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
7592         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
7593         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
7594         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
7595         FP_CMP_EQ_Q.
7596         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
7597         FP_CMP_Q.
7598         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
7599         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
7600         FP_CMP_EQ_Q.
7601         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
7602         FP_CMP_Q.
7603         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
7604         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
7605         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
7606         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
7607         FP_CMP_EQ_Q.
7609         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
7610         a subnormal result, set the underflow exception if trapping on
7611         underflow is enabled.
7612         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
7613         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
7614         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
7615         redefine to 0.
7616         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
7617         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
7618         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
7619         * soft-fp/extendxftf2.c (__extendxftf2): Use
7620         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
7622         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
7623         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
7624         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7625         FP_HANDLE_EXCEPTIONS.
7626         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
7627         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7628         FP_HANDLE_EXCEPTIONS.
7629         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
7630         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7631         FP_HANDLE_EXCEPTIONS.
7632         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
7633         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7634         FP_HANDLE_EXCEPTIONS.
7636 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
7638         [BZ #14132]
7639         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
7640         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
7641         use INTUSE.
7642         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
7643         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
7644         Remove alias.
7645         (__adjtimex): Define using libc_hidden_ver.
7646         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
7647         Remove declaration.
7648         (ntp_gettime): Call __adjtimex directly.
7649         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
7650         Remove declaration.
7651         (ntp_gettimex): Call __adjtimex directly.
7652         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
7653         __adjtimex_internal alias.
7655 2014-10-08  Roland McGrath  <roland@hack.frob.com>
7657         [BZ #17460]
7658         * nscd/nscd.c (more_help): Rewrite list of tables collection
7659         using xstrdup and asprintf.
7661         * nscd/nscd_conf.c: Remove local xstrdup declaration.
7663 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7664             Roland McGrath  <roland@hack.frob.com>
7666         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
7667         (do_lookup_unique): ... local function 'enter' here; update callers.
7669 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
7671         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
7672         compat_symbol calls on [SHARED].
7673         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
7674         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
7675         Remove.
7676         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7677         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
7678         (oldsetrlimit): Remove.
7679         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7680         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
7681         (lchown): New syscall entry.
7682         (oldsetrlimit): Remove.
7683         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7684         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
7685         (oldsetrlimit): Remove.
7686         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7688         [BZ #14138]
7689         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
7690         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
7691         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
7692         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
7693         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
7694         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
7695         (fchown): Likewise.
7696         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
7697         (fchown): Likewise.
7698         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
7699         Likewise.
7701 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7703         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
7704         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
7705         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
7706         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
7707         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
7708         Likewise.
7709         (__old_sem_post): Likewise.
7711 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
7713         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
7714         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
7715         HAVE_CLOCK_GETTIME_VSYSCALL macros.
7716         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
7717         Use INLINE_VSYSCALL macro.
7718         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
7719         __vdso_clock_gettime.
7720         * sysdeps/unix/sysv/linux/tile/init-first.c
7721         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
7722         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
7723         __vdso_clock_gettime.
7725         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
7726         to set up frame more cleanly.
7728         * sysdeps/tile/memcmp.c: New file.
7730         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
7732         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
7733         * sysdeps/tile/tilegx/strcasestr.c: New file.
7734         * sysdeps/tile/tilegx/strnlen.c: New file.
7735         * sysdeps/tile/tilegx/strstr.c: New file.
7737         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
7739 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
7741         * nptl/tst-setuid3.c: Write errors to stdout.
7743 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7745         * elf/dl-deps.c
7746         (preload): New functions broken out of _dl_map_object_deps.
7747         (_dl_map_object_deps):  Remove a nested function. Update call sites.
7749 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
7751         [BZ #14138]
7752         * sysdeps/unix/sysv/linux/execve.c: Remove file.
7753         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
7755 2014-10-01  Steve Ellcey  <sellcey@mips.com>
7757         * sysdeps/mips/strcmp.S: New.
7759 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
7761         [BZ #14138]
7762         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
7763         (linkat): Likewise.
7764         (mkdirat): Likewise.
7765         (readlinkat): Likewise.
7766         (renameat): Likewise.
7767         (symlinkat): Likewise.
7768         (unlinkat): Likewise.
7769         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
7770         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
7771         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
7772         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
7773         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
7774         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
7775         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
7777 2014-09-30  Will Newton  <will.newton@linaro.org>
7779         * math/math.h: Define long double math functions if
7780         _LIBC_TEST is defined.
7781         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
7783         * localedata/Makefile: Move assignment to tests-special
7784         into an ifdef testing run-built-tests.
7785         * timezone/Makefile: Likewise.
7787 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
7789         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
7790         with $(BASH) not $(SHELL).
7792 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
7793             Matthew LeGendre  <legendre1@llnl.gov>
7795         [BZ #17411]
7796         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
7797         l_reloc_result.
7799 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7801         * stdio-common/printf_fp.c
7802         (hack_digit): New function, broken out of ...
7803         (__printf_fp): ... local function here.  Update call sites.
7804         hack_digit now takes an additional parameter that is a pointer
7805         to a struct of the referenced locals.  Those locals moved inside
7806         the struct and references updated.
7808 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
7810         * aclocal.m4: Require autoconf 2.69.
7811         * configure: Regenerated.
7812         * sysdeps/aarch64/configure: Likewise.
7813         * sysdeps/alpha/configure: Likewise.
7814         * sysdeps/arm/armv7/configure: Likewise.
7815         * sysdeps/arm/configure: Likewise.
7816         * sysdeps/ia64/configure: Likewise.
7817         * sysdeps/mach/configure: Likewise.
7818         * sysdeps/mips/configure: Likewise.
7819         * sysdeps/s390/configure: Likewise.
7820         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
7821         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
7823         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
7824         file.
7825         * sysdeps/ia64/configure.ac: Likewise.
7827 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
7829         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
7830         specify symbol version for ld.so.  Do not include entry for
7831         libpthread.
7832         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
7833         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
7834         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
7836         [BZ #14171]
7837         * Makeconfig [$(build-shared) = yes]
7838         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
7839         makefiles.
7840         [$(build-shared) = yes && $(soversions.mk-done) = t]
7841         ($(common-objpfx)gnu/lib-names.h): Remove rule.
7842         [$(build-shared) = yes && $(soversions.mk-done) = t]
7843         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
7844         to Makerules.
7845         [$(build-shared) = yes && $(soversions.mk-done) = t]
7846         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
7847         here.
7848         [$(build-shared) = yes && $(soversions.mk-done) = t]
7849         (common-generated): Don't append gnu/lib-names.h and
7850         gnu/lib-names.stmp here.
7851         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
7852         (lib-names-h-abi): New variable.
7853         [$(build-shared) = yes && $(soversions.mk-done) = t]
7854         (lib-names-stmp-abi): Likewise.
7855         [$(build-shared) = yes && $(soversions.mk-done) = t &&
7856         abi-variants] (before-compile): Append
7857         $(common-objpfx)$(lib-names-h-abi).
7858         [$(build-shared) = yes && $(soversions.mk-done) = t &&
7859         abi-variants] (common-generated): Append gnu/lib-names.h.
7860         [$(build-shared) = yes && $(soversions.mk-done) = t &&
7861         abi-variants] (install-others-nosubdir): Depend on
7862         $(inst_includedir)/$(lib-names-h-abi).
7863         [$(build-shared) = yes && $(soversions.mk-done) = t &&
7864         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
7865         [$(build-shared) = yes && $(soversions.mk-done) = t]
7866         ($(common-objpfx)$(lib-names-h-abi)): New rule.
7867         [$(build-shared) = yes && $(soversions.mk-done) = t]
7868         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
7869         [$(build-shared) = yes && $(soversions.mk-done) = t]
7870         (common-generated): Append $(lib-names-h-abi) and
7871         $(lib-names-stmp-abi).
7872         * scripts/lib-names.awk: Do not handle multi being set.
7873         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
7874         Remove variable.
7875         (abi-lp64_be-ld-soname): Likewise.
7876         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
7877         Likewise.
7878         (abi-hard-ld-soname): Likewise.
7879         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
7880         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
7881         Remove variable.
7882         (abi-o32_hard-ld-soname): Likewise.
7883         (abi-o32_soft_2008-ld-soname): Likewise.
7884         (abi-o32_hard_2008-ld-soname): Likewise.
7885         (abi-n32_soft-ld-soname): Likewise.
7886         (abi-n32_hard-ld-soname): Likewise.
7887         (abi-n32_soft_2008-ld-soname): Likewise.
7888         (abi-n32_hard_2008-ld-soname): Likewise.
7889         (abi-n64_soft-ld-soname): Likewise.
7890         (abi-n64_hard-ld-soname): Likewise.
7891         (abi-n64_soft_2008-ld-soname): Likewise.
7892         (abi-n64_hard_2008-ld-soname): Likewise.
7893         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
7894         Likewise.
7895         (abi-64-v2-ld-soname): Likewise.
7896         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
7897         ld.so entries.
7898         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
7899         variable.
7900         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
7901         entry.
7902         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
7903         variable.
7904         (abi-64-ld-soname): Likewise.
7905         (abi-x32-ld-soname): Likewise.
7906         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
7907         entry.
7908         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
7910 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
7912         [BZ #14138]
7913         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
7914         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
7915         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
7916         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
7917         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
7918         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
7919         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
7920         syscall entry for GLIBC_2.2 symbol version.
7921         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
7922         Likewise.
7923         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
7924         (setrlimit): Likewise.
7925         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
7926         Likewise.
7928 2014-09-23  Will Newton  <will.newton@linaro.org>
7930         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
7931         _LINUX_ARM_SYSDEP_H include guard too.
7932         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
7933         define.
7935 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
7937         * sysdeps/unix/sysv/linux/eventfd.c:
7938         Make first argument unsigned.
7939         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
7940         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
7942 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
7944         * socket/recvmmsg.c (recvmmsg): Drop const argument.
7945         * socket/sys/socket.h: Likewise
7946         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
7948 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
7950         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
7952 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
7954         * time/tst-ftime.c: New test.
7955         * time/Makefile (tests): Add tst-ftime.
7957 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
7959         * soft-fp/extended.h: Fix comment formatting.
7960         * soft-fp/op-1.h: Likewise.
7961         * soft-fp/op-2.h: Likewise.
7962         * soft-fp/op-4.h: Likewise.
7963         * soft-fp/op-8.h: Likewise.
7964         * soft-fp/op-common.h: Likewise.
7965         * soft-fp/soft-fp.h: Likewise.
7967         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
7969 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
7971         [BZ #6652]
7972         * Makeconfig (soversions-default-setname): Remove variable.
7973         ($(common-objpfx)soversions.i): Don't pass default_setname to
7974         soversions.awk.
7975         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
7976         oldest_abi to abi-versions.awk.
7977         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
7978         * config.make.in (oldest-abi): Remove variable.
7979         * configure.ac (--enable-oldest-abi): Remove configure option.
7980         * configure: Regenerated.
7981         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
7982         text.
7983         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
7984         * scripts/soversions.awk: Do not handle default_setname variable.
7985         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
7986         variable.
7987         * sysdeps/mach/hurd/configure: Regenerated.
7988         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
7989         variable.
7990         * sysdeps/unix/sysv/linux/configure: Regenerated.
7992 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
7994         * elf/Makefile (CFLAGS-interp.c): Remove.
7995         ($(elf-objpfx)runtime-linker.h): Generate header with linker
7996         path string.
7997         * elf/interp.c: Include generated runtime-linker.h
7999         * Makerules (lib%.so): Don't include $(+interp) in
8000         prerequisites.
8001         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
8002         * dlfcn/eval.c: Remove file.
8004         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
8005         macros.
8007         [BZ #17266]
8008         * misc/sys/cdefs.h: Define __extern_always_inline for clang
8009         4.2 and newer.
8011         [BZ #17370]
8012         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
8014 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
8015             Jakub Jelinek  <jakub@redhat.com>
8017         [BZ #17266]
8018         * libio/stdio.h: Check definition of __fortify_function
8019         instead of __extern_always_inline to include bits/stdio2.h.
8020         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
8021         check if __extern_always_inline is defined.
8022         [__USE_MISC || __USE_XOPEN]: Likewise.
8023         [__USE_ISOC99] Likewise.
8024         * misc/sys/cdefs.h (__fortify_function): Define only if
8025         __extern_always_inline is defined.
8026         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
8027         __extern_always_inline and __extern_inline only for g++-4.3
8028         and newer or a compatible gcc.
8030 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
8032         [BZ #17371]
8033         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
8034         last change to handle zero prefix length.
8036 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
8038         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
8039         _SC_REGEX_VERSION.
8041         * posix/getconf.c (vars): Add _POSIX_IPV6 and
8042         _POSIX_RAW_SOCKETS.
8044 2014-09-13  Allan McRae  <allan@archlinux.org>
8046         * po/ru.po: Update Russian translation from translation project.
8048 2014-09-12  Roland McGrath  <roland@hack.frob.com>
8050         * locale/programs/locale.c (show_locale_vars): Inline local function
8051         into its sole call site.  Clean up some style nits.
8052         (print_item): New function, broken out of ...
8053         (show_info): ... local function here.  Clean up style nits.
8055         * locale/programs/ld-ctype.c (set_one_default): New function, broken
8056         out of ...
8057         (set_class_defaults): ... local function set_default here.
8058         Define set_default as a macro locally to pass constant parameters.
8059         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
8060         rather than a shared local.
8062         * stdlib/rpmatch.c (try): New function, broken out of ...
8063         (rpmatch): ... local function here.  Also, prototypify definition.
8065 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
8067         * scripts/soversions.awk: Do not handle configuration names.
8068         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
8069         vendor and os variables to soversions.awk.
8070         * configure.ac: Do not modify gnu-* host_os.
8071         * configure: Regenerated
8072         * shlib-versions: Remove first column with configuration names.
8073         * nptl/shlib-versions: Likewise.
8074         * nptl_db/shlib-versions: Likewise.
8075         * sysdeps/hppa/shlib-versions: Likewise.
8076         * sysdeps/m68k/shlib-versions: Likewise.
8077         * sysdeps/mach/hurd/shlib-versions: Likewise.
8078         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
8079         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
8080         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
8081         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
8082         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
8083         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
8084         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
8085         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
8086         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
8087         Likewise.
8088         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
8089         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
8090         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
8091         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
8092         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
8093         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
8094         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
8095         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
8097         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
8098         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
8099         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
8100         Regenerated.
8101         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
8102         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
8103         Condition symbol version definitions on [HAVE_ELFV2_ABI].
8105         * shlib-versions: Remove OS-specific entries.  Moved to files in
8106         sysdeps.
8107         * sysdeps/mach/hurd/shlib-versions: New file.
8108         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
8110         * nptl/shlib-versions: Remove architecture-specific entries.
8111         Moved to files in sysdeps.
8112         * shlib-versions: Likewise.
8113         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
8114         file.
8115         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
8116         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
8117         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
8118         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
8120         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
8121         (UDP_NO_CHECK6_RX): Likewise.
8123 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
8125         * sysdeps/posix/sysconf.c (__sysconf): Spell
8126         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
8128 2014-08-12  Florian Weimer  <fweimer@redhat.com>
8130         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
8131         loading.
8132         * iconv/Versions (__gconv_transliterate): Export for use from
8133         gconv modules.
8134         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
8135         (struct __gconv_trans_data, __gconv_trans_fct,
8136         __gconv_trans_context_fct, __gconv_trans_query_fct,
8137         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
8138         definitions.
8139         (struct __gconv_step_data): Remove __trans member.
8140         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
8141         longer hidden.  Remove unused trans_data argument.
8142         * iconv/gconv_int.h (struct trans_struct): Remove definition.
8143         (__gconv_translit_find): Remove declaration.
8144         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
8145         prototype.
8146         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
8147         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
8148         trans_data argument.  Add hidden definition.
8149         (__gconv_translit_find): Remove.
8150         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
8151         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
8152         * iconv/skeleton.c: Remove transliteration initialization.
8153         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
8154         __gconv_step_data initialization.
8155         * libio/iofwide.c (__libio_translit_): Remove.
8156         (_IO_fwide): Adjust struct __gconv_step_data initialization.
8157         * wcsmbs/btowc.c (__btowc): Likewise.
8158         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
8159         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
8160         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
8161         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
8162         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
8163         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
8164         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
8165         * wcsmbs/wctob.c (wctob): Likewise.
8167 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
8169         [BZ #16194]
8170         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
8171         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
8172         register usage.
8173         * sysdeps/x86/Makefile: Adjust.
8175 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8176             Roland McGrath  <roland@hack.frob.com>
8178         * locale/weight.h: Add include guard.
8179         (findidx): Make static rather than auto; take new parameters
8180         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
8181         * locale/weightwc.h: Likewise.
8182         * posix/fnmatch_loop.c
8183         (FCT): Change type of EXTRA from int32_t to wint_t.
8184         Don't include either header inside the function.
8185         Call FINDIDX rather than findidx, and pass new arguments.
8186         #undef FINDIDX at the end of the file.
8187         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
8188         FINDIDX before including fnmatch_loop.c for the non-wide version.
8189         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
8190         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
8191         for the wide version.
8192         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
8193         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
8194         Pass new arguments to findidx.
8195         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
8196         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
8197         Don't #include it inside the function.  Pass new arguments to findidx.
8198         * posix/regex_internal.h
8199         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
8200         (re_string_elem_size_at): Don't #include it inside the function.
8201         Pass new arguments to findidx.
8202         * string/strcoll_l.c: #include WEIGHT_H at top level.
8203         (get_next_seq): Don't #include it inside the function.
8204         Pass new arguments to findidx.
8205         (get_next_seq_nocache): Likewise.
8206         * string/strxfrm_l.c: #include WEIGHT_H at top level.
8207         (STRXFRM): Don't #include it inside the function.
8208         Pass new arguments to findidx.
8210 2014-09-11  Florian Weimer  <fweimer@redhat.com>
8212         [BZ #17344]
8213         * malloc/malloc.c (unlink): Turn asserts into a call to
8214         malloc_printerr.
8216 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
8218         [BZ #17370]
8219         * libio/wfileops (do_ftell_wide): Free OUT.
8221 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
8223         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
8225 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
8227         [BZ #17363]
8228         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
8229         group if the current group is empty.
8231 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8233         * benchtests/bench-memset.c (test_main): Add more test from size
8234         from 32 to 512 bytes.
8235         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
8236         Add POWER8 memset object.
8237         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8238         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
8239         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
8240         implementation.
8241         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
8242         Likewise.
8243         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
8244         multiarch POWER8 memset optimization.
8245         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
8246         POWER8 memset optimization.
8248         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
8249         Remove bzero multiarch objects.
8250         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
8251         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
8252         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
8253         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
8254         Remove define.
8255         [__bzero]: Redefine to specific name.
8256         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
8257         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
8258         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
8259         define.
8260         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
8261         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
8263 2014-09-10  Florian Weimer  <fweimer@redhat.com>
8265         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
8266         warnings into errors.
8268         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
8269         __cxa_thread_atexit_impl prototype.
8271 2014-09-09  Steve Ellcey  <sellcey@mips.com>
8273         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
8274         Fix capitalization of error message.
8276 2014-09-09  Steve Ellcey  <sellcey@mips.com>
8278         * sysdeps/mips/preconfigure: Modify ABI tests.
8280 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
8282         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
8284 2014-09-07  Roland McGrath  <roland@hack.frob.com>
8285             Carlos O'Donell  <carlos@systemhalted.org>
8287         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
8288         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
8289         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
8290         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
8291         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
8292         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
8293         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
8294         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
8295         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
8296         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
8297         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
8298         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
8299         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
8300         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
8301         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
8302         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
8303         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
8304         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
8305         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
8306         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
8307         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
8308         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
8309         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
8310         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
8311         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
8312         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
8313         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
8314         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
8315         Deconditionalize the code that was previously under [RESET_PID].
8316         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
8317         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
8318         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
8319         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
8320         include sysdep.h.
8322 2014-09-08  Allan McRae  <allan@archlinux.org>
8324         * version.h (RELEASE): Set to "development".
8325         (VERSION): Set to "2.20.90"
8327 2014-09-07  Allan McRae  <allan@archlinux.org
8329         * version.h (RELEASE): Set to "stable".
8330         (VERSION): Set to "2.20"
8331         * include/features.h (__GLIBC_MINOR__): Set to 20.
8333         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
8334         Liebler.
8336         * po/ko.po: Update Korean translation from translation project.
8338 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
8340         [BZ #17354]
8341         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
8342         macro for handling signed relocations.
8344 2014-09-03  Florian Weimer  <fweimer@redhat.com>
8346         [BZ #17325]
8347         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
8348         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
8349         assert.
8350         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
8351         * iconvdata/ibm935.c (BODY): Likewise.
8352         * iconvdata/ibm937.c (BODY): Likewise.
8353         * iconvdata/ibm939.c (BODY): Likewise.
8354         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
8355         assert.
8356         * iconvdata/Makefile (iconv-test.out): Pass module list to test
8357         script.
8358         * iconvdata/run-iconv-test.sh: New test loop for checking for
8359         decoder crashers.
8361 2014-09-02  Khem Raj  <raj.khem@gmail.com>
8363         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
8364         libm_hidden_ver.
8366 2014-09-01  Allan McRae  <allan@archlinux.org>
8368         * po/eo.po: Update Esperanto translation from translation project.
8370         * po/ca.po: Update Catalan translation from translation project.
8372 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8374         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
8375         __proc_dostop call.
8377 2014-08-27  Mark Wielaard  <mjw@redhat.com>
8379         [BZ #17319]
8380         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
8381         to call set_thread_area instead of hand written asm.
8382         (__NR_set_thread_area): Removed define.
8383         (TLS_FLAG_WRITABLE): Likewise.
8384         (__ASSUME_SET_THREAD_AREA): Remove check.
8385         (TLS_EBX_ARG): Remove define.
8386         (TLS_LOAD_EBX): Likewise.
8388 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8390         Simplify atomicity of socket creation in bind.
8392         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
8393         looking up the name after linking the file.
8395 2014-08-27  Allan McRae  <allan@archlinux.org>
8397         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
8399 2014-08-26  Florian Weimer  <fweimer@redhat.com>
8401         [BZ #17187]
8402         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
8403         trans_compare, open_translit, __gconv_translit_find):
8404         Remove module loading code.
8406 2014-08-26  Allan McRae  <allan@archlinux.org>
8408         * po/vi.po: Update Vietnamese translation from translation project.
8410         * po/uk.po: Update Ukrainian translation from translation project.
8412         * po/fr.po: Update French translation from translation project.
8414         * po/ru.po: Update Russian translation from translation project.
8416         * po/pl.po: Update Polish translation from translation project.
8418         * po/cs.po: Update Czech translation from translation project.
8420         * po/de.po: Update German translation from translation project.
8422         * po/bg.po: Update Bulgarian translation from translation project.
8424         * po/sv.po: Update Sweedish translation from translation project.
8426         * po/nl.po: Update Dutch translation from translation project.
8428         * po/es.po: Update Spanish translation from translation project.
8430 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
8432         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
8434         * catgets/Makefile (CPPFLAGS-gencat): Remove.
8435         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
8436         (CPPFLAGS-iconvconfig): Likewise.
8437         * timezone/Makefile (CPPFLAGS-zic): Likewise.
8439         * include/libc-symbols.h: Remove unnecessary check for
8440         NOT_IN_libc.
8441         * nptl/pthreadP.h: Likewise.
8442         * sysdeps/aarch64/setjmp.S: Likewise.
8443         * sysdeps/alpha/setjmp.S: Likewise.
8444         * sysdeps/arm/sysdep.h: Likewise.
8445         * sysdeps/i386/setjmp.S: Likewise.
8446         * sysdeps/m68k/setjmp.c: Likewise.
8447         * sysdeps/posix/getcwd.c: Likewise.
8448         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
8449         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
8450         * sysdeps/s390/s390-32/setjmp.S: Likewise.
8451         * sysdeps/s390/s390-64/setjmp.S: Likewise.
8452         * sysdeps/sh/sh3/setjmp.S: Likewise.
8453         * sysdeps/sh/sh4/setjmp.S: Likewise.
8454         * sysdeps/unix/alpha/sysdep.h: Likewise.
8455         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
8456         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
8457         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
8458         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
8459         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
8460         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
8461         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
8462         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
8463         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
8464         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
8465         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
8466         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
8467         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
8468         * sysdeps/x86_64/setjmp.S: Likewise.
8470 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
8472         [BZ #17263]
8473         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
8474         <stdint.h>.
8475         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
8476         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
8478 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
8480         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
8482         [BZ #17262]
8483         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
8484         and __x86_64__ when disabling x87 inline functions.
8486 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
8488         [BZ #17259]
8489         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
8490         asm statement with __cpuid_count.
8492 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
8494         * configure.ac: Change __ehdr_start code to dereference the struct.
8495         Run readelf on the output to look for relocations.
8496         * configure: Regenerated.
8498 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
8500         [BZ #17261]
8501         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
8502         value to 0.
8503         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
8505 2014-08-12  Roland McGrath  <roland@hack.frob.com>
8507         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
8509 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
8511         [BZ #16892]
8512         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
8513         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
8515 2014-08-12  Sean Anderson  <seanga2@gmail.com>
8517         * malloc/malloc.c: Fix typo in comment.
8519 2014-08-09  Allan McRae  <allan@archlinux.org>
8521         * Regenerate libc.po.
8523 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
8525         * intl/tst-gettext2.sh: Check every lang file for creation.
8527 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
8529         * sysdeps/aarch64/fpu/math_private.h
8530         (libc_feholdsetround_noex_aarch64_ctx): New function.
8532 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
8534         * sysdeps/arm/armv6/strcpy.S (strcpy):
8535         Fix performance issue in misaligned cases.
8537 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8539         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
8540         Move definition from termios.h.
8541         (struct termio): Likewise.
8542         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
8543         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
8544         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
8545         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
8546         Likewise.
8547         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
8548         Move definition to ioctl-types.h
8549         (struct termio): Likewise.
8550         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
8551         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
8552         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
8553         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
8554         Likewise.
8556 2014-08-05  Richard Henderson  <rth@redhat.com>
8558         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
8559         exceptions.
8560         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
8561         Add fraiseexcpt.
8562         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
8563         Use __feraiseexcept.
8564         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
8565         Protect libm symbols with IS_IN_libm.
8567         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
8569 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
8571         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
8573 2014-08-04  Will Newton  <will.newton@linaro.org>
8575         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
8576         file.
8578 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
8580         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
8581         variants for each function.
8583 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8585         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
8586         appended ...
8587         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
8588         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
8589         appended ...
8590         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
8591         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
8592         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
8593         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
8594         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
8595         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
8596         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
8597         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
8598         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
8599         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
8600         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
8601         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
8602         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
8603         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
8604         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
8605         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
8606         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
8607         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
8608         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
8609         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
8610         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
8611         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
8612         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
8613         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
8614         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
8615         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
8616         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
8617         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
8618         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
8619         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
8620         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
8621         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
8622         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
8623         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
8624         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
8625         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
8626         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
8627         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
8628         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
8629         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
8630         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
8631         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
8632         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
8633         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
8634         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
8635         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
8636         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
8637         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
8638         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
8639         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
8640         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
8641         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
8642         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
8643         Update #include.
8644         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
8645         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
8647 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8649         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
8650         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
8651         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
8652         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
8653         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
8654         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
8656 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8658         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
8659         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
8660         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8661         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
8663 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8665         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
8666         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
8667         (__libc_vfork): Define function under this name.
8668         (__vfork): Define as an alias.
8669         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
8670         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
8672 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8674         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
8675         that was previously under [RESET_PID].
8676         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
8678 2014-08-04  Andreas Schwab  <schwab@suse.de>
8680         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
8682 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
8684         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
8685         (main): Likewise.
8687 2014-08-01  Roland McGrath  <roland@hack.frob.com>
8689         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
8691 2014-08-01  Richard Henderon  <rth@redhat.com>
8693         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
8694         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
8695         typo in exact zero test.
8696         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
8697         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
8698         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
8700 2014-08-01  Roland McGrath  <roland@hack.frob.com>
8702         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
8703         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
8704         * sysdeps/arm/sysdep.h: ... here.
8705         [!__ASSEMBLER__]: Include <stdint.h>.
8707 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
8709         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
8710         (HAVE_WCTYPE_H): Likewise.
8711         (HAVE_ISWCTYPE): Likewise.
8712         (ENABLE_NLS): Likewise.
8713         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
8714         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
8716         * posix/regex_internal.c: Check if DEBUG is defined and is
8717         set.
8719         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
8720         (HAVE_MBSRTOWCS): Likewise.
8721         * posix/fnmatch.c: Include string.h unconditionally.
8723 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
8725         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
8726         reversal.
8728 2014-07-31  Roland McGrath  <roland@hack.frob.com>
8730         * sysdeps/generic/safe-fatal.h: New file.
8731         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
8732         * nptl/forward.c: Include it.
8733         (__pthread_unwind): Use __safe_fatal as default action, rather
8734         than a bogus use of INTERNAL_SYSCALL that could never work.
8736         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
8737         * configure.ac (libc_cv_builtin_trap): New test.
8738         * configure: Regenerated.
8739         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
8740         (ABORT_INSTRUCTION): Define using __builtin_trap.
8742         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
8743         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
8744         * sysdeps/nptl/nptl-signals.h: New file.
8745         * nptl/pthreadP.h: Include <nptl-signals.h>.
8747 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
8749         * sysdeps/s390/s390-64/utf16-utf32-z9.c
8750         (ONE_DIRECTION): Define.
8751         * sysdeps/s390/s390-64/utf8-utf16-z9.c
8752         (ONE_DIRECTION): Define.
8753         * sysdeps/s390/s390-64/utf8-utf32-z9.c
8754         (ONE_DIRECTION): Define.
8756 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
8758         * sysdeps/s390/Makefile: Delete file.
8759         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
8760         * sysdeps/s390/__longjmp.c: Delete file.
8761         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
8762         Remove fields __flags and __reserved.
8763         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
8764         and add versioning.
8765         * sysdeps/s390/rtld-__longjmp.c: Delete file.
8766         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
8767         * sysdeps/s390/rtld-setjmp.S: Likewise.
8768         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
8769         * sysdeps/s390/s390-32/__longjmp.c: ... here.
8770         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
8771         * sysdeps/s390/s390-32/setjmp.S: ... here.
8772         Add versioning.
8773         (__sigsetjmp): Remove setting __flags field.
8774         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
8775         * sysdeps/s390/s390-64/__longjmp.c: ... here.
8776         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
8777         * sysdeps/s390/s390-64/setjmp.S: ... here.
8778         Add versioning.
8779         (__sigsetjmp): Remove setting __flags field.
8780         * sysdeps/s390/setjmp.S: Delete file.
8781         * sysdeps/s390/sigjmp.c: Likewise.
8782         * sysdeps/s390/v1-longjmp.c: Likewise.
8783         * sysdeps/s390/v1-setjmp.h: Likewise.
8784         * sysdeps/s390/v1-sigjmp.c: Likewise.
8785         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
8786         Remove v1-longjmp_chk.
8787         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
8788         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
8789         Include debug/longjmp_chk.c and add versioning.
8790         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
8791         Include nptl/pt-longjmp.c and add versioning.
8792         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
8793         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
8794         Include __longjmp.c.
8795         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
8796         Move to ...
8797         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
8798         (__getcontext): Remove setting __flags field.
8799         Add versioning.
8800         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
8801         Don't restore upper high grps.
8802         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
8803         Likewise.
8804         (__swapcontext): Remove setting uc_flags field.
8805         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
8806         Delete file.
8807         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
8808         Include __longjmp.c.
8809         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
8810         Move to ...
8811         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
8812         (__getcontext): Remove setting __flags field.
8813         Add versioning.
8814         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
8815         (__swapcontext): Remove setting uc_flags field.
8816         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
8817         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
8818         Remove fields uc_high_gprs and __reserved.
8819         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
8820         New file with reverted content.
8821         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
8822         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
8823         Regenerated.
8824         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
8825         Regenerated.
8827 2014-07-31  Andreas Schwab  <schwab@suse.de>
8829         * config.h.in (HAVE_IFUNC): Define to 0.
8830         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
8831         definedness.
8833 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
8835         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
8836         memmove-avx-unaligned, memcpy-avx-unaligned and
8837         mempcpy-avx-unaligned.
8838         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
8839         Add tests for AVX memcpy functions.
8840         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
8841         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
8842         memcpy_chk.
8843         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
8844         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
8845         memmove_chk.
8846         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
8847         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
8848         mempcpy_chk.
8849         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
8850         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
8851         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
8853 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8855         [BZ #17213]
8856         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
8857         powerpc64le.
8859 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
8861         [BZ #16839]
8862         * manual/llio.texi: Add section about open file description locks.
8863         * manual/examples/ofdlocks.c: Example of open file description
8864         lock usage.
8865         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
8866         F_OFD_SETLK, and F_OFD_SETLKW.
8868 2014-07-23  Allan McRae  <allan@archlinux.org>
8870         * po/es.po: Update Spanish translation from translation project.
8872 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
8874         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
8876 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
8878         [BZ #17078]
8879         * sysdeps/arm/dl-machine.h (elf_machine_rela)
8880         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
8881         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
8883 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
8885         [BZ #17088]
8886         * math/fesetenv.c (__fesetenv)
8887         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
8888         * math/feupdateenv.c (__feupdateenv)
8889         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
8891         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
8892         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
8893         (__ASSUME_SOCKETCALL): Do not define.
8895         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
8896         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
8897         (__ASSUME_SOCKETCALL): Do not define.
8898         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
8899         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
8900         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8901         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
8902         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8903         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
8904         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8905         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8907         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
8908         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
8909         (__ASSUME_SOCKETCALL): Do not define.
8910         (__ASSUME_IPC64): Define unconditionally.
8911         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
8912         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8913         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
8914         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8915         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
8916         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8917         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
8918         Likewise.
8920         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
8921         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
8922         (__ASSUME_SOCKETCALL): Do not define.
8923         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
8924         (__ASSUME_FUTEX_LOCK_PI): Likewise.
8925         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8926         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
8927         (__ASSUME_REQUEUE_PI): Define unconditionally.
8928         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
8929         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
8930         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8931         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
8932         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8933         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8935         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
8936         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
8937         (__ASSUME_SOCKETCALL): Do not define.
8938         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
8939         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8940         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8941         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
8942         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8943         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8945         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
8946         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
8947         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8948         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
8949         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8950         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
8951         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8952         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
8953         (__ASSUME_GETCPU_SYSCALL): Likewise.
8955         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
8956         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
8957         cases for individual architectures.
8958         * sysdeps/gnu/configure: Regenerated.
8959         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
8960         LIBC_SLIBDIR_RTLDDIR.
8961         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
8962         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
8963         LIBC_SLIBDIR_RTLDDIR.
8964         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
8965         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
8966         LIBC_SLIBDIR_RTLDDIR.
8967         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
8968         Regenerated.
8969         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
8970         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
8971         file.
8972         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
8973         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
8974         file.
8975         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
8976         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
8977         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
8978         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
8980         * sysdeps/aarch64/shlib-versions: Move to ...
8981         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
8982         * sysdeps/alpha/shlib-versions: Move to ...
8983         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
8984         * sysdeps/arm/shlib-versions: Move to ...
8985         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
8986         * sysdeps/hppa/shlib-versions: Move all contents except for
8987         libgcc_s entry to ...
8988         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
8989         entry from ...
8990         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
8991         * sysdeps/ia64/shlib-versions: Move to ...
8992         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
8993         entry from ...
8994         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
8995         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
8996         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
8997         * sysdeps/microblaze/shlib-versions: Move to ...
8998         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
8999         * sysdeps/mips/shlib-versions: Move to ...
9000         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
9001         entry from ...
9002         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
9003         * sysdeps/tile/shlib-versions: Move to ...
9004         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
9005         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
9006         from ...
9007         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
9008         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
9009         entry from ...
9010         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
9012 2014-07-17  Will Newton  <will.newton@linaro.org>
9014         * sysdeps/arm/bits/atomic.h
9015         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
9016         (__arch_compare_and_exchange_bool_16_int): Likewise.
9017         (__arch_compare_and_exchange_bool_64_int): Likewise.
9019         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
9020         into an #else block.
9022 2014-07-16  Roland McGrath  <roland@hack.frob.com>
9024         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
9025         just Linux configurations.  Test empirically that the compiler sets
9026         __ARM_EABI__, rather than using the tuple to decide.
9027         * sysdeps/arm/preconfigure: Regenerated.
9028         * sysdeps/unix/sysv/linux/arm/configure: File removed.
9029         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
9030         contents appended ...
9031         * sysdeps/arm/configure.ac: ... here.
9032         * sysdeps/arm/configure: Regenerated.
9034 2014-07-15  Roland McGrath  <roland@hack.frob.com>
9036         * nptl/pthread_kill.c: New file.
9037         * nptl/pthread_sigmask.c: New file.
9038         * nptl/pthread_sigqueue.c: New file.
9040         * sysdeps/nptl/lowlevellock.h: New file.
9041         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
9042         * sysdeps/nptl/lowlevellock-futex.h: New file.
9044         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
9045         Remove dead declarations.
9047 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
9049         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
9050         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
9051         config-cflags-avx2.
9052         * sysdeps/x86_64/configure.ac: Likewise.
9053         * sysdeps/i386/configure: Regenerated.
9054         * sysdeps/x86_64/configure: Likewise.
9055         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
9056         memset-avx2 only if config-cflags-avx2 is yes.
9057         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
9058         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
9059         defined.
9060         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
9061         only if HAVE_AVX2_SUPPORT is defined.
9062         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
9064 2014-07-14  Alan Modra  <amodra@gmail.com>
9066         [BZ #17153]
9067         * elf/elf.h (DT_PPC64_NUM): Correct value.
9068         * NEWS: Add to fixed bug list.
9070 2014-07-13  Jim Meyering  <meyering@fb.com>
9072         [BZ 17150]
9073         regex: don't deref NULL upon heap allocation failure
9074         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
9075         failure in one more place.
9076         To trigger the segfault, configure grep -with-included-regex,
9077         build it, and run these commands:
9078         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
9080 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
9082         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
9084 2014-07-11  Richard Henderson  <rth@redhat.com>
9086         * sysdeps/aarch64/libm-test-ulps: Update.
9088 2014-07-10  Florian Weimer  <fweimer@redhat.com>
9090         [BZ #17135]
9091         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
9092         * nptl/allocatestack.c (__nptl_setxid_error): New function.
9093         (__nptl_setxid): Initialize error member.  Call
9094         __nptl_setxid_error.
9095         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
9096         * nptl/descr.h (struct xid_command): Add error member.
9097         * nptl/tst-setuid3.c: New file.
9098         * nptl/Makefile (tests): Add it.
9100 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9102         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
9103         New define.
9104         (__lll_trylock): Use __lll_base_trylock.
9105         (__lll_cond_trylock): Likewise.
9107 2014-07-10  Roland McGrath  <roland@hack.frob.com>
9109         * nptl/pthread_create.c (start_thread): Use atomic_or and
9110         lll_futex_wake directly rather than lll_robust_dead.
9111         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
9112         (lll_robust_dead): Macro removed.
9113         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
9114         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
9115         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
9116         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
9117         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
9118         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
9119         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
9120         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
9121         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
9122         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
9123         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
9124         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
9125         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
9126         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
9127         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
9129         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
9130         Use atomic_compare_and_exchange_val_acq directly rather than
9131         lll_robust_trylock.
9132         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
9133         (__lll_robust_trylock, lll_robust_trylock): Removed.
9134         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
9135         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
9136         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
9137         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
9138         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
9139         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
9140         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
9141         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
9142         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
9143         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
9144         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
9145         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
9146         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
9147         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
9149 2014-07-02  Florian Weimer  <fweimer@redhat.com>
9151         * manual/locale.texi (Locale Names): New section documenting
9152         locale name syntax.  Adjust menu and node chaining accordingly.
9153         (Choosing Locale): Reference Locale Names, Locale Categories.
9154         Mention setting LC_ALL=C.  Reflect that name syntax is now
9155         documented.
9156         (Locale Categories): New section title.  Reference Locale Names.
9157         LC_ALL is an environment variable, but not a category.
9158         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
9159         description, now in Locale Name.  Reference that section.  Locale
9160         name syntax is now documented.
9162 2014-07-02  Florian Weimer  <fweimer@redhat.com>
9164         [BZ #17137]
9165         * locale/findlocale.c (name_present, valid_locale_name): New
9166         functions.
9167         (_nl_find_locale): Use the loc_name variable to store name
9168         candidates.  Call name_present and valid_locale_name to check and
9169         validate locale names.  Return an error if the locale is invalid.
9171 2014-07-02  Florian Weimer  <fweimer@redhat.com>
9173         * locale/setlocale.c (setlocale): Use strdup for allocating
9174         composite name copy.
9176 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
9178         Sync up with gnulib.
9179         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
9180         [!_LIBC && ENABLE_NLS]: Include gettext.h.
9181         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
9182         and _GL_ARG_NONNULL.
9183         [USE_UNLOCKED_IO]: Include unlocked-io.h.
9184         [!_LIBC]: Include code for Windows and Cygwin.
9185         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
9186         Include prototype for int strerror_r.
9187         [!_LIBC] (is_open): New function.
9188         (flush_stdout): New function.
9189         (print_errno_message): Use it.
9190         (error): Likewise.
9191         (error_at_line): Likewise.
9192         (error_tail) Add function attribute macros.  Use
9193         __builtin_expect.
9195         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
9197         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
9199         * io/ftw.c: Include sys/param.h unconditionally.
9201         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
9203         [BZ #17125]
9204         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
9205         libc_freeres_ptr.
9206         (freecache): New function to free CACHE on exit.
9208         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
9209         initialization.
9211 2014-07-09  David S. Miller  <davem@davemloft.net>
9213         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9215         * sysdeps/sparc/nptl/internaltypes.h: Delete.
9216         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
9217         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
9218         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
9219         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
9220         * sysdeps/sparc/nptl/sem_init.c: Likewise.
9221         * sysdeps/sparc/nptl/sem_post.c: Likewise.
9222         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
9223         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
9224         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
9225         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
9226         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
9227         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
9229 2014-07-09  Andreas Schwab  <schwab@suse.de>
9231         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
9232         output.
9233         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
9234         (do_test): Likewise.
9236         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
9238 2014-07-09  Will Newton  <will.newton@linaro.org>
9240         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
9241         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
9242         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
9243         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
9244         * sysdeps/hppa/start.S (_start): Likewise.
9246 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
9248         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
9250         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
9251         defined.
9253 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
9255         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
9256         after checking that it is non-NULL.
9258         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
9260 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9262         * sysdeps/powerpc/memmove.c: Remove file.
9263         * sysdeps/powerpc/powerpc32/power4/memcopy.h
9264         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
9265         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
9266         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
9267         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
9268         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
9269         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
9270         string memmove instead of removed powerpc one.
9272         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
9273         [weak_alias]: Fix compiler warning due trailing data.
9274         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
9275         [weak_alias]: Likewise.
9276         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
9277         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
9279         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
9280         (__libc_ifunc_impl_list): Add memmove functions.
9282 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
9284         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
9285         Remove code.
9286         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
9287         Likewise
9288         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
9289         Likewise
9290         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
9291         Likewise
9292         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
9293         Likewise
9294         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
9295         Likewise
9296         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
9297         Likewise
9298         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
9299         Likewise
9300         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
9301         Likewise
9302         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
9303         Likewise
9304         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
9305         Likewise
9306         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
9307         Likewise
9308         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
9309         Likewise
9310         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
9311         Likewise
9312         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
9313         Likewise
9314         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
9315         Likewise
9316         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
9317         Likewise
9319 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9321         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
9322         to avoid alignment traps in non-cacheable memory.
9323         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
9325         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
9326         multiarch objects.
9327         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
9328         file: multiarch power7 memmove.
9329         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
9330         multiarch default memmove.
9331         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
9332         multiarch memove for powerpc32/power4.
9334         * string/bcopy.c: Use full path to include memmove.c.
9335         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
9336         multiarch objects.
9337         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
9338         bcopy for powerpc64.
9339         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
9340         bcopy for powerpc64.
9341         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
9342         and memmove implementations.
9343         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
9344         optimized multiarch memmove for POWER7/powerpc64.
9345         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
9346         default multiarch memmove for powerpc64.
9347         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
9348         multiarch for powerpc64.
9349         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
9350         for POWER7/powerpc64.
9351         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
9352         memmove for POWER7/powerpc64.
9354         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
9355         glibc default one.
9357         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
9358         __ELF_NATIVE_CLASS equal to 64.
9360 2014-07-07  Roland McGrath  <roland@hack.frob.com>
9362         * sysdeps/nptl/lowlevellock.h: File removed.
9364         * NEWS: NPTL is no longer an add-on!
9365         * nptl/internaltypes.h: Moved ...
9366         * sysdeps/nptl/internaltypes.h: ... here.
9367         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
9368         * sysdeps/nptl/fork.c: Likewise.
9369         * sysdeps/nptl/gai_misc.h: Likewise.
9370         * sysdeps/nptl/librt-cancellation.c: Likewise.
9371         * sysdeps/nptl/jmp-unwind.c: Likewise.
9372         * sysdeps/nptl/setxid.h: Likewise.
9373         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
9374         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
9375         * sysdeps/unix/sysv/linux/arm/Implies: New file.
9376         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
9377         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
9378         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
9379         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
9380         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
9381         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
9382         * sysdeps/unix/sysv/linux/mips/Implies: New file.
9383         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
9384         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
9385         * sysdeps/unix/sysv/linux/sh/Implies: New file.
9386         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
9387         * sysdeps/unix/sysv/linux/tile/Implies: New file.
9388         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
9389         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
9390         * nptl/Makeconfig: Moved ...
9391         * sysdeps/nptl/Makeconfig: ... here.
9392         * nptl/configure: File removed.
9393         * nptl/ANNOUNCE: File removed.
9394         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
9395         * sysdeps/unix/sysv/linux/configure: Regenerated.
9397         * nptl/Makefile (routines): Add libc_pthread_init,
9398         libc_multiple_threads, register-atfork and unregister-atfork.
9399         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
9400         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
9401         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
9402         pthread-pi-defines.sym, structsem.sym.
9403         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
9404         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
9405         [$(subdir) = nptl] (tests): Add tst-setgetname.
9406         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
9407         * sysdeps/unix/sysv/linux/sigaction.c: Just include
9408         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
9409         [!LIBC_SIGACTION]: Remove aliases.
9410         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
9411         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
9412         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
9413         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
9414         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
9415         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
9416         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
9417         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
9418         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
9419         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
9420         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
9421         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
9422         __libc_allocate_rtsig_private.
9423         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
9424         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
9425         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
9426         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
9427         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
9428         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
9429         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
9430         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
9431         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
9432         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
9433         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
9434         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
9435         * nptl/internaltypes.h: ... here.
9436         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
9437         * sysdeps/nptl/jmp-unwind.c: ... here.
9438         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
9439         * nptl/libc-lowlevellock.c: ... here.
9440         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
9441         * nptl/libc_multiple_threads.c: ... here.
9442         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
9443         * nptl/libc_pthread_init.c: ... here.
9444         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
9445         * nptl/lowlevelbarrier.sym: ... here.
9446         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
9447         * nptl/lowlevelcond.sym: ... here.
9448         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
9449         * nptl/lowlevellock.c: ... here.
9450         * nptl/lowlevellock.h: Moved ...
9451         * sysdeps/nptl/lowlevellock.h: ... here.
9452         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
9453         * nptl/lowlevelrobustlock.c: ... here.
9454         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
9455         * nptl/lowlevelrobustlock.sym: ... here.
9456         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
9457         * nptl/lowlevelrwlock.sym: ... here.
9458         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
9459         * nptl/pt-fork.c: ... here.
9460         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
9461         * nptl/pthread-pi-defines.sym: ... here.
9462         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
9463         * nptl/pthread_attr_getaffinity.c: ... here.
9464         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
9465         * nptl/pthread_attr_setaffinity.c: ... here.
9466         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
9467         * nptl/pthread_mutex_cond_lock.c: ... here.
9468         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
9469         Update #include.
9470         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
9471         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
9472         * nptl/pthread_once.c: ... here, replacing old file.
9473         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
9474         * nptl/pthread_yield.c: ... here.
9475         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
9476         * nptl/register-atfork.c: ... here.
9477         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
9478         * nptl/sem_post.c: ... here.
9479         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
9480         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
9481         * nptl/sem_timedwait.c: ... here.
9482         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
9483         * nptl/sem_trywait.c: ... here.
9484         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
9485         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
9486         * nptl/sem_wait.c: ... here.
9487         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
9488         * nptl/structsem.sym: ... here.
9489         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
9490         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
9491         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
9492         * nptl/unregister-atfork.c: ... here.
9493         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
9494         * nptl/unwindbuf.sym: ... here.
9495         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
9496         * sysdeps/nptl/fork.c: ... here.
9497         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
9498         * sysdeps/nptl/fork.h: ... here.
9499         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
9500         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
9501         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
9502         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
9503         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
9504         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
9505         * sysdeps/unix/sysv/linux/getpid.c: ... here.
9506         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
9507         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
9508         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
9509         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
9510         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
9511         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
9512         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
9513         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
9514         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
9515         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
9516         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
9517         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
9518         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
9519         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
9520         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
9521         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
9522         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
9523         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
9524         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
9525         * sysdeps/unix/sysv/linux/raise.c: ... here.
9526         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
9527         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
9528         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
9529         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
9530         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
9531         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
9532         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
9533         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
9534         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
9535         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
9536         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
9537         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
9538         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
9539         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
9540         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
9542 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
9544         * sysdeps/generic/memcopy.h: Add comment for
9545         MEMCPY_OK_FOR_FWD_MEMMOVE.
9547 2014-07-04  Will Newton  <will.newton@linaro.org>
9549         * string/memchr.c: Merge from gnulib.
9550         [_LIBC]: Remove conditionals.
9551         (__ptr_t): Remove define.
9552         (LONG_MAX_32_BITS): Likewise.
9553         (LONG_MAX): Likewise.
9554         (MEMCHR): Use ANSI prototype and optimize algorithm.
9556         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
9558 2014-07-03  Roland McGrath  <roland@hack.frob.com>
9560         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
9561         (lll_futex_timed_wait_bitset): Fix syscall argument count.
9563         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
9564         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
9565         in a bare environment with no <stdlib.h> installed.
9566         * sysdeps/nptl/configure: Regenerated.
9568         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
9570         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
9571         AC_EGREP_CPP for kernel header checks, so they only succeed if
9572         including <linux/version.h> actually works right.
9573         * sysdeps/unix/sysv/linux/configure: Regenerated.
9575         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
9576         value so it's not diagnosed as unused.
9578         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
9579         thing) with "ifeq ($(subdir),rt)".
9581 2014-07-03  Richard Henderson  <rth@redhat.com>
9583         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
9584         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
9585         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
9587         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
9588         (math_force_eval): New.
9590         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
9591         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
9593         * sysdeps/alpha/fpu/s_round.c: Remove file.
9594         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
9596         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
9597         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
9598         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
9599         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
9600         (_dl_start, print_statistics): Likewise.
9601         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
9602         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
9604         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9605         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9606         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9607         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9608         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
9609         (HP_SMALL_TIMING_AVAIL): Define.
9610         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9611         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
9612         (HP_SMALL_TIMING_AVAIL): Define.
9613         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9614         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9616         * sysdeps/aarch64/hp-timing.h: New file.
9618         * sysdeps/generic/hp-timing.h: Remove dead comment.
9619         * sysdeps/generic/hp-timing-common.h: New file.
9620         * sysdeps/alpha/hp-timing.h: Include it.
9621         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
9622         * sysdeps/i386/i686/hp-timing.h: Likewise.
9623         * sysdeps/ia64/hp-timing.h: Likewise.
9624         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
9625         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
9626         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
9627         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
9628         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
9629         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
9630         (hp_timing_t): New.
9632         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
9633         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
9634         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
9635         * elf/rtld.c (_dl_start_final): Likewise.
9636         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
9637         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9638         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9639         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9640         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9641         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
9642         (HP_TIMING_DIFF_INIT): Remove.
9643         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9644         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
9645         (HP_TIMING_DIFF_INIT): Remove.
9646         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9647         * sysdeps/i386/i686/hp-timing.c: Remove file.
9648         * sysdeps/x86_64/hp-timing.c: Remove file.
9649         * sysdeps/ia64/hp-timing.c: Remove file.
9650         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
9651         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
9652         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
9653         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
9655         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
9656         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
9657         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
9658         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
9659         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
9660         (HP_TIMING_ACCUM): Remove.
9661         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
9662         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
9663         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
9665         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
9666         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
9667         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
9668         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
9669         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
9670         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
9671         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
9672         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
9674         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
9676 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
9678         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
9680 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9682         Sync up with gettext.
9683         * intl/loadmsgcat.c: Define O_BINARY if not defined.
9684         [_MSC_VER]: Include malloc.h
9685         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
9686         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
9687         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
9688         TEMP_FAILURE_RETRY.  Cast return of alloca.
9689         [!_LIBC] Call gl_rwlock_init.
9690         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
9692 2014-07-02  Roland McGrath  <roland@hack.frob.com>
9694         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
9695         before checking its value.
9697 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9699         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
9701         * debug/memcpy_chk.c: Don't include pagecopy.h.
9702         * debug/mempcpy_chk.c: Likewise.
9703         * string/memcpy.c: Likewise.
9704         * string/memmove.c: Likewise.
9705         * sysdeps/powerpc/memmove.c: Likewise.
9706         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
9707         definition of PAGE_COPY_FWD_MAYBE here...
9708         * sysdeps/generic/pagecopy.h: ... from here.
9709         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
9711 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
9712             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9714         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
9715         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
9716         optimizations.
9717         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9718         (__libc_ifunc_impl_list): Likewise.
9719         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
9720         multiarch strcat for PPC64.
9721         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
9722         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
9724 2014-07-02  Roland McGrath  <roland@hack.frob.com>
9726         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
9728 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9730         * intl/loadmsgcat.c: Remove declaration of
9731         get_sysdep_segment_value.
9732         (get_sysdep_segment_value): Use ISO C style.
9733         (_nl_load_domain): Use ISO C style.  Get rid of redundant
9734         semicolon.  Fix typo and formatting in comment.
9735         (_nl_unload_domain): Use ISO C style.
9737         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
9739 2014-07-02  Will Newton  <will.newton@linaro.org>
9741         * malloc/obstack.c: Merge from gnulib master.
9742         [HAVE_CONFIG_H]: Remove conditional code.
9743         [!_LIBC]: Include config.h.
9744         [!ELIDE_CODE]: Don't include inttypes.h, include
9745         stdint.h unconditionally.
9746         (print_and_abort): Mark as _Noreturn.
9747         (_obstack_allocated_p): Mark as __attribute_pure__.
9748         (obstack_free): Rename to __obstack_free.
9749         [!__attribute__]: Remove conditional code.
9750         * malloc/obstack.h: Merge from gnulib master.
9751         [__cplusplus]: Move conditional down.
9752         [!__attribute_pure__]: Define __attribute_pure__ here
9753         if it is not already defined.
9754         (_obstack_memory_used): Mark as __attribute_pure__.
9755         [!__obstack_free]: Define as obstack_free.
9756         [__GNUC__]: Remove check for ancient NeXT gcc.
9758 2014-07-02  Will Newton  <will.newton@linaro.org>
9759             Paul Eggert  <eggert@cs.ucla.edu>
9761         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
9763 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9765         * resolv/gethnamaddr.c: Add comment warning that the file is
9766         not maintained.
9768 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
9770         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
9771         entries.
9773         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
9774         entry for aio_cancel and aio_cancel64.
9775         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
9776         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
9777         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
9778         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
9779         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
9780         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
9781         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
9782         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
9783         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
9784         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
9785         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
9786         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
9787         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
9789 2014-07-01  Roland McGrath  <roland@hack.frob.com>
9791         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
9792         * nptl/pthread_mutex_lock.c: Likewise.
9793         * nptl/pthread_mutex_timedlock.c: Likewise.
9794         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
9796 2014-07-01  Richard henderson  <rth@redhat.com>
9798         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
9799         (__isnan, __isnanl): Remove.
9800         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
9802         * sysdeps/alpha/fpu/libm-test-ulps: Update.
9804 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
9806         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
9808 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
9810         * resolv/nss_dns/dns-host.c (getanswer_r)
9811         [MULTI_PTRS_ARE_ALIASES]: Remove code.
9813 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
9815         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9816         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
9817         undefine.
9818         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
9819         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
9821 2014-07-01  Roland McGrath <roland@hack.frob.com>
9823         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
9824         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
9826         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
9827         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
9829         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
9830         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
9831         ... here.
9832         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
9833         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
9835         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
9836         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
9837         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
9838         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
9840         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
9841         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
9842         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
9843         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
9844         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
9845         Moved ...
9846         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
9847         ... here.
9848         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
9849         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
9850         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
9851         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
9852         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
9853         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
9854         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
9855         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
9856         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
9857         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
9858         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
9859         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
9860         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
9861         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
9862         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
9863         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
9864         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
9865         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
9866         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
9867         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
9868         ... here.
9869         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
9870         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
9871         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
9872         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
9873         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
9874         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
9875         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
9876         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
9878 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
9880         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
9881         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
9882         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
9883         Add sysdep.
9885 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9887         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9889 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
9891         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
9892         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
9894         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
9896         * sysdeps/arm/libm-test-ulps: Regenerated.
9898 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
9899             Roland McGrath <roland@hack.frob.com>
9901         * test-skeleton.c (signal_handler): Kill the whole process group
9902         before killing the child individually.
9903         (main): Report any failure on `setpgid'.
9905 2014-06-30  Roland McGrath  <roland@hack.frob.com>
9907         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
9908         from _TLS_H to _ARM_NPTL_TLS_H.
9909         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
9910         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
9912 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
9914         [BZ #16539]
9915         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
9916         (__expm1l): Return argument unchanged when small but not
9917         subnormal.
9919         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
9920         include macro name.
9921         (_FP_UNPACK_RAW_1_P): Likewise.
9922         (_FP_PACK_RAW_1): Likewise.
9923         (_FP_PACK_RAW_1_P): Likewise.
9924         (_FP_MUL_MEAT_1_wide): Likewise.
9925         (_FP_MUL_MEAT_DW_1_hard): Likewise.
9926         (_FP_MUL_MEAT_1_hard): Likewise.
9927         (_FP_DIV_MEAT_1_imm): Likewise.
9928         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
9929         (_FP_DIV_MEAT_1_udiv): Likewise.
9930         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
9931         (_FP_UNPACK_RAW_2): Likewise.
9932         (_FP_UNPACK_RAW_2_P): Likewise.
9933         (_FP_PACK_RAW_2): Likewise.
9934         (_FP_PACK_RAW_2_P): Likewise.
9935         (_FP_MUL_MEAT_DW_2_wide): Likewise.
9936         (_FP_MUL_MEAT_2_wide): Likewise.
9937         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
9938         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
9939         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
9940         (_FP_MUL_MEAT_2_gmp): Likewise.
9941         (_FP_DIV_MEAT_2_udiv): Likewise.
9942         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
9943         (_FP_FRAC_SRL_4): Likewise.
9944         (_FP_FRAC_SRST_4): Likewise.
9945         (_FP_FRAC_SRS_4): Likewise.
9946         (_FP_UNPACK_RAW_4): Likewise.
9947         (_FP_UNPACK_RAW_4_P): Likewise.
9948         (_FP_PACK_RAW_4): Likewise.
9949         (_FP_PACK_RAW_4_P): Likewise.
9950         (_FP_MUL_MEAT_DW_4_wide): Likewise.
9951         (_FP_MUL_MEAT_4_wide): Likewise.
9952         (_FP_MUL_MEAT_4_gmp): Likewise.
9953         (umul_ppppmnnn): Likewise.
9954         (_FP_DIV_MEAT_4_udiv): Likewise.
9955         (__FP_FRAC_ADD_4): Likewise.
9956         (__FP_FRAC_SUB_3): Likewise.
9957         (__FP_FRAC_SUB_4): Likewise.
9958         (__FP_FRAC_DEC_3): Likewise.
9959         (__FP_FRAC_DEC_4): Likewise.
9960         (__FP_FRAC_ADDI_4): Likewise.
9961         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
9962         (_FP_FRAC_SRL_8): Likewise.
9963         (_FP_FRAC_SRS_8): Likewise.
9965         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
9966         include macro name.
9967         (FP_UNPACK_RAW_EP): Likewise.
9968         (FP_PACK_RAW_E): Likewise.
9969         (FP_PACK_RAW_EP): Likewise.
9970         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
9971         (_FP_ISSIGNAN): Likewise.
9972         (_FP_ADD_INTERNAL): Likewise.
9973         (_FP_FMA): Likewise.
9974         (_FP_CMP): Likewise.
9975         (_FP_SQRT): Likewise.
9976         (_FP_TO_INT): Likewise.
9977         (_FP_FROM_INT): Likewise.
9978         (FP_EXTEND): Likewise.
9979         (_FP_DIV_MEAT_N_loop): Likewise.
9981 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
9983         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
9984         throughout.
9986 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
9988         [BZ #17097]
9989         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
9990         result with correct sign in case of exponents that produce
9991         overflow except for X very close to 1.
9993 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
9995         mktime: merge #if/#ifdef usage from glibc
9996         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
9997         as that works with both Glibc's and Gnulib's style.
9998         See thread starting at Siddhesh Poyarekar's bug report at:
9999         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
10001 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
10003         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
10004         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
10005         * sysdeps/tile/tilegx/memmove.c: Remove file.
10007 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
10009         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
10010         abi-name definition.
10011         * scripts/soversions.awk: Do not handle or generate ABI lines.
10012         * shlib-versions: Remove ABI entries.
10013         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
10014         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
10016 2014-06-27  Roland McGrath  <roland@hack.frob.com>
10018         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
10019         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
10020         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
10021         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
10022         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
10023         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
10024         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
10025         Moved ...
10026         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
10027         ... here.
10028         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
10029         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
10030         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
10031         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
10032         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
10033         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
10034         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
10035         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
10036         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
10037         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
10038         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
10039         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
10040         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
10041         Moved ...
10042         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
10043         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
10044         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
10045         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
10046         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
10047         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
10048         Moved ...
10049         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
10050         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
10051         Moved ...
10052         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
10053         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
10054         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
10055         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
10056         Moved ...
10057         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
10058         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
10059         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
10060         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
10061         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
10062         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
10063         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
10064         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
10065         Moved ...
10066         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
10067         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
10068         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
10069         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
10070         Moved ...
10071         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
10072         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
10073         Moved ...
10074         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
10075         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
10076         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
10077         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
10078         Moved ...
10079         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
10080         ... here.
10081         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
10082         Identical file removed.
10083         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
10084         Moved ...
10085         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
10086         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
10087         Identical file removed.
10088         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
10089         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
10090         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
10091         Moved ...
10092         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
10093         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
10094         Identical file removed.
10095         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
10096         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
10097         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
10098         Identical file removed.
10099         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
10100         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
10101         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
10102         Identical file removed.
10103         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
10104         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
10105         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
10106         Identical file removed.
10107         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
10108         Moved ...
10109         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
10110         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
10111         Identical file removed.
10112         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
10113         Moved ...
10114         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
10115         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
10116         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
10117         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
10118         Identical file removed.
10119         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
10120         Moved ...
10121         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
10122         ... here.
10123         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
10124         Identical file removed.
10125         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
10126         Moved ...
10127         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
10128         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
10129         Identical file removed.
10130         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
10131         Moved ...
10132         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
10133         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
10134         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
10135         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
10136         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
10137         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
10138         Moved ...
10139         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
10140         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
10141         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
10143         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
10144         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
10145         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
10146         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
10147         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
10149 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
10151         [BZ #17092]
10152         * nscd/nscd.c (monitor_child): Return exit status of child
10153         instead of return value from wait syscall.
10155 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
10157         * configure.ac (libc_commonpagesize): Remove variable.
10158         (libc_relro_required): Likewise.
10159         (libc_cv_z_relro): Remove configure test.
10160         * configure: Regenerated.
10161         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
10162         variable.
10163         (libc_relro_required): Likewise.
10164         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
10165         (libc_relro_required): Likewise.
10166         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
10167         (libc_relro_required): Likewise.
10168         * sysdeps/arm/preconfigure: Regenerated.
10169         * sysdeps/ia64/preconfigure: Remove file.
10170         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
10171         variable.
10172         (libc_relro_required): Likewise.
10174         [BZ #16561]
10175         [BZ #16562]
10176         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
10177         (__ieee754_yn): Set FE_TONEAREST mode internally and then
10178         recompute overflowing results in original rounding mode.
10179         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
10180         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
10181         recompute overflowing results in original rounding mode.
10182         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
10183         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
10184         recompute overflowing results in original rounding mode.
10185         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
10186         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
10187         recompute overflowing results in original rounding mode.
10188         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
10189         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
10190         recompute overflowing results in original rounding mode.
10191         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
10192         (libc_feholdsetround_ctx): New macro.
10193         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
10194         * sysdeps/i386/fpu/libm-test-ulps: Update.
10195         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
10197 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10199         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
10200         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
10201         corresponding .cpsetup call.
10203 2014-06-26  Roland McGrath  <roland@hack.frob.com>
10205         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
10206         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
10207         * sysdeps/arm/Makefile [$(subdir) = csu]
10208         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
10209         (static-only-routines): Add aeabi_read_tp here.
10210         (shared-only-routines): Add libc-aeabi_read_tp here.
10211         (CFLAGS-libc-start.c): Add -fexceptions here.
10212         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
10213         (sysdep_routines, static-only-routines, shared-only-routines):
10214         Don't add to these here.
10215         (CFLAGS-libc-start.c): Likewise.
10217         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
10218         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10219         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
10220         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10221         * sysdeps/arm/Makefile [$(subdir) = rt]
10222         (librt-sysdep_routines, librt-shared-only-routines):
10223         Append rt-aeabi_unwind_cpp_pr1 here.
10224         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
10225         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
10226         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
10227         (libpthread-sysdep_routines, libpthread-shared-only-routines):
10228         Append nptl-aeabi_unwind_cpp_pr1 here.
10229         (tests): Filter out tst-cleanupx4 here.
10230         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
10231         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
10232         Don't do those here.
10234 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10236         * scripts/list-sources.sh: Do not handle ports specially.
10238 2014-06-26  Roland McGrath  <roland@hack.frob.com>
10240         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
10241         * sysdeps/arm/feupdateenv.c: Likewise.
10243         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
10245 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10247         * manual/texinfo.tex: Update to version 2014-05-05.10 with
10248         trailing whitespace removed.
10249         * scripts/config.guess: Update to version 2014-03-23.
10250         * scripts/config.sub: Update to version 2014-05-01
10251         * scripts/install-sh: Update to version 2013-12-25.23.
10252         * scripts/move-if-change: Update from gnulib.
10254 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
10256         * debug/memmove_chk.c: Remove pagecopy.h include.
10258 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
10260         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
10261         identical to gnulib mktime.
10263 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10265         * configure.ac: Do not test for machine being rs6000.  Do not test
10266         for powerpc*-*soft.
10267         * configure: Regenerated.
10269         [BZ #11505]
10270         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
10271         test.
10272         * configure: Regenerated.
10273         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
10274         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
10275         Remove configure test.
10276         * sysdeps/arm/configure: Regenerated.
10277         * sysdeps/nptl/configure.ac: Do not check
10278         libc_cv_asm_cfi_directives.
10279         * sysdeps/nptl/configure: Regenerated.
10280         * sysdeps/x86_64/nptl/configure.ac: Remove file.
10281         * sysdeps/x86_64/nptl/configure: Remove generated file.
10282         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
10283         unconditional.
10284         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
10286 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
10288         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
10289         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
10290         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
10291         it is defined.
10293         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
10294         instead of whether it is defined.
10295         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
10296         * sysdeps/hppa/dl-machine.h: Likewise.
10297         * sysdeps/ia64/dl-machine.h: Likewise.
10298         * sysdeps/m68k/dl-machine.h: Likewise.
10299         * sysdeps/microblaze/dl-machine.h: Likewise.
10300         * sysdeps/mips/dl-machine.: Likewise.
10301         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
10302         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
10303         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
10304         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
10305         * sysdeps/sh/dl-machine.h: Likewise.
10306         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
10307         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
10308         * sysdeps/tile/dl-machine.h: Likewise.
10309         * sysdeps/x86_64/dl-machine.h: Likewise.
10311         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
10312         code.
10313         (verify_persistent_db): Likewise.
10315 2014-06-26  Roland McGrath  <roland@hack.frob.com>
10317         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
10318         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
10319         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
10320         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
10321         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
10322         Moved ...
10323         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
10324         ... here.
10325         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
10326         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
10327         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
10328         Identical file removed.
10329         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
10330         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
10331         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
10332         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
10333         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
10334         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
10335         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
10336         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
10337         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
10338         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
10339         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
10340         Moved ...
10341         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
10342         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
10343         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
10344         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
10345         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
10346         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
10347         Moved ...
10348         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
10349         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
10350         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
10351         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
10352         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
10353         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
10354         Identical file removed.
10355         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
10356         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
10357         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
10358         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
10359         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
10360         Moved ...
10361         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
10362         ... here.
10363         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
10364         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
10365         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
10366         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
10367         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
10368         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
10369         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
10370         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
10371         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
10372         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
10373         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
10374         Moved ...
10375         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
10376         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
10377         Moved ...
10378         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
10379         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
10380         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
10381         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
10382         Moved ...
10383         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
10384         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
10385         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
10387         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
10388         folded into ...
10389         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
10390         * sysdeps/unix/sysv/linux/s390/Versions
10391         (libpthread: GLIBC_2.19): New version set.
10392         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
10393         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
10394         (librt: GLIBC_2.3.3): New version set.
10395         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
10396         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
10397         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
10398         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
10399         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
10400         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
10401         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
10402         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
10403         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
10404         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
10405         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
10406         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
10407         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
10408         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
10409         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
10410         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
10411         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
10412         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
10413         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
10414         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
10415         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
10416         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
10417         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
10418         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
10419         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
10420         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
10421         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
10422         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
10423         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
10424         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
10425         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
10426         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
10427         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
10428         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
10429         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
10430         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
10431         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
10432         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
10433         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
10434         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
10435         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
10436         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
10437         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
10438         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
10439         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
10441         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
10442         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
10443         (__libc_vfork): Define the function under this name.
10444         [!NOT_IN_libc] (__vfork): Make this an alias.
10445         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
10446         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
10447         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
10448         (__libc_vfork): Define the function under this name.
10449         [!NOT_IN_libc] (__vfork): Make this an alias.
10450         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
10451         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
10452         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
10453         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
10454         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
10455         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
10457         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
10458         code that was previously under [RESET_PID].
10459         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
10460         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
10461         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
10463         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
10464         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
10465         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
10466         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
10467         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
10468         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
10469         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
10470         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
10471         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
10472         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
10473         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
10474         Moved ...
10475         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
10476         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
10477         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
10478         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
10479         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
10480         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
10481         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
10482         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
10483         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
10484         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
10485         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
10486         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
10487         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
10488         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
10489         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
10490         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
10491         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
10492         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
10493         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
10494         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
10495         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
10496         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
10497         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
10498         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
10499         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
10500         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
10501         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
10502         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
10503         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
10505 2014-06-25  Roland McGrath  <roland@hack.frob.com>
10507         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
10508         that was previously under [RESET_PID].
10509         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
10511 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
10513         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
10514         not undefine and redefine.
10515         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
10516         [O_CLOEXEC]: Make code unconditional.
10517         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
10518         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
10519         <kernel-features.h>.
10520         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
10521         conditional variable definition.
10522         (shm_open) [O_CLOEXEC]: Make code unconditional.
10523         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
10524         code.
10526         * configure.ac (USE_REGPARMS): Don't define here.
10527         * configure: Regenerated.
10528         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
10529         * sysdeps/i386/configure: Regenerated.
10531         * nptl/createthread.c: Don't include kernel-features.h.
10532         * nptl/pthread_cancel.c: Likewise.
10533         * nptl/pthread_condattr_setclock.c: Likewise.
10534         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
10535         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
10536         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
10537         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
10538         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
10539         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
10540         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
10541         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
10542         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
10543         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
10544         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
10545         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
10546         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
10547         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
10548         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
10549         * nscd/gai.c: Likewise.
10550         * nss/nss_db/db-open.c: Likewise.
10551         * sysdeps/generic/ldsodefs.h: Likewise.
10552         * sysdeps/sh/nptl/tls.h: Likewise.
10553         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
10554         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
10555         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
10556         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
10557         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
10558         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
10559         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
10560         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
10561         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
10562         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
10563         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
10564         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
10565         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
10566         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
10567         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
10568         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
10569         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
10570         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
10571         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
10572         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
10573         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
10574         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
10575         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
10576         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
10577         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
10578         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
10579         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
10580         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
10581         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
10582         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
10583         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
10584         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
10585         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
10586         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
10587         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
10588         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
10589         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
10590         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
10591         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
10592         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
10593         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
10594         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
10595         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
10596         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
10597         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
10598         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
10599         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
10600         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
10601         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
10602         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
10603         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
10604         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
10605         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
10606         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
10607         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
10608         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
10609         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
10610         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
10611         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
10612         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
10613         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
10614         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
10615         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
10616         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
10617         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
10618         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
10619         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
10620         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
10621         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
10622         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
10623         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
10624         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
10625         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
10626         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
10627         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
10628         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
10629         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
10630         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
10631         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
10632         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
10633         * sysdeps/unix/sysv/linux/pread.c: Likewise.
10634         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
10635         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
10636         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
10637         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
10638         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
10639         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
10640         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
10641         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
10642         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
10643         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
10644         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
10645         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
10646         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
10647         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
10648         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
10649         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
10650         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
10651         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
10652         * sysdeps/unix/sysv/linux/system.c: Likewise.
10653         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
10654         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
10655         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
10656         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
10657         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
10658         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
10659         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
10661         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
10662         * configure: Regenerated.
10663         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
10665         * configure.ac (base_machine): Do not set specially for particular
10666         machines here.
10667         * configure: Regenerated.
10668         * sysdeps/powerpc/preconfigure: Move machine and base_machine
10669         settings from configure.ac.
10670         * sysdeps/i386/preconfigure: New file.
10671         * sysdeps/s390/preconfigure: Likewise.
10672         * sysdeps/sh/preconfigure: Likewise.
10673         * sysdeps/sparc/preconfigure: Likewise.
10675 2014-06-25  Roland McGrath  <roland@hack.frob.com>
10677         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
10678         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
10679         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
10680         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
10681         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
10682         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
10683         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
10684         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
10685         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
10686         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
10687         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
10688         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
10689         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
10690         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
10691         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
10692         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
10693         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
10694         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
10695         * sysdeps/sparc/sparc64/Makefile: ... appended here.
10697         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
10698         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
10699         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
10700         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
10701         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
10702         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
10703         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
10704         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
10705         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
10706         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
10707         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
10708         * sysdeps/sparc/sparc32/sem_post.c: ... here.
10709         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
10710         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
10711         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
10712         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
10713         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
10714         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
10715         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
10716         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
10717         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
10718         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
10719         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
10720         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
10721         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
10722         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
10723         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
10724         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
10725         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
10726         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
10727         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
10728         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
10729         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
10730         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
10731         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
10732         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
10733         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
10734         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
10736         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
10737         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
10738         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
10739         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
10740         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
10741         Moved ...
10742         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
10743         ... here.
10744         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
10745         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
10746         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
10747         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
10748         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
10749         Moved ...
10750         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
10751         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
10752         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
10753         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
10754         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
10755         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
10756         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
10757         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
10758         Moved ...
10759         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
10760         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
10761         Moved ...
10762         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
10763         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
10764         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
10765         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
10766         Moved ...
10767         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
10768         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
10769         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
10770         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
10771         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
10772         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
10773         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
10774         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
10775         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
10776         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
10777         Moved ...
10778         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
10779         ... here.
10780         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
10781         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
10782         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
10783         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
10784         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
10785         Moved ...
10786         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
10787         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
10788         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
10789         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
10790         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
10791         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
10792         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
10793         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
10794         Moved ...
10795         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
10796         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
10797         Moved ...
10798         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
10799         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
10800         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
10801         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
10802         Moved ...
10803         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
10804         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
10805         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
10806         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
10807         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
10809 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
10811         * timezone/checktab.awk: Update from tzcode 2014e.
10812         * timezone/private.h: Likewise.
10813         * timezone/tzfile.h: Likewise.
10814         * timezone/zdump.c: Likewise.
10815         * timezone/zic.c: Likewise.
10817         * sysdeps/unix/sysv/linux/kernel-features.h
10818         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
10819         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
10820         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
10821         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
10822         Remove conditional code.
10824 2014-06-25  Will Newton  <will.newton@linaro.org>
10826         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
10827         (_dl_arm_cap_flags): Add HWCAP2 values.
10828         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
10829         (_DL_HWCAP_COUNT): Increase to 37.
10830         (_DL_HWCAP_LAST): New define.
10831         (_DL_HWCAP2_LAST): New define.
10832         (_dl_procinfo): Add support for printing
10833         AT_HWCAP2 entries.
10834         (_dl_string_hwcap): Use _dl_hwcap_string.
10836 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10838         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10840 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
10842         * README: Do not mention ports directory.
10844         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
10845         Remove macro.
10846         * sysdeps/unix/sysv/linux/futimes.c: Do not include
10847         <kernel-features.h>.
10848         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
10849         conditional variable definition.
10850         (__futimes): Update comment.
10851         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
10852         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
10854         [BZ #16560]
10855         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
10856         arguments close to 0.
10857         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
10858         Likewise.
10859         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
10860         Likewise.
10861         * math/auto-libm-test-in: Add more tests of exp10.
10862         * math/auto-libm-test-out: Regenerated.
10863         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
10865         * sysdeps/unix/sysv/linux/kernel-features.h
10866         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
10867         * sysdeps/unix/sysv/linux/readv.c: Do not include
10868         <kernel-features.h>.
10869         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
10870         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
10871         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
10872         unconditional.
10873         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
10874         conditional code.
10875         * sysdeps/unix/sysv/linux/writev.c: Do not include
10876         <kernel-features.h>.
10877         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
10878         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
10879         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
10880         unconditional.
10881         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
10882         conditional code.
10884 2014-06-25  Will Newton  <will.newton@linaro.org>
10886         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
10887         comment changes throughout the file.  Remove checks
10888         for HAVE_*_H definitions that are not required.
10889         (__gen_tempname): Call abort if an unknown kind value is
10890         passed.
10892 2014-06-25  Andreas Schwab  <schwab@suse.de>
10894         [BZ #17086]
10895         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
10896         scalbln, scalblnf, scalblnl in libc.
10898 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
10900         [BZ #17086]
10901         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
10902         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
10903         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
10905 2014-06-24  Roland McGrath  <roland@hack.frob.com>
10907         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
10908         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
10909         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
10910         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
10911         Update #include.
10912         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
10913         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
10914         Update #include.
10915         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
10916         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
10917         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
10918         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
10919         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
10920         * sysdeps/x86/bits/pthreadtypes.h: ... here.
10921         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
10922         * sysdeps/x86/bits/semaphore.h: ... here.
10923         * sysdeps/x86/nptl/elide.h: Moved ...
10924         * sysdeps/x86/elide.h: ... here.
10925         * sysdeps/x86_64/nptl/Implies: File removed.
10926         * sysdeps/i386/nptl/Implies: File removed.
10928 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
10930         [BZ #16539]
10931         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
10932         return the argument for normal arguments with exponent below -64.
10933         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
10934         Likewise.
10935         * math/auto-libm-test-in: Add another test of expm1.
10936         * math/auto-libm-test-out: Regenerated.
10938         [BZ #16287]
10939         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
10940         calling __erfcl for arguments at least 16.
10941         * math/auto-libm-test-in: Add more tests of erf.
10942         * math/auto-libm-test-out: Regenerated.
10944         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
10945         individual architectures.
10946         * sysdeps/unix/sysv/linux/configure: Regenerated.
10947         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
10948         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
10949         * sysdeps/unix/sysv/linux/powerpc/configure.ac
10950         (ldd_rewrite_script): Define variable.
10951         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
10952         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
10953         file.
10954         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
10955         generated file.
10956         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
10957         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
10958         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
10959         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
10960         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
10961         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
10962         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
10963         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
10965 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
10967         [BZ #17084]
10968         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
10969         Rename member __data.d to __data.__elision_data.
10971 2014-06-24  Wilco  <wdijkstr@arm.com>
10973         * NEWS: Add 16918 to fixed bug list.
10975 2014-06-24  Wilco  <wdijkstr@arm.com>
10977         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
10979 2014-06-24  Wilco  <wdijkstr@arm.com>
10981         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
10982         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
10983         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
10984         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
10985         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
10986         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
10987         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
10988         Use _FPU_MASK_RM.
10990 2014-06-24  Wilco  <wdijkstr@arm.com>
10992         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
10994 2014-06-24  Wilco  <wdijkstr@arm.com>
10996         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
10997         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
10998         * sysdeps/arm/fesetround.c (fesetround): Remove space.
10999         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
11001 2014-06-24  Wilco  <wdijkstr@arm.com>
11003         [BZ #16918]
11004         * sysdeps/arm/feupdateenv.c (feupdateenv):
11005         Rewrite to reduce FPSCR accesses and fix return value.
11007 2014-06-24  Wilco  <wdijkstr@arm.com>
11009         * sysdeps/arm/fclrexcpt.c (feclearexcept):
11010         Optimize to avoid unnecessary FPSCR writes.
11011         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
11012         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
11013         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
11014         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
11016 2014-06-24  Wilco  <wdijkstr@arm.com>
11018         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
11019         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
11020         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
11021         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
11022         Call libc_fetestexcept_vfp.
11023         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
11024         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
11025         __SOFTFP__ ifdef so that they can be built for softfp.
11027 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11029         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
11030         argument type signed char.
11032         * Makerules (check-abi): Dump diff of symlist if the test
11033         fails.
11035 2014-06-23  Roland McGrath  <roland@hack.frob.com>
11037         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
11038         using abort.
11040         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
11041         Remove unused variable ST.
11043 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
11045         [BZ #16354]
11046         [BZ #17061]
11047         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
11048         small arguments before calling __expm1.
11049         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
11050         small arguments before calling __expm1f.
11051         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
11052         small arguments before calling __expm1l.
11053         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
11054         Likewise.
11055         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
11056         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
11057         spurious underflow for some cosh tests.
11058         * math/auto-libm-test-out: Regenerated.
11059         * sysdeps/i386/fpu/libm-test-ulps: Update.
11061         [BZ #17050]
11062         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
11063         (__ieee754_y1): Set errno if return value overflows.
11064         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
11065         (__ieee754_y1f): Set errno if return value overflows.
11066         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
11067         (__ieee754_y1l): Set errno if return value overflows.
11068         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
11069         (__ieee754_y1l): Set errno if return value overflows.
11070         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
11071         * math/auto-libm-test-out: Regenerated.
11073         * math/gen-auto-libm-tests.c: Document use of
11074         ignore-zero-inf-sign.
11075         (input_flag_type): Add value flag_ignore_zero_inf_sign.
11076         (input_flags): Add ignore-zero-inf-sign.
11077         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
11078         * math/gen-libm-test.pl (generate_testfile): Handle
11079         ignore-zero-inf-sign.
11080         * math/auto-libm-test-in: Mark some cpow tests with
11081         ignore-zero-inf-sign and some with xfail-rounding.
11082         * math/auto-libm-test-out: Regenerated.
11083         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
11084         * sysdeps/i386/fpu/libm-test-ulps: Update.
11085         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11087         [BZ #16315]
11088         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
11089         overflowing or underflowing operations take place with sign of
11090         result.
11091         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
11092         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
11093         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
11094         (__ieee754_pow): Recompute overflowing and underflowing results in
11095         original rounding mode.
11096         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
11097         (__powl_helper): Allow negative argument X and scale negated value
11098         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
11099         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
11100         overflowing or underflowing operations take place with sign of
11101         result.
11102         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
11103         Include <math.h>.
11104         * math/auto-libm-test-in: Add more tests of pow.
11105         * math/auto-libm-test-out: Regenerated.
11106         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
11107         (pow_tonearest_test_data): Remove.
11108         (pow_test_tonearest): Likewise.
11109         (pow_towardzero_test_data): Likewise.
11110         (pow_test_towardzero): Likewise.
11111         (pow_downward_test_data): Likewise.
11112         (pow_test_downward): Likewise.
11113         (pow_upward_test_data): Likewise.
11114         (pow_test_upward): Likewise.
11115         (main): Don't call removed functions.
11116         * sysdeps/i386/fpu/libm-test-ulps: Update.
11117         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11119 2014-06-23  Roland McGrath  <roland@hack.frob.com>
11121         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
11122         Moved ...
11123         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
11124         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
11125         Moved ...
11126         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
11127         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
11128         Moved ...
11129         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
11130         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
11131         Moved ...
11132         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
11133         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
11134         File removed.
11135         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
11136         File removed.
11137         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
11138         File removed.
11139         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
11140         File removed.
11141         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
11142         File removed.
11143         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
11144         File removed.
11145         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
11146         File removed.
11147         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
11148         File removed.
11149         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
11150         File removed.
11151         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
11152         File removed.
11153         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
11154         File removed.
11155         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
11156         File removed.
11157         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
11158         Moved ...
11159         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
11160         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
11161         Moved ...
11162         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
11163         ... here.
11164         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
11165         Moved ...
11166         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
11167         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
11168         Moved ...
11169         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
11170         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
11171         Moved ...
11172         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
11173         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
11174         Moved ...
11175         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
11176         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
11177         Moved ...
11178         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
11179         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
11180         Moved ...
11181         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
11182         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
11183         Moved ...
11184         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
11185         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
11186         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
11187         ... here.
11188         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
11189         Moved ...
11190         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
11191         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
11192         Moved ...
11193         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
11194         ... here.
11195         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
11196         Moved ...
11197         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
11198         ... here.
11199         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
11200         Moved ...
11201         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
11202         ... here.
11203         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
11204         Moved ...
11205         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
11206         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
11207         Moved ...
11208         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
11209         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
11210         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
11211         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
11212         Moved ...
11213         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
11214         ... here.
11215         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
11216         Moved ...
11217         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
11218         ... here.
11219         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
11220         Moved ...
11221         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
11222         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
11223         Moved ...
11224         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
11225         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
11226         Moved ...
11227         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
11228         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
11229         Moved ...
11230         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
11231         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
11232         Moved ...
11233         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
11234         ... here.
11235         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
11236         Moved ...
11237         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
11238         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
11239         Moved ...
11240         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
11241         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
11242         Moved ...
11243         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
11244         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
11245         Moved ...
11246         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
11247         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
11248         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
11249         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
11250         Moved ...
11251         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
11252         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
11253         Moved ...
11254         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
11255         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
11256         Moved ...
11257         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
11258         ... here.
11259         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
11260         Moved ...
11261         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
11262         ... here.
11263         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
11264         Moved ...
11265         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
11266         ... here.
11267         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
11268         Moved ...
11269         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
11270         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
11271         Moved ...
11272         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
11273         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
11274         Moved ...
11275         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
11276         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
11277         Moved ...
11278         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
11279         ... here.
11280         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
11281         Moved ...
11282         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
11283         ... here.
11284         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
11285         Moved ...
11286         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
11287         ... here.
11288         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
11289         Moved ...
11290         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
11291         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
11292         Moved ...
11293         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
11295 2014-06-23  Will Newton  <will.newton@linaro.org>
11296             Wilco  <wdijkstr@arm.com>
11298         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
11299         implementation.  Include get-rounding-mode.h.
11300         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
11301         [!libc_feholdsetround_noex_ctx]: Define
11302         libc_feholdsetround_noex_ctx.
11303         [!libc_feholdsetround_noexf_ctx]: Define
11304         libc_feholdsetround_noexf_ctx.
11305         [!libc_feholdsetround_noexl_ctx]: Define
11306         libc_feholdsetround_noexl_ctx.
11307         (libc_feholdsetround_ctx): New function.
11308         (libc_feresetround_ctx): New function.
11309         (libc_feholdsetround_noex_ctx): New function.
11310         (libc_feresetround_noex_ctx): New function.
11312 2014-06-23  Roland McGrath  <roland@hack.frob.com>
11314         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
11315         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
11316         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
11317         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
11318         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
11319         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
11321         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
11322         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
11323         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
11324         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
11325         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
11326         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
11327         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
11328         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
11329         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
11330         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
11331         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
11332         Moved ...
11333         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
11334         ... here.
11335         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
11336         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
11337         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
11338         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
11339         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
11340         Moved ...
11341         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
11342         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
11343         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
11344         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
11345         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
11346         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
11347         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
11348         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
11349         Moved ...
11350         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
11351         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
11352         Moved ...
11353         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
11354         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
11355         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
11356         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
11357         Moved ...
11358         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
11359         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
11360         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
11361         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
11362         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
11363         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
11364         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
11365         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
11366         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
11367         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
11368         Moved ...
11369         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
11370         ... here.
11371         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
11372         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
11373         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
11374         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
11375         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
11376         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
11377         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
11378         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
11379         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
11380         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
11381         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
11382         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
11383         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
11384         Moved ...
11385         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
11386         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
11387         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
11388         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
11389         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
11390         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
11391         Moved ...
11392         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
11393         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
11394         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
11395         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
11396         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
11398         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
11399         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
11400         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
11401         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
11402         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
11403         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
11404         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
11405         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
11406         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
11407         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
11408         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
11409         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
11410         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
11411         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
11412         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
11413         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
11414         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
11415         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
11416         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
11417         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
11418         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
11419         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
11420         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
11421         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
11422         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
11423         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
11424         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
11425         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
11427 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
11429         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
11430         (FALLOC_FL_COLLAPSE_RANGE): New macro.
11431         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
11432         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
11433         (IPV6_PMTUDISC_INTERFACE): Likewise.
11434         (IPV6_PMTUDISC_OMIT): Likewise.
11436 2014-06-23  Andreas Schwab  <schwab@suse.de>
11438         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
11439         Remove unused errout label.
11441 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11443         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
11444         macro: hardware supports Vector Crypto instructions.
11446 2014-06-23  Will Newton  <will.newton@linaro.org>
11448         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
11449         rather than __builtin_expect.
11451         * elf/dl-lookup.c (undefined_msg): Remove variable.
11452         (_dl_lookup_symbol_x): Replace undefined_msg with string
11453         literal.
11455         * elf/dl-lookup.c (do_lookup_unique): New function.
11456         (do_lookup_x): Move STB_GNU_UNIQUE handling code
11457         to a separate function.
11459 2014-06-23  Andreas Schwab  <schwab@suse.de>
11461         [BZ #17079]
11462         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
11463         before reading the next line.
11465 2014-06-23  Will Newton  <will.newton@linaro.org>
11467         * test-skeleton.c (signal_handler): Use printf and %m
11468         rather than perror.  Use printf rather than fprintf to
11469         stderr.  Use puts rather than fputs to stderr.
11470         (main): Likewise.
11472 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
11474         * nscd/nscd.c (thread_info_t): Remove typedef.
11475         (thread_info): Remove variable.
11477 2014-06-21  Allan McRae  <allan@archlinux.org>
11479         * NEWS: Mention CVE-2014-4043.
11481 2014-06-20  Roland McGrath  <roland@hack.frob.com>
11483         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
11484         * nptl/smp.h: ... here.
11486         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
11488         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
11489         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
11490         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
11491         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
11493         * nptl/allocatestack.c: Include <stack-aliasing.h>.
11494         * nptl/stack-aliasing.h: New file.
11495         * sysdeps/i386/i686/stack-aliasing.h: New file.
11496         * sysdeps/i386/i686/nptl/Makefile: File removed.
11497         * sysdeps/x86_64/stack-aliasing.h: New file.
11498         * sysdeps/x86_64/nptl/Makefile
11499         (CFLAGS-pthread_create.c): Variable removed.
11501         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
11502         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
11503         old file.
11504         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
11505         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
11506         old file.
11508 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
11510         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11511         (__ASSUME_SIGFRAME_V2): Remove macro.
11512         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
11513         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
11514         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
11515         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
11516         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
11517         Declare as function.  Remove conditional macro definitions.
11518         (__default_rt_sa_restorer): Likewise.
11519         (__default_sa_restorer_v1): Remove declaration.
11520         (__default_sa_restorer_v2): Likewise.
11521         (__default_rt_sa_restorer_v1): Likewise.
11522         (__default_rt_sa_restorer_v2): Likewise.
11523         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
11524         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
11525         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
11527 2014-06-20  Roland McGrath  <roland@hack.frob.com>
11529         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
11530         (libpthread-routines): Add sysdep.
11531         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
11532         * sysdeps/unix/sysv/linux/sparc/Versions
11533         (libpthread: GLIBC_2.3.3): New version set.
11534         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
11535         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
11536         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
11537         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
11538         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
11539         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
11540         Moved ...
11541         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
11542         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
11543         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
11544         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
11545         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
11546         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
11547         * sysdeps/sparc/nptl/sem_init.c: ... here.
11548         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
11549         * sysdeps/sparc/nptl/sem_post.c: ... here.
11550         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
11551         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
11552         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
11553         * sysdeps/sparc/nptl/sem_wait.c: ... here.
11554         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
11555         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
11556         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
11557         (libpthread-routines): Add cpu_relax.
11558         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
11559         File removed.
11560         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
11561         (librt: GLIBC_2.3.3): New version set.
11562         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
11563         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
11564         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
11565         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
11566         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
11567         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
11568         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
11569         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
11570         Moved ...
11571         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
11572         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
11573         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
11574         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
11575         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
11576         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
11577         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
11578         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
11579         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
11580         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
11581         Moved ...
11582         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
11583         Update #include.
11584         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
11585         Moved ...
11586         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
11587         Update #include.
11588         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
11589         Moved ...
11590         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
11591         Update #include.
11592         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
11593         Moved ...
11594         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
11595         Update #include.
11596         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
11597         Moved ...
11598         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
11599         Update #include.
11600         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
11601         Moved ...
11602         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
11603         Update #include.
11604         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
11605         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
11606         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
11607         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
11608         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
11609         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
11610         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
11611         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
11612         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
11613         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
11614         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
11615         Moved ...
11616         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
11617         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
11618         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
11619         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
11620         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
11622 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
11624         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
11625         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
11626         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
11627         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
11628         * nscd/nscd.c: Likewise.
11629         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
11630         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
11631         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
11632         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
11634         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
11635         <kernel-features.h>.
11636         (init_mq_netlink): Remove conditional have_sock_cloexec
11637         definitions.  Remove code conditional on have_sock_cloexec < 0.
11638         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
11639         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
11640         * sysdeps/unix/sysv/linux/opensock.c: Do not include
11641         <kernel-features.h>.
11642         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
11643         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
11645 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
11647         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
11648         Add tests for memset_chk and memset.
11650         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
11651         with AVX2_Usable.
11653 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
11655         [BZ #16046]
11656         * elf/tst-dl-iter-static.c: New file.
11657         * elf/Makefile (tests-static): Add tst-dl-iter-static.
11659         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
11660         error.
11662 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
11664         * sysdeps/unix/sysv/linux/kernel-features.h
11665         (__ASSUME_F_GETOWN_EX): Remove macro.
11666         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
11667         <kernel-features.h>.
11668         (miss_F_GETOWN_EX): Remove variable or macro.
11669         (do_fcntl): Do not check miss_F_GETOWN_EX.
11670         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
11672         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
11673         Remove macro.
11674         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
11675         [!__ASSUME_AT_RANDOM]: Remove conditional code.
11676         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
11678         * sysdeps/unix/sysv/linux/kernel-features.h
11679         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
11680         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
11681         [ADJ_OFFSET_SS_READ]: Make code unconditional.
11682         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
11684 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
11686         [BZ #17075]
11687         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
11688         Fix calculation of the symbol's value.
11689         * sysdeps/arm/tst-armtlsdescloc.c: New file.
11690         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
11691         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
11692         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
11693         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
11694         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
11695         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
11696         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
11697         (modules-names): Add `tst-armtlsdescmod',
11698         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
11699         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
11700         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
11701         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
11702         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
11703         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
11704         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
11705         ($(objpfx)tst-armtlsdescloc): New dependency.
11706         ($(objpfx)tst-armtlsdescextnow): Likewise.
11707         ($(objpfx)tst-armtlsdescextlazy): Likewise.
11708         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
11709         TLS scheme support.
11710         * sysdeps/arm/configure: Regenerate.
11712 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
11714         * include/fcntl.h (__atfct_seterrno): Remove prototype.
11715         (__atfct_seterrno_2): Likewise.
11716         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
11717         <kernel-features.h>.
11718         (__ASSUME_ATFCTS): Do not undefine and redefine.
11719         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
11720         (__have_atfcts): Remove conditional definition.
11721         (__fxstatat([__NR_fstatat64]: Make code unconditional.
11722         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
11723         unreachable if [__ASSUME_ATFCTS].
11724         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
11725         not undefine and redefine.
11726         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
11727         <kernel-features.h>.
11728         (faccessat) [__NR_faccessat]: Make code unconditional.
11729         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
11730         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
11731         <kernel-features.h>.
11732         (fchmodat) [__NR_fchmodat]: Make code unconditional.
11733         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
11734         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
11735         <kernel-features.h>.
11736         (fchownat) [__NR_fchownat]: Make code unconditional.
11737         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
11738         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
11739         <kernel-features.h>.
11740         (futimesat) [__NR_futimesat]: Make code unconditional.
11741         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
11742         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
11743         <kernel-features.h>.
11744         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
11745         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
11746         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
11747         <kernel-features.h>.
11748         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
11749         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
11750         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
11751         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
11752         <kernel-features.h>.
11753         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
11754         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
11755         * sysdeps/unix/sysv/linux/linkat.c: Do not include
11756         <kernel-features.h>.
11757         (linkat) [__NR_linkat]: Make code unconditional.
11758         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
11759         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
11760         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
11761         <kernel-features.h>.
11762         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
11763         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
11764         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
11765         <kernel-features.h>.
11766         (mkdirat) [__NR_mkdirat]: Make code unconditional.
11767         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
11768         * sysdeps/unix/sysv/linux/openat.c: Do not include
11769         <kernel-features.h>.
11770         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
11771         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
11772         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
11773         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
11774         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
11775         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
11776         <kernel-features.h>.
11777         (readlinkat) [__NR_readlinkat]: Make code unconditional.
11778         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
11779         result of INLINE_SYSCALL directly, not via int variable.
11780         * sysdeps/unix/sysv/linux/renameat.c: Do not include
11781         <kernel-features.h>.
11782         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
11783         (renameat) [__NR_renameat]: Make code unconditional.
11784         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
11785         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
11786         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
11787         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
11788         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
11789         (__ASSUME_ATFCTS): Do not undefine and redefine.
11790         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
11791         <kernel-features.h>.
11792         (symlinkat) [__NR_symlinkat]: Make code unconditional.
11793         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
11794         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
11795         <kernel-features.h>.
11796         (unlinkat) [__NR_unlinkat]: Make code unconditional.
11797         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
11798         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
11799         (__ASSUME_ATFCTS): Do not undefine and redefine.
11800         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
11801         <kernel-features.h>.
11802         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
11803         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
11804         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
11805         <kernel-features.h>.
11806         (__xmknodat) [__NR_mknodat]: Make code unconditional.
11807         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
11809 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
11811         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
11813 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
11815         [BZ #17069]
11816         * posix/regcomp.c (parse_reg_exp): Deallocate partially
11817         constructed tree before returning error.
11818         * posix/bug-regexp36.c: Expand test case.
11820 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
11822         [BZ #6803]
11823         * math/libm-test.inc (scalbln_test_date):
11824         Add errno expectations.
11825         * math/w_scalblnf.c: New File.
11826         Add wrapper which checks for setting errno to ERANGE.
11827         Add weak_alias for corresponding scalbln function.
11828         * math/w_scalbln.c: Likewise.
11829         * math/w_scalblnl.c: Likewise.
11830         * math/Makefile (libm-calls): Add w_scalbln.
11831         * sysdeps/ieee754/flt-32/s_scalblnf.c:
11832         Remove weak_alias for corresponding scalbln function.
11833         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
11834         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
11835         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
11836         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
11837         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
11838         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
11839         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
11840         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
11841         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
11842         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
11843         Remove long_double_symbol for scalblnl function in libm, libc.
11844         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
11845         Add wrapper which checks for setting errno to ERANGE.
11846         Add long_double_symbol for scalblnl function in libm, libc.
11847         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
11848         Remove long_double_symbol for scalblnl in libm.
11849         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
11850         Add wrapper which checks for setting errno to ERANGE.
11851         Add long_double_symbol for scalblnl function in libm.
11852         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
11853         Do not use wrapper because of own implementation.
11855 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
11857         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
11858         3 bytes for __pad1 for x32.
11859         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
11861 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
11862             H.J. Lu  <hongjiu.lu@intel.com>
11864         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
11865         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
11866         * sysdeps/x86_64/multiarch/memset.S: Likewise.
11867         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
11868         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
11870 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
11872         [BZ #17069]
11873         * posix/regcomp.c (parse_expression): Deallocate partially
11874         constructed tree before returning error.
11875         * posix/Makefile.c (tests): Add bug-regex36.
11876         (generated): Add bug-regex36.mtrace.
11877         (tests-special): Add $(objpfx)bug-regex36-mem.out
11878         (bug-regex36-ENV): New variable.
11879         ($(objpfx)bug-regex36-mem.out): New rule.
11880         * posix/bug-regex36.c: New file.
11882 2014-06-19  Will Newton  <will.newton@linaro.org>
11884         * malloc/malloc.c (systrim): If extra is zero then return
11885         early.
11887 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
11889         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
11891 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
11893         * sysdeps/aarch64/strchr.S: New file.
11895 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
11897         [BZ #17022]
11898         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
11899         from arguments -2 or below.
11900         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
11901         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
11903 2014-06-18  Andreas Schwab  <schwab@suse.de>
11905         [BZ #17062]
11906         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
11907         of a bracket expr not to run off the end of the string.
11908         * posix/Makefile (tests): Add tst-fnmatch3.
11909         * posix/tst-fnmatch3.c: New file.
11911 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
11913         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
11914         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
11915         [$(cross-compiling) = no]: Likewise.
11916         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
11917         [$(cross-compiling) = no]: Likewise.
11919 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
11921         [BZ #17031]
11922         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
11923         double, adjusted for any remainder from the high double.
11924         * math/libm-test.inc (nearbyint): Add tests.
11925         (rint): Likewise.
11927 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11929         * nptl/sysdeps/powerpc/Makefile: Moved ...
11930         * sysdeps/powerpc/nptl/Makefile: ... here.
11931         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
11932         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
11933         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
11934         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
11935         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
11936         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
11937         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
11938         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
11939         * nptl/sysdeps/powerpc/tls.h: Moved ...
11940         * sysdeps/powerpc/nptl/tls.h: ... here.
11942 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
11944         [BZ #16681]
11945         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
11946         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
11947         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
11948         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
11949         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
11950         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
11951         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
11952         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
11953         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
11955 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
11957         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
11959 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
11961         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
11962         defined operator.
11964         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
11965         $TIMEOUTFACTOR.
11967 2014-06-16  Florian Weimer  <fweimer@redhat.com>
11969         [BZ #17058]
11970         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
11971         non-executed part of the test.
11973 2014-06-16  Andreas Schwab  <schwab@suse.de>
11975         * string/bits/string2.h (strdup, strndup): Update feature guard.
11977 2014-06-14  David S. Miller  <davem@davemloft.net>
11979         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11981 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
11983         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
11984         that was previously under [RESET_PID].
11985         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
11987         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
11988         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
11989         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
11990         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
11991         (__libc_vfork): New strong alias.
11992         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
11994 2014-06-14 Andi Kleen  <ak@linux.intel.com>
11996         * sysdeps/generic/elide.h: New file.
11998 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
12000         * Makefile (installed-headers): Adjust path of pthread.h header.
12002 2014-06-13  Roland McGrath  <roland@hack.frob.com>
12004         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
12005         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
12006         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
12007         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
12009         * nptl/sysdeps/s390/Makefile: Moved ...
12010         * sysdeps/s390/nptl/Makefile: ... here.
12011         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
12012         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
12013         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
12014         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
12015         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
12016         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
12017         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
12018         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
12019         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
12020         * sysdeps/s390/nptl/pthreaddef.h: ... here.
12021         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
12022         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
12023         * nptl/sysdeps/s390/tls.h: Moved ...
12024         * sysdeps/s390/nptl/tls.h: ... here.
12026         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
12027         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
12029 2014-06-13  David S. Miller  <davem@davemloft.net>
12031         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
12032         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
12033         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
12034         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
12035         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
12036         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
12037         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
12038         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
12039         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
12040         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
12041         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
12042         Remove RESET_PID cpp guards.
12043         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
12044         Remove RESET_PID cpp guards.
12045         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
12047 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
12049         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
12050         __sp to uintptr_t.
12052 2014-06-13  Andi Kleen  <ak@linux.intel.com>
12054         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
12055         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
12056         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
12057         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
12058         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
12059         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
12060         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
12061         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
12062         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
12063         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
12064         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
12065         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
12066         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
12067         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
12068         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
12069         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
12070         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
12071         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
12072         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
12073         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
12075         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
12076         (pthread_rwlock_rdlock): Add elision.
12077         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
12078         (pthread_rwlock_wrlock): Add elision.
12079         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
12080         (pthread_rwlock_trywrlock): Add elision.
12081         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
12082         (pthread_rwlock_tryrdlock): Add elision.
12083         * nptl/pthread_rwlock_unlock.c: Include elide.h.
12084         (pthread_rwlock_tryrdlock): Add elision unlock.
12085         * nptl/sysdeps/pthread/pthread.h:
12086         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
12087         (PTHREAD_RWLOCK_INITIALIZER,
12088         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
12089         Handle new elision field.
12090         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
12091         * sysdeps/arm/nptl/bits/pthreadtypes.h
12092         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12093         * sysdeps/sh/nptl/bits/pthreadtypes.h
12094         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12095         * sysdeps/tile/nptl/bits/pthreadtypes.h
12096         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12097         * sysdeps/a/nptl/bits/pthreadtypes.h
12098         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12099         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
12100         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12101         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
12102         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12103         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
12104         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12105         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
12106         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12107         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
12108         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12109         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
12110         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12111         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
12112         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12113         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
12114         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12115         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
12116         (elision_init): Set try_xbegin to zero when no RTM.
12117         * sysdeps/x86/nptl/bits/pthreadtypes.h
12118         (pthread_rwlock_t): Change __pad1 to __rwelision.
12119         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12121 2014-06-13  Andi Kleen  <ak@linux.intel.com>
12123         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
12124         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
12125         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
12126         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
12128 2014-06-13  Meador Inge  <meadori@codesourcery.com>
12130         [BZ #16996]
12131         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
12132         that the cached result has been set before returning it.
12134 2014-06-12  Roland McGrath  <roland@hack.frob.com>
12136         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
12137         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
12138         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
12139         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
12140         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
12141         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
12143         * nptl/sysdeps/sparc/Makefile: Moved ...
12144         * sysdeps/sparc/nptl/Makefile: ... here.
12145         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
12146         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
12147         * nptl/sysdeps/sparc/tls.h: Moved ...
12148         * sysdeps/sparc/nptl/tls.h: ... here.
12149         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
12150         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
12151         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
12152         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
12153         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
12154         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
12155         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
12156         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
12157         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
12158         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
12159         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
12160         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
12161         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
12162         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
12163         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
12164         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
12165         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
12166         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
12167         Update #include.
12168         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
12169         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
12170         Update #include.
12171         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
12172         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
12173         Update #include.
12174         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
12175         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
12176         Update #include.
12178         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
12180         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
12181         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
12183         * sysdeps/pthread/posix-timer.h: Include <list.h>.
12184         (struct list_links): Type removed.
12185         (struct thread_node, struct timer_node): Replace struct list_links
12186         with struct list_head.
12187         (list_unlink_ip): Likewise.
12188         * sysdeps/pthread/timer_routines.c
12189         (timer_free_list, thread_free_list, thread_active_list): Likewise.
12190         (list_append, list_insbefore): Likewise.
12191         (list_init): Function removed.
12192         (thread_init, init_module): Use INIT_LIST_HEAD instead.
12193         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
12194         * sysdeps/pthread/Makefile: ... here, new file.
12196         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
12197         * sysdeps/nptl/Implies: ... here.
12198         * sysdeps/unix/sysv/linux/Implies: Add nptl.
12199         * nptl/sysdeps/pthread/list.h: Moved ...
12200         * include/list.h: ... here.
12201         * nptl/sysdeps/pthread/createthread.c: Moved ...
12202         * nptl/createthread.c: ... here.
12203         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
12204         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
12205         * nptl/pt-longjmp.c: ... here.
12206         * nptl/sysdeps/pthread/Makefile: Moved ...
12207         * sysdeps/nptl/Makefile: ... here.
12208         * nptl/sysdeps/pthread/Subdirs: Moved ...
12209         * sysdeps/nptl/Subdirs: ... here.
12210         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
12211         * sysdeps/nptl/aio_misc.h: ... here.
12212         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
12213         * sysdeps/nptl/bits/libc-lock.h: ... here.
12214         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
12215         * sysdeps/nptl/bits/libc-lockP.h: ... here.
12216         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
12217         * sysdeps/nptl/bits/stdio-lock.h: ... here.
12218         * nptl/sysdeps/pthread/configure: Moved ...
12219         * sysdeps/nptl/configure: ... here.
12220         * nptl/sysdeps/pthread/configure.ac: Moved ...
12221         * sysdeps/nptl/configure.ac: ... here.
12222         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
12223         * sysdeps/nptl/gai_misc.h: ... here.
12224         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
12225         * sysdeps/nptl/librt-cancellation.c: ... here.
12226         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
12227         * sysdeps/nptl/malloc-machine.h: ... here.
12228         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
12229         * sysdeps/nptl/pthread-functions.h: ... here.
12230         * nptl/sysdeps/pthread/pthread.h: Moved ...
12231         * sysdeps/nptl/pthread.h: ... here.
12232         * nptl/sysdeps/pthread/setxid.h: Moved ...
12233         * sysdeps/nptl/setxid.h: ... here.
12234         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
12235         * sysdeps/nptl/sigfillset.c: ... here.
12236         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
12237         * sysdeps/nptl/tcb-offsets.h: ... here.
12238         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
12239         * sysdeps/nptl/tst-mqueue8x.c: ... here.
12240         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
12241         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
12242         * nptl/sysdeps/pthread/allocalim.h: Moved ...
12243         * sysdeps/pthread/allocalim.h: ... here.
12244         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
12245         * sysdeps/pthread/bits/sigthread.h: ... here.
12246         * nptl/sysdeps/pthread/flockfile.c: Moved ...
12247         * sysdeps/pthread/flockfile.c: ... here.
12248         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
12249         * sysdeps/pthread/ftrylockfile.c: ... here.
12250         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
12251         * sysdeps/pthread/funlockfile.c: ... here.
12252         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
12253         * sysdeps/pthread/posix-timer.h: ... here.
12254         * nptl/sysdeps/pthread/timer_create.c: Moved ...
12255         * sysdeps/pthread/timer_create.c: ... here.
12256         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
12257         * sysdeps/pthread/timer_delete.c: ... here.
12258         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
12259         * sysdeps/pthread/timer_getoverr.c: ... here.
12260         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
12261         * sysdeps/pthread/timer_gettime.c: ... here.
12262         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
12263         * sysdeps/pthread/timer_routines.c: ... here.
12264         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
12265         * sysdeps/pthread/timer_settime.c: ... here.
12266         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
12267         * sysdeps/pthread/tst-timer.c: ... here.
12268         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
12269         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
12271         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
12272         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
12274         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
12275         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
12276         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
12277         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
12278         Update #include target.
12279         * nptl/sysdeps/i386/i686/Makefile: Moved ...
12280         * sysdeps/i386/i686/nptl/Makefile: ... here.
12281         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
12282         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
12283         Update #include target.
12284         * nptl/sysdeps/i386/i686/tls.h: Moved ...
12285         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
12286         * nptl/sysdeps/i386/Makefile: Moved ...
12287         * sysdeps/i386/nptl/Makefile: ... here.
12288         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
12289         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
12290         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
12291         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
12292         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
12293         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
12294         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
12295         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
12296         * sysdeps/i386/nptl/pthreaddef.h: ... here.
12297         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
12298         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
12299         * nptl/sysdeps/i386/tls.h: Moved ...
12300         * sysdeps/i386/nptl/tls.h: ... here.
12302         * sysdeps/sh/Makefile [$(subdir) = csu]
12303         (gen-as-const-headers): Add tcb-offsets.sym.
12304         * nptl/sysdeps/sh/Makefile: File removed.
12305         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
12306         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
12307         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
12308         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
12309         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
12310         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
12311         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
12312         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
12313         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
12314         * sysdeps/sh/nptl/pthreaddef.h: ... here.
12315         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
12316         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
12317         * nptl/sysdeps/sh/tls.h: Moved ...
12318         * sysdeps/sh/nptl/tls.h: ... here.
12319         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
12320         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
12321         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
12322         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
12323         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
12324         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
12325         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
12326         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
12327         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
12328         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
12329         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
12330         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
12331         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
12332         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
12333         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
12334         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
12335         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
12336         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
12337         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
12338         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
12339         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
12340         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
12341         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
12342         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
12343         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
12344         Moved ...
12345         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
12346         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
12347         Moved ...
12348         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
12349         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
12350         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
12351         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
12352         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
12353         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
12354         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
12355         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
12356         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
12357         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
12358         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
12359         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
12360         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
12361         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
12362         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
12363         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
12364         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
12365         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
12366         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
12368 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
12370         * posix/spawn_faction_addopen.c: Include string.h.
12372 2014-06-11  Roland McGrath  <roland@hack.frob.com>
12374         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
12375         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
12376         * nptl/sysdeps/x86_64/Makefile: Moved ...
12377         * sysdeps/x86_64/nptl/Makefile: ... here.
12378         * nptl/sysdeps/x86_64/configure: Moved ...
12379         * sysdeps/x86_64/nptl/configure: ... here.
12380         * nptl/sysdeps/x86_64/configure.ac: Moved ...
12381         * sysdeps/x86_64/nptl/configure.ac: ... here.
12382         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
12383         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
12384         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
12385         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
12386         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
12387         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
12388         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
12389         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
12390         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
12391         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
12392         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
12393         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
12394         * nptl/sysdeps/x86_64/tls.h: Moved ...
12395         * sysdeps/x86_64/nptl/tls.h: ... here.
12396         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
12397         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
12398         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
12399         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
12401         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
12403 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12405         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12407 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
12409         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
12410         type.
12411         [POSIX] (off_t): Likewise.
12412         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
12413         [POSIX] (S_ISBLK): Require macro.
12414         [POSIX] (S_ISCHR): Likewise.
12415         [POSIX] (S_ISDIR): Likewise.
12416         [POSIX] (S_ISFIFO): Likewise.
12417         [POSIX] (S_ISREG): Likewise.
12418         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
12419         optional-macro.
12420         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
12421         type.
12422         [POSIX] (time_t): Likewise.
12423         [POSIX] (timer_t): Likewise.
12425 2014-06-11  Florian Weimer  <fweimer@redhat.com>
12427         [BZ #17048]
12428         * posix/spawn_int.h (struct __spawn_action): Make the path string
12429         non-const to support deallocation.
12430         * posix/spawn_faction_addopen.c
12431         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
12432         * posix/spawn_faction_destroy.c
12433         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
12434         path in all spawn_do_open actions.
12435         * posix/tst-spawn.c (do_test): Exercise the copy operation in
12436         posix_spawn_file_actions_addopen.
12438 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
12440         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
12441         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
12442         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
12443         conditional code always true.
12444         (__libc_vfork): New alias.
12446 2014-06-11  Roland McGrath  <roland@hack.frob.com>
12448         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12449         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
12451         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
12453         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12454         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
12456         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
12457         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
12459         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12460         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
12462 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12464         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
12465         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
12466         multiarch strcmp for PPC64.
12467         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
12468         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
12469         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
12470         multiarch optimizations.
12471         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12472         (__libc_ifunc_impl_list): Likewise.
12474 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
12476         * benchtests/scripts/validate_benchout.py: New script.
12477         * benchtests/Makefile (bench-func): Call it.
12478         * benchtests/scripts/benchout.schema.json: New file.
12480 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
12482         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
12483         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
12484         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
12485         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
12486         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
12487         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
12488         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
12489         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
12490         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
12491         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
12492         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
12493         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
12494         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
12495         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
12496         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
12497         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
12498         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
12499         Moved ...
12500         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
12501         ... here.
12502         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
12503         Moved ...
12504         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
12505         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
12506         Moved ...
12507         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
12508         ... here.
12509         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
12510         Moved ...
12511         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
12512         ... here.
12513         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
12514         Moved ...
12515         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
12516         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
12517         Moved ...
12518         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
12519         ... here.
12520         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
12521         Moved ...
12522         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
12523         ... here.
12524         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
12525         Moved ...
12526         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
12527         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
12528         Moved ...
12529         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
12530         ... here.
12531         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
12532         Moved ...
12533         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
12534         ... here.
12535         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
12536         Moved ...
12537         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
12538         ... here.
12539         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
12540         Moved ...
12541         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
12542         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
12543         Moved ...
12544         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
12545         ... here.
12546         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
12547         Moved ...
12548         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
12549         ... here.
12550         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
12551         Moved ...
12552         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
12553         ... here.
12554         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
12555         Moved ...
12556         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
12557         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
12558         Moved ...
12559         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
12560         ... here.
12561         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
12562         Moved ...
12563         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
12564         ... here.
12565         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
12566         Moved ...
12567         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
12568         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
12569         Moved ...
12570         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
12571         ... here.
12572         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
12573         Moved ...
12574         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
12575         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
12576         Moved ...
12577         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
12578         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
12579         Moved ...
12580         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
12581         ... here.
12582         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
12583         Moved ...
12584         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
12585         ... here.
12586         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
12587         Moved ...
12588         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
12589         ... here.
12590         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
12591         Moved ...
12592         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
12593         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
12594         Moved ...
12595         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
12596         ... here.
12597         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
12598         Moved ...
12599         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
12600         ... here.
12601         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
12602         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
12603         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
12604         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
12605         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
12606         Moved ...
12607         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
12608         ... here.
12609         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
12610         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
12611         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
12612         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
12613         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
12614         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
12615         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
12616         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
12617         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
12618         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
12619         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
12620         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
12621         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
12622         Moved ...
12623         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
12624         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
12625         Moved ...
12626         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
12627         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
12628         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
12629         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
12630         Moved ...
12631         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
12632         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
12633         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
12634         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
12635         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
12636         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
12637         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
12639 2014-06-10  Wilco  <wdijkstr@arm.com>
12641         * math/test-fenv-return.c: New file.
12642         * math/Makefile: Add new test test-fenv-return.
12644 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
12646         [BZ #17042]
12647         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
12648         when x - 1 is zero.
12649         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
12650         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
12651         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
12652         0.0L for an argument of 1.0L.
12653         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
12654         Likewise.
12655         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
12656         value when x - 1 is zero.
12657         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
12658         * sysdeps/i386/fpu/libm-test-ulps: Update.
12659         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12661 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
12663         [BZ #15119]
12664         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
12666 2014-06-09  Roland McGrath  <roland@hack.frob.com>
12668         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
12669         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
12671 2014-06-09  Roland McGrath  <roland@hack.frob.com>
12673         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12674         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
12676         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12677         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
12679         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12680         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
12682         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12683         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
12685         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
12686         if not already defined.
12687         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
12688         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
12689         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
12690         (TLS_INIT_TP): Use it.
12691         (TLS_DEFINE_INIT_TP): New macro.
12692         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
12694 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
12696         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
12697         constant.
12698         [POSIX] (IXANY): Likewise.
12699         [POSIX] (OLCUC): Likewise.
12700         [POSIX || POSIX2008] (CBAUD): Do not allow.
12701         [POSIX || POSIX2008] (DEFECHO): Likewise.
12702         [POSIX || POSIX2008] (ECHOCTL): Likewise.
12703         [POSIX || POSIX2008] (ECHOKE): Likewise.
12704         [POSIX || POSIX2008] (ECHOPRT): Likewise.
12705         [POSIX || POSIX2008] (EXTA): Likewise.
12706         [POSIX || POSIX2008] (EXTB): Likewise.
12707         [POSIX || POSIX2008] (FLUSHO): Likewise.
12708         [POSIX || POSIX2008] (LOBLK): Likewise.
12709         [POSIX || POSIX2008] (PENDIN): Likewise.
12710         [POSIX || POSIX2008] (SWTCH): Likewise.
12711         [POSIX || POSIX2008] (VDISCARD): Likewise.
12712         [POSIX || POSIX2008] (VDSUSP): Likewise.
12713         [POSIX || POSIX2008] (VLNEXT): Likewise.
12714         [POSIX || POSIX2008] (VREPRINT): Likewise.
12715         [POSIX || POSIX2008] (VSTATUS): Likewise.
12716         [POSIX || POSIX2008] (VWERASE): Likewise.
12717         (B*): Change to B[0123456789]*.
12718         * conform/data/time.h-data [POSIX || UNIX98]
12719         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
12720         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
12721         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
12722         [POSIX] (tm_*): Do not allow.
12724 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
12726         * Makefile (install): Don't set LANGUAGE.
12727         * Makefile.in (install): Likewise.
12728         * assert/Makefile (test-assert-ENV): Remove variable.
12729         (test-assert-perr-ENV): Likewise.
12730         * elf/Makefile (neededtest4-ENV): Likewise.
12731         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
12732         [$(cross-compiling) = no]: Don't set LANGUAGE.
12733         * io/ftwtest-sh (LANG): Remove variable.
12734         * libio/Makefile (tst-widetext-ENV): Likewise.
12735         * manual/install.texi (Running make install): Don't refer to
12736         environment settings for make install.
12737         * INSTALL: Regenerated.
12738         * nptl/tst-tls6.sh: Don't set LANG.
12739         * posix/globtest.sh (LANG): Remove variable.
12740         * string/Makefile (tester-ENV): Likewise.
12741         (inl-tester-ENV): Likewise.
12742         (noinl-tester-ENV): Likewise.
12743         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
12744         [$(cross-compiling) = no]: Don't set LANGUAGE.
12745         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
12746         without explicit environment settings.
12748 2014-06-06  Roland McGrath  <roland@hack.frob.com>
12750         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
12751         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
12752         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
12753         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
12755 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
12757         * crypt/crypt-private.h [DOS]: Add some includes taken from the
12758         other files in the crypt directory.
12759         * crypt/crypt.c: Remove duplicate includes.
12760         * crypt/crypt-entry.c: Likewise.
12761         * crypt/crypt_util.c: Likewise.
12763 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
12765         * Makeconfig (run-program-env): New variable.
12766         (run-program-prefix-before-env): Likewise.
12767         (run-program-prefix-after-env): Likewise.
12768         (run-program-prefix): Define in terms of new variables.
12769         (built-program-cmd-before-env): New variable.
12770         (built-program-cmd-after-env): Likewise.
12771         (built-program-cmd): Define in terms of new variables.
12772         (test-program-prefix-before-env): New variable.
12773         (test-program-prefix-after-env): Likewise.
12774         (test-program-prefix): Define in terms of new variables.
12775         (test-program-cmd-before-env): New variable.
12776         (test-program-cmd-after-env): Likewise.
12777         (test-program-cmd): Define in terms of new variables.
12778         * Rules (make-test-out): Use $(run-program-env).
12779         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
12780         (help): Do not mention environment variables.  Mention
12781         --timeoutfactor option.
12782         (timeoutfactor): New variable.
12783         (blacklist_exports): Remove function.
12784         (exports): Remove variable.
12785         (command): Do not include ${exports}.
12786         * manual/install.texi (Configuring and compiling): Do not mention
12787         test wrappers preserving environment variables.  Mention that last
12788         assignment to a variable must take precedence.
12789         * INSTALL: Regenerated.
12790         * benchtests/Makefile (run-bench): Use $(run-program-env).
12791         * catgets/Makefile ($(objpfx)test1.cat): Use
12792         $(built-program-cmd-before-env), $(run-program-env) and
12793         $(built-program-cmd-after-env).
12794         ($(objpfx)test2.cat): Do not specify environment variables
12795         explicitly.
12796         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
12797         $(run-program-env) and $(built-program-cmd-after-env).
12798         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
12799         $(run-program-env) and $(test-program-cmd-after-env).
12800         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
12801         explicitly.
12802         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
12803         run_program_env and test_program_cmd_after_env arguments.
12804         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
12805         * elf/tst-pathopt.sh: Use run_program_env argument.
12806         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
12807         $(test-wrapper-env) and $(run-program-env).
12808         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
12809         run_program_env arguments.
12810         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
12811         * intl/Makefile ($(objpfx)tst-gettext.out): Use
12812         $(test-program-prefix-before-env), $(run-program-env) and
12813         $(test-program-prefix-after-env).
12814         ($(objpfx)tst-gettext2.out): Likewise.
12815         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
12816         run_program_env and test_program_prefix_after_env arguments.
12817         * intl/tst-gettext2.sh: Likewise.
12818         * intl/tst-gettext4.sh: Do not set environment variables
12819         explicitly.
12820         * intl/tst-gettext6.sh: Likewise.
12821         * intl/tst-translit.sh: Likewise.
12822         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
12823         $(test-program-prefix-before-env), $(run-program-env) and
12824         $(test-program-prefix-after-env).
12825         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
12826         run_program_env and test_program_prefix_after_env arguments.
12827         * math/Makefile (run-regen-ulps): Use $(run-program-env).
12828         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
12829         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
12830         explicitly with each use of ${test_wrapper_env}.
12831         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
12832         $(test-program-prefix-before-env), $(run-program-env) and
12833         $(test-program-prefix-after-env).
12834         * posix/tst-getconf.sh: Do not set environment variables
12835         explicitly.
12836         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
12837         run_program_env and test_program_prefix_after_env arguments.
12838         * stdio-common/tst-printf.sh: Do not set environment variables
12839         explicitly.
12840         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
12841         $(test-program-prefix-before-env), $(run-program-env) and
12842         $(test-program-prefix-after-env).
12843         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
12844         run_program_env and test_program_prefix_after_env arguments.
12845         Split $test calls into $test_pre and $test.
12846         * timezone/Makefile (build-testdata): Use
12847         $(built-program-cmd-before-env), $(run-program-env) and
12848         $(built-program-cmd-after-env).
12850 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12852         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
12853         strlen for non SHARED builds.
12855 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
12857         * nptl/allocatestack.c (check_list): Inlined function...
12858         (__reclaim_stacks): ... here.
12860 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
12862         [BZ #15698]
12863         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
12864         memory overrun.
12866 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
12868         * Rules (make-test-out): Include
12869         LOCPATH=$(common-objpfx)localedata in default environment.
12870         * debug/Makefile (tst-chk1-ENV): Remove variable.
12871         (tst-chk2-ENV): Likewise.
12872         (tst-chk3-ENV): Likewise.
12873         (tst-chk4-ENV): Likewise.
12874         (tst-chk5-ENV): Likewise.
12875         (tst-chk6-ENV): Likewise.
12876         (tst-lfschk1-ENV): Likewise.
12877         (tst-lfschk2-ENV): Likewise.
12878         (tst-lfschk3-ENV): Likewise.
12879         (tst-lfschk4-ENV): Likewise.
12880         (tst-lfschk5-ENV): Likewise.
12881         (tst-lfschk6-ENV): Likewise.
12882         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
12883         (tst-iconv7-ENV): Likewise.
12884         * intl/Makefile (LOCPATH-ENV): Likewise.
12885         (tst-codeset-ENV): Likewise.
12886         (tst-gettext3-ENV): Likewise.
12887         (tst-gettext5-ENV): Likewise.
12888         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
12889         (tst-fopenloc-ENV): Likewise.
12890         (tst-fgetws-ENV): Remove variable.
12891         (tst-ungetwc1-ENV): Likewise.
12892         (tst-ungetwc2-ENV): Likewise.
12893         (bug-ungetwc2-ENV): Likewise.
12894         (tst-swscanf-ENV): Likewise.
12895         (bug-ftell-ENV): Likewise.
12896         (tst-fgetwc-ENV): Likewise.
12897         (tst-fseek-ENV): Likewise.
12898         (tst-ftell-partial-wide-ENV): Likewise.
12899         (tst-ftell-active-handler-ENV): Likewise.
12900         (tst-ftell-append-ENV): Likewise.
12901         * posix/Makefile (tst-fnmatch-ENV): Likewise.
12902         (tst-regexloc-ENV): Likewise.
12903         (bug-regex1-ENV): Likewise.
12904         (tst-regex-ENV): Likewise.
12905         (tst-regex2-ENV): Likewise.
12906         (bug-regex5-ENV): Likewise.
12907         (bug-regex6-ENV): Likewise.
12908         (bug-regex17-ENV): Likewise.
12909         (bug-regex18-ENV): Likewise.
12910         (bug-regex19-ENV): Likewise.
12911         (bug-regex20-ENV): Likewise.
12912         (bug-regex22-ENV): Likewise.
12913         (bug-regex23-ENV): Likewise.
12914         (bug-regex25-ENV): Likewise.
12915         (bug-regex26-ENV): Likewise.
12916         (bug-regex30-ENV): Likewise.
12917         (bug-regex32-ENV): Likewise.
12918         (bug-regex33-ENV): Likewise.
12919         (bug-regex34-ENV): Likewise.
12920         (bug-regex35-ENV): Likewise.
12921         (tst-rxspencer-ENV): Likewise.
12922         (tst-rxspencer-no-utf8-ENV): Likewise.
12923         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
12924         (tst-sscanf-ENV): Likewise.
12925         (tst-swprintf-ENV): Likewise.
12926         (tst-swscanf-ENV): Likewise.
12927         (test-vfprintf-ENV): Likewise.
12928         (scanf13-ENV): Likewise.
12929         (bug14-ENV): Likewise.
12930         (tst-grouping-ENV): Likewise.
12931         * stdlib/Makefile (tst-strtod-ENV): Likewise.
12932         (tst-strtod3-ENV): Likewise.
12933         (tst-strtod4-ENV): Likewise.
12934         (tst-strtod5-ENV): Likewise.
12935         (testmb2-ENV): Likewise./
12936         * string/Makefile (tst-strxfrm-ENV): Likewise.
12937         (tst-strxfrm2-ENV): Likewise.
12938         (bug-strcoll1-ENV): Likewise.
12939         (test-strcasecmp-ENV): Likewise.
12940         (test-strncasecmp-ENV): Likewise.
12941         * time/Makefile (tst-strptime-ENV): Likewise.
12942         (tst-ftime_l-ENV): Likewise.
12943         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
12944         (tst-mbrtowc-ENV): Likewise.
12945         (tst-wcrtomb-ENV): Likewise.
12946         (tst-mbrtowc2-ENV): Likewise.
12947         (tst-c16c32-1-ENV): Likewise.
12948         (tst-mbsnrtowcs-ENV): Likewise.
12950 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
12952         * manual/resource.texi (How to get information about the memory
12953         subsystem?): Fix typo.
12954         Reported by Peon de la Parra Ivan <peon@keba.com>
12956 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
12958         [BZ #16882]
12959         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
12960         (pthread_spin_lock): Branch out of spin loop to proper location.
12961         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
12962         (pthread_spin_lock): Likewise.
12964         * nptl/tst-spin4.c: New test.
12965         * nptl/Makefile (tests): Add tst-spin4.
12967 2014-06-03  Andreas Schwab  <schwab@suse.de>
12969         [BZ #15946]
12970         * resolv/res_send.c (send_dg): Reload file descriptor after
12971         calling reopen.
12973 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
12975         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
12977 2014-06-03  Richard Henderson  <rth@redhat.com>
12979         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
12980         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
12981         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
12982         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
12983         in the SAVE_PID block.
12984         (__libc_vfork): New alias.
12985         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
12987         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
12988         child in registers, not on the stack.  Remove RESET_PID conditionals.
12989         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
12991 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
12993         * sysdeps/aarch64/libm-test-ulps: Regenerate.
12995 2014-06-03  Wilco  <wdijkstr@arm.com>
12997         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
12998         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
12999         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
13000         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
13001         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
13002         Likewise.
13004 2014-06-03  Wilco  <wdijkstr@arm.com>
13006         * sysdeps/aarch64/fpu/math_private.h
13007         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
13008         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
13009         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
13010         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
13011         Fix declarations.
13013 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
13015         * crypt/crypt-private.h: Include ufc-crypt.h.
13016         (__b64_from_24bit): Declare extern.
13017         * crypt/crypt_util.c(__b64_from_24bit): New function.
13018         (b64t): New static const variable.
13019         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
13020         (b64t): Remove variable.
13021         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
13022         * crypt/sha256-crypt.c: Include crypt-private.h.
13023         (b64t): Remove variable.
13024         (__sha256_crypt_r): Remove b64_from_24bit and replace
13025         with __b64_from_24bit.
13026         * crypt/sha512-crypt.c: Likewise.
13028 2014-06-02  Roland McGrath  <roland@hack.frob.com>
13030         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
13031         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
13032         Label the code __libc_vfork rather than __vfork.
13033         [!NOT_IN_libc] (vfork): Define as weak alias.
13034         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
13035         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
13036         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
13038 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
13040         * malloc/malloc.c (malloc_info): Fix format specifier for
13041         n_mmaps.
13043 2014-06-02  Wilco  <wdijkstr@arm.com>
13045         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
13046         FPCR write.
13048 2014-06-02  Wilco  <wdijkstr@arm.com>
13050         [BZ #17009]
13051         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
13052         Rewrite to reduce FPCR/FPSR accesses.
13054 2014-06-01  David S. Miller  <davem@davemloft.net>
13056         * sysdeps/sparc/fpu/libm-test-ulps: Update.
13058 2014-05-31  David S. Miller  <davem@davemloft.net>
13060         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
13061         to occur in round to nearest mode when |x| >= 2.0
13063 2014-05-30  Richard Henderson  <rth@twiddle.net>
13065         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
13066         (PSEUDO_RET_NOERRNO): Remove.
13067         (ret): Don't redefine.
13068         (ret_NOERRNO): Define in terms of ret.
13069         (ret_ERRVAL): Likewise.
13071         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
13072         use of PSEUDO_RET; perform the error check directly.
13074 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
13076         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
13077         with __int128_t.
13079 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
13081         * malloc/malloc (malloc_info): Fix formatting.
13083 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
13084             Roland McGrath  <roland@hack.frob.com>
13086         * malloc/malloc (malloc_info): Also print mmapped statistics.
13088 2014-05-30  Roland McGrath  <roland@hack.frob.com>
13090         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
13091         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
13093 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
13095         * malloc/malloc.c (malloc_info): Inline mi_arena.
13097 2014-05-29  Richard Henderson  <rth@twiddle.net>
13099         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
13100         Remove comma before expanding ASM_ARGS_##nr.
13101         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
13102         Make _x0 a strict output; make _x8 a strict input; adjust expansion
13103         of ASM_ARGS_##nr.
13104         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
13105         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
13106         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
13107         (ASM_ARGS_1): Add leading comma.
13109         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
13110         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
13111         to __errno_location.
13112         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
13113         Remove the expected plt for __errno_location.
13115         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13116         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
13117         call to __read_tp.
13119         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13120         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
13121         it and break it down.
13122         (DOCARGS_0, DOCARGS_1): Do nothing.
13123         (DOCARGS_2): Update to store into the new stack frame.
13124         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
13125         (UNDOCARGS_1): Update to restore from the new stack frame.
13126         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
13127         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
13129         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13130         (SINGLE_THREAD_P): New parameter for result regno.
13131         (PSEUDO): Update to match; use cbz instead of beq.
13133         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13134         Use ENTRY to define the _nocancel entry point.  Share the syscall
13135         and syscall error check paths with the cancel path.
13136         (PSEUDO_END): New.
13138         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
13139         whitespace; tabs before and after asm mnemonics.
13141 2014-05-29  Eric Wong  <normalperson@yhbt.net>
13143         [BZ #15132]
13144         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
13145         Call fstat64 or stat64 internally, depending on arguments passed.
13146         Replace stat buffer argument with file descriptor argument.
13147         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
13148         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
13149         Pass fd to __internal_statvfs instead of calling fstat64.
13150         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
13151         Pass fd to __internal_statvfs64 instead of calling fstat64.
13152         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
13153         Pass -1 to __internal_statvfs instead of calling stat64.
13154         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
13155         Pass -1 to __internal_statvfs64 instead of calling stat64.
13157 2014-05-28  Roland McGrath  <roland@hack.frob.com>
13159         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
13160         that was previously under [RESET_PID].
13161         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
13163         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
13164         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
13166 2014-05-27  Roland McGrath  <roland@hack.frob.com>
13168         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
13170         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
13171         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
13173 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
13175         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
13177 2014-05-27  Andreas Schwab  <schwab@suse.de>
13179         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
13180         TLS_INIT_TP macro.
13181         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
13182         * elf/rtld.c (init_tls, dl_main): Likewise.
13183         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
13184         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
13185         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
13186         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
13187         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
13188         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
13189         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
13190         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
13191         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
13192         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
13193         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
13194         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
13195         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
13196         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
13197         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
13198         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
13199         * sysdeps/generic/tls.h: Update description.
13201 2014-05-27  Will Newton  <will.newton@linaro.org>
13203         [BZ #16990]
13204         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
13205         and restore r2 rather than just restoring.
13207 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13209         [BZ #16724]
13210         * libio/tst-ftell-append.c: New test case.
13211         * libio/Makefile (tests): Add test case.
13212         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
13213         append mode.
13214         * libio/wfileops.c (do_ftell_wide): Likewise.
13216 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13218         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13220         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
13221         ...
13222         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
13223         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
13224         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
13225         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
13226         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
13227         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
13228         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
13229         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
13230         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
13231         Moved ...
13232         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
13233         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
13234         Moved ...
13235         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
13236         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
13237         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
13238         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
13239         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
13240         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
13241         ...
13242         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
13243         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
13244         Moved ...
13245         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
13246         here.
13247         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
13248         ...
13249         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
13250         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
13251         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
13253         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
13254         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
13255         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
13256         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
13258         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
13259         merge into ...
13260         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
13261         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
13262         ...
13263         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
13264         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
13265         ...
13266         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
13267         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
13268         Moved ...
13269         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
13270         here.
13271         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
13272         Moved ...
13273         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
13274         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
13275         Moved ...
13276         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
13278         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
13279         conditional [RESET_PID].
13280         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
13281         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
13282         removed.
13283         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
13284         removed.
13286         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
13287         <tcb-offsets.h>.
13288         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13289         (__libc_vfork): New strong alias.
13290         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
13291         removed.
13292         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
13293         Removed.
13295         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
13296         <tcb-offsets.h>.
13297         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
13298         (__libc_vfork): New strong alias.
13299         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
13300         removed.
13301         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
13302         removed.
13304 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
13306         * malloc/malloc.c (mi_arena): New function.
13307         (malloc_info): Remove nested function mi_arena. Call non-nosted
13308         function mi_arena.
13310 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13312         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
13313         by insrwi.
13314         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
13315         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
13316         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
13317         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
13318         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
13319         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
13320         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
13322 2014-05-26  Andreas Schwab  <schwab@suse.de>
13324         [BZ #16984]
13325         * locale/programs/repertoire.c (repertoire_read): Add slash
13326         between I18NPATH element and file name.
13327         * locale/programs/locfile.c (locfile_read): Likewise.
13329 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
13331         * nptl/pthread_mutexattr_settype.c
13332         (__pthread_mutexattr_settype):
13333         Disable lock elision for PTHREAD_MUTEX_NORMAL.
13335 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
13337         * nptl/tst-mutex5 (do_test):
13338         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
13340 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
13342         * benchtests/README: Document 'init' directive.
13343         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
13344         BENCH_INIT.
13345         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
13346         (parse_file): Recognize 'init' directive.
13348 2014-05-26  Kyle McMartin  <kyle@redhat.com>
13350         [BZ #16796]
13351         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
13352         alignment of struct pthread.
13354 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
13356         [BZ #16878]
13357         * nscd/netgroupcache.c (addgetnetgrentX): Look for
13358         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
13359         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
13360         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
13362 2014-05-25  Richard Henderson  <rth@twiddle.net>
13364         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13365         (SINGLE_THREAD_P_PIC): Remove.
13366         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
13367         (SINGLE_THREAD_P_PIC): Remove.
13369         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
13370         branch to syscall error ...
13371         (PSEUDO): ... here.
13372         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
13373         from __local_syscall_error to .Lsyscall_error.
13374         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
13375         (SYSCALL_ERROR): Update label name.
13377         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13378         Do not use DOARGS/UNDOARGS.
13379         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
13380         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
13381         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
13382         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
13383         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
13385         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
13386         block comment.
13388         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
13389         define if !NOT_IN_libc.
13390         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
13391         define with non-default symbol versions.
13393 2014-05-23  Richard Henderson  <rth@twiddle.net>
13395         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
13396         (vfork, __vfork): Define via compat_symbol.
13398         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
13399         [!HAVE_IFUNC] (vfork_compat): Remove.
13400         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
13402 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
13404         [BZ #16978]
13405         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
13406         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
13407         variable.
13409 2014-05-23  Richard Henderson  <rth@twiddle.net>
13411         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
13412         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
13413         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
13414         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
13416         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
13417         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
13418         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
13419         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
13420         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
13421         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
13422         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
13423         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
13424         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
13425         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
13426         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
13427         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
13428         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
13429         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
13430         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
13431         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
13432         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
13433         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
13434         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
13435         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
13436         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
13437         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
13438         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
13439         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
13440         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
13441         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
13442         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
13443         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
13444         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
13445         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
13446         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
13447         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
13448         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
13449         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
13450         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
13451         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
13452         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
13453         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
13454         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
13455         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
13456         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
13457         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
13458         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
13459         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
13460         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
13461         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
13462         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
13463         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
13464         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
13465         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
13466         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
13467         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
13468         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
13469         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
13470         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
13471         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
13473         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
13474         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
13475         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
13476         before exiting on error.
13477         (__libc_vfork): New strong alias.
13478         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
13479         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
13481         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
13482         that was previously under [RESET_PID].
13483         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
13485         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
13487 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
13489         [BZ #16977]
13490         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
13491         value when x - 1 is zero.
13492         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
13493         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
13494         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
13495         0.0L for an argument of 1.0L.
13496         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
13497         Likewise.
13498         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
13499         value when x - 1 is zero.
13500         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
13501         * sysdeps/i386/fpu/libm-test-ulps: Update.
13502         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13504 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
13506         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
13507         alphasort and versionsort.
13509 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13511         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
13512         macro.
13513         [copysignf]: Likewise.
13515 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
13517         * crypt/md5-crypt.c: Fix formatting.
13519 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
13521         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
13522         (b64_from_24bit): New function.
13524 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13526         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
13527         libc_hidden_builtin_def to ifunc.
13528         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
13529         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
13531 2014-05-21  Roland McGrath  <roland@hack.frob.com>
13533         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
13534         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
13536 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
13538         * nscd/Depend (linuxthreads): Remove.
13539         (nptl): Add.
13540         * resolv/Depend (linuxthreads): Remove.
13541         * rt/Depend (linuxthreads): Remove.
13543         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
13544         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
13545         $(common-objpfx)elf/.
13546         (link-libc-before-gnulib): Likewise.
13547         (elfobjdir): Remove variable.
13548         * Makefile (install): Use $(elf-objpfx) instead of
13549         $(common-objpfx)elf/.
13550         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
13551         $(elfobjdir)/.
13552         (link-libc-deps): Likewise.
13553         ($(common-objpfx)libc.so): Likewise.
13554         ($(common-objpfx)linkobj/libc.so): Likewise.
13555         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
13556         instead of $(common-objpfx)elf/.
13557         (symbolic-link-list): Likewise.
13558         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
13559         [$(cross-compiling) = no]: Likewise.
13560         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
13561         $(elfobjdir)/.
13562         (static-gnulib-arch): Likewise.
13563         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
13564         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
13565         $(common-objpfx)elf/.
13567 2014-05-21  Richard Henderson  <rth@redhat.com>
13569         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13570         (SINGLE_THREAD_P): Use the correct width load.  Fold
13571         into the ldr offset.
13573         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
13574         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
13576 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
13578         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
13579         (libgcc_s_resume): Use __attribute_used__.
13580         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
13581         Likewise.
13583 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13585         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
13586         optimization when used with float constants.
13588         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13590 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
13592         [BZ #16915]
13593         * locale/nl_langinfo_l.c: Make direct reference to every
13594         _nl_current_CATEGORY symbol.
13595         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
13596         (tests-static): Add tst-langinfo-static.
13597         (tests-special): Add tst-langinfo-static.out.
13598         ($(objpfx)tst-langinfo.out): Redirect output.
13599         ($(objpfx)tst-langinfo-static.out): New.
13600         * localedata/tst-langinfo.sh: Send output to stdout.
13601         * localedata/tst-langinfo-static.c: New file.
13603         [BZ #16965]
13604         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
13605         when the shift amount is modulo the limb size.
13607 2014-05-20  Richard Henderson  <rth@redhat.com>
13609         [BZ #16967]
13610         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
13611         Change type of sa_flags from unsigned int to int.
13613         [BZ #16966]
13614         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
13616         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
13618 2014-05-20  Will Newton  <will.newton@linaro.org>
13620         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13621         Test the return value of the system call in the nocancel case.
13623 2014-05-20  Will Newton  <will.newton@linaro.org>
13624             Yvan Roux  <yvan.roux@linaro.org>
13626         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
13627         #include of asm/ptrace.h.
13628         (PTRACE_GET_THREAD_AREA): Remove #undef.
13629         (PTRACE_GETHBPREGS): Likewise.
13630         (PTRACE_SETHBPREGS): Likewise.
13631         (struct user_regs_struct): New structure.
13632         (struct user_fpsimd_struct): New structure.
13633         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
13634         #include of asm/ptrace.h and second #include of sys/user.h.
13635         (PTRACE_GET_THREAD_AREA): Remove #undef.
13636         (PTRACE_GETHBPREGS): Likewise.
13637         (PTRACE_SETHBPREGS): Likewise.
13638         (ELF_NGREG): Use new struct user_regs_struct.
13639         (elf_fpregset_t): Use new struct user_fpsimd_struct.
13641 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13643         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
13644         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
13646 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
13648         [BZ #16958]
13649         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
13650         membar to avoid block loads/stores to overlap previous stores.
13652 2014-05-17  Richard Henderson  <rth@redhat.com>
13654         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
13655         Create the __##syscall_name##_nocancel entry point.
13656         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
13657         Remove; let the sysdep-cancel.h code create it.
13659 2014-05-17  David S. Miller  <davem@davemloft.net>
13661         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
13662         Protect with __USE_GNU.
13663         (TIOCSET_TEMPT): Likewise.
13664         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
13665         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
13666         these are already provided in bits/ioctl-types.h
13668 2014-05-16  Roland McGrath  <roland@hack.frob.com>
13670         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
13671         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
13673         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
13674         Use wait4 regardless of [__NR_waitpid].
13676 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
13678         PR libgcc/60166
13679         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
13680         (_FP_NANSIGN_Q): Set the quiet bit.
13682 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
13684         * benchtests/Makefile
13685         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
13686         not $(common-objpfx)math/libm.so.
13687         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
13688         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
13689         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
13690         $(common-objpfx)dlfcn/libdl.so.
13691         ($(objpfx)tst-audit8): Depend on $(libm), not
13692         $(common-objpfx)math/libm.so.
13693         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
13694         not $(common-objpfx)dlfcn/libdl.so.
13695         * math/Makefile
13696         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
13697         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
13698         [$(build-shared) = yes].
13699         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
13700         $(common-objpfx)nptl/libpthread.so.
13701         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
13702         $(common-objpfx)math/libm.so$(libm.so-version) or
13703         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
13704         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
13705         $(common-objpfx)dlfcn/libdl.so.
13706         * setjmp/Makefile (link-libm): Remove variable.
13707         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
13708         * stdio-common/Makefile (link-libm): Remove variable.
13709         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
13710         * stdlib/Makefile (link-libm): Remove variable.
13711         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
13712         ($(objpfx)tst-strtod-round): Likewise.
13713         ($(objpfx)tst-tininess): Likewise.
13714         ($(objpfx)tst-strtod-underflow): Likewise.
13715         ($(objpfx)tst-strtod6): Likewise.
13716         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
13717         $(libdl), not $(common-objpfx)nptl/libpthread.so and
13718         $(common-objpfx)dlfcn/libdl.so.
13720 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13722         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
13723         BSD terminal modes definitions.
13725 2014-05-16  Roland McGrath  <roland@hack.frob.com>
13727         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
13728         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
13730         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
13731         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
13732         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
13733         Don't do #include_next.
13734         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
13735         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
13736         Don't do #include_next.
13737         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
13738         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
13739         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
13740         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
13742 2014-05-16  Allan McRae  <allan@archlinux.org>
13744         * po/sv.po: Update Swedish translation from translation project.
13746         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
13747         in sed expression.
13749 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
13751         [BZ #16917]
13752         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
13753         errno if the TIOCGPTN ioctl fails with an error different than
13754         EINVAL.
13755         * login/tst-ptsname.c: New file.
13756         * login/Makefile (tests): Add tst-ptsname.
13758         [BZ #16943]
13759         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
13760         and prlimit64.
13762 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
13764         [BZ #16849]
13765         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
13766         herrno to return EAI_AGAIN.
13768 2014-05-14  Roland McGrath  <roland@hack.frob.com>
13770         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
13771         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
13772         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
13773         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
13774         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
13775         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
13776         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
13777         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
13778         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
13779         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
13780         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
13781         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
13782         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
13783         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
13784         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
13785         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
13786         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
13787         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
13788         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
13789         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
13790         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
13791         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
13792         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
13793         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
13794         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
13795         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
13796         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
13797         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
13798         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
13799         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
13800         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
13801         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
13802         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
13803         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
13804         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
13805         Moved ...
13806         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
13807         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
13808         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
13809         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
13810         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
13811         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
13812         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
13813         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
13814         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
13815         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
13816         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
13817         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
13818         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
13819         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
13820         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
13821         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
13822         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
13823         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
13824         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
13825         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
13826         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
13827         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
13828         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
13829         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
13830         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
13831         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
13832         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
13833         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
13834         Moved ...
13835         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
13836         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
13837         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
13838         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
13839         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
13840         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
13841         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
13842         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
13843         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
13844         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
13845         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
13846         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
13847         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
13848         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
13849         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
13850         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
13851         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
13852         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
13853         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
13854         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
13855         Moved ...
13856         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
13857         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
13858         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
13860         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
13861         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
13862         (libpthread-sysdep_routines): Add elision-related stuff here instead.
13863         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
13864         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
13865         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
13866         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
13867         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
13868         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
13869         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
13870         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
13871         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
13872         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
13873         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
13874         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
13875         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
13876         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
13877         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
13878         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
13879         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
13880         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
13881         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
13882         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
13883         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
13884         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
13885         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
13886         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
13887         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
13888         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
13889         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
13890         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
13892         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
13893         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
13895         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
13896         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
13897         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
13898         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
13899         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
13900         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
13901         Moved ...
13902         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
13903         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
13904         Moved ...
13905         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
13906         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
13907         Moved ...
13908         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
13909         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
13910         Moved ...
13911         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
13912         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
13913         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
13914         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
13915         Moved ...
13916         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
13917         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
13918         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
13919         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
13920         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
13921         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
13922         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
13923         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
13924         Moved ...
13925         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
13926         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
13927         Moved ...
13928         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
13929         ... here.
13930         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
13931         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
13932         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
13933         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
13934         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
13935         Moved ...
13936         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
13937         ... here.
13938         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
13939         Moved ...
13940         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
13941         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
13942         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
13943         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
13944         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
13945         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
13946         Moved ...
13947         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
13948         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
13949         Moved ...
13950         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
13951         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
13952         Moved ...
13953         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
13954         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
13955         Moved ...
13956         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
13957         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
13958         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
13959         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
13960         Moved ...
13961         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
13962         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
13963         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
13964         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
13965         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
13966         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
13967         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
13968         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
13969         Moved ...
13970         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
13971         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
13972         Moved ...
13973         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
13974         ... here.
13975         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
13976         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
13977         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
13978         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
13979         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
13980         Moved ...
13981         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
13982         ... here.
13983         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
13984         Moved ...
13985         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
13986         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
13987         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
13988         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
13989         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
13990         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
13991         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
13992         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
13993         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
13994         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
13995         Moved ...
13996         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
13997         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
13998         Moved ...
13999         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
14000         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
14001         Moved ...
14002         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
14003         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
14004         Moved ...
14005         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
14006         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
14007         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
14008         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
14009         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
14010         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
14011         Moved ...
14012         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
14013         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
14014         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
14015         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
14016         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
14017         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
14018         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
14019         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
14020         Moved ...
14021         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
14022         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
14023         Moved ...
14024         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
14025         ... here.
14026         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
14027         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
14028         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
14029         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
14030         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
14031         Moved ...
14032         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
14033         ... here.
14034         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
14035         Moved ...
14036         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
14037         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
14038         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
14039         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
14040         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
14041         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
14042         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
14043         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
14044         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
14045         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
14046         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
14048         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
14049         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
14051         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
14052         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
14054         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
14055         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
14056         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
14057         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
14058         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
14059         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
14060         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
14061         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
14062         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
14063         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
14064         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
14065         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
14066         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
14067         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
14068         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
14069         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
14070         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
14071         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
14072         Moved ...
14073         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
14074         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
14075         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
14076         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
14077         Moved ...
14078         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
14079         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
14080         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
14081         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
14082         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
14083         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
14084         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
14085         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
14086         Moved ...
14087         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
14088         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
14089         Moved ...
14090         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
14091         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
14092         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
14093         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
14094         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
14095         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
14096         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
14097         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
14098         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
14099         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
14100         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
14101         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
14102         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
14103         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
14104         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
14105         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
14106         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
14108         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
14109         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
14110         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
14111         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
14112         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
14114         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
14115         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
14116         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
14117         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
14118         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
14119         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
14120         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
14121         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
14122         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
14123         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
14125         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
14126         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
14128         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
14129         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
14130         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
14131         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
14132         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
14133         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
14134         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
14135         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
14136         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
14137         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
14138         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
14139         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
14140         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
14141         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
14142         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
14143         Update #include.
14144         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
14145         Likewise.
14146         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
14147         Likewise.
14148         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
14149         Likewise.
14150         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
14151         Likewise.
14152         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
14153         Likewise.
14154         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
14155         Likewise.
14156         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
14157         Likewise.
14158         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
14159         Likewise.
14160         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
14161         Likewise.
14162         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
14163         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
14164         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
14165         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
14166         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
14167         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
14168         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
14169         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
14170         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
14171         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
14172         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
14173         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
14174         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
14175         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
14176         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
14178         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
14179         that was previously under [RESET_PID].
14180         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
14181         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
14182         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
14184         * sysdeps/i386/nptl/Implies: New file.
14185         * sysdeps/x86_64/nptl/Implies: New file.
14186         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
14187         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
14188         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
14189         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
14191         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
14192         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14193         (__libc_vfork): New strong alias.
14194         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
14195         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
14197         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
14198         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14199         (__libc_vfork): New strong alias.
14200         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
14201         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
14203         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
14204         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14205         (__libc_vfork): New strong alias.
14206         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
14207         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
14208         * nptl/pt-vfork.c: New file.
14209         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
14210         (libpthread: GLIBC_2.20): New version set (empty).
14212 2014-05-14  Will Newton  <will.newton@linaro.org>
14214         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
14215         rather than #if.
14217 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
14219         [BZ #16564]
14220         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
14221         arguments with exponent 65 or above.
14222         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
14223         arguments 0x1p113L or above.
14224         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
14225         to arguments 0x1p107L or above.
14226         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
14227         positive arguments with exponent 65 or above.
14228         * math/auto-libm-test-in: Add more tests of log1p.
14229         * math/auto-libm-test-out: Regenerated.
14231         [BZ #16928]
14232         * math/s_cacos.c (__cacos): Ensure zero real part of result from
14233         non-finite arguments is +0.
14234         * math/s_cacosf.c (__cacosf): Likewise.
14235         * math/s_cacosl.c (__cacosl): Likewise.
14236         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
14237         * sysdeps/i386/fpu/libm-test-ulps: Update.
14238         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14240         [BZ #16927]
14241         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
14242         value.
14243         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
14244         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
14245         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
14246         for explicit high bit of mantissa when testing for argument equal
14247         to 1.
14248         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
14249         * sysdeps/i386/fpu/libm-test-ulps: Update.
14250         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14252         [BZ #16516]
14253         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
14254         (__erf): Scale by 16 instead of 8 in potentially underflowing
14255         case.  Ensure exception if result actually underflows.
14256         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
14257         (__erff): Scale by 16 instead of 8 in potentially underflowing
14258         case.  Ensure exception if result actually underflows.
14259         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
14260         (efx8): Remove variable.
14261         (__erfl): Scale by 16 instead of 8 in potentially underflowing
14262         case.  Ensure exception if result actually underflows.
14263         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
14264         (efx8): Remove variable.
14265         (__erfl): Scale by 16 instead of 8 in potentially underflowing
14266         case.  Ensure exception if result actually underflows.
14267         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
14268         (efx8): Remove variable.
14269         (__erfl): Scale by 16 instead of 8 in potentially underflowing
14270         case.  Ensure exception if result actually underflows.
14271         * math/auto-libm-test-in: Add more tests of erf.
14272         * math/auto-libm-test-out: Regenerated.
14274 2014-05-14  Andreas Schwab  <schwab@suse.de>
14276         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
14277         Remove code conditionalized on USE___THREAD.
14279         * config.h.in (HAVE_PT_CHOWN): Define as 0.
14280         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
14281         not definedness.
14283 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
14285         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
14286         Define unconditionally.
14287         (__ASSUME_O_CLOEXEC): Likewise.
14288         (__ASSUME_SOCK_CLOEXEC): Likewise.
14289         (__ASSUME_IN_NONBLOCK): Likewise.
14290         (__ASSUME_PIPE2): Likewise.
14291         (__ASSUME_EVENTFD2): Likewise.
14292         (__ASSUME_SIGNALFD4): Likewise.
14293         (__ASSUME_DUP3): Likewise.
14294         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14295         (__ASSUME_DUP3): Do not define.
14296         (__ASSUME_EVENTFD2): Likewise.
14297         (__ASSUME_IN_NONBLOCK): Likewise.
14298         (__ASSUME_O_CLOEXEC): Likewise.
14299         (__ASSUME_PIPE2): Likewise.
14300         (__ASSUME_SIGNALFD4): Likewise.
14301         (__ASSUME_SOCK_CLOEXEC): Likewise.
14302         (__ASSUME_UTIMES): Undefine.
14303         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14304         (__ASSUME_UTIMES): Do not define.
14305         (__ASSUME_O_CLOEXEC): Likewise.
14306         (__ASSUME_SOCK_CLOEXEC): Likewise.
14307         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
14308         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
14309         0x020621].
14310         (__ASSUME_PIPE2): Likewise.
14311         (__ASSUME_EVENTFD2): Likewise.
14312         (__ASSUME_SIGNALFD4): Likewise.
14313         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
14314         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
14315         Do not define.
14316         (__ASSUME_EVENTFD2): Likewise.
14317         (__ASSUME_SIGNALFD4): Likewise.
14318         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
14319         (__ASSUME_32BITUIDS): Likewise.
14320         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
14321         (__ASSUME_IPC64): Likewise.
14322         (__ASSUME_ST_INO_64_BIT): Likewise.
14323         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
14324         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
14325         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14326         (__ASSUME_UTIMES): Do not define.
14327         (__ASSUME_PSELECT): Likewise.
14328         (__ASSUME_PPOLL): Likewise.
14329         (__ASSUME_O_CLOEXEC): Likewise.
14330         (__ASSUME_SOCK_CLOEXEC): Likewise.
14331         (__ASSUME_IN_NONBLOCK): Likewise.
14332         (__ASSUME_PIPE2): Likewise.
14333         (__ASSUME_EVENTFD2): Likewise.
14334         (__ASSUME_SIGNALFD4): Likewise.
14335         (__ASSUME_DUP3): Likewise.
14336         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14337         (__ASSUME_UTIMES): Likewise.
14338         (__ASSUME_O_CLOEXEC): Likewise.
14339         (__ASSUME_SOCK_CLOEXEC): Likewise.
14340         (__ASSUME_IN_NONBLOCK): Likewise.
14341         (__ASSUME_PIPE2): Likewise.
14342         (__ASSUME_EVENTFD2): Likewise.
14343         (__ASSUME_SIGNALFD4): Likewise.
14344         (__ASSUME_DUP3): Likewise.
14345         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14346         (__ASSUME_UTIMES): Likewise.
14347         (__ASSUME_O_CLOEXEC): Likewise.
14348         (__ASSUME_SOCK_CLOEXEC): Likewise.
14349         (__ASSUME_IN_NONBLOCK): Likewise.
14350         (__ASSUME_PIPE2): Likewise.
14351         (__ASSUME_EVENTFD2): Likewise.
14352         (__ASSUME_SIGNALFD4): Likewise.
14353         (__ASSUME_DUP3): Likewise.
14354         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
14355         Likewise.
14356         (__ASSUME_UTIMES): Likewise.
14357         (__ASSUME_EVENTFD2): Likewise.
14358         (__ASSUME_SIGNALFD4): Likewise.
14359         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14360         (__ASSUME_O_CLOEXEC): Likewise.
14361         (__ASSUME_SOCK_CLOEXEC): Likewise.
14362         (__ASSUME_IN_NONBLOCK): Likewise.
14363         (__ASSUME_PIPE2): Likewise.
14364         (__ASSUME_EVENTFD2): Likewise.
14365         (__ASSUME_SIGNALFD4): Likewise.
14366         (__ASSUME_DUP3): Likewise.
14367         (__ASSUME_UTIMES): Undefine.
14369         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
14370         feclearexcept.  Remove symbol versioning code.
14371         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
14372         symbol versioning code.
14373         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
14374         symbol versioning code.
14375         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
14376         feupdateenv.  Remove symbol versioning code.
14377         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
14378         fegetexceptflag.  Remove symbol versioning code.
14379         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
14380         fesetexceptflag.  Remove symbol versioning code.
14381         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
14382         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
14383         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
14384         (__posix_fadvise64_l32): Remove prototype.
14385         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
14386         code.
14388 2014-05-13  Roland McGrath  <roland@hack.frob.com>
14390         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
14391         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
14392         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
14393         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
14395 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
14397         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
14398         current working directory
14400 2014-05-13  Roland McGrath  <roland@hack.frob.com>
14402         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
14403         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
14404         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
14405         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
14406         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
14407         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
14408         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
14409         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
14410         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
14411         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
14412         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
14413         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
14414         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
14415         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
14416         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
14417         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
14418         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
14419         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
14420         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
14421         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
14422         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
14423         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
14424         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
14425         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
14426         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
14427         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
14428         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
14429         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
14430         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
14431         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
14432         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
14433         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
14434         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
14435         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
14436         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
14437         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
14438         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
14439         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
14440         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
14441         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
14442         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
14443         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
14445         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
14446         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
14448         * sysdeps/unix/sysv/linux/arm/Makefile
14449         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
14450         Add rt-aeabi_unwind_cpp_pr1.
14451         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
14452         Add nptl-aeabi_unwind_cpp_pr1.
14453         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
14454         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
14455         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
14456         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
14457         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
14458         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
14460         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
14461         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
14462         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
14463         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
14465         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
14466         Deconditionalize the code that was previously under [RESET_PID].
14467         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
14469         * sysdeps/generic/exit-thread.h: New file.
14470         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
14471         * include/unistd.h (__exit_thread): Remove declaration.
14472         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
14473         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
14474         * csu/libc-start.c: Include <exit-thread.h>.
14475         (LIBC_START_MAIN): Pass no argument to __exit_thread.
14476         * nptl/pthread_create.c: Include <exit-thread.h>.
14477         (start_thread): Call __exit_thread in place of __exit_thread_inline.
14478         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
14479         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
14480         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
14481         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
14482         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
14483         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
14484         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
14485         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
14486         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
14487         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
14488         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
14489         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
14490         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
14491         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
14492         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
14493         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
14495 2014-05-13  Andreas Schwab  <schwab@suse.de>
14497         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
14499 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
14501         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
14502         (__ASSUME_UTIMES): Do not condition on kernel version.
14503         (__ASSUME_PSELECT): Define unconditionally.
14504         (__ASSUME_PPOLL): Likewise.
14505         (__ASSUME_ATFCTS): Likewise.
14506         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
14507         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
14508         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
14509         (__ASSUME_UTIMENSAT): Define unconditionally.
14510         (__ASSUME_PRIVATE_FUTEX): Likewise.
14511         (__ASSUME_FALLOCATE): Likewise.
14512         (__ASSUME_O_CLOEXEC): Likewise.
14513         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
14514         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
14515         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
14516         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
14517         (__ASSUME_IN_NONBLOCK): Likewise.
14518         (__ASSUME_PIPE2): Likewise.
14519         (__ASSUME_EVENTFD2): Likewise.
14520         (__ASSUME_SIGNALFD4): Likewise.
14521         (__ASSUME_DUP3): Likewise.
14522         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14523         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
14524         (__ASSUME_AT_RANDOM): Likewise.
14525         (__ASSUME_PREADV): Likewise.
14526         (__ASSUME_PWRITEV): Likewise.
14527         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
14528         (__ASSUME_F_GETOWN_EX): Define unconditionally.
14529         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
14530         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
14531         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
14532         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14533         (__ASSUME_O_CLOEXEC): Define unconditionally.
14534         (__ASSUME_PSELECT): Do not undefine conditionally.
14535         (__ASSUME_PPOLL): Likewise.
14536         (__ASSUME_ATFCTS): Likewise.
14537         (__ASSUME_SET_ROBUST_LIST): Likewise.
14538         (__ASSUME_UTIMENSAT): Likewise.
14539         (__ASSUME_FDATASYNC): Define unconditionally.
14540         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14541         (__ASSUME_SIGFRAME_V2): Likewise.
14542         )__ASSUME_EVENTFD2): Likewise.
14543         (__ASSUME_SIGNALFD4): Likewise.
14544         (__ASSUME_PSELECT): Do not undefine conditionally.
14545         (__ASSUME_PPOLL): Likewise.
14546         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14547         (__ASSUME_PSELECT): Define unconditionally.
14548         (__ASSUME_PPOLL): Likewise.
14549         (__ASSUME_O_CLOEXEC): Likewise.
14550         (__ASSUME_SOCK_CLOEXEC): Likewise.
14551         (__ASSUME_IN_NONBLOCK): Likewise.
14552         (__ASSUME_PIPE2): Likewise.
14553         (__ASSUME_EVENTFD2): Likewise.
14554         (__ASSUME_SIGNALFD4): Likewise.
14555         (__ASSUME_DUP3): Likewise.
14556         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14557         (__ASSUME_O_CLOEXEC): Likewise.
14558         (__ASSUME_SOCK_CLOEXEC): Likewise.
14559         (__ASSUME_IN_NONBLOCK): Likewise.
14560         (__ASSUME_PIPE2): Likewise.
14561         (__ASSUME_EVENTFD2): Likewise.
14562         (__ASSUME_SIGNALFD4): Likewise.
14563         (__ASSUME_DUP3): Likewise.
14564         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14565         (__ASSUME_EVENTFD2): Likewise.
14566         (__ASSUME_SIGNALFD4): Likewise.
14567         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14569 2014-05-12  Andreas Schwab  <schwab@suse.de>
14571         [BZ #16932]
14572         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
14573         (_nss_nis_gethostbyname4_r): Return error if item length is larger
14574         than maximum RPC packet size.
14575         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
14576         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
14577         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
14578         (_nss_nis_getservbyport_r): Likewise.
14580 2014-05-12  Will Newton  <will.newton@linaro.org>
14582         * malloc/Makefile (tests): Add tst-mallopt.
14583         * malloc/tst-mallopt.c: New file.
14585 2014-05-09  Roland McGrath  <roland@hack.frob.com>
14587         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
14588         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
14590 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14592         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
14593         (tst-tlsmod6.so): Likewise.
14595 2014-05-09  Roland McGrath  <roland@hack.frob.com>
14597         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
14599 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
14601         [BZ #16064]
14602         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
14603         and <dl-procinfo.h>.
14604         (__fegetenv): Save SSE state in envp->__eip if supported.
14605         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
14606         envp->__eip if supported.
14607         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
14608         and <dl-procinfo.h>.
14609         (__fesetenv): Always set __eip, __cs_selector, __opcode,
14610         __data_offset and __data_selector in environment to 0.  Set SSE
14611         state if supported.
14612         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
14613         test-fenv-sse.
14614         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
14615         -mfpmath=sse.
14616         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
14618 2014-05-09  Will Newton  <will.newton@linaro.org>
14620         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
14621         and libc_relro_required for ARM.
14622         * sysdeps/arm/preconfigure: Regenerate.
14624 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
14625             Stefan Liebler  <stli@linux.vnet.ibm.com>
14627         * config.make.in (enable-lock-elision): New Makefile variable.
14628         * configure.ac: Likewise.
14629         * configure: Regenerate.
14630         * sysdeps/s390/configure.ac:
14631         Add check for gcc transactions support.
14632         * sysdeps/s390/configure: Regenerate.
14633         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
14634         Build elision files if enabled.
14635         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
14636         Add lock elision support for s390.
14637         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
14638         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
14639         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
14640         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
14641         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
14642         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
14643         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
14644         Likewise.
14645         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
14646         Likewise.
14647         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
14648         Likewise.
14649         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
14650         Likewise.
14651         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
14652         (__lll_timedlock_elision, __lll_lock_elision)
14653         (__lll_unlock_elision, __lll_trylock_elision)
14654         (lll_timedlock_elision, lll_lock_elision)
14655         (lll_unlock_elision, lll_trylock_elision): Add.
14656         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
14657         (pthread_mutex_t): Add lock elision support for s390.
14659 2014-05-14  Wilco  <wdijkstr@arm.com>
14661         * sysdeps/arm/fclrexcpt.c: Cleanup.
14662         * sysdeps/arm/fedisblxcpt.c: Cleanup.
14663         * sysdeps/arm/feenablxcpt.c: Cleanup.
14664         * sysdeps/arm/fegetenv.c: Cleanup.
14665         * sysdeps/arm/fegetexcept.c: Cleanup.
14666         * sysdeps/arm/fegetround.c: Cleanup.
14667         * sysdeps/arm/feholdexcpt.c: Cleanup.
14668         * sysdeps/arm/fesetenv.c: Cleanup.
14669         * sysdeps/arm/fesetround.c: Cleanup.
14670         * sysdeps/arm/feupdateenv.c: Cleanup.
14671         * sysdeps/arm/fgetexcptflg.c: Cleanup.
14672         * sysdeps/arm/fraiseexcpt.c: Cleanup.
14673         * sysdeps/arm/fsetexcptflg.c: Cleanup.
14674         * sysdeps/arm/ftestexcept.c: Cleanup.
14675         * sysdeps/arm/get-rounding-mode.h: Cleanup.
14676         * sysdeps/arm/setfpucw.c: Cleanup.
14678 2014-05-09  Will Newton  <will.newton@linaro.org>
14680         * sysdeps/arm/armv7/strcmp.S: New file.
14681         * NEWS: Mention addition of ARMv7 optimized strcmp.
14683 2014-05-08  Roland McGrath  <roland@hack.frob.com>
14685         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
14686         look for %.ac rather than %.in.
14688         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
14689         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
14690         * sysdeps/mach/hurd/configure: Regenerated.
14691         * sysdeps/unix/sysv/linux/configure: Regenerated.
14693         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
14695 2014-05-07  Steve Ellcey  <sellcey@mips.com>
14697         [BZ# 16922]
14698         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
14699         (LONG_SUB): Ditto.
14700         (PTR_SUB): Ditto.
14702 2014-05-07  Andreas Schwab  <schwab@suse.de>
14704         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
14705         when skipping over non-matching result from nscd.
14707 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
14709         [BZ #16876]
14710         * nptl/sockperf.c (client): Check socket return value.
14712         [BZ #16877]
14713         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
14714         nscd security class.
14716 2014-05-06  Roland McGrath  <roland@hack.frob.com>
14718         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
14719         * sysdeps/arm/unwind.h: ... here.
14721 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
14723         [BZ# 16916]
14724         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
14725         Define.
14727 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
14729         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
14730         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
14731         multiarch strncpy for PPC64.
14732         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
14733         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
14734         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
14735         multiarch optimizations.
14736         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14737         (__libc_ifunc_impl_list): Likewise.
14738         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
14739         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
14740         multiarch stpncpy for PPC64.
14741         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
14742         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
14744 2014-05-06  Andreas Schwab  <schwab@suse.de>
14746         [BZ #16912]
14747         * gmon/mcount.c (_MCOUNT_DECL): Use
14748         atomic_compare_and_exchange_bool_acq instead of
14749         catomic_compare_and_exchange_bool_acq.
14751 2014-05-05  Roland McGrath  <roland@hack.frob.com>
14753         * elf/Makefile (others, install-bin): Remove pldd.
14754         (pldd-modules): Variable removed.
14755         ($(objpfx)pldd): Target removed.
14756         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
14757         (others, install-bin): Append pldd here.
14758         ($(objpfx)pldd): New target.
14760         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
14761         to 0, so the first #if test emitted later doesn't see it undefined.
14762         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
14763         * sysdeps/gnu/errlist.c: Regenerated.
14765 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14767         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
14768         [libc_hidden_builtin_def]: Define to empty value.
14769         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
14770         [libc_hidden_builtin_def]: Likewise.
14771         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
14772         [libc_hidden_builtin_def]: Likewise.
14773         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
14774         [libc_hidden_builtin_def]: Likewise.
14775         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
14776         __redirect_memcpy and define ifunc as default hidden symbol.
14777         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
14778         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
14780 2014-05-04  Adam Conrad  <adconrad@0c3.net>
14782         * locale/iso-4217.def: Reintroduce XDR currency.
14784 2014-05-04  Allan McRae  <allan@archlinux.org>
14786         * po/eo.po: Update Esperanto translation from translation project.
14788 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
14790         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
14791         and FEATURE_INDEX_MAX to 1.
14792         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
14794 2014-05-01  Steve Ellcey  <sellcey@mips.com>
14796         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
14797         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
14798         * iconvdata/big5.c (ONE_DIRECTION): Define.
14799         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
14800         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
14801         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
14802         * iconvdata/cp932.c (ONE_DIRECTION): Define.
14803         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
14804         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
14805         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
14806         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
14807         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
14808         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
14809         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
14810         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
14811         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
14812         * iconvdata/gbk.c (ONE_DIRECTION): Define.
14813         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
14814         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
14815         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
14816         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
14817         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
14818         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
14819         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
14820         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
14821         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
14822         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
14823         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
14824         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
14825         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
14826         * iconvdata/iso646.c (ONE_DIRECTION): Define.
14827         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
14828         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
14829         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
14830         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
14831         * iconvdata/johab.c (ONE_DIRECTION): Define.
14832         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
14833         * iconvdata/sjis.c (ONE_DIRECTION): Define.
14834         * iconvdata/t.61.c (ONE_DIRECTION): Define.
14835         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
14836         * iconvdata/tscii.c (ONE_DIRECTION): Define.
14837         * iconvdata/uhc.c (ONE_DIRECTION): Define.
14838         * iconvdata/unicode.c (ONE_DIRECTION): Define.
14839         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
14840         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
14841         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
14843 2014-05-01  Roland McGrath  <roland@hack.frob.com>
14845         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
14846         (_IO_JUMPS_OFFSET): Define to 0.
14848         * nptl/sysdeps/pthread/bits/libc-lock.h
14849         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
14850         (__libc_lock_define_initialized_recursive): Always define using
14851         initializer.  Modern compilers treat uninitialized (implicit zero) and
14852         explicit zero initializers the same (i.e. put the datum in bss).
14854 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
14856         * nscd/nscd-client.h: Include <string.h>.
14858 2014-05-01  David S. Miller  <davem@davemloft.net>
14860         [BZ #16885]
14861         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
14862         multiple zero bytes exist at the end of a string.
14863         Reported by Aurelien Jarno <aurelien@aurel32.net>
14865         * string/test-strcmp.c (check): Add explicit test for situations where
14866         there are multiple zero bytes after the first.
14868 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
14870         [BZ #16890]
14871         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
14872         when compiling wprintf.
14873         * stdio-common/tstdiomisc.c (t3): New function.
14874         (main): Call it.
14876 2014-05-01  Steve Ellcey  <sellcey@mips.com>
14878         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
14879         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
14880         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
14881         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
14883 2014-05-01  Steve Ellcey  <sellcey@mips.com>
14885         * stdlib/longlong.h: Updated from GCC.
14887 2014-05-01  Will Newton  <will.newton@linaro.org>
14888             Bernard Ogden  <bernie.ogden@linaro.org>
14890         * NEWS: Update fixed bug list.
14892         [BZ #15119]
14893         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
14895 2014-04-30  David S. Miller  <davem@davemloft.net>
14897         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
14898         (libc_feholdexcept_setround_sparc_ctx): New function.
14899         (libc_fesetenv_sparc_ctx): Likewise.
14900         (libc_feupdateenv_sparc_ctx): Likewise.
14901         (libc_feholdsetround_sparc_ctx): Likewise.
14902         (libc_feholdexcept_setround_ctx): Define.
14903         (libc_feholdexcept_setroundf_ctx): Likewise.
14904         (libc_feholdexcept_setroundl_ctx): Likewise.
14905         (libc_fesetenv_ctx): Likewise.
14906         (libc_fesetenvf_ctx): Likewise.
14907         (libc_fesetenvl_ctx): Likewise.
14908         (libc_feupdateenv_ctx): Likewise.
14909         (libc_feupdateenvf_ctx): Likewise.
14910         (libc_feupdateenvl_ctx): Likewise.
14911         (libc_feresetround_ctx): Likewise.
14912         (libc_feresetroundf_ctx): Likewise.
14913         (libc_feresetroundl_ctx): Likewise.
14914         (libc_feholdsetround_ctx): Likewise.
14915         (libc_feholdsetroundf_ctx): Likewise.
14916         (libc_feholdsetroundl_ctx): Likewise.
14918         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
14919         with __USE_GNU instead of XOPEN cpp guards.
14921         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
14922         0.
14924         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
14925         with XOPEN cpp guards.
14927 2014-04-30  Julian Brown  <julian@codesourcery.com>
14929         [BZ #16888]
14930         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
14931         handling.
14933 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
14935         [BZ #9894]
14936         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
14937         Change to 2.6.32.
14938         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
14939         * sysdeps/unix/sysv/linux/configure: Regenerated.
14940         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
14941         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
14942         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
14943         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
14944         * README: Update reference to required Linux kernel version.
14945         * manual/install.texi (Linux): Update reference to required Linux
14946         kernel headers version.
14947         * INSTALL: Regenerated.
14949         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
14950         header inclusion.
14951         [POSIX] (limits.h): Likewise.
14952         [POSIX] (math.h): Likewise.
14953         [POSIX] (sys/wait.h): Likewise.
14954         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
14955         function.
14956         [POSIX] (stddef.h): Do not allow header inclusion.
14958 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14960         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
14962 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
14964         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
14965         Return immediately after lll_futex_wake.
14967 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
14969         [BZ #16791]
14970         * nscd/nscd-client.h (datahead_init_common): Initialize entire
14971         structure.
14972         (datahead_init_pos): Call datahead_init_common early.
14973         (datahead_init_neg): Likewise.
14975         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
14976         datahead_init_neg): New functions.
14977         * nscd/aicache.c (addhstaiX): Use them.
14978         * nscd/grpcache.c (cache_addgr): Likewise.
14979         * nscd/hstcache.c (cache_addhst): Likewise.
14980         * nscd/initgrcache.c (addinitgroupsX): Likewise.
14981         * nscd/netgroupcache.c (do_notfound): Likewise.
14982         (addgetnetgrentX): Likewise.
14983         (addinnetgrX): Likewise.
14984         * nscd/pwdcache.c (cache_addpw): Likewise.
14985         * nscd/servicescache.c (cache_addserv): Likewise.
14987 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
14988             Atsushi Onoe  <atsushi@onoe.org>
14990         [BZ #14308]
14991         [BZ #12994]
14992         [BZ #13651]
14993         * resolv/res_query.c (__libc_res_nsearch): Return if at least
14994         one response is valid.
14995         * resolv/res_send.c (send_dg): Check for validity of other
14996         response if the current response is a referral.
14998 2014-04-29  Steve Ellcey  <sellcey@mips.com>
15000         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
15002 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
15004         [BZ #16823]
15005         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
15006         Always divide by positive zero when computing -Inf result.
15007         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
15008         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
15010 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15012         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
15013         FPSCR if value do not change.
15014         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
15015         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
15016         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
15017         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
15018         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
15019         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
15020         function.
15022 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
15024         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
15025         * sysdeps/unix/sysv/linux/hppa: Move directory from
15026         ports/systeps/unix/sysv/linux/hppa.
15027         * README: Update listing for hppa-*-linux-gnu.
15029 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
15031         [BZ #16754]
15032         * manual/stdio.texi (Hook functions): Fix types of stream hook
15033         functions.
15034         [BZ #16854]
15035         * socket/sys/socket.h: Fix typo in comment.
15037 2014-04-28  Wilco  <wdijkstr@arm.com>
15039         * sysdeps/arm/fenv_private.h: New file.
15040         * sysdeps/arm/math_private.h: New file.
15041         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
15043 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
15045         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
15046         with __int128_t.
15047         (La_x86_64_retval): Likewise.
15049 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
15051         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
15052         fpsr if value didn't change.
15053         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
15054         to fpcr if value didn't change.
15055         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
15056         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
15057         fpsr or fpcr if value didn't change.
15058         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
15059         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
15060         fpcr if value didn't change.
15061         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
15062         to fpsr if value didn't change.
15064 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
15066         * nptl/tst-sem3.c: Use test-skeleton.c
15067         (main): Rename to do_test.  Use return instead of
15068         exit.
15069         * nptl/tst-sem4.c: Use test-skeleton.c
15070         (main): Rename to do_test.
15072 2014-04-22  David S. Miller  <davem@davemloft.net>
15074         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
15075         (struct sigaction): New struct member __glibc_reserved0, change
15076         type of sa_flags to int.
15078 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
15080         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
15081         (COUNT_LEADING_ZEROS_0): Define for AArch64.
15083 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
15085         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
15086         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
15088 2014-04-22  Will Newton  <will.newton@linaro.org>
15089             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
15091         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
15092         (__longjmp): Add longjmp and longjmp_target SystemTap
15093         probes.
15094         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
15095         (__sigsetjmp): Add setjmp SystemTap probe.
15097 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
15099         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
15100         match manual order.
15102 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15104         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
15106         * sysdeps/powerpc/fpu/fenv_private.h
15107         (libc_feholdexcept_setroundl_ctx): Define to
15108         libc_feholdexcept_setround_ppc_ctx.
15109         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
15110         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
15111         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
15112         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
15114 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
15116         * sysdeps/aarch64/math-tests.h: New file.
15118 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
15120         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
15121         New.
15122         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
15123         Check and set bit_AVX2_Usable.
15124         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
15125         macro.
15126         (bit_AVX2): Likewise.
15127         (index_AVX2_Usable): Likewise.
15128         (CPUID_AVX2): Likewise.
15129         (HAS_AVX2): Likewise.
15131 2014-04-17  Will Newton  <will.newton@linaro.org>
15133         * manual/setjmp.texi (System V contexts): Add note that
15134         calling setcontext on a context created by a call to a
15135         signal handler is undefined.  Update text to note that
15136         setcontext from a signal handler is possible but not
15137         recommended.
15139         [BZ #16629]
15140         * stdlib/tst-setcontext.c: Include signal.h.
15141         (main): Check that the signal stack before and
15142         after swapcontext is the same.
15144         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
15145         Re-implement to restore registers in user code and avoid
15146         rt_sigreturn system call.
15148 2014-04-17  Wilco  <wdijkstr@arm.com>
15150         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
15151         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
15152         * math/test-fenv.c: Skip exception trap tests on targets which only
15153         support non-stop mode.
15155 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
15156             Wilco Dijkstra  <wilco.dijkstra@arm.com>
15158         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
15159         (libc_feholdsetround_aarch64_ctx)
15160         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
15161         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
15162         (libc_feresetround_ctx, libc_feresetroundf_ctx)
15163         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
15164         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
15165         (libc_feresetround_noexl_ctx): Define.
15167 2014-04-16  Richard Henderson  <rth@redhat.com>
15169         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
15171         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
15172         unwind tables.
15174         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
15175         const from the non-libc, non-ldso copy.
15177         * sysdeps/alpha/libm-test-ulps: Regenerate.
15179 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
15180             Wilco Dijkstra  <wilco.dijkstra@arm.com>
15182         * sysdeps/aarch64/fpu/math_private.h: New file.
15184 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15186         * sysdeps/aarch64/libm-test-ulps: Regenerate.
15188 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
15190         [BZ #16275]
15191         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
15192         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
15193         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
15194         Intel MPX bound registers before _dl_profile_fixup.
15195         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
15196         registers after _dl_profile_fixup.  Save and restore bound
15197         registers bnd0/bnd1 when calling _dl_call_pltexit.
15198         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
15199         (LR_BND_OFFSET): Likewise.
15200         (LRV_BND0_OFFSET): Likewise.
15201         (LRV_BND1_OFFSET): Likewise.
15203 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15205         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
15206         to...
15207         * sysdeps/mach/hurd/i386/tls.h: ... here.
15208         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
15209         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
15210         fields.
15212 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15214         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
15216 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
15218         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
15220 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
15222         [BZ #14770]
15223         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
15224         * sysdeps/s390/configure: Regenerate.
15226         [BZ #16824]
15227         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
15228         Set round-to-nearest internally to reduce error accumulation.
15230 2014-04-16  Alan Modra  <amodra@gmail.com>
15232         [BZ #16740]
15233         [BZ #16619]
15234         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
15235         * math/libm-test.inc (frexp_test_data): Add tests.
15236         * NEWS: Update fixed bug list.
15238 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
15240         * benchtests/Makefile: Depend on libraries in build directory.
15241         (bench-math): Separate out math tests.
15242         (bench-pthread): Separate out pthread tests.
15243         (bench): Include math and pthread tests.
15245 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
15247         [BZ #16831]
15248         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
15249         _dl_debug_initialize.
15251         * configure.ac: Remove SELinux header check.
15252         * configure: Regenerate.
15253         * nscd/selinux.c (perms): Array of const char* to permission names.
15254         (nscd_request_avc_has_perm): Call security_deny_unknown to find
15255         default policy. Call string_to_security_class and string_to_av_perm to
15256         translate strings. Enforce default policy and call avs_has_perm with
15257         results of translated strings.
15259 2014-04-13  David S. Miller  <davem@davemloft.net>
15261         * sysdeps/sparc/fpu/libm-test-ulps: Update.
15263 2014-04-12  Allan McRae  <allan@archlinux.org>
15265         [BZ #16838]
15266         * manual/string.texi (Collation Functions): Fix qsort argument
15267         order in example.
15268         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
15270 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
15272         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
15273         Make the test a no-op if there are no exceptions defined.
15275 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
15277         * elf/Makefile (tests): make tst-dlopen-aout conditional on
15278         enable-hardcoded-path-in-tests
15280 2014-04-11  Will Newton  <will.newton@linaro.org>
15282         * benchtests/Makefile (extra-objs): Add json-lib.o.
15283         (bench-func): Tidy up JSON output.
15284         * benchtests/bench-skeleton.c: Include json-lib.h.
15285         (main): Use JSON library functions to do output of
15286         benchmark results.
15287         * benchtests/bench-timing-type.c (main): Output the
15288         timing type simply, leaving formatting to the user.
15289         * benchtests/json-lib.c: New file.
15290         * benchtests/json-lib.h: Likewise.
15292 2014-04-11  Torvald Riegel  <triegel@redhat.com>
15294         [BZ #15215]
15295         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
15296         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
15297         memory barriers.  Add comments.
15298         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
15299         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
15300         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
15301         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
15302         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
15303         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
15305 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
15307         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
15308         * sysdeps/s390/s390-64/configure.ac: ... this ...
15309         * sysdeps/s390/configure.ac: ... to here.
15310         * sysdeps/s390/s390-32/configure: Delete file.
15311         * sysdeps/s390/s390-64/configure: Delete file.
15312         * sysdeps/s390/configure: Regenerate.
15314 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
15316         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
15318 2014-04-11  Will Newton  <will.newton@linaro.org>
15320         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
15321         to zero if it is not defined elsewhere.  (mtrim): Test
15322         the value of MALLOC_DEBUG with #if rather than #ifdef.
15324 2014-04-10 Torvald Riegel  <triegel@redhat.com>
15326         * benchtests/pthread_once-inputs: New file.
15327         * benchtests/pthread_once-source.c: New file.
15328         * benchtests/README: Update documentation.
15330 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
15331             H.J. Lu  <hongjiu.lu@intel.com>
15333         [BZ #16275]
15334         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
15335         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
15336         * sysdeps/x86_64/configure: Regenerated.
15337         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
15338         macro.
15339         (REGISTER_SAVE_RAX): Likewise.
15340         (REGISTER_SAVE_RCX): Likewise.
15341         (REGISTER_SAVE_RDX): Likewise.
15342         (REGISTER_SAVE_RSI): Likewise.
15343         (REGISTER_SAVE_RDI): Likewise.
15344         (REGISTER_SAVE_R8): Likewise.
15345         (REGISTER_SAVE_R9): Likewise.
15346         (REGISTER_SAVE_BND0): Likewise.
15347         (REGISTER_SAVE_BND1): Likewise.
15348         (REGISTER_SAVE_BND2): Likewise.
15349         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
15350         bound registers when calling _dl_fixup.
15352 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15354         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
15355         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
15356         of its definition.
15357         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
15358         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
15359         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
15360         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
15361         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
15362         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
15363         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
15365 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
15367         [BZ #15514]
15368         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
15369         pathconf(_PC_NAME_MAX).
15371 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15373         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
15374         Remove macro usage.
15375         (__PTHREAD_SPINS): Move definition to ...
15376         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
15377         (__PTHREAD_SPINS): ... here.
15378         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
15379         (__PTHREAD_SPIN): Likewise.
15380         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
15381         (__PTHREAD_SPIN): Likewise.
15382         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
15383         (__PTHREAD_SPIN): Likewise.
15384         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
15385         (__PTHREAD_SPIN): Likewise.
15386         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
15387         (__PTHREAD_SPIN): Likewise.
15388         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
15389         (__PTHREAD_SPIN): Likewise.
15390         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
15391         (__PTHREAD_SPIN): Likewise.
15392         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
15393         (__PTHREAD_SPIN): Likewise.
15394         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
15395         (__PTHREAD_SPIN): Likewise.
15396         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
15397         (__PTHREAD_SPIN): Likewise.
15398         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
15399         (__PTHREAD_SPIN): Likewise.
15400         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
15401         (__PTHREAD_SPIN): Likewise.
15403         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
15404         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
15405         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
15406         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
15407         imply folder.
15408         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
15409         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
15410         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
15411         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
15412         correct imply path.
15413         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
15414         strlen symbol for non multi-arch builds.
15415         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
15416         missing hidden_def and weak_alias.
15418 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
15420         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
15422 2014-04-07  Will Newton  <will.newton@linaro.org>
15424         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
15425         and contents.  [!_LIBC] Remove #ifndef and contents.
15426         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
15427         * string/memccpy.c (__memccpy): Use ANSI prototype.
15428         * string/memfrob.c (memfrob): Likewise.
15429         * string/strcoll.c (STRCOLL): Likewise.
15430         * string/strlen.c (strlen): Likewise.
15431         * string/strtok.c (STRTOK): Likewise.
15432         * string/strcat.c: Remove unused #include of memcopy.h.
15433         (strcat): Use ANSI prototype.
15434         * string/strchr.c: Remove unused #include of memcopy.h.
15435         (strchr): Use ANSI prototype.
15436         * string/strcmp.c: Remove unused #include of memcopy.h.
15437         (strcmp): Use ANSI prototype.
15438         * string/strcpy.c: Remove unused #include of memcopy.h.
15439         (strcpy): Use ANSI prototype.
15441 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15443         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
15444         * config.make.in (config-extra-cppflags): Set it from
15445         libc_extra_cppflags.
15446         * configure.ac (libc_extra_cflags): Make it accumulate over
15447         configure fragments.
15448         (libc_extra_cppflags): New flag.
15449         * configure. Regenerate.
15450         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
15451         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
15452         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
15453         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
15455         [BZ #16815]
15456         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
15457         result for FE_DOWNWARD rounding mode.
15458         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
15459         Likewise.
15460         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15462 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
15464         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
15465         in function argument name.
15467 2014-04-03  David Svoboda  <svoboda@cert.org>
15469         [BZ #5666]
15470         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
15471         explicitly.
15473 2014-04-03  Roland McGrath  <roland@hack.frob.com>
15475         * elf/dl-unmap-segments.h: New file.
15476         * sysdeps/generic/ldsodefs.h
15477         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
15478         * elf/dl-close.c: Include <dl-unmap-segments.h>.
15479         * elf/dl-fptr.c: Likewise.
15480         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
15481         * sysdeps/aarch64/tlsdesc.c: Likewise.
15482         * sysdeps/arm/tlsdesc.c: Likewise.
15483         * sysdeps/i386/tlsdesc.c: Likewise.
15484         * sysdeps/tile/dl-runtime.c: Likewise.
15485         * sysdeps/x86_64/tlsdesc.c: Likewise.
15486         * elf/dl-load.h: New file.
15487         * elf/dl-load.c: Include it.
15488         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
15489         Macros moved to dl-load.h.
15490         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
15491         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
15492         Use _dl_unmap_segments in place of __munmap.
15493         Break out segment-mapping loop into ...
15494         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
15496 2014-04-03  Will Newton  <will.newton@linaro.org>
15498         * elf/dl-lookup.c (do_lookup_x): Remove comment
15499         referring to nested function and move variable
15500         declarations down to before first use.
15502 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
15504         [BZ #16799]
15505         [BZ #16800]
15506         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
15507         with 0 numerator.
15508         * math/s_catanf.c (__catanf): Likewise.
15509         * math/s_catanh.c (__catanh): Likewise.
15510         * math/s_catanhf.c (__catanhf): Likewise.
15511         * math/s_catanhl.c (__catanhl): Likewise.
15512         * math/s_catanl.c (__catanl): Likewise.
15513         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
15514         by positive zero when computing -Inf result.
15515         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
15516         (catanh_test): Likewise.
15517         * sysdeps/i386/fpu/libm-test-ulps: Update.
15518         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15520         [BZ #16789]
15521         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
15522         instead of using underflowing value in computing result.
15523         * math/s_clog10.c (__clog10): Likewise.
15524         * math/s_clog10f.c (__clog10f): Likewise.
15525         * math/s_clog10l.c (__clog10l): Likewise.
15526         * math/s_clogf.c (__clogf): Likewise.
15527         * math/s_clogl.c (__clogl): Likewise.
15528         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
15529         (clog10_test): Likewise.
15530         * sysdeps/i386/fpu/libm-test-ulps: Update.
15531         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15533 2014-04-02  Alan Modra  <amodra@gmail.com>
15535         [BZ #16739]
15536         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
15537         output when value is near a power of two.  Use int64_t for lx and
15538         remove casts.  Use decimal rather than hex exponent constants.
15539         Don't use long double multiplication when double will suffice.
15540         * math/libm-test.inc (nextafter_test_data): Add tests.
15541         * NEWS: Add 16739 and 16786 to bug list.
15543         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
15545         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
15547 2014-04-01  Will Newton  <will.newton@linaro.org>
15549         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
15550         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
15552 2014-04-01  Florian Weimer  <fweimer@redhat.com>
15554         [BZ #13347]
15555         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
15556         * nptl/tst-setuid2.c: New file.
15557         * nptl/Makefile (xtests): Add tst-setuid2.
15559 2014-04-01  Alan Modra  <amodra@gmail.com>
15561         [BZ #16786]
15562         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
15564 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
15566         [BZ #6803]
15567         [BZ #6804]
15568         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
15569         set errno as appropriate.
15570         * math/w_scalbf.c (__scalbf): Likewise.
15571         * math/w_scalbl.c (__scalbl): Likewise.
15572         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
15573         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
15574         * math/libm-test.inc (scalb_test_data): Add errno expectations.
15575         Add more NaN tests.
15577         [BZ #16349]
15578         * math/w_atan2.c: Include <errno.h>.
15579         (__atan2): Set errno for result underflowing to zero.
15580         * math/w_atan2f.c: Include <errno.h>.
15581         (__atan2f): Set errno for result underflowing to zero.
15582         * math/w_atan2l.c: Include <errno.h>.
15583         (__atan2l): Set errno for result underflowing to zero.
15584         * math/auto-libm-test-in: Don't allow missing errno for some atan2
15585         tests.
15586         * math/auto-libm-test-out: Regenerated.
15588 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15590         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
15591         Encode instruction correctly in little endian.
15592         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
15593         Likewise.
15594         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
15595         Likewise.
15596         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
15597         Likewise.
15598         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
15599         Likewise.
15601 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
15603         [BZ #9894]
15604         * sysdeps/unix/sysv/linux/kernel-features.h
15605         [__sparc__ && !__arch64__ && !__sparc_v9__]
15606         (__ASSUME_SET_ROBUST_LIST): Do not define.
15607         [__sparc__ && !__arch64__ && !__sparc_v9__]
15608         (__ASSUME_FUTEX_LOCK_PI): Likewise.
15609         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
15610         Likewise.
15611         * sysdeps/unix/sysv/linux/arm/kernel-features.h
15612         (__ASSUME_FUTEX_LOCK_PI): Undefine.
15613         (__ASSUME_REQUEUE_PI): Likewise.
15614         (__ASSUME_SET_ROBUST_LIST): Likewise.
15615         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
15616         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
15617         Undefine.
15618         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15619         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
15620         Likewise.
15621         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
15622         Likewise.
15623         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
15624         Likewise.
15625         * sysdeps/unix/sysv/linux/mips/kernel-features.h
15626         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
15627         Undefine.
15628         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
15629         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
15630         Likewise.
15632         [BZ #16648]
15633         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15634         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
15635         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
15637 2014-03-31  Will Newton  <will.newton@linaro.org>
15639         * benchtests/Makefile (bench): Add ffs and ffsll to list
15640         of tests.
15641         * benchtests/ffs-inputs: New file.
15642         * benchtests/ffsll-inputs: Likewise.
15644 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
15646         [BZ #16770]
15647         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
15648         too large before casting to int.
15649         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
15650         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
15651         * math/libm-test.inc (scalb_test_data): Add more tests.
15653 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
15655         * benchtests/Makefile (DETAILED_OPT): New make option.
15656         (bench-func): Run benchmark program with -d if DETAILED_OPT is
15657         set.
15658         * benchtests/bench-skeleton.c: Include stdbool.h.
15659         (main): Store and print timings per input.
15660         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
15661         member to each argument value.
15662         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
15663         (_print_arg_data): Initialize per-input timing to 0.
15665         * benchtests/Makefile (timing-type): New binary.
15666         (bench-clean): Also remove bench-timing-type.
15667         (bench): New target for timing-type.
15668         (bench-func): Print output in JSON format.
15669         * benchtests/bench-skeleton.c (main): Print output in JSON
15670         format.
15671         * benchtests/bench-timing-type.c: New file.
15672         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
15673         (TIMING_PRINT_STATS): Remove.
15674         * benchtests/scripts/bench.py (_print_arg_data): Store variant
15675         name separately.
15677         * benchtests/bench-modf.c: Remove.
15678         * benchtests/modf-inputs: New inputs file.
15680 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
15682         [BZ #16362]
15683         * math/s_clog10.c (M_PI_LOG10E): New macro.
15684         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
15685         imaginary parts are 0.
15686         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
15687         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
15688         imaginary parts are 0.
15689         * math/s_clog10l.c (M_PI_LOG10El): New macro.
15690         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
15691         imaginary parts are 0.
15692         * math/libm-test.inc (clog10_test_data): Update expected results
15693         for when real and imaginary parts are 0.
15695 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
15697         * elf/dl-load.c: Finish conversion of __builtin_expect into
15698         __glibc_{un}likely.
15700 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
15702         [BZ #16348]
15703         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
15704         1+x for argument with exponent below -67.
15705         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
15706         Likewise.
15707         * math/auto-libm-test-in: Add more tests of exp.
15708         * math/auto-libm-test-out: Regenerated.
15710 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15712         [BZ #16759]
15713         * inet/getnetgrent_r.c (get_nonempty_val): New function.
15714         (nscd_getnetgrent): Use it.
15716         [BZ #16760]
15717         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
15718         of stpcpy.
15720 2014-03-27  Andi Kleen  <ak@linux.intel.com>
15722         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
15723         (lll_robust_lock, lll_cond_lock, lll_timedlock)
15724         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
15725         (lll_robust_unlock): Remove out of line section. Use cfi
15726         intrinsics.
15727         (LLL_STUB_UNWIND_INFO*): Remove.
15728         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
15729         (lll_robust_lock, lll_cond_lock, lll_timedlock)
15730         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
15731         (lll_robust_unlock): Remove out of line section. Use cfi
15732         intrinsics.
15733         (LLL_STUB_UNWIND_INFO*): Remove.
15735 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15737         [BZ #16758]
15738         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
15739         blank values.
15741 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
15743         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
15745 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
15747         [BZ #16198]
15748         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
15749         fnstenv.
15750         * math/test-fenv-preserve.c: New file.
15751         * math/Makefile (tests): Add test-fenv-preserve.
15753 2014-03-26  Will Newton <will.newton@linaro.org>
15755         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
15757 2014-03-25  Roland McGrath  <roland@hack.frob.com>
15759         * scripts/versionlist.awk: Partition the version sets and emit all
15760         GLIBC_* (sorted) before all others (sorted).
15762 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
15764         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
15765         GLIBC_2.2.5 version.
15767 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15769         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
15770         calls.
15772         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
15773         previous change.
15775         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15777 2014-03-25  Andreas Schwab  <schwab@suse.de>
15779         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
15780         label to be used after in6ailist is initialized.
15782 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15784         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
15785         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
15787 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
15789         [BZ #16357]
15790         [BZ #16599]
15791         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
15792         min_plus_half.
15793         (fp_formats): Update initializers.
15794         (init_fp_formats): Initialize new field.
15795         (output_for_one_input_case): Allow underflow for results up to
15796         min_plus_half.
15797         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
15798         * math/auto-libm-test-in: Don't mark some underflows from asin and
15799         atanh as spurious.
15800         * math/auto-libm-test-out: Regenerated.
15801         * sysdeps/i386/fpu/libm-test-ulps: Update.
15802         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15804 2014-03-25  Andreas Schwab  <schwab@suse.de>
15806         * libio/Makefile (tst-ftell-partial-wide-ENV)
15807         (tst-ftell-active-handler-ENV): Define.
15809 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
15811         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
15813 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
15815         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
15817 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
15819         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
15820         * sysdeps/x86_64/fpu/multiarch/e_exp.c
15821         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
15823 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
15825         [BZ #16634]
15826         * elf/dl-load.c (open_verify): Add mode parameter.
15827         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
15828         (open_path): Change from boolean 'secure' to complete flag 'mode'
15829         (_dl_map_object): Adjust.
15830         * elf/Makefile (tests): Add tst-dlopen-aout.
15831         * elf/tst-dlopen-aout.c: New test.
15833 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
15835         [BZ #16714]
15836         * sysdeps/unix/sysv/linux/s390/bits/stat.h
15837         (struct stat): Rename member pad0 to __glibc_reserved0.
15839         [BZ #16712]
15840         * sysdeps/s390/s390-32/bits/wordsize.h
15841         (__WORDSIZE32_SIZE_ULONG): New define.
15842         * sysdeps/s390/s390-64/bits/wordsize.h
15843         (__WORDSIZE32_SIZE_ULONG): Likewise.
15844         * sysdeps/generic/stdint.h (SIZE_MAX):
15845         Define as UL if __WORDSIZE32_SIZE_ULONG.
15847         [BZ #16713]
15848         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
15849         (__glibc_reserved0): New variable.
15850         (sa_flags): Change type to int.
15852         * posix/Makefile (before-compile): Use += before-compile instead
15853         of a :=.
15855         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
15856         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
15858 2014-03-20  Andreas Schwab  <schwab@suse.de>
15860         [BZ #16743]
15861         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
15862         non-matching result from nscd.
15864 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
15866         * scripts/bench.py: Moved to ...
15867         * benchtests/scripts/bench.py: ... here.
15868         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
15870 2014-03-24  Andreas Schwab  <schwab@suse.de>
15872         [BZ #16002]
15873         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
15874         alloca_account and account alloca use for struct in6ailist.
15876 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
15878         [BZ #16284]
15879         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
15880         rounding mode to recompute results that overflow to infinity or
15881         underflow to zero.
15882         * math/auto-libm-test-in: Don't mark tests as expected to fail for
15883         bug 16284.
15884         * math/auto-libm-test-out: Regenerated.
15885         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
15886         (ccosh_test): Likewise.
15887         (csin_test_data): Use plus_oflow.
15888         (csin_test): Use ALL_RM_TEST.
15889         (csinh_test_data): Use plus_oflow.
15890         (csinh_test): Use ALL_RM_TEST.
15891         * sysdeps/i386/fpu/libm-test-ulps: Update.
15892         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15894 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
15896         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
15897         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
15898         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
15900         [BZ #16731]
15901         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
15902         when x - 1 is zero.
15903         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
15904         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
15905         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
15906         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
15907         argument is 1.
15908         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
15909         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
15910         zero.
15911         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
15912         * sysdeps/i386/fpu/libm-test-ulps: Update.
15913         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15915 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
15917         * scripts/bench.pl: Remove file.
15918         * scripts/bench.py: New benchmark script.
15919         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
15920         * benchtests/README: Mention python dependency.
15921         * scripts/pylintrc: New file.
15922         * scripts/pylint: New file.
15924         * bits/mathdef.h: Use #ifdef instead of #if.
15925         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
15926         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
15927         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
15928         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
15929         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
15930         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
15932 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15933             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
15935         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
15936         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
15937         and strpbrk-ppc64 objects.
15938         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
15939         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
15940         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
15941         multiarch strpbrk for POWER7.
15942         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
15943         multiarch strpbrk for PPC64.
15944         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
15945         ifunc selector.
15946         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
15947         strpbrk for POWER7.
15949 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
15951         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
15952         (atan_test): Likewise.
15953         (atanh_test_data): Use NO_TEST_INLINE for two tests.
15954         (atanh_test): Use ALL_RM_TEST.
15955         (atan2_test_data): Likewise.
15956         (cabs_test): Likewise.
15957         (cacosh_test): Likewise.
15958         (carg_test): Likewise.
15959         (casin_test): Likewise.
15960         (casinh_test): Likewise.
15961         (cbrt_test): Likewise.
15962         (csqrt_test): Likewise.
15963         (erf_test): Likewise.
15964         (erfc_test): Likewise.
15965         (pow10_test): Likewise.
15966         (exp2_test): Likewise.
15967         (hypot_test): Likewise.
15968         (j0_test): Likewise.
15969         (j1_test): Likewise.
15970         (lgamma_test): Likewise.
15971         (gamma_test): Likewise.
15972         (sincos_test): Likewise.
15973         (tanh_test): Likewise.
15974         (y0_test): Likewise.
15975         (y1_test): Likewise.
15976         * sysdeps/i386/fpu/libm-test-ulps: Update.
15977         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15979 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15981         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
15982         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
15983         and strcspn-ppc64 objects.
15984         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
15985         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
15986         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
15987         multiarch strcspn for POWER7.
15988         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
15989         multiarch strcspn for PPC64.
15990         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
15991         ifunc selector.
15992         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
15993         strcspn for POWER7.
15995 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
15997         * math/gen-libm-test.pl (generate_testfile): Expect only function
15998         name as argument to AUTO_TESTS_* and pass results for all rounding
15999         modes to parse_args.
16000         (parse_auto_input): Separate inputs of automatic tests from
16001         outputs before storing in %auto_tests.
16002         * math/libm-test.inc (acos_test_data): Update call to
16003         AUTO_TESTS_f_f.
16004         (acos_test): Use ALL_RM_TEST.
16005         (acos_tonearest_test_data): Remove.
16006         (acos_test_tonearest): Likewise.
16007         (acos_towardzero_test_data): Likewise.
16008         (acos_test_towardzero): Likewise.
16009         (acos_downward_test_data): Likewise.
16010         (acos_test_downward): Likewise.
16011         (acos_upward_test_data): Likewise.
16012         (acos_test_upward): Likewise.
16013         (acosh_test_data): Update call to AUTO_TESTS_f_f.
16014         (asin_test_data): Likewise.
16015         (asin_test): Use ALL_RM_TEST.
16016         (asin_tonearest_test_data): Remove.
16017         (asin_test_tonearest): Likewise.
16018         (asin_towardzero_test_data): Likewise.
16019         (asin_test_towardzero): Likewise.
16020         (asin_downward_test_data): Likewise.
16021         (asin_test_downward): Likewise.
16022         (asin_upward_test_data): Likewise.
16023         (asin_test_upward): Likewise.
16024         (asinh_test_data): Update call to AUTO_TESTS_f_f.
16025         (atan_test_data): Likewise.
16026         (atanh_test_data): Likewise.
16027         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
16028         (cabs_test_data): Update call to AUTO_TESTS_c_f.
16029         (carg_test_data): Likewise.
16030         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
16031         (ccos_test_data): Update call to AUTO_TESTS_c_c.
16032         (ccosh_test_data): Likewise.
16033         (cexp_test_data): Likewise.
16034         (clog_test_data): Likewise.
16035         (clog10_test_data): Likewise.
16036         (cos_test_data): Update call to AUTO_TESTS_f_f.
16037         (cos_test): Use ALL_RM_TEST.
16038         (cos_tonearest_test_data): Remove.
16039         (cos_test_tonearest): Likewise.
16040         (cos_towardzero_test_data): Likewise.
16041         (cos_test_towardzero): Likewise.
16042         (cos_downward_test_data): Likewise.
16043         (cos_test_downward): Likewise.
16044         (cos_upward_test_data): Likewise.
16045         (cos_test_upward): Likewise.
16046         (cosh_test_data): Update call to AUTO_TESTS_f_f.
16047         (cosh_test): Use ALL_RM_TEST.
16048         (cosh_tonearest_test_data): Remove.
16049         (cosh_test_tonearest): Likewise.
16050         (cosh_towardzero_test_data): Likewise.
16051         (cosh_test_towardzero): Likewise.
16052         (cosh_downward_test_data): Likewise.
16053         (cosh_test_downward): Likewise.
16054         (cosh_upward_test_data): Likewise.
16055         (cosh_test_upward): Likewise.
16056         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
16057         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
16058         (ctan_test_data): Likewise.
16059         (ctan_test): Use ALL_RM_TEST.
16060         (ctan_tonearest_test_data): Remove.
16061         (ctan_test_tonearest): Likewise.
16062         (ctan_towardzero_test_data): Likewise.
16063         (ctan_test_towardzero): Likewise.
16064         (ctan_downward_test_data): Likewise.
16065         (ctan_test_downward): Likewise.
16066         (ctan_upward_test_data): Likewise.
16067         (ctan_test_upward): Likewise.
16068         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
16069         (ctanh_test): Use ALL_RM_TEST.
16070         (ctanh_tonearest_test_data): Remove.
16071         (ctanh_test_tonearest): Likewise.
16072         (ctanh_towardzero_test_data): Likewise.
16073         (ctanh_test_towardzero): Likewise.
16074         (ctanh_downward_test_data): Likewise.
16075         (ctanh_test_downward): Likewise.
16076         (ctanh_upward_test_data): Likewise.
16077         (ctanh_test_upward): Likewise.
16078         (erf_test_data): Update call to AUTO_TESTS_f_f.
16079         (erfc_test_data): Likewise.
16080         (exp_test_data): Likewise.
16081         (exp_test): Use ALL_RM_TEST.
16082         (exp_tonearest_test_data): Remove.
16083         (exp_test_tonearest): Likewise.
16084         (exp_towardzero_test_data): Likewise.
16085         (exp_test_towardzero): Likewise.
16086         (exp_downward_test_data): Likewise.
16087         (exp_test_downward): Likewise.
16088         (exp_upward_test_data): Likewise.
16089         (exp_test_upward): Likewise.
16090         (exp10_test_data): Update call to AUTO_TESTS_f_f.
16091         (exp10_test): Use ALL_RM_TEST.
16092         (exp10_tonearest_test_data): Remove.
16093         (exp10_test_tonearest): Likewise.
16094         (exp10_towardzero_test_data): Likewise.
16095         (exp10_test_towardzero): Likewise.
16096         (exp10_downward_test_data): Likewise.
16097         (exp10_test_downward): Likewise.
16098         (exp10_upward_test_data): Likewise.
16099         (exp10_test_upward): Likewise.
16100         (exp2_test_data): Update call to AUTO_TESTS_f_f.
16101         (expm1_test_data): Likewise.
16102         (expm1_test): Use ALL_RM_TEST.
16103         (expm1_tonearest_test_data): Remove.
16104         (expm1_test_tonearest): Likewise.
16105         (expm1_towardzero_test_data): Likewise.
16106         (expm1_test_towardzero): Likewise.
16107         (expm1_downward_test_data): Likewise.
16108         (expm1_test_downward): Likewise.
16109         (expm1_upward_test_data): Likewise.
16110         (expm1_test_upward): Likewise.
16111         (fma_test_data): Update call to AUTO_TESTS_fff_f.
16112         (fma_test): Use ALL_RM_TEST.
16113         (fma_towardzero_test_data): Remove.
16114         (fma_test_towardzero): Likewise.
16115         (fma_downward_test_data): Likewise.
16116         (fma_test_downward): Likewise.
16117         (fma_upward_test_data): Likewise.
16118         (fma_test_upward): Likewise.
16119         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
16120         (j0_test_data): Update call to AUTO_TESTS_f_f.
16121         (j1_test_data): Likewise.
16122         (jn_test_data): Update call to AUTO_TESTS_if_f.
16123         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
16124         (log_test_data): Update call to AUTO_TESTS_f_f.
16125         (log10_test_data): Likewise.
16126         (log1p_test_data): Likewise.
16127         (log2_test_data): Likewise.
16128         (pow_test_data): Update call to AUTO_TESTS_ff_f.
16129         (pow_tonearest_test_data): Likewise.
16130         (sin_test_data): Update call to AUTO_TESTS_f_f.
16131         (sin_test): Use ALL_RM_TEST.
16132         (sin_tonearest_test_data): Remove.
16133         (sin_test_tonearest): Likewise.
16134         (sin_towardzero_test_data): Likewise.
16135         (sin_test_towardzero): Likewise.
16136         (sin_downward_test_data): Likewise.
16137         (sin_test_downward): Likewise.
16138         (sin_upward_test_data): Likewise.
16139         (sin_test_upward): Likewise.
16140         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
16141         (sinh_test_data): Update call to AUTO_TESTS_f_f.
16142         (sinh_test): Use ALL_RM_TEST.
16143         (sinh_tonearest_test_data): Remove.
16144         (sinh_test_tonearest): Likewise.
16145         (sinh_towardzero_test_data): Likewise.
16146         (sinh_test_towardzero): Likewise.
16147         (sinh_downward_test_data): Likewise.
16148         (sinh_test_downward): Likewise.
16149         (sinh_upward_test_data): Likewise.
16150         (sinh_test_upward): Likewise.
16151         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
16152         (sqrt_test): Use ALL_RM_TEST.
16153         (sqrt_tonearest_test_data): Remove.
16154         (sqrt_test_tonearest): Likewise.
16155         (sqrt_towardzero_test_data): Likewise.
16156         (sqrt_test_towardzero): Likewise.
16157         (sqrt_downward_test_data): Likewise.
16158         (sqrt_test_downward): Likewise.
16159         (sqrt_upward_test_data): Likewise.
16160         (sqrt_test_upward): Likewise.
16161         (tan_test_data): Update call to AUTO_TESTS_f_f.
16162         (tan_test): Use ALL_RM_TEST.
16163         (tan_tonearest_test_data): Remove.
16164         (tan_test_tonearest): Likewise.
16165         (tan_towardzero_test_data): Likewise.
16166         (tan_test_towardzero): Likewise.
16167         (tan_downward_test_data): Likewise.
16168         (tan_test_downward): Likewise.
16169         (tan_upward_test_data): Likewise.
16170         (tan_test_upward): Likewise.
16171         (tanh_test_data): Update call to AUTO_TESTS_f_f.
16172         (tgamma_test_data): Likewise.
16173         (y0_test_data): Likewise.
16174         (y1_test_data): Likewise.
16175         (yn_test_data): Update call to AUTO_TESTS_if_f.
16176         (main): Do not call removed functions.
16178 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
16180         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
16181         (ldexp_test_data): Remove.
16182         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
16183         scalbn_test_data.
16184         (scalb_test): Use ALL_RM_TEST.
16186 2014-03-19  Andreas Schwab  <schwab@suse.de>
16188         * nscd/nscd.service: Also invalidate netgroup cache on reload.
16190 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
16192         [BZ #16649]
16193         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16194         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
16195         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
16196         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16197         (__ASSUME_PREADV): Undefine.
16198         (__ASSUME_PWRITEV): Likewise.
16200 2014-03-18  Roland McGrath  <roland@hack.frob.com>
16202         * bits/mman-linux.h: Add comment about non-Linux use.
16203         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
16204         bits/mman-linux.h resting place.
16206         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
16207         * bits/mman-linux.h: ... here.
16209 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16211         * conform/conformtest.pl: Add standard definition when calling C
16212         preprocessor on data files.
16213         (checknamespace): Remove unused variable.
16215 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
16217         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
16218         minus_oflow, plus_uflow and minus_uflow in expected results.
16219         * math/libm-test.inc (scalbn_test_data): Add more tests of
16220         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
16221         minus_uflow.
16222         (scalbn_test): Use ALL_RM_TEST.
16223         (scalbln_test_data): Add more tests of negative arguments.  Use
16224         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
16225         (scalbln_test): Use ALL_RM_TEST.
16227 2014-03-18  Roland McGrath  <roland@hack.frob.com>
16229         * scripts/abilist.awk: Ignore symbols marked with .hidden.
16231 2014-03-18  Will Newton  <will.newton@linaro.org>
16233         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
16234         inaccurate comment.
16236 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
16238         * Makerules [!subdir] (check-abi): Exit with error status if a
16239         test failed.
16241 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
16243         * math/libm-test.inc (nearbyint_test_data): Include all tests used
16244         for rint.  Include results for all rounding modes.
16245         (nearbyint_test): Use ALL_RM_TEST.
16246         (rint_test_data): Include all tests used for nearbyint.
16248 2014-03-17  Will Newton  <will.newton@linaro.org>
16250         * nptl/sysdeps/pthread/pthread.h: Revert previous
16251         change.
16253         * sysdeps/generic/ldsodefs.h: Revert previous
16254         change.
16256         * libio/genops.c: Revert previous change.
16257         * libio/libioP.h: Likewise.
16258         * stdio-common/vfprintf.c: Likewise.
16260         * sysdeps/generic/math_private.h: Revert previous
16261         change.
16263         * sysdeps/generic/math_private.h: Check whether
16264         HAVE_RM_CTX is defined with #ifdef rather
16265         than #if.
16267         * argp/argp-fmtstream.h: Check whether
16268         __STRICT_ANSI__ is defined with #ifdef rather
16269         than #if.
16270         * argp/argp.h: Likewise.
16272         * libio/genops.c: Check whether
16273         _IO_JUMPS_OFFSET is defined with #ifdef rather
16274         than #if.
16275         * libio/libioP.h: Likewise.
16276         * stdio-common/vfprintf.c: Likewise.
16278         * sysdeps/generic/ldsodefs.h: Check whether
16279         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
16280         than #if.
16282         * nptl/sysdeps/pthread/pthread.h: Check
16283         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
16284         its value.
16286 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
16288         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
16289         setting O_APPEND.
16290         * libio/tst-ftell-active-handler.c (do_append_test): Add a
16291         test case.
16293         [BZ #16680]
16294         * libio/fileops.c (_IO_file_open): Seek to end of file but
16295         don't cache the offset.
16296         (get_file_offset): Remove function.
16297         (do_ftell): Use cached offset when available.
16298         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
16299         don't cache the offset.
16300         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
16301         case.
16302         (do_one_test): Call it.
16303         (do_ftell_test): Fix up expected old offset for a+ mode.
16304         * libio/wfileops.c (do_ftell_wide): Used cached offset when
16305         available.
16307         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
16308         up test status with function return status.
16309         (do_write_test): Likewise.
16310         (do_append_test): Likewise.
16312         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
16313         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
16314         Remove.
16316 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
16318         * math/gen-libm-test.pl (parse_args): Handle results specified for
16319         each rounding mode separately.
16320         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
16321         tests and results from lrint_tonearest_test_data,
16322         lrint_towardzero_test_data, lrint_downward_test_data and
16323         lrint_upward_test_data.
16324         (lrint_test): Use ALL_RM_TEST.
16325         (lrint_tonearest_test_data): Remove.
16326         (lrint_test_tonearest): Likewise.
16327         (lrint_towardzero_test_data): Likewise.
16328         (lrint_test_towardzero): Likewise.
16329         (lrint_downward_test_data): Likewise.
16330         (lrint_test_downward): Likewise.
16331         (lrint_upward_test_data): Likewise.
16332         (lrint_test_upward): Likewise.
16333         (llrint_test_data): Merge in per-rounding-mode tests and results
16334         from llrint_tonearest_test_data, llrint_towardzero_test_data,
16335         llrint_downward_test_data and llrint_upward_test_data.
16336         (llrint_test): Use ALL_RM_TEST.
16337         (llrint_tonearest_test_data): Remove.
16338         (llrint_test_tonearest): Likewise.
16339         (llrint_towardzero_test_data): Likewise.
16340         (llrint_test_towardzero): Likewise.
16341         (llrint_downward_test_data): Likewise.
16342         (llrint_test_downward): Likewise.
16343         (llrint_upward_test_data): Likewise.
16344         (llrint_test_upward): Likewise.
16345         (rint_test_data): Merge in per-rounding-mode tests and results
16346         from rint_tonearest_test_data, rint_towardzero_test_data,
16347         rint_downward_test_data and rint_upward_test_data.  Add
16348         per-rounding-mode results for tests not in those arrays.
16349         (rint_test): Use ALL_RM_TEST.
16350         (rint_tonearest_test_data): Remove.
16351         (rint_test_tonearest): Likewise.
16352         (rint_towardzero_test_data): Likewise.
16353         (rint_test_towardzero): Likewise.
16354         (rint_downward_test_data): Likewise.
16355         (rint_test_downward): Likewise.
16356         (rint_upward_test_data): Likewise.
16357         (rint_test_upward): Likewise.
16358         (main): Don't call removed functions.
16360 2014-03-14  Roland McGrath  <roland@hack.frob.com>
16362         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
16363         "Compiled on ..." crapola.  It is anti-useful.
16365 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
16367         * scripts/evaluate-test.sh: Handle fourth argument to determine
16368         whether test run should stop on failure.
16369         * Makeconfig (stop-on-test-failure): New variable.
16370         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
16371         $(stop-on-test-failure).
16372         * Makefile (tests): Give a summary of results from testing and
16373         exit with failure status if they include an ERROR or FAIL.
16374         (xtests): Likewise.
16375         * manual/install.texi (Configuring and compiling): Mention
16376         stop-on-test-failure=y.
16377         * INSTALL: Regenerated.
16379 2014-03-14  Roland McGrath  <roland@hack.frob.com>
16381         * scripts/versionlist.awk: New file.
16382         * Makerules [$(build-shared) = yes]
16383         (postclean-generated): Add Versions.def, not Versions.def.v and
16384         Versions.def.v.i.
16385         ($(common-objpfx)Versions.def.v.i): Target removed.
16386         ($(common-objpfx)Versions.def): New target.
16387         ($(common-objpfx)Versions.all): Depend on that rather that
16388         $(common-objpfx)Versions.def.v.
16389         * Versions.def: File removed.
16391         * Makeconfig (+gccwarn): Add -Wundef.
16392         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
16393         a dl-sysdep.h breaking its contract.
16394         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
16395         * include/stackinfo.h: New file.
16396         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
16397         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
16398         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
16399         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
16400         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
16401         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
16402         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16403         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16404         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16405         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16406         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16407         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
16408         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16409         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16410         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16412 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16414         [BZ #16707]
16415         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
16416         implementation.
16417         * math/libm-test.inc (round_test_data): Add more tests.
16419         [BZ #16706]
16420         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
16421         implementation.
16422         * math/libm-test.inc (nearbyint_test_data): Add more tests.
16424         [BZ #16701]
16425         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
16426         implementation.
16427         * math/libm-test.inc (ceil_test_data): Add more tests.
16429         * math/libm-test.inc (trunc_test_data): Add more tests related to
16430         BZ#16414.
16432 2014-03-14  Roland McGrath  <roland@hack.frob.com>
16434         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
16435         with #if rather than #ifdef.
16436         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
16438 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
16440         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
16441         first.  Disable AVX-512 GCC support if assembler doesn't support
16442         it.
16443         * sysdeps/x86_64/configure: Regenerated.
16445 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
16447         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
16448         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
16449         (__old_pthread_attr_setstack): Likewise.
16450         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
16451         [!_STACK_GROWS_DOWN]: Likewise.
16453 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
16455         * config.make.in (have-bash2): Delete.
16456         * configure.ac (libc_cv_have_bash2): Delete.
16457         * configure: Regenerate.
16458         * elf/Makefile (common-ldd-rewrite): Rename to ...
16459         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
16460         (sh-ldd-rewrite): Delete.
16461         (bash-ldd-rewrite): Delete.
16462         (have-bash2): Delete checks.
16463         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
16464         ldd-rewrite.
16466         * config.make.in (have-ksh): Delete.
16467         (KSH): Delete.
16468         * configure.ac (libc_cv_have_ksh): Delete.
16469         * configure: Regenerate.
16471         * elf/Makefile: Delete $(have-ksh) check.
16472         ($(objpfx)sotruss): Change KSH to BASH.
16473         * elf/sotruss.ksh: Rename to ...
16474         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
16475         function style to match POSIX.  Drop ksh vim mode setting.
16477         * manual/time.texi (Specifying the Time Zone with TZ): Change
16478         Tuesday to Thursday.
16480         * debug/tst-longjmp_chk2.c: Update header comment.
16481         (stackoverflow_handler): Add comment.  Call assert on pass value.
16483 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
16485         [BZ #16194]
16486         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
16487         (HAVE_AVX512_ASM_SUPPORT): Likewise.
16488         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
16489         (La_x86_64_vector): Add zmm.
16490         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
16491         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
16492         ($(objpfx)tst-audit10): New target.
16493         ($(objpfx)tst-audit10.out): Likewise.
16494         (tst-audit10-ENV): New.
16495         (AVX512-CFLAGS): Likewise.
16496         (CFLAGS-tst-audit10.c): Likewise.
16497         (CFLAGS-tst-auditmod10a.c): Likewise.
16498         (CFLAGS-tst-auditmod10b.c): Likewise.
16499         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
16500         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
16501         * sysdeps/x86_64/configure: Regenerated.
16502         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
16503         AVX-512 zmm register support.
16504         (_dl_x86_64_save_sse): Likewise.
16505         (_dl_x86_64_restore_sse): Likewise.
16506         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
16507         size vector registers.
16508         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
16509         (ZMM_SIZE): Likewise.
16510         * sysdeps/x86_64/tst-audit10.c: New file.
16511         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
16512         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
16514 2014-03-13  Roland McGrath  <roland@hack.frob.com>
16516         * configure.ac (HAVE_EHDR_START): New check.
16517         * configure: Regenerated.
16518         * config.h.in (HAVE_EHDR_START): New #undef.
16519         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
16520         assuming the lowest-addressed segment maps the start of the file.
16522 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
16524         * INSTALL: Regenerated.
16526 2014-03-13  Will Newton  <will.newton@linaro.org>
16528         * manual/setjmp.texi (System V contexts): Improve
16529         clarity and grammar of documentation.
16531 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
16533         [BZ #16381]
16534         * elf/Makefile (tests): Add tst-pie2.
16535         (tests-pie): Add tst-pie2.
16536         * elf/tst-pie2.c: New file.
16537         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
16538         for ET_EXEC.
16539         * elf/rtld.c (map_doit): Load executable as lt_executable.
16540         (dl_main): Likewise.
16542 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
16544         [BZ #16642]
16545         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16546         (__ASSUME_PSELECT): Undefine.
16548 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16550         [BZ #16689]
16551         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
16552         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
16553         static build.
16554         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
16555         selector for static builds.
16557 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
16559         [BZ #16695]
16560         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
16561         key in the buffer.
16563 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16565         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
16566         IFUNC selector for static builds.
16568 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
16570         * sysdeps/mips/math_private.h [__mips_hard_float]
16571         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
16572         libc_feresetround_mips_ctx.
16573         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
16574         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
16575         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
16577         [BZ #16677]
16578         * math/s_nextafter.c (__nextafter): Do not return value from
16579         overflowing computation.
16580         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
16581         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
16582         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
16583         Likewise.
16584         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
16585         Likewise.
16586         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
16587         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
16589 2014-03-11  Roland McGrath  <roland@hack.frob.com>
16591         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
16592         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
16593         Move sfi_sp use from the load-multiple (that no longer sets sp) to
16594         the new mov targetting sp.
16596 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16598         [BZ #16683]
16599         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
16600         Define it for static builds as well.
16601         (NO_BZERO_IMPL): Likewise.
16603 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
16605         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
16606         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
16607         multiarch strspn for PPC64.
16608         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
16609         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
16610         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16611         (__libc_ifunc_impl_list): Likewise.
16612         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
16613         multiarch optimizations
16614         * string/strspn.c (strspn): Using macro to redefine symbol name.
16616 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
16617             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16619         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
16620         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
16621         multiarch strncat for PPC64.
16622         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
16623         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
16624         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16625         (__libc_ifunc_impl_list): Likewise.
16626         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
16627         multiarch optimizations
16629 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
16631         [BZ #16639]
16632         * nscd/nscd.service: Make service type forking.
16634 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16636         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
16637         sign in non default rounding modes.
16638         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
16640 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
16642         * math/libm-test.inc (ALL_RM_TEST): New macro.
16643         (ceil_test): Use ALL_RM_TEST.
16644         (cimag_test): Likewise.
16645         (conj_test): Likewise.
16646         (copysign_test): Likewise.
16647         (cproj_test): Likewise.
16648         (creal_test): Likewise.
16649         (fabs_test): Likewise.
16650         (floor_test): Likewise.
16651         (fmax_test): Likewise.
16652         (fmin_test): Likewise.
16653         (fmod_test): Likewise.
16654         (fpclassify_test): Likewise.
16655         (frexp_test): Likewise.
16656         (ilogb_test): Likewise.
16657         (isfinite_test): Likewise.
16658         (finite_test): Likewise.
16659         (isgreater_test): Likewise.
16660         (isgreaterequal_test): Likewise.
16661         (isinf_test): Likewise.
16662         (isless_test): Likewise.
16663         (islessequal_test): Likewise.
16664         (islessgreater_test): Likewise.
16665         (isnan_test): Likewise.
16666         (isnormal_test): Likewise.
16667         (issignaling_test): Likewise.
16668         (isunordered_test): Likewise.
16669         (logb_test): Likewise.
16670         (logb_downward_test_data): Remove.
16671         (logb_test_downward): Likewise.
16672         (lround_test): Use ALL_RM_TEST.
16673         (llround_test): Likewise.
16674         (modf_test): Likewise.
16675         (nexttoward_test): Likewise.
16676         (remainder_test): Likewise.
16677         (drem_test): Likewise.
16678         (remainder_tonearest_test_data): Likewise.
16679         (remainder_test_tonearest): Likewise.
16680         (drem_test_tonearest): Likewise.
16681         (remainder_towardzero_test_data): Likewise.
16682         (remainder_test_towardzero): Likewise.
16683         (drem_test_towardzero): Likewise.
16684         (remainder_downward_test_data): Likewise.
16685         (remainder_test_downward): Likewise.
16686         (drem_test_downward): Likewise.
16687         (remainder_upward_test_data): Likewise.
16688         (remainder_test_upward): Likewise.
16689         (drem_test_upward): Likewise.
16690         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
16691         (round_test): Use ALL_RM_TEST.
16692         (signbit_test): Likewise.
16693         (trunc_test): Likewise.
16694         (significand_test): Likewise.
16695         (main): Don't call removed functions.
16697 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
16699         [BZ #16674]
16700         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
16701         || __USE_XOPEN2K8].
16702         (ILL_ILLOPN): Likewise.
16703         (ILL_ILLADR): Likewise.
16704         (ILL_ILLTRP): Likewise.
16705         (ILL_PRVOPC): Likewise.
16706         (ILL_PRVREG): Likewise.
16707         (ILL_COPROC): Likewise.
16708         (ILL_BADSTK): Likewise.
16709         (FPE_INTDIV): Likewise.
16710         (FPE_INTOVF): Likewise.
16711         (FPE_FLTDIV): Likewise.
16712         (FPE_FLTOVF): Likewise.
16713         (FPE_FLTUND): Likewise.
16714         (FPE_FLTRES): Likewise.
16715         (FPE_FLTINV): Likewise.
16716         (FPE_FLTSUB): Likewise.
16717         (SEGV_MAPERR): Likewise.
16718         (SEGV_ACCERR): Likewise.
16719         (BUS_ADRALN): Likewise.
16720         (BUS_ADRERR): Likewise.
16721         (BUS_OBJERR): Likewise.
16722         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16723         (TRAP_TRACE): Likewise.
16724         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16725         __USE_XOPEN2K8].
16726         (CLD_KILLED): Likewise.
16727         (CLD_DUMPED): Likewise.
16728         (CLD_TRAPPED): Likewise.
16729         (CLD_STOPPED): Likewise.
16730         (CLD_CONTINUED): Likewise.
16731         (POLL_IN): Likewise.
16732         (POLL_OUT): Likewise.
16733         (POLL_MSG): Likewise.
16734         (POLL_ERR): Likewise.
16735         (POLL_PRI): Likewise.
16736         (POLL_HUP): Likewise.
16737         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
16738         Likewise.
16739         (ILL_ILLOPN): Likewise.
16740         (ILL_ILLADR): Likewise.
16741         (ILL_ILLTRP): Likewise.
16742         (ILL_PRVOPC): Likewise.
16743         (ILL_PRVREG): Likewise.
16744         (ILL_COPROC): Likewise.
16745         (ILL_BADSTK): Likewise.
16746         (FPE_INTDIV): Likewise.
16747         (FPE_INTOVF): Likewise.
16748         (FPE_FLTDIV): Likewise.
16749         (FPE_FLTOVF): Likewise.
16750         (FPE_FLTUND): Likewise.
16751         (FPE_FLTRES): Likewise.
16752         (FPE_FLTINV): Likewise.
16753         (FPE_FLTSUB): Likewise.
16754         (SEGV_MAPERR): Likewise.
16755         (SEGV_ACCERR): Likewise.
16756         (BUS_ADRALN): Likewise.
16757         (BUS_ADRERR): Likewise.
16758         (BUS_OBJERR): Likewise.
16759         (BUS_MCEERR_AR): Likewise.
16760         (BUS_MCEERR_AO): Likewise.
16761         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16762         (TRAP_TRACE): Likewise.
16763         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16764         __USE_XOPEN2K8].
16765         (CLD_KILLED): Likewise.
16766         (CLD_DUMPED): Likewise.
16767         (CLD_TRAPPED): Likewise.
16768         (CLD_STOPPED): Likewise.
16769         (CLD_CONTINUED): Likewise.
16770         (POLL_IN): Likewise.
16771         (POLL_OUT): Likewise.
16772         (POLL_MSG): Likewise.
16773         (POLL_ERR): Likewise.
16774         (POLL_PRI): Likewise.
16775         (POLL_HUP): Likewise.
16776         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
16777         (ILL_ILLOPN): Likewise.
16778         (ILL_ILLADR): Likewise.
16779         (ILL_ILLTRP): Likewise.
16780         (ILL_PRVOPC): Likewise.
16781         (ILL_PRVREG): Likewise.
16782         (ILL_COPROC): Likewise.
16783         (ILL_BADSTK): Likewise.
16784         (FPE_INTDIV): Likewise.
16785         (FPE_INTOVF): Likewise.
16786         (FPE_FLTDIV): Likewise.
16787         (FPE_FLTOVF): Likewise.
16788         (FPE_FLTUND): Likewise.
16789         (FPE_FLTRES): Likewise.
16790         (FPE_FLTINV): Likewise.
16791         (FPE_FLTSUB): Likewise.
16792         (SEGV_MAPERR): Likewise.
16793         (SEGV_ACCERR): Likewise.
16794         (BUS_ADRALN): Likewise.
16795         (BUS_ADRERR): Likewise.
16796         (BUS_OBJERR): Likewise.
16797         (BUS_MCEERR_AR): Likewise.
16798         (BUS_MCEERR_AO): Likewise.
16799         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16800         (TRAP_TRACE): Likewise.
16801         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16802         __USE_XOPEN2K8].
16803         (CLD_KILLED): Likewise.
16804         (CLD_DUMPED): Likewise.
16805         (CLD_TRAPPED): Likewise.
16806         (CLD_STOPPED): Likewise.
16807         (CLD_CONTINUED): Likewise.
16808         (POLL_IN): Likewise.
16809         (POLL_OUT): Likewise.
16810         (POLL_MSG): Likewise.
16811         (POLL_ERR): Likewise.
16812         (POLL_PRI): Likewise.
16813         (POLL_HUP): Likewise.
16814         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
16815         Likewise.
16816         (ILL_ILLOPN): Likewise.
16817         (ILL_ILLADR): Likewise.
16818         (ILL_ILLTRP): Likewise.
16819         (ILL_PRVOPC): Likewise.
16820         (ILL_PRVREG): Likewise.
16821         (ILL_COPROC): Likewise.
16822         (ILL_BADSTK): Likewise.
16823         (ILL_BADIADDR): Likewise.
16824         (ILL_BREAK): Likewise.
16825         (FPE_INTDIV): Likewise.
16826         (FPE_INTOVF): Likewise.
16827         (FPE_FLTDIV): Likewise.
16828         (FPE_FLTOVF): Likewise.
16829         (FPE_FLTUND): Likewise.
16830         (FPE_FLTRES): Likewise.
16831         (FPE_FLTINV): Likewise.
16832         (FPE_FLTSUB): Likewise.
16833         (FPE_DECOVF): Likewise.
16834         (FPE_DECDIV): Likewise.
16835         (FPE_DECERR): Likewise.
16836         (FPE_INVASC): Likewise.
16837         (FPE_INVDEC): Likewise.
16838         (SEGV_MAPERR): Likewise.
16839         (SEGV_ACCERR): Likewise.
16840         (SEGV_PSTKOVF): Likewise.
16841         (BUS_ADRALN): Likewise.
16842         (BUS_ADRERR): Likewise.
16843         (BUS_OBJERR): Likewise.
16844         (BUS_MCEERR_AR): Likewise.
16845         (BUS_MCEERR_AO): Likewise.
16846         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16847         (TRAP_TRACE): Likewise.
16848         (TRAP_BRANCH): Likewise.
16849         (TRAP_HWBKPT): Likewise.
16850         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16851         __USE_XOPEN2K8].
16852         (CLD_KILLED): Likewise.
16853         (CLD_DUMPED): Likewise.
16854         (CLD_TRAPPED): Likewise.
16855         (CLD_STOPPED): Likewise.
16856         (CLD_CONTINUED): Likewise.
16857         (POLL_IN): Likewise.
16858         (POLL_OUT): Likewise.
16859         (POLL_MSG): Likewise.
16860         (POLL_ERR): Likewise.
16861         (POLL_PRI): Likewise.
16862         (POLL_HUP): Likewise.
16863         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
16864         (ILL_ILLOPN): Likewise.
16865         (ILL_ILLADR): Likewise.
16866         (ILL_ILLTRP): Likewise.
16867         (ILL_PRVOPC): Likewise.
16868         (ILL_PRVREG): Likewise.
16869         (ILL_COPROC): Likewise.
16870         (ILL_BADSTK): Likewise.
16871         (FPE_INTDIV): Likewise.
16872         (FPE_INTOVF): Likewise.
16873         (FPE_FLTDIV): Likewise.
16874         (FPE_FLTOVF): Likewise.
16875         (FPE_FLTUND): Likewise.
16876         (FPE_FLTRES): Likewise.
16877         (FPE_FLTINV): Likewise.
16878         (FPE_FLTSUB): Likewise.
16879         (SEGV_MAPERR): Likewise.
16880         (SEGV_ACCERR): Likewise.
16881         (BUS_ADRALN): Likewise.
16882         (BUS_ADRERR): Likewise.
16883         (BUS_OBJERR): Likewise.
16884         (BUS_MCEERR_AR): Likewise.
16885         (BUS_MCEERR_AO): Likewise.
16886         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16887         (TRAP_TRACE): Likewise.
16888         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16889         __USE_XOPEN2K8].
16890         (CLD_KILLED): Likewise.
16891         (CLD_DUMPED): Likewise.
16892         (CLD_TRAPPED): Likewise.
16893         (CLD_STOPPED): Likewise.
16894         (CLD_CONTINUED): Likewise.
16895         (POLL_IN): Likewise.
16896         (POLL_OUT): Likewise.
16897         (POLL_MSG): Likewise.
16898         (POLL_ERR): Likewise.
16899         (POLL_PRI): Likewise.
16900         (POLL_HUP): Likewise.
16901         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
16902         (ILL_ILLOPN): Likewise.
16903         (ILL_ILLADR): Likewise.
16904         (ILL_ILLTRP): Likewise.
16905         (ILL_PRVOPC): Likewise.
16906         (ILL_PRVREG): Likewise.
16907         (ILL_COPROC): Likewise.
16908         (ILL_BADSTK): Likewise.
16909         (FPE_INTDIV): Likewise.
16910         (FPE_INTOVF): Likewise.
16911         (FPE_FLTDIV): Likewise.
16912         (FPE_FLTOVF): Likewise.
16913         (FPE_FLTUND): Likewise.
16914         (FPE_FLTRES): Likewise.
16915         (FPE_FLTINV): Likewise.
16916         (FPE_FLTSUB): Likewise.
16917         (SEGV_MAPERR): Likewise.
16918         (SEGV_ACCERR): Likewise.
16919         (BUS_ADRALN): Likewise.
16920         (BUS_ADRERR): Likewise.
16921         (BUS_OBJERR): Likewise.
16922         (BUS_MCEERR_AR): Likewise.
16923         (BUS_MCEERR_AO): Likewise.
16924         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16925         (TRAP_TRACE): Likewise.
16926         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16927         __USE_XOPEN2K8].
16928         (CLD_KILLED): Likewise.
16929         (CLD_DUMPED): Likewise.
16930         (CLD_TRAPPED): Likewise.
16931         (CLD_STOPPED): Likewise.
16932         (CLD_CONTINUED): Likewise.
16933         (POLL_IN): Likewise.
16934         (POLL_OUT): Likewise.
16935         (POLL_MSG): Likewise.
16936         (POLL_ERR): Likewise.
16937         (POLL_PRI): Likewise.
16938         (POLL_HUP): Likewise.
16939         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
16940         (ILL_ILLOPN): Likewise.
16941         (ILL_ILLADR): Likewise.
16942         (ILL_ILLTRP): Likewise.
16943         (ILL_PRVOPC): Likewise.
16944         (ILL_PRVREG): Likewise.
16945         (ILL_COPROC): Likewise.
16946         (ILL_BADSTK): Likewise.
16947         (FPE_INTDIV): Likewise.
16948         (FPE_INTOVF): Likewise.
16949         (FPE_FLTDIV): Likewise.
16950         (FPE_FLTOVF): Likewise.
16951         (FPE_FLTUND): Likewise.
16952         (FPE_FLTRES): Likewise.
16953         (FPE_FLTINV): Likewise.
16954         (FPE_FLTSUB): Likewise.
16955         (SEGV_MAPERR): Likewise.
16956         (SEGV_ACCERR): Likewise.
16957         (BUS_ADRALN): Likewise.
16958         (BUS_ADRERR): Likewise.
16959         (BUS_OBJERR): Likewise.
16960         (BUS_MCEERR_AR): Likewise.
16961         (BUS_MCEERR_AO): Likewise.
16962         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16963         (TRAP_TRACE): Likewise.
16964         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16965         __USE_XOPEN2K8].
16966         (CLD_KILLED): Likewise.
16967         (CLD_DUMPED): Likewise.
16968         (CLD_TRAPPED): Likewise.
16969         (CLD_STOPPED): Likewise.
16970         (CLD_CONTINUED): Likewise.
16971         (POLL_IN): Likewise.
16972         (POLL_OUT): Likewise.
16973         (POLL_MSG): Likewise.
16974         (POLL_ERR): Likewise.
16975         (POLL_PRI): Likewise.
16976         (POLL_HUP): Likewise.
16977         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
16978         (ILL_ILLOPN): Likewise.
16979         (ILL_ILLADR): Likewise.
16980         (ILL_ILLTRP): Likewise.
16981         (ILL_PRVOPC): Likewise.
16982         (ILL_PRVREG): Likewise.
16983         (ILL_COPROC): Likewise.
16984         (ILL_BADSTK): Likewise.
16985         (ILL_DBLFLT): Likewise.
16986         (ILL_HARDWALL): Likewise.
16987         (FPE_INTDIV): Likewise.
16988         (FPE_INTOVF): Likewise.
16989         (FPE_FLTDIV): Likewise.
16990         (FPE_FLTOVF): Likewise.
16991         (FPE_FLTUND): Likewise.
16992         (FPE_FLTRES): Likewise.
16993         (FPE_FLTINV): Likewise.
16994         (FPE_FLTSUB): Likewise.
16995         (SEGV_MAPERR): Likewise.
16996         (SEGV_ACCERR): Likewise.
16997         (BUS_ADRALN): Likewise.
16998         (BUS_ADRERR): Likewise.
16999         (BUS_OBJERR): Likewise.
17000         (BUS_MCEERR_AR): Likewise.
17001         (BUS_MCEERR_AO): Likewise.
17002         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17003         (TRAP_TRACE): Likewise.
17004         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17005         __USE_XOPEN2K8].
17006         (CLD_KILLED): Likewise.
17007         (CLD_DUMPED): Likewise.
17008         (CLD_TRAPPED): Likewise.
17009         (CLD_STOPPED): Likewise.
17010         (CLD_CONTINUED): Likewise.
17011         (POLL_IN): Likewise.
17012         (POLL_OUT): Likewise.
17013         (POLL_MSG): Likewise.
17014         (POLL_ERR): Likewise.
17015         (POLL_PRI): Likewise.
17016         (POLL_HUP): Likewise.
17017         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
17018         (ILL_ILLOPN): Likewise.
17019         (ILL_ILLADR): Likewise.
17020         (ILL_ILLTRP): Likewise.
17021         (ILL_PRVOPC): Likewise.
17022         (ILL_PRVREG): Likewise.
17023         (ILL_COPROC): Likewise.
17024         (ILL_BADSTK): Likewise.
17025         (FPE_INTDIV): Likewise.
17026         (FPE_INTOVF): Likewise.
17027         (FPE_FLTDIV): Likewise.
17028         (FPE_FLTOVF): Likewise.
17029         (FPE_FLTUND): Likewise.
17030         (FPE_FLTRES): Likewise.
17031         (FPE_FLTINV): Likewise.
17032         (FPE_FLTSUB): Likewise.
17033         (SEGV_MAPERR): Likewise.
17034         (SEGV_ACCERR): Likewise.
17035         (BUS_ADRALN): Likewise.
17036         (BUS_ADRERR): Likewise.
17037         (BUS_OBJERR): Likewise.
17038         (BUS_MCEERR_AR): Likewise.
17039         (BUS_MCEERR_AO): Likewise.
17040         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17041         (TRAP_TRACE): Likewise.
17042         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17043         __USE_XOPEN2K8].
17044         (CLD_KILLED): Likewise.
17045         (CLD_DUMPED): Likewise.
17046         (CLD_TRAPPED): Likewise.
17047         (CLD_STOPPED): Likewise.
17048         (CLD_CONTINUED): Likewise.
17049         (POLL_IN): Likewise.
17050         (POLL_OUT): Likewise.
17051         (POLL_MSG): Likewise.
17052         (POLL_ERR): Likewise.
17053         (POLL_PRI): Likewise.
17054         (POLL_HUP): Likewise.
17055         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
17056         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
17058         [BZ #16670]
17059         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
17060         before #include of <time.h>.
17061         [!__USE_XOPEN2K] (__need_timespec): Likewise.
17062         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
17063         (test-xfail-UNIX98/sched.h/conform): Likewise.
17065 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
17067         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
17068         error absence of trapping exception support.
17069         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
17071 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
17073         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
17074         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
17075         * timezone/Makefile (testdata): Move definition above include of
17076         Rules.
17077         (test-zones): New variable.
17078         (tests-special): Add zone files.
17079         (build-testdata): Use $(evaluate-test).
17081         * elf/Makefile (tests-special): Rename tests to end with .out.
17082         ($(objpfx)noload-mem): Likewise.
17083         ($(objpfx)tst-leaks1-mem): Likewise.
17084         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
17085         * iconv/Makefile (xtests-special): Change test-iconvconfig to
17086         $(objpfx)test-iconvconfig.out.
17087         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
17088         set -e inside subshell and redirect output to file.
17089         * iconvdata/Makefile (generated): Rename tests to end with .out.
17090         Correct type.
17091         (tests-special): Rename tests to end with .out.
17092         ($(objpfx)mtrace-tst-loading): Likewise.
17093         * intl/Makefile (generated): Likewise.
17094         (tests-special): Likewise.
17095         ($(objpfx)mtrace-tst-gettext): Likewise.
17096         * misc/Makefile (generated): Likewise.
17097         (tests-special): Likewise.
17098         ($(objpfx)tst-error1-mem): Likewise.
17099         * nptl/Makefile (tests-special): Likewise.
17100         ($(objpfx)tst-stack3-mem): Likewise.
17101         (generated): Likewise.
17102         * posix/Makefile (generated): Likewise.
17103         (tests-special): Likewise.
17104         (xtests-special): Likewise.
17105         ($(objpfx)tst-fnmatch-mem): Likewise.
17106         ($(objpfx)bug-regex2-mem): Likewise.
17107         ($(objpfx)bug-regex14-mem): Likewise.
17108         ($(objpfx)bug-regex21-mem): Likewise.
17109         ($(objpfx)bug-regex31-mem): Likewise.
17110         ($(objpfx)tst-vfork3-mem): Likewise.
17111         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
17112         ($(objpfx)tst-pcre-mem): Likewise.
17113         ($(objpfx)tst-boost-mem): Likewise.
17114         ($(objpfx)bug-ga2-mem): Likewise.
17115         ($(objpfx)bug-glob2-mem): Likewise.
17116         * resolv/Makefile (generate): Likewise.
17117         (tests-special): Likewise.
17118         (xtests-special): Likewise.
17119         (generated): Likewise.
17120         ($(objpfx)mtrace-tst-leaks): Likewise.
17121         ($(objpfx)mtrace-tst-leaks2): Likewise.
17123         * scripts/merge-test-results.sh: New file.
17124         * Makefile (tests-special-notdir): New variable.
17125         (tests): Run merge-test-results.sh.
17126         (xtests): Likewise.
17127         * Rules (tests-special-notdir): New variable.
17128         (xtests-special-notdir): Likewise.
17129         (tests): Run merge-test-results.sh
17130         (xtests): Likewise.
17132         * Makeconfig (test-xfail-name): New variable.
17133         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
17134         compute variable name for expected failures.
17135         * conform/Makefile (conformtest-headers-data): New variable.
17136         (conformtest-standards): Likewise.
17137         (conformtest-headers-ISO): Likewise.
17138         (conformtest-headers-ISO99): Likewise.
17139         (conformtest-headers-ISO11): Likewise.
17140         (conformtest-headers-POSIX): Likewise.
17141         (conformtest-headers-XPG3): Likewise.
17142         (conformtest-headers-XPG4): Likewise.
17143         (conformtest-headers-UNIX98): Likewise.
17144         (conformtest-headers-XOPEN2K): Likewise.
17145         (conformtest-headers-POSIX2008): Likewise.
17146         (conformtest-headers-XOPEN2K8): Likewise.
17147         (conformtest-header-list-base): Likewise.
17148         (conformtest-header-list-tests): Likewise.
17149         (conformtest-header-base): Likewise.
17150         (conformtest-header-tests): Likewise.
17151         (tests-special): Add $(conformtest-header-list-tests).  If
17152         [$(fast-check) && !$(cross-compiling)], add
17153         $(conformtest-header-tests) instead of
17154         $(objpfx)run-conformtest.out.
17155         (generated): Add $(conformtest-header-list-base).  If
17156         [$(fast-check) && !$(cross-compiling)], add
17157         $(conformtest-header-base).  Remove previous setting.
17158         ($(conformtest-header-list-tests)): New target.
17159         (test-xfail-run-conformtest): Remove variable.
17160         ($(objpfx)run-conformtest.out): Remove target.
17161         (test-xfail-ISO11/complex.h/conform): New variable.
17162         (test-xfail-ISO11/stdalign.h/conform): Likewise.
17163         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
17164         (test-xfail-XPG3/varargs.h/conform): Likewise.
17165         (test-xfail-XPG4/varargs.h/conform): Likewise.
17166         (test-xfail-UNIX98/varargs.h/conform): Likewise.
17167         (test-xfail-XPG4/ndbm.h/conform): Likewise.
17168         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
17169         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
17170         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
17171         (test-xfail-XPG3/fcntl.h/conform): Likewise.
17172         (test-xfail-XPG3/ftw.h/conform): Likewise.
17173         (test-xfail-XPG3/grp.h/conform): Likewise.
17174         (test-xfail-XPG3/langinfo.h/conform): Likewise.
17175         (test-xfail-XPG3/limits.h/conform): Likewise.
17176         (test-xfail-XPG3/pwd.h/conform): Likewise.
17177         (test-xfail-XPG3/search.h/conform): Likewise.
17178         (test-xfail-XPG3/signal.h/conform): Likewise.
17179         (test-xfail-XPG3/stdio.h/conform): Likewise.
17180         (test-xfail-XPG3/stdlib.h/conform): Likewise.
17181         (test-xfail-XPG3/string.h/conform): Likewise.
17182         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
17183         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
17184         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
17185         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
17186         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
17187         (test-xfail-XPG3/sys/types.h/conform): Likewise.
17188         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
17189         (test-xfail-XPG3/termios.h/conform): Likewise.
17190         (test-xfail-XPG3/time.h/conform): Likewise.
17191         (test-xfail-XPG3/unistd.h/conform): Likewise.
17192         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
17193         (test-xfail-XPG4/fcntl.h/conform): Likewise.
17194         (test-xfail-XPG4/langinfo.h/conform): Likewise.
17195         (test-xfail-XPG4/netdb.h/conform): Likewise.
17196         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
17197         (test-xfail-XPG4/signal.h/conform): Likewise.
17198         (test-xfail-XPG4/stdio.h/conform): Likewise.
17199         (test-xfail-XPG4/stdlib.h/conform): Likewise.
17200         (test-xfail-XPG4/stropts.h/conform): Likewise.
17201         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
17202         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
17203         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
17204         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
17205         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
17206         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
17207         (test-xfail-XPG4/sys/time.h/conform): Likewise.
17208         (test-xfail-XPG4/sys/types.h/conform): Likewise.
17209         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
17210         (test-xfail-XPG4/termios.h/conform): Likewise.
17211         (test-xfail-XPG4/ucontext.h/conform): Likewise.
17212         (test-xfail-XPG4/unistd.h/conform): Likewise.
17213         (test-xfail-XPG4/utmpx.h/conform): Likewise.
17214         (test-xfail-POSIX/sched.h/conform): Likewise.
17215         (test-xfail-POSIX/signal.h/conform): Likewise.
17216         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
17217         (test-xfail-POSIX/tar.h/conform): Likewise.
17218         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
17219         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
17220         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
17221         (test-xfail-UNIX98/netdb.h/conform): Likewise.
17222         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
17223         (test-xfail-UNIX98/sched.h/conform): Likewise.
17224         (test-xfail-UNIX98/signal.h/conform): Likewise.
17225         (test-xfail-UNIX98/stdio.h/conform): Likewise.
17226         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
17227         (test-xfail-UNIX98/stropts.h/conform): Likewise.
17228         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
17229         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
17230         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
17231         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
17232         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
17233         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
17234         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
17235         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
17236         (test-xfail-UNIX98/unistd.h/conform): Likewise.
17237         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
17238         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
17239         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
17240         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
17241         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
17242         (test-xfail-XOPEN2K/math.h/conform): Likewise.
17243         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
17244         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
17245         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
17246         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
17247         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
17248         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
17249         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
17250         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
17251         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
17252         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
17253         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
17254         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
17255         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
17256         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
17257         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
17258         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
17259         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
17260         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
17261         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
17262         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
17263         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
17264         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
17265         (test-xfail-POSIX2008/signal.h/conform): Likewise.
17266         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
17267         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
17268         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
17269         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
17270         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
17271         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
17272         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
17273         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
17274         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
17275         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
17276         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
17277         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
17278         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
17279         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
17280         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
17281         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
17282         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
17283         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
17284         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
17285         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
17286         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
17287         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
17288         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
17289         (conformtest-cc-flags): Likewise.
17290         ($(conformtest-header-tests): New target.
17291         * conform/check-header-lists.sh: New file.
17292         * conform/run-conformtest.sh: Remove.
17294         * conform/conformtest.pl: Allow ' and \ in values given for
17295         constants.
17296         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
17297         inclusion.
17298         [POSIX] (sys/types.h): Likewise.
17299         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
17300         inclusion.
17301         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
17302         inclusion.
17303         * conform/data/signal.h-data (SIGIO): Remove expectation.
17304         [XPG3] (SIGBUS): Do not expect.
17305         [POSIX || XPG3] (SIGPOLL): Likewise.
17306         [POSIX || XPG3] (SIGPROF): Likewise.
17307         [POSIX || XPG3] (SIGSYS): Likewise.
17308         [XPG3] (SIGTRAP): Likewise.
17309         [POSIX || XPG3] (SIGURG): Likewise.
17310         [POSIX || XPG3] (SIGVTALRM): Likewise.
17311         [POSIX || XPG3] (SIGXCPU): Likewise.
17312         [POSIX || XPG3] (SIGXFSZ): Likewise.
17313         [POSIX] (SA_SIGINFO): Expect.
17314         [XPG3] (siginfo_t): Do not expect type or contents.
17315         [POSIX] (si_pid): Do not expect element.
17316         [POSIX] (si_uid): Likewise.
17317         [POSIX] (si_addr): Likewise.
17318         [POSIX] (si_status): Likewise.
17319         [POSIX] (si_band): Likewise.
17320         [XPG4] (si_value): Likewise.
17321         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
17322         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
17323         [POSIX || XPG3] (ILL_ILLADR): Likewise.
17324         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
17325         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
17326         [POSIX || XPG3] (ILL_PRVREG): Likewise.
17327         [POSIX || XPG3] (ILL_COPROC): Likewise.
17328         [POSIX || XPG3] (ILL_BADSTK): Likewise.
17329         [POSIX || XPG3] (FPE_INTDIV): Likewise.
17330         [POSIX || XPG3] (FPE_INTOVF): Likewise.
17331         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
17332         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
17333         [POSIX || XPG3] (FPE_FLTUND): Likewise.
17334         [POSIX || XPG3] (FPE_FLTRES): Likewise.
17335         [POSIX || XPG3] (FPE_FLTINV): Likewise.
17336         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
17337         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
17338         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
17339         [POSIX || XPG3] (BUS_ADRALN): Likewise.
17340         [POSIX || XPG3] (BUS_ADRERR): Likewise.
17341         [POSIX || XPG3] (BUS_OBJERR): Likewise.
17342         [POSIX || XPG3] (CLD_EXITED): Likewise.
17343         [POSIX || XPG3] (CLD_KILLED): Likewise.
17344         [POSIX || XPG3] (CLD_DUMPED): Likewise.
17345         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
17346         [POSIX || XPG3] (CLD_STOPPED): Likewise.
17347         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
17348         [POSIX || XPG3] (POLL_IN): Likewise.
17349         [POSIX || XPG3] (POLL_OUT): Likewise.
17350         [POSIX || XPG3] (POLL_MSG): Likewise.
17351         [POSIX || XPG3] (POLL_ERR): Likewise.
17352         [POSIX || XPG3] (POLL_PRI): Likewise.
17353         [POSIX || XPG3] (POLL_HUP): Likewise.
17354         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
17355         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
17356         (SIG*): Do not allow.
17357         [XPG3] (si_*): Likewise.
17358         [XPG3] (SI_*): Likewise.
17359         [XPG3 || XPG4] (sigev_*): Likewise.
17360         [XPG3 || XPG4] (SIGEV_*): Likewise.
17361         [XPG3 || XPG4] (sival_*): Likewise.
17362         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
17363         [POSIX || XPG3] (BUS_*): Likewise.
17364         [POSIX || XPG3] (CLD_*): Likewise.
17365         [POSIX || XPG3] (FPE_*): Likewise.
17366         [POSIX || XPG3] (ILL_*): Likewise.
17367         [POSIX || XPG3] (POLL_*): Likewise.
17368         [POSIX || XPG3] (SEGV_*): Likewise.
17369         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
17370         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
17371         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
17372         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
17373         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
17374         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
17375         Specify type and value.
17376         (TVERSLEN): Likewise.
17377         (REGTYPE): Likewise.
17378         (AREGTYPE): Likewise.
17379         (LNKTYPE): Likewise.
17380         (SYMTYPE): Likewise.
17381         (CHRTYPE): Likewise.
17382         (BLKTYPE): Likewise.
17383         (DIRTYPE): Likewise.
17384         (FIFOTYPE): Likewise.
17385         (CONTTYPE): Likewise.
17386         (TSUID): Likewise.
17387         (TSGID): Likewise.
17388         (TSVTX): Likewise.
17389         (TUREAD): Likewise.
17390         (TUWRITE): Likewise.
17391         (TUEXEC): Likewise.
17392         (TGREAD): Likewise.
17393         (TGWRITE): Likewise.
17394         (TGEXEC): Likewise.
17395         (TOREAD): Likewise.
17396         (TOWRITE): Likewise.
17397         (TOEXEC): Likewise.
17398         [POSIX] (TSVTX): Expect constant.
17400 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
17402         * Makefile (tests): Change dependencies to ....
17403         (tests-special): ... additions to this variable.
17404         (tests): Depend on $(tests-special).
17405         * Makerules (check-abi-list): New variable.
17406         (check-abi): Depend on $(check-abi-list).
17407         [$(subdir) = elf] (tests-special): Add
17408         $(objpfx)check-abi-libc.out.
17409         [$(build-shared) = yes && subdir] (tests-special): Add
17410         $(check-abi-list).
17411         [$(build-shared) = yes && subdir] (tests): Do not depend on
17412         check-abi.
17413         * Rules (tests): Depend on $(tests-special).
17414         (xtests): Depend on $(xtests-special).
17415         * catgets/Makefile (tests): Change dependencies to ....
17416         (tests-special): ... additions to this variable.
17417         * conform/Makefile (tests): Change dependencies to ....
17418         (tests-special): ... additions to this variable.
17419         * elf/Makefile (tests): Change dependencies to ....
17420         (tests-special): ... additions to this variable.
17421         * grp/Makefile (tests): Change dependencies to ....
17422         (tests-special): ... additions to this variable.
17423         * iconv/Makefile (xtests): Change dependencies to ....
17424         (xtests-special): ... additions to this variable.
17425         * iconvdata/Makefile (tests): Change dependencies to ....
17426         (tests-special): ... additions to this variable.
17427         * intl/Makefile (tests): Change dependencies to ....
17428         (tests-special): ... additions to this variable.  Also add
17429         $(objpfx)tst-gettext.out.
17430         * io/Makefile (tests): Change dependencies to ....
17431         (tests-special): ... additions to this variable.
17432         * libio/Makefile (tests): Change dependencies to ....
17433         (tests-special): ... additions to this variable.
17434         * malloc/Makefile (tests): Change dependencies to ....
17435         (tests-special): ... additions to this variable.
17436         * misc/Makefile (tests): Change dependencies to ....
17437         (tests-special): ... additions to this variable.
17438         * nptl/Makefile (tests): Change dependencies to ....
17439         (tests-special): ... additions to this variable.
17440         * nptl_db/Makefile (tests): Change dependencies to ....
17441         (tests-special): ... additions to this variable.
17442         * posix/Makefile (tests): Change dependencies to ....
17443         (tests-special): ... additions to this variable.
17444         (xtests): Change dependencies to ....
17445         (xtests-special): ... additions to this variable.
17446         * resolv/Makefile (tests): Change dependencies to ....
17447         (tests-special): ... additions to this variable.
17448         (xtests): Change dependencies to ....
17449         (xtests-special): ... additions to this variable.
17450         * stdio-common/Makefile (tests): Change dependencies to ....
17451         (tests-special): ... additions to this variable.
17452         (do-tst-unbputc): Remove target.
17453         (do-tst-printf): Likewise.
17454         * stdlib/Makefile (tests): Change dependencies to ....
17455         (tests-special): ... additions to this variable.
17456         * string/Makefile (tests): Change dependencies to ....
17457         (tests-special): ... additions to this variable.
17458         * sysdeps/x86/Makefile (tests): Change dependencies to ....
17459         (tests-special): ... additions to this variable.
17461         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
17462         whole file.
17463         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
17464         whole file.
17465         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
17466         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
17468         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
17469         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
17470         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
17471         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
17472         * conform/data/libgen.h-data [XPG3]: Likewise.
17473         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
17474         * conform/data/ndbm.h-data [XPG3]: Likewise.
17475         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
17476         * conform/data/netdb.h-data [XPG3]: Likewise.
17477         * conform/data/netinet/in.h-data [XPG3]: Likewise.
17478         * conform/data/poll.h-data [XPG3]: Likewise.
17479         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
17480         * conform/data/strings.h-data [XPG3]: Likewise.
17481         * conform/data/stropts.h-data [XPG3]: Likewise.
17482         * conform/data/sys/mman.h-data [XPG3]: Likewise.
17483         * conform/data/sys/resource.h-data [XPG3]: Likewise.
17484         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
17485         Likewise.
17486         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
17487         * conform/data/sys/time.h-data [XPG3]: Likewise.
17488         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
17489         * conform/data/sys/uio.h-data [XPG3]: Likewise.
17490         * conform/data/sys/un.h-data [XPG3]: Likewise.
17491         * conform/data/syslog.h-data [XPG3]: Likewise.
17492         * conform/data/ucontext.h-data [XPG3]: Likewise.
17493         * conform/data/utmpx.h-data [XPG3]: Likewise.
17494         * conform/data/varargs.h-data [UNIX98]: Enable file.
17496         * manual/Makefile (INSTALL_INFO): Remove variable setting.
17498         * math/libm-test.inc (struct test_f_f_data): Move expected results
17499         into structure for each rounding mode.
17500         (struct test_ff_f_data): Likewise.
17501         (struct test_ff_f_data_nexttoward): Likewise.
17502         (struct test_fi_f_data): Likewise.
17503         (struct test_fl_f_data): Likewise.
17504         (struct test_if_f_data): Likewise.
17505         (struct test_fff_f_data): Likewise.
17506         (struct test_c_f_data): Likewise.
17507         (struct test_f_f1_data): Likewise.
17508         (struct test_fF_f1_data): Likewise.
17509         (struct test_ffI_f1_data): Likewise.
17510         (struct test_c_c_data): Likewise.
17511         (struct test_cc_c_data): Likewise.
17512         (struct test_f_i_data): Likewise.
17513         (struct test_ff_i_data): Likewise.
17514         (struct test_f_l_data): Likewise.
17515         (struct test_f_L_data): Likewise.
17516         (struct test_fFF_11_data): Likewise.
17517         (RM_): New macro.
17518         (RM_FE_DOWNWARD): Likewise.
17519         (RM_FE_TONEAREST): Likewise.
17520         (RM_FE_TOWARDZERO): Likewise.
17521         (RM_FE_UPWARD): Likewise.
17522         (RUN_TEST_LOOP_f_f): Update references to expected results.
17523         (RUN_TEST_LOOP_2_f): Likewise.
17524         (RUN_TEST_LOOP_fff_f): Likewise.
17525         (RUN_TEST_LOOP_c_f): Likewise.
17526         (RUN_TEST_LOOP_f_f1): Likewise.
17527         (RUN_TEST_LOOP_fF_f1): Likewise.
17528         (RUN_TEST_LOOP_fI_f1): Likewise.
17529         (RUN_TEST_LOOP_ffI_f1): Likewise.
17530         (RUN_TEST_LOOP_c_c): Likewise.
17531         (RUN_TEST_LOOP_cc_c): Likewise.
17532         (RUN_TEST_LOOP_f_i): Likewise.
17533         (RUN_TEST_LOOP_f_i_tg): Likewise.
17534         (RUN_TEST_LOOP_ff_i_tg): Likewise.
17535         (RUN_TEST_LOOP_f_b): Likewise.
17536         (RUN_TEST_LOOP_f_b_tg): Likewise.
17537         (RUN_TEST_LOOP_f_l): Likewise.
17538         (RUN_TEST_LOOP_f_L): Likewise.
17539         (RUN_TEST_LOOP_fFF_11): Likewise.
17540         * math/gen-libm-test.pl (parse_args): Output four copies of
17541         expected results for each test.
17543         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17544         (__ASSUME_UTIMES): Remove.
17545         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17546         (__ASSUME_UTIMES): Likewise.
17548         * math/gen-auto-libm-tests.c: Update comment on output format.
17549         (output_for_one_input_case): Generate before-rounding and
17550         after-rounding information as conditions on output flags not
17551         floating-point format.
17552         * math/auto-libm-test-out: Regenerated.
17553         * math/gen-libm-test.pl (cond_value): New function.
17554         (or_cond_value): Use cond_value.
17555         (generate_testfile): Handle conditional exceptions.
17557 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
17559         * math/libm-test.inc (max_valid_error): New variable.
17560         (init_max_error): Take new argument specifying whether function
17561         results are exactly determined.  Set max_valid_error and bound
17562         other variables for errors based on this argument.
17563         (set_max_error): Do not record results above max_valid_error.
17564         (check_float_internal): Only accept errors of up to 0.5ulps if
17565         also at most max_valid_error.
17566         (START): Take new argument EXACT and pass it to init_max_error.
17567         (acos_test): Update call to START.
17568         (acos_test_tonearest): Likewise.
17569         (acos_test_towardzero): Likewise.
17570         (acos_test_downward): Likewise.
17571         (acos_test_upward): Likewise.
17572         (acosh_test): Likewise.
17573         (asin_test): Likewise.
17574         (asin_test_tonearest): Likewise.
17575         (asin_test_towardzero): Likewise.
17576         (asin_test_downward): Likewise.
17577         (asin_test_upward): Likewise.
17578         (asinh_test): Likewise.
17579         (atan_test): Likewise.
17580         (atanh_test): Likewise.
17581         (atan2_test): Likewise.
17582         (cabs_test): Likewise.
17583         (cacos_test): Likewise.
17584         (cacosh_test): Likewise.
17585         (carg_test): Likewise.
17586         (casin_test): Likewise.
17587         (casinh_test): Likewise.
17588         (catan_test): Likewise.
17589         (catanh_test): Likewise.
17590         (cbrt_test): Likewise.
17591         (ccos_test): Likewise.
17592         (ccosh_test): Likewise.
17593         (ceil_test): Likewise.
17594         (cexp_test): Likewise.
17595         (cimag_test): Likewise.
17596         (clog_test): Likewise.
17597         (clog10_test): Likewise.
17598         (conj_test): Likewise.
17599         (copysign_test): Likewise.
17600         (cos_test): Likewise.
17601         (cos_test_tonearest): Likewise.
17602         (cos_test_towardzero): Likewise.
17603         (cos_test_downward): Likewise.
17604         (cos_test_upward): Likewise.
17605         (cosh_test): Likewise.
17606         (cosh_test_tonearest): Likewise.
17607         (cosh_test_towardzero): Likewise.
17608         (cosh_test_downward): Likewise.
17609         (cosh_test_upward): Likewise.
17610         (cpow_test): Likewise.
17611         (cproj_test): Likewise.
17612         (creal_test): Likewise.
17613         (csin_test): Likewise.
17614         (csinh_test): Likewise.
17615         (csqrt_test): Likewise.
17616         (ctan_test): Likewise.
17617         (ctan_test_tonearest): Likewise.
17618         (ctan_test_towardzero): Likewise.
17619         (ctan_test_downward): Likewise.
17620         (ctan_test_upward): Likewise.
17621         (ctanh_test): Likewise.
17622         (ctanh_test_tonearest): Likewise.
17623         (ctanh_test_towardzero): Likewise.
17624         (ctanh_test_downward): Likewise.
17625         (ctanh_test_upward): Likewise.
17626         (erf_test): Likewise.
17627         (erfc_test): Likewise.
17628         (exp_test): Likewise.
17629         (exp_test_tonearest): Likewise.
17630         (exp_test_towardzero): Likewise.
17631         (exp_test_downward): Likewise.
17632         (exp_test_upward): Likewise.
17633         (exp10_test): Likewise.
17634         (exp10_test_tonearest): Likewise.
17635         (exp10_test_towardzero): Likewise.
17636         (exp10_test_downward): Likewise.
17637         (exp10_test_upward): Likewise.
17638         (pow10_test): Likewise.
17639         (exp2_test): Likewise.
17640         (expm1_test): Likewise.
17641         (expm1_test_tonearest): Likewise.
17642         (expm1_test_towardzero): Likewise.
17643         (expm1_test_downward): Likewise.
17644         (expm1_test_upward): Likewise.
17645         (fabs_test): Likewise.
17646         (fdim_test): Likewise.
17647         (floor_test): Likewise.
17648         (fma_test): Likewise.
17649         (fma_test_towardzero): Likewise.
17650         (fma_test_downward): Likewise.
17651         (fma_test_upward): Likewise.
17652         (fmax_test): Likewise.
17653         (fmin_test): Likewise.
17654         (fmod_test): Likewise.
17655         (fpclassify_test): Likewise.
17656         (frexp_test): Likewise.
17657         (hypot_test): Likewise.
17658         (ilogb_test): Likewise.
17659         (isfinite_test): Likewise.
17660         (finite_test): Likewise.
17661         (isgreater_test): Likewise.
17662         (isgreaterequal_test): Likewise.
17663         (isinf_test): Likewise.
17664         (isless_test): Likewise.
17665         (islessequal_test): Likewise.
17666         (islessgreater_test): Likewise.
17667         (isnan_test): Likewise.
17668         (isnormal_test): Likewise.
17669         (issignaling_test): Likewise.
17670         (isunordered_test): Likewise.
17671         (j0_test): Likewise.
17672         (j1_test): Likewise.
17673         (jn_test): Likewise.
17674         (ldexp_test): Likewise.
17675         (lgamma_test): Likewise.
17676         (gamma_test): Likewise.
17677         (lrint_test): Likewise.
17678         (lrint_test_tonearest): Likewise.
17679         (lrint_test_towardzero): Likewise.
17680         (lrint_test_downward): Likewise.
17681         (lrint_test_upward): Likewise.
17682         (llrint_test): Likewise.
17683         (llrint_test_tonearest): Likewise.
17684         (llrint_test_towardzero): Likewise.
17685         (llrint_test_downward): Likewise.
17686         (llrint_test_upward): Likewise.
17687         (log_test): Likewise.
17688         (log10_test): Likewise.
17689         (log1p_test): Likewise.
17690         (log2_test): Likewise.
17691         (logb_test): Likewise.
17692         (logb_test_downward): Likewise.
17693         (lround_test): Likewise.
17694         (llround_test): Likewise.
17695         (modf_test): Likewise.
17696         (nearbyint_test): Likewise.
17697         (nextafter_test): Likewise.
17698         (nexttoward_test): Likewise.
17699         (pow_test): Likewise.
17700         (pow_test_tonearest): Likewise.
17701         (pow_test_towardzero): Likewise.
17702         (pow_test_downward): Likewise.
17703         (pow_test_upward): Likewise.
17704         (remainder_test): Likewise.
17705         (drem_test): Likewise.
17706         (remainder_test_tonearest): Likewise.
17707         (drem_test_tonearest): Likewise.
17708         (remainder_test_towardzero): Likewise.
17709         (drem_test_towardzero): Likewise.
17710         (remainder_test_downward): Likewise.
17711         (drem_test_downward): Likewise.
17712         (remainder_test_upward): Likewise.
17713         (drem_test_upward): Likewise.
17714         (remquo_test): Likewise.
17715         (rint_test): Likewise.
17716         (rint_test_tonearest): Likewise.
17717         (rint_test_towardzero): Likewise.
17718         (rint_test_downward): Likewise.
17719         (rint_test_upward): Likewise.
17720         (round_test): Likewise.
17721         (scalb_test): Likewise.
17722         (scalbn_test): Likewise.
17723         (scalbln_test): Likewise.
17724         (signbit_test): Likewise.
17725         (sin_test): Likewise.
17726         (sin_test_tonearest): Likewise.
17727         (sin_test_towardzero): Likewise.
17728         (sin_test_downward): Likewise.
17729         (sin_test_upward): Likewise.
17730         (sincos_test): Likewise.
17731         (sinh_test): Likewise.
17732         (sinh_test_tonearest): Likewise.
17733         (sinh_test_towardzero): Likewise.
17734         (sinh_test_downward): Likewise.
17735         (sinh_test_upward): Likewise.
17736         (sqrt_test): Likewise.
17737         (sqrt_test_tonearest): Likewise.
17738         (sqrt_test_towardzero): Likewise.
17739         (sqrt_test_downward): Likewise.
17740         (sqrt_test_upward): Likewise.
17741         (tan_test): Likewise.
17742         (tan_test_tonearest): Likewise.
17743         (tan_test_towardzero): Likewise.
17744         (tan_test_downward): Likewise.
17745         (tan_test_upward): Likewise.
17746         (tanh_test): Likewise.
17747         (tgamma_test): Likewise.
17748         (trunc_test): Likewise.
17749         (y0_test): Likewise.
17750         (y1_test): Likewise.
17751         (yn_test): Likewise.
17752         (significand_test): Likewise.
17754         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
17755         individual tests in comment.
17756         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
17757         (prev_max_error): New variable.
17758         (prev_real_max_error): Likewise.
17759         (prev_imag_max_error): Likewise.
17760         (compare_ulp_data): Don't refer to test names in comment.
17761         (find_test_ulps): Remove function.
17762         (find_function_ulps): Likewise.
17763         (find_complex_function_ulps): Likewise.
17764         (init_max_error): Take function name as argument.  Look up ulps
17765         for that function.
17766         (print_ulps): Remove function.
17767         (print_max_error): Use prev_max_error instead of calling
17768         find_function_ulps.
17769         (print_complex_max_error): Use prev_real_max_error and
17770         prev_imag_max_error instead of calling find_complex_function_ulps.
17771         (check_float_internal): Take max_ulp parameter instead of calling
17772         find_test_ulps.  Don't call print_ulps.
17773         (check_float): Update call to check_float_internal.
17774         (check_complex): Update calls to check_float_internal.
17775         (START): Pass argument to init_max_error.
17776         * math/gen-libm-test.pl (%results): Don't include "kind"
17777         information.
17778         (parse_ulps): Don't handle ulps of individual tests.
17779         (print_ulps_file): Likewise.
17780         (output_ulps): Likewise.
17781         * math/README.libm-test: Update.
17782         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
17783         individual tests.
17784         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
17785         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
17786         * sysdeps/arm/libm-test-ulps: Likewise.
17787         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
17788         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
17789         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
17790         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
17791         * sysdeps/microblaze/libm-test-ulps: Likewise.
17792         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
17793         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
17794         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
17795         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
17796         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
17797         * sysdeps/sh/libm-test-ulps: Likewise.
17798         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
17799         * sysdeps/tile/libm-test-ulps: Likewise.
17800         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17802 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
17804         * math/libm-test.inc (print_complex_max_error): Check separately
17805         whether real and imaginary errors are within allowed range and
17806         pass 0 to print_complex_function_ulps instead of value within
17807         allowed range.
17809 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
17811         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
17812         formatting.
17813         (get_handles_fopen): Likewise.
17814         (do_write_test): Likewise.
17816         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
17818         * libio/fileops.c (do_ftell): Use cached offset when
17819         available.
17820         * libio/iofwide.c (do_ftell_wide): Likewise.
17821         * libio/iofdopen.c (_IO_new_fdopen): Don't use
17822         _IO_file_attach.
17823         * libio/wfileops.c (_IO_fwide): Don't cache offset.
17825         [BZ #16532]
17826         * libio/libioP.h (get_file_offset): New function.
17827         * libio/fileops.c (get_file_offset): Likewise.
17828         (do_ftell): Likewise.
17829         (_IO_new_file_seekoff): Split out ftell logic.
17830         * libio/wfileops.c (do_ftell_wide): Likewise.
17831         (_IO_wfile_seekoff): Split out ftell logic.
17832         * libio/tst-ftell-active-handler.c: New test case.
17833         * libio/Makefile (tests): Add it.
17835 2014-03-03  Roland McGrath  <roland@hack.frob.com>
17837         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
17838         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
17840 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
17842         [BZ #16639]
17843         * nscd/connections.c (nscd_init): Call do_exit.
17844         (start_threads): Call do_exit and notify_parent.
17845         (begin_drop_privileges): Call do_exit.
17846         (finish_drop_privileges): Likewise.
17847         * nscd/selinux.c (preserve_capabilities): Likewise.
17848         (install_real_capabilities): Likewise.
17849         (nscd_selinux_enabled): Likewise.
17850         (avc_create_thread): Likewise.
17851         (avc_alloc_lock): Likewise.
17852         (nscd_avc_init): Likewise.
17853         * nscd/nscd.c (parent_fd): New static variable.
17854         (main): Create a pipe between parent and child processes.
17855         Skip closing parent_fd.
17856         (monitor_child): New function.
17857         (do_exit): Likewise.
17858         (notify_parent): Likewise.
17859         * nscd/nscd.h (notify_parent): Likewise.
17860         (do_exit): Likewise.
17862 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
17864         * malloc/malloc.c (__libc_calloc): Revert last change.
17866 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17868         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17870 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
17872         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
17873         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
17874         implementation.
17875         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17876         (__libc_ifunc_impl_list): Likewise.
17877         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
17878         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
17879         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
17880         * string/strrchr.c: Define STRRCHR.
17882 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
17884         * benchtest/bench-strtok.c (simple_strtok): Delete.
17885         (strtok_string): Use as benchmark.
17886         * string/strtok (STRTOK): New macro.
17888 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
17890         * manual/threads.texi: Add header and standard comments to all
17891         functions.
17893         * elf/dl-lookup.c (check_match): New function.
17894         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
17895         (do_lookup_x): Remove nested function check_match. Use non-nested
17896         function check_match.
17898 2014-02-28  Roland McGrath  <roland@hack.frob.com>
17900         * csu/Makefile (generated, before-compile): Use += rather than =.
17901         * catgets/Makefile (generated, generated-dirs): Likewise.
17902         * debug/Makefile (generated): Likewise.
17903         * dlfcn/Makefile (generated): Likewise.
17904         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
17905         * iconvdata/Makefile (before-compile, generated): Likewise.
17906         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
17907         * libio/Makefile (generated): Likewise.
17908         * malloc/Makefile (generated): Likewise.
17909         * manual/Makefile (generated, generated-dirs): Likewise.
17910         * misc/Makefile (generated): Likewise.
17911         * posix/Makefile (generated): Likewise.
17912         * resolv/Makefile (generated): Likewise.
17913         * sunrpc/Makefile (generated, generated-dirs): Likewise.
17914         * timezone/Makefile (generated, generated-dirs): Likewise.
17916         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
17918 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17920         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
17921         power8 implementation.
17922         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
17923         file: POWER8 llround ifunc implementation.
17924         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
17925         (__lllround): Add POWER8 implementation.
17926         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
17927         POWER8 llround implementation.
17929         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
17930         power8 implementation.
17931         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
17932         file: POWER8 llrint ifunc implementation.
17933         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
17934         Add POWER8 implementation.
17935         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
17936         POWER8 llrint implementation.
17938         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
17939         power8 implementation.
17940         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
17941         file: POWER8 finite ifunc implementation.
17942         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
17943         Add POWER8 implementation.
17944         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
17945         Likewise.
17946         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
17947         POWER8 finite implementation.
17948         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
17950         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
17951         power8 implementation.
17952         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
17953         file: POWER8 isinf ifunc implementation.
17954         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
17955         POWER8 implementation.
17956         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
17957         Likewise.
17958         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
17959         isinf implementation.
17960         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
17962         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
17963         (INIT_ARCH): Add hwcap2 initialization.
17964         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
17965         power8 implementation.
17966         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
17967         file: POWER8 isnan ifunc implementation.
17968         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
17969         POWER8 implementation.
17970         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
17971         Likewise.
17972         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
17973         isnan implementation.
17974         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
17976 2014-02-27  Joey Ye  <joey.ye@arm.com>
17978         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
17979         (_FP_NANFRAC_Q): Set to zero.
17981 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
17983         [BZ #16623]
17984         * math/auto-libm-test-in: New test inputs.
17985         * math/auto-libm-test-out: Regenerate.
17986         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
17987         and DA.
17988         (__cos): Likewise.
17989         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
17991 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
17993         * scripts/evaluate-test.sh: Take new argument indicating whether
17994         failure is expected.
17995         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
17996         indicating whether failure is expected.
17997         * conform/Makefile (test-xfail-run-conformtest): New variable.
17998         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
17999         level.
18000         * posix/Makefile (test-xfail-annexc): New variable.
18001         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
18003 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
18005         * argp/Makefile: Include Makeconfig immediately after defining
18006         subdir.
18007         * assert/Makefile: Likewise.
18008         * benchtests/Makefile: Likewise.
18009         * catgets/Makefile: Likewise.
18010         * conform/Makefile: Likewise.
18011         * crypt/Makefile: Likewise.
18012         * csu/Makefile: Likewise.
18013         (all): Remove target.
18014         * ctype/Makefile: Include Makeconfig immediately after defining
18015         subdir.
18016         * debug/Makefile: Likewise.
18017         * dirent/Makefile: Likewise.
18018         * dlfcn/Makefile: Likewise.
18019         * gmon/Makefile: Likewise.
18020         * gnulib/Makefile: Likewise.
18021         * grp/Makefile: Likewise.
18022         * gshadow/Makefile: Likewise.
18023         * hesiod/Makefile: Likewise.
18024         * hurd/Makefile: Likewise.
18025         (all): Remove target.
18026         * iconvdata/Makefile: Include Makeconfig immediately after
18027         defining subdir.
18028         * inet/Makefile: Likewise.
18029         * intl/Makefile: Likewise.
18030         * io/Makefile: Likewise.
18031         * libio/Makefile: Likewise.
18032         (all): Remove target.
18033         * locale/Makefile: Include Makeconfig immediately after defining
18034         subdir.
18035         * login/Makefile: Likewise.
18036         * mach/Makefile: Likewise.
18037         (all): Remove target.
18038         * malloc/Makefile: Include Makeconfig immediately after defining
18039         subdir.
18040         (all): Remove target.
18041         * manual/Makefile: Include Makeconfig immediately after defining
18042         subdir.
18043         * math/Makefile: Likewise.
18044         * misc/Makefile: Likewise.
18045         * nis/Makefile: Likewise.
18046         * nss/Makefile: Likewise.
18047         * po/Makefile: Likewise.
18048         (all): Remove target.
18049         * posix/Makefile: Include Makeconfig immediately after defining
18050         subdir.
18051         * pwd/Makefile: Likewise.
18052         * resolv/Makefile: Likewise.
18053         * resource/Makefile: Likewise.
18054         * rt/Makefile: Likewise.
18055         * setjmp/Makefile: Likewise.
18056         * shadow/Makefile: Likewise.
18057         * signal/Makefile: Likewise.
18058         * socket/Makefile: Likewise.
18059         * soft-fp/Makefile: Likewise.
18060         * stdio-common/Makefile: Likewise.
18061         * stdlib/Makefile: Likewise.
18062         * streams/Makefile: Likewise.
18063         * string/Makefile: Likewise.
18064         * sunrpc/Makefile: Likewise.
18065         (all): Remove target.
18066         * sysvipc/Makefile: Include Makeconfig immediately after defining
18067         subdir.
18068         * termios/Makefile: Likewise.
18069         * time/Makefile: Likewise.
18070         * timezone/Makefile: Likewise.
18071         (all): Remove target.
18072         * wcsmbs/Makefile: Include Makeconfig immediately after defining
18073         subdir.
18074         * wctype/Makefile: Likewise.
18076 2014-02-26  Steve Ellcey  <sellcey@mips.com>
18078         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
18079         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
18080         (libc_feholdexcept_setround_mips): Ditto.
18081         (libc_feholdsetround): New.
18082         (libc_feholdsetroundf): New.
18083         (libc_feholdsetroundl): New.
18084         (libc_feupdateenv_test_mips): New.
18085         (libc_feupdateenv_test): New.
18086         (libc_feupdateenv_testf): New.
18087         (libc_feupdateenv_testl): New.
18088         (libc_feresetround): New.
18089         (libc_feresetroundf): New.
18090         (libc_feresetroundl): New.
18091         (libc_fetestexcept_mips): New.
18092         (libc_fetestexcept): New.
18093         (libc_fetestexceptf): New.
18094         (libc_fetestexceptl): New.
18095         (HAVE_RM_CTX): New.
18096         (libc_feholdexcept_setround_mips_ctx): New.
18097         (libc_feholdexcept_setround_ctx): New.
18098         (libc_feholdexcept_setroundf_ctx): New.
18099         (libc_feholdexcept_setroundl_ctx): New.
18100         (libc_fesetenv_mips_ctx): New.
18101         (libc_fesetenv_ctx): New.
18102         (libc_fesetenv_ctxf): New.
18103         (libc_fesetenv_ctxl): New.
18104         (libc_feupdateenv_mips_ctx): New.
18105         (libc_feupdateenv_ctx): New.
18106         (libc_feupdateenvf_ctx): New.
18107         (libc_feupdateenvl_ctx): New.
18108         (libc_feholdsetround_mips_ctx): New.
18109         (libc_feholdsetround_ctx): New.
18110         (libc_feholdsetroundf_ctx): New.
18111         (libc_feholdsetroundl_ctx): New.
18112         (libc_feresetround_mips_ctx): New.
18113         (libc_feresetround_ctx): New.
18114         (libc_feresetroundf_ctx): New.
18115         (libc_feresetroundl_ctx): New.
18117 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
18119         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
18121         * manual/ipc.texi: New file.
18122         * manual/Makefile (chapters): Add ipc.
18123         * manual/job.texi: Add "Inter-Process Communication" to next.
18124         * manual/process.texi: Add "Inter-Process Communication" to prev.
18126 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18128         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18130 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
18132         * malloc/malloc.c (__libc_calloc): Simplify implementation.
18134         * manual/arith.texi: Fix spaces after sentences.
18135         * manual/charset.texi: Likewise.
18136         * manual/errno.texi: Likewise.
18137         * manual/install.texi: Likewise.
18138         * manual/llio.texi: Likewise.
18139         * manual/locale.texi: Likewise.
18140         * manual/maint.texi: Likewise.
18141         * manual/math.texi: Likewise.
18142         * manual/memory.texi: Likewise.
18143         * manual/message.texi: Likewise.
18144         * manual/probes.texi: Likewise.
18145         * manual/resource.texi: Likewise.
18146         * manual/signal.texi: Likewise.
18147         * manual/socket.texi: Likewise.
18148         * manual/stdio.texi: Likewise.
18149         * manual/string.texi: Likewise.
18150         * manual/time.texi: Likewise.
18151         * manual/users.texi: Likewise.
18153 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
18155         [BZ #16632]
18156         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
18157         _DEFAULT_SOURCE is defined.
18159 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
18160             Carlos O'Donell  <carlos@redhat.com>
18162         [BZ #16613]
18163         * elf/dl-tls.c (_dl_count_modids): New function.
18164         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
18165         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
18166         audit library and increment generation counter.
18167         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
18168         * elf/tst-audit9.c: New file.
18169         * elf/tst-auditmod9a.c: New file.
18170         * elf/tst-auditmod9b.c: New file.
18171         * elf/Makefile: Add rules to build and run tst-audit9.
18173 2014-02-25  Florian Weimer  <fweimer@redhat.com>
18175         [BZ #15347]
18176         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
18178 2014-02-25  Will Newton  <will.newton@linaro.org>
18180         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
18181         (__longjmp): Restore sp and lr before restoring callee
18182         saved registers.  Add longjmp and longjmp_target
18183         SystemTap probe point.
18184         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
18185         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
18186         Define to zero to match jmpbuf layout.
18187         * sysdeps/arm/setjmp.S: Include stap-probe.h.
18188         (__sigsetjmp): Save sp and lr before saving callee
18189         saved registers.  Add setjmp SystemTap probe point.
18191 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
18193         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
18195 2014-02-24  Andreas Schwab  <schwab@suse.de>
18197         [BZ #15804]
18198         * elf/pldd.c (wait_for_ptrace_stop): New function.
18199         (main): Call it after attaching.
18201 2014-02-22  Roland McGrath  <roland@hack.frob.com>
18203         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
18204         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
18205         Versions files is now verboten.
18206         * hurd/Versions (libc: GLIBC_2.0):
18207         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
18208         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
18209         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
18210         * mach/Versions: Likewise.
18212         * csu/Versions: Remove unused %include.
18213         * resolv/Versions: Likewise.
18215 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
18217         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
18218         ($(objpfx)check-local-headers.out): Likewise.
18219         ($(objpfx)begin-end-check.out): Likewise.
18220         * Makerules (check-abi-%.out): Likewise.
18221         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
18222         ($(objpfx)test2.cat): Likewise.
18223         ($(objpfx)de/libc.cat): Likewise.
18224         ($(objpfx)test-gencat.out): Likewise.
18225         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
18226         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
18227         ($(objpfx)noload-mem): Likewise.
18228         ($(objpfx)tst-pathopt.out): Likewise.
18229         ($(objpfx)tst-rtld-load-self.out): Likewise.
18230         ($(objpfx)tst-array1-cmp.out): Likewise.
18231         ($(objpfx)tst-array1-static-cmp.out): Likewise.
18232         ($(objpfx)tst-array2-cmp.out): Likewise.
18233         ($(objpfx)tst-array3-cmp.out): Likewise.
18234         ($(objpfx)tst-array4-cmp.out): Likewise.
18235         ($(objpfx)tst-array5-cmp.out): Likewise.
18236         ($(objpfx)tst-array5-static-cmp.out): Likewise.
18237         ($(objpfx)check-textrel.out): Likewise.
18238         ($(objpfx)check-execstack.out): Likewise.
18239         ($(objpfx)check-localplt.out): Likewise.
18240         ($(objpfx)order2-cmp.out): Likewise.
18241         ($(objpfx)tst-leaks1-mem): Likewise.
18242         ($(objpfx)tst-leaks1-static-mem): Likewise.
18243         ($(objpfx)tst-initorder-cmp.out): Likewise.
18244         ($(objpfx)tst-initorder2-cmp.out): Likewise.
18245         ($(objpfx)tst-unused-dep.out): Likewise.
18246         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
18247         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
18248         * iconv/Makefile (test-iconvconfig): Likewise.
18249         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
18250         ($(objpfx)iconv-test.out): Likewise.
18251         ($(objpfx)tst-tables.out): Likewise.
18252         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
18253         ($(objpfx)tst-gettext.out): Likewise.
18254         ($(objpfx)tst-translit.out): Likewise.
18255         ($(objpfx)tst-gettext2.out): Likewise.
18256         ($(objpfx)tst-gettext4.out): Likewise.
18257         ($(objpfx)tst-gettext6.out): Likewise.
18258         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
18259         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
18260         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
18261         ($(objpfx)tst-fopenloc-mem.out): Likewise.
18262         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
18263         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
18264         * posix/Makefile ($(objpfx)globtest.out): Likewise.
18265         ($(objpfx)wordexp-tst.out): Likewise.
18266         ($(objpfx)annexc.out): Likewise.
18267         ($(objpfx)tst-fnmatch-mem): Likewise.
18268         ($(objpfx)bug-regex2-mem): Likewise.
18269         ($(objpfx)bug-regex14-mem): Likewise.
18270         ($(objpfx)bug-regex21-mem): Likewise.
18271         ($(objpfx)bug-regex31-mem): Likewise.
18272         ($(objpfx)tst-vfork3-mem): Likewise.
18273         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
18274         ($(objpfx)tst-pcre-mem): Likewise.
18275         ($(objpfx)tst-boost-mem): Likewise.
18276         ($(objpfx)tst-getconf.out): Likewise.
18277         ($(objpfx)bug-ga2-mem): Likewise.
18278         ($(objpfx)bug-glob2-mem): Likewise.
18279         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
18280         ($(objpfx)mtrace-tst-leaks2): Likewise.
18281         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
18282         ($(objpfx)tst-printf.out): Likewise.
18283         ($(objpfx)tst-setvbuf1.out): Likewise.
18284         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
18285         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
18286         ($(objpfx)tst-fmtmsg.out): Likewise.
18287         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
18288         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
18290         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
18291         * bits/sigaction.h [__USE_MISC]: Likewise.
18292         * bits/waitstatus.h: Update #endif comments.
18293         * ctype/ctype.h: Likewise.
18294         * dirent/dirent.h: Likewise.
18295         [__USE_MISC]: Remove redundant conditionals.
18296         * grp/grp.h: Update #endif comments.
18297         [__USE_GNU]: Remove redundant conditionals.
18298         [__USE_MISC]: Likewise.
18299         * inet/netinet/in.h [__USE_GNU]: Likewise.
18300         * io/sys/stat.h [__USE_MISC]: Likewise.
18301         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
18302         * libio/bits/stdio.h: Update #endif comments.
18303         [__USE_MISC]: Remove redundant conditionals.
18304         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
18305         * libio/stdio.h: Update #endif comments.
18306         [__USE_MISC]: Remove redundant conditionals.
18307         * math/bits/math-finite.h [__USE_MISC]: Likewise.
18308         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
18309         * math/math.h: Update #else and #endif comments.
18310         [__USE_MISC]: Remove redundant conditionals.
18311         * misc/sys/uio.h: Update #endif comments.
18312         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
18313         * posix/glob.h [__USE_MISC]: Likewise.
18314         * posix/sys/types.h: Update #endif comments.
18315         [__USE_MISC]: Remove redundant conditionals.
18316         * posix/sys/wait.h: Update #endif comments.
18317         [__USE_MISC]: Remove redundant conditionals.
18318         * posix/unistd.h: Update #endif comments.
18319         [__USE_MISC]: Remove redundant conditionals.
18320         * pwd/pwd.h [__USE_GNU]: Likewise.
18321         [__USE_MISC]: Likewise.
18322         * resolv/netdb.h [__USE_GNU]: Likewise.
18323         * signal/signal.h: Update #endif comments.
18324         [__USE_MISC]: Remove redundant conditionals.
18325         * stdlib/stdlib.h: Update #else and #endif comments.
18326         [__USE_MISC]: Remove redundant conditionals.
18327         [__USE_GNU]: Likewise.
18328         * string/bits/string2.h [__USE_MISC]: Likewise.
18329         * string/string.h: Update #endif comments.
18330         [__USE_MISC]: Remove redundant conditionals.
18331         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
18332         Likewise.
18333         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
18334         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
18335         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
18336         Likewise.
18337         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
18338         Likewise.
18339         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
18340         comments.
18341         [__USE_MISC]: Remove redundant conditionals.
18342         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
18343         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
18344         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
18345         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
18346         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
18347         Likewise.
18348         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
18349         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
18350         Likewise.
18351         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
18352         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
18353         Likewise.
18354         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
18355         Likewise.
18356         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
18357         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
18358         Likewise.
18359         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
18360         Likewise.
18361         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
18362         * sysdeps/x86/bits/string.h: Update #endif comments.
18363         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
18364         conditionals.
18365         * time/sys/time.h: Update #endif comments.
18366         * time/time.h: Likewise.
18367         [__USE_MISC]: Remove redundant conditionals.
18369 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
18371         [BZ #16600]
18372         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
18374 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
18376         * Versions.def (librt): Add GLIBC_2.17.
18378 2014-02-21  Adam Conrad  <adconrad@0c3.net>
18380         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
18381         synonym for _SYS_AUXV_H to allow direct inclusion.
18382         * sysdeps/sparc/bits/hwcap.h: Likewise.
18383         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
18384         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
18385         * sysdeps/sparc/sysdep.h: Likewise.
18387 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
18389         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
18391 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
18393         * benchtests/bench-strrchr.c: Print length instead of position.
18395 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
18397         [BZ #16611]
18398         * sysdeps/unix/sysv/linux/kernel-features.h
18399         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
18400         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
18401         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
18402         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
18403         Likewise.
18404         [__i386__ || __powerpc__ || __sh__ || __sparc__]
18405         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18406         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
18407         (__ASSUME_SENDMMSG): Define instead of using previous
18408         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
18409         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18410         (__ASSUME_SENDMMSG_SYSCALL): Define.
18411         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18412         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
18413         Likewise.
18414         * sysdeps/unix/sysv/linux/arm/kernel-features.h
18415         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18416         Likewise.
18417         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18418         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18419         Likewise.
18420         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
18421         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
18422         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
18423         [__ASSUME_SENDMMSG]: Change conditionals to
18424         [__ASSUME_SENDMMSG_SOCKETCALL].
18425         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18426         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
18427         Define.
18428         * sysdeps/unix/sysv/linux/mips/kernel-features.h
18429         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
18430         Likewise.
18431         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
18432         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
18433         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
18434         [!__ASSUME_SENDMMSG]: Change conditional to
18435         [!__ASSUME_SENDMMSG_SOCKETCALL].
18436         * sysdeps/unix/sysv/linux/tile/kernel-features.h
18437         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18438         Define.
18440         [BZ #16610]
18441         * sysdeps/unix/sysv/linux/kernel-features.h
18442         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
18443         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
18444         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
18445         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
18446         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
18447         [__i386__ || __sparc__]
18448         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18449         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
18450         (__ASSUME_RECVMMSG): Define instead of using previous
18451         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
18452         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18453         (__ASSUME_RECVMMSG_SYSCALL): Define.
18454         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18455         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18456         Likewise.
18457         * sysdeps/unix/sysv/linux/arm/kernel-features.h
18458         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18459         Likewise.
18460         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18461         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18462         Likewise.
18463         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
18464         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
18465         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
18466         [__ASSUME_RECVMMSG]: Change condition to
18467         [__ASSUME_RECVMMSG_SOCKETCALL].
18468         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18469         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18470         Define.
18471         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18472         * sysdeps/unix/sysv/linux/mips/kernel-features.h
18473         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18474         Likewise.
18475         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
18476         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
18477         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
18478         [!__ASSUME_RECVMMSG]: Change condition to
18479         [!__ASSUME_RECVMMSG_SOCKETCALL].
18480         * sysdeps/unix/sysv/linux/tile/kernel-features.h
18481         (__ASSUME_RECVMMSG_SYSCALL): Define.
18483         [BZ #16609]
18484         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
18485         __powerpc__ || __s390__ || __sh__ || __sparc__]
18486         (__ASSUME_SOCKETCALL): Define.
18487         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
18488         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
18489         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
18490         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
18491         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
18492         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
18493         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
18494         (__ASSUME_ACCEPT4): Define instead of using previous
18495         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
18496         __powerpc__ || __sparc__ || __s390__)] condition.
18497         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18498         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
18499         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
18500         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
18501         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
18502         [!__ASSUME_ACCEPT4]: Change condition to
18503         [!__ASSUME_ACCEPT4_SOCKETCALL].
18504         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18505         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
18506         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
18507         * sysdeps/unix/sysv/linux/arm/kernel-features.h
18508         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
18509         __ASSUME_ACCEPT4_SYSCALL.
18510         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
18511         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
18512         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18513         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
18514         __ASSUME_ACCEPT4_SYSCALL.
18515         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
18516         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
18517         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
18518         [__ASSUME_ACCEPT4]: Change condition to
18519         [__ASSUME_ACCEPT4_SOCKETCALL].
18520         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
18521         (__ASSUME_SOCKETCALL): Define.
18522         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
18523         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18524         (__ASSUME_SOCKETCALL): Define.
18525         (__ASSUME_ACCEPT4): Remove.
18526         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
18527         Define.
18528         * sysdeps/unix/sysv/linux/mips/kernel-features.h
18529         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
18530         Likewise.
18531         * sysdeps/unix/sysv/linux/tile/kernel-features.h
18532         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
18534         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
18535         macro.
18536         (HWCAP_ARM_LPAE): Likewise.
18537         (HWCAP_ARM_EVTSTRM): Likewise.
18538         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
18539         Add vpfd32, lpae and evtstrm.
18540         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
18541         Increase to 22.
18543 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
18545         * math/auto-libm-test-in: Add tests of clog10.
18546         * math/auto-libm-test-out: Regenerated.
18547         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
18548         * sysdeps/i386/fpu/libm-test-ulps: Update.
18549         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18551 2014-02-18  Andreas Schwab  <schwab@suse.de>
18553         [BZ #16574]
18554         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
18555         Store non-zero if the second buffer was newly allocated.
18556         (send_dg): Likewise.
18557         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
18558         to send_vc and send_dg.
18559         (res_nsend): Pass NULL for ansp2_malloced.
18560         * resolv/res_query.c (__libc_res_nquery): Add parameter
18561         answerp2_malloced and pass it down to __libc_res_nsend.
18562         (res_nquery): Pass additional NULL to __libc_res_nquery.
18563         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
18564         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
18565         second answer buffer if answerp2_malloced was set.
18566         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
18567         (__libc_res_nquerydomain): Add parameter
18568         answerp2_malloced and pass it down to __libc_res_nquery.
18569         (res_nquerydomain): Pass additional NULL to
18570         __libc_res_nquerydomain.
18571         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
18572         additional NULL to __libc_res_nsend and __libc_res_nquery.
18573         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
18574         additional NULL to __libc_res_nsearch.
18575         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
18576         parameter of __libc_res_nsearch to check for separately allocated
18577         second buffer.
18578         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
18579         __libc_res_nquery.
18580         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
18581         additional NULL to __libc_res_nquery.
18582         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
18583         __libc_res_nsearch.
18584         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
18585         * include/resolv.h: Update prototypes of __libc_res_nquery,
18586         __libc_res_nsearch, __libc_res_nsend.
18588 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
18590         * math/auto-libm-test-in: Add tests of fma.
18591         * math/auto-libm-test-out: Regenerated.
18592         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
18593         (fma_towardzero_test_data): Likewise.
18594         (fma_downward_test_data): Likewise.
18595         (fma_upward_test_data): Likewise.
18596         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
18597         mpc_mode.
18598         (rounding_modes): Add values for new field.
18599         (func_calc_method): Add value mpfr_fff_f.
18600         (func_calc_desc): Add mpfr_fff_f union field.
18601         (test_function): Add field exact_args.
18602         (FUNC): Add macro argument EXACT_ARGS.
18603         (FUNC_mpfr_f_f): Update call to FUNC.
18604         (FUNC_mpfr_f_f): Likewise.
18605         (FUNC_mpfr_ff_f): Likewise.
18606         (FUNC_mpfr_if_f): Likewise.
18607         (FUNC_mpc_c_f): Likewise.
18608         (FUNC_mpc_c_c): Likewise.
18609         (test_functions): Add fma.  Update calls to FUNC.
18610         (handle_input_arg): Add argument exact_args.
18611         (add_test): Update call to handle_input_arg.
18612         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
18613         (output_for_one_input_case): Update call to calc_generic_results.
18614         Recalculate exact zero results in each rounding mode.
18616         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
18617         non-negative before setting low bit.
18618         * math/auto-libm-test-in: Mark one asin test possibly having
18619         spurious underflow.
18620         * math/auto-libm-test-out: Regenerated.
18621         * sysdeps/i386/fpu/libm-test-ulps: Update.
18622         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18624 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
18626         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
18627         * sysdeps/unix/sysv/linux/microblaze: Move directory from
18628         ports/sysdeps/unix/sysv/linux/microblaze.
18629         * README: Add missing listing for microblaze*-*-linux-gnu.
18631 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
18633         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
18634         duplicate code
18636 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
18638         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
18639         * sysdeps/unix/sysv/linux/ia64: Move directory from
18640         ports/sysdeps/unix/sysv/linux/ia64.
18641         * README: Update listing for ia64-*-linux-gnu.
18643 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
18644             Joseph Myers  <joseph@codesourcery.com>
18646         * Makeconfig (test-name): New variable.
18647         (evaluate-test): Likewise.
18648         * Makerules (do-test-clean): Remove .test-result files.
18649         (common-mostlyclean): Likewise.
18650         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
18651         * scripts/evaluate-test.sh: New file.
18653 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
18655         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
18656         separate $(objpfx)tst-fopenloc-cmp.out and
18657         $(objpfx)tst-fopenloc-mem.out targets.
18658         (tests): Update dependencies.
18659         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
18660         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
18661         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
18662         (tst-rxspencer-no-utf8-ARGS): New variable.
18663         (tst-rxspencer-no-utf8-ENV): Likewise.
18664         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
18665         instead of $(objpfx)tst-rxspencer-mem.
18666         ($(objpfx)tst-rxspencer-mem): Change target to
18667         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
18668         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
18669         * posix/tst-rxspencer-no-utf8.c: New file.
18671         * elf/Makefile ($(objpfx)order.out): Remove rule.
18672         [$(run-built-tests) = yes] (tests): Depend on
18673         $(objpfx)order-cmp.out.
18674         ($(objpfx)order-cmp.out): New rule.
18675         [$(run-built-tests) = yes] (tests): Depend on
18676         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
18677         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
18678         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
18679         $(objpfx)tst-array5-static-cmp.out.
18680         ($(objpfx)tst-array1.out): Remove rule.
18681         ($(objpfx)tst-array1-cmp.out): New rule.
18682         ($(objpfx)tst-array1-static.out): Remove rule.
18683         ($(objpfx)tst-array1-static-cmp.out): New rule.
18684         ($(objpfx)tst-array2.out): Remove rule.
18685         ($(objpfx)tst-array2-cmp.out): New rule.
18686         ($(objpfx)tst-array3.out): Remove rule.
18687         ($(objpfx)tst-array3-cmp.out): New rule.
18688         ($(objpfx)tst-array4.out): Remove rule.
18689         ($(objpfx)tst-array4-cmp.out): New rule.
18690         ($(objpfx)tst-array5.out): Remove rule.
18691         ($(objpfx)tst-array5-cmp.out): New rule.
18692         ($(objpfx)tst-array5-static.out): Remove rule.
18693         ($(objpfx)tst-array5-static-cmp.out): New rule.
18694         [$(run-built-tests) = yes] (tests): Depend on
18695         $(objpfx)order2-cmp.out.
18696         ($(objpfx)order2.out): Remove rule.
18697         ($(objpfx)order2-cmp.out): New rule.
18698         ($(objpfx)tst-initorder.out): Remove rule.
18699         [$(run-built-tests) = yes] (tests): Depend on
18700         $(objpfx)tst-initorder-cmp.out.
18701         ($(objpfx)tst-initorder-cmp.out): New rule.
18702         ($(objpfx)tst-initorder2.out): Remove rule.
18703         [$(run-built-tests) = yes] (tests): Depend on
18704         $(objpfx)tst-initorder2-cmp.out.
18705         ($(objpfx)tst-initorder2-cmp.out): New rule.
18706         [$(run-built-tests) = yes] (tests): Depend on
18707         $(objpfx)tst-unused-dep-cmp.out.
18708         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
18709         ($(objpfx)tst-unused-dep-cmp.out): New rule.
18710         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
18711         on $(objpfx)tst-setvbuf1-cmp.out.
18712         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
18713         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
18714         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
18715         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
18716         ($(objpfx)tst-svc.out): Remove rule.
18717         ($(objpfx)tst-svc-cmp.out): New rule.
18719 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
18721         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
18722         * ctype/ctype.h [__USE_MISC]: Likewise.
18723         * dirent/dirent.h [__USE_MISC]: Likewise.
18724         * grp/grp.h [__USE_MISC]: Likewise.
18725         * io/fcntl.h [__USE_MISC]: Likewise.
18726         * io/sys/stat.h [__USE_MISC]: Likewise.
18727         * libio/stdio.h [__USE_MISC]: Likewise.
18728         * posix/unistd.h [__USE_MISC]: Likewise.
18729         * pwd/pwd.h [__USE_MISC]: Likewise.
18730         * stdlib.h [__USE_MISC]: Likewise.
18731         * string/bits/string2.h [__USE_MISC]: Likewise.
18732         * string/string.h [__USE_MISC]: Likewise.
18733         * time/time.h [__USE_MISC]: Likewise.
18735 2014-02-13  Andreas Schwab  <schwab@suse.de>
18737         [BZ #16574]
18738         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
18739         second answer buffer if it was separately allocated.
18741 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
18743         * sysdeps/mips/math-tests.h: Include <features.h>.
18744         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
18745         (ROUNDING_TESTS_long_double): Do not define.
18746         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
18747         (EXCEPTION_TESTS_long_double): Likewise.
18748         * sysdeps/mips/mips64/libm-test-ulps: Update.
18750         * include/features.h (__USE_BSD): Remove macro definitions.
18751         (__USE_SVID): Likewise.
18752         (_BSD_SOURCE): Likewise.
18753         (_SVID_SOURCE): Likewise.
18754         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
18755         from definition of _DEFAULT_SOURCE.
18756         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
18757         [_DEFAULT_SOURCE].
18758         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
18759         * bits/mman.h [__USE_BSD]: Likewise.
18760         * bits/termios.h [__USE_BSD]: Likewise.
18761         * bits/waitstatus.h [__USE_BSD]: Likewise.
18762         * ctype/ctype.h [__USE_SVID]: Likewise.
18763         * dirent/dirent.h [__USE_BSD]: Likewise.
18764         * grp/grp.h [__USE_SVID]: Likewise.
18765         [__USE_BSD]: Likewise.
18766         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
18767         * io/fcntl.h [__USE_BSD]: Likewise.
18768         * io/ftw.h [__USE_BSD]: Likewise.
18769         * io/sys/stat.h [__USE_BSD]: Likewise.
18770         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
18771         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
18772         * libio/stdio.h [__USE_SVID]: Likewise.
18773         [__USE_BSD]: Likewise.
18774         * math/math.h [__USE_SVID]: Likewise.
18775         [__USE_BSD]: Likewise.
18776         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
18777         * misc/bits/syslog.h [__USE_BSD]: Likewise.
18778         * misc/search.h [__USE_SVID]: Likewise.
18779         * misc/sys/mman.h [__USE_BSD]: Likewise.
18780         * misc/sys/syslog.h [__USE_BSD]: Likewise.
18781         * misc/sys/uio.h [__USE_BSD]: Likewise.
18782         * posix/bits/unistd.h [__USE_BSD]: Likewise.
18783         * posix/glob.h [__USE_BSD]: Likewise.
18784         * posix/regex.h [__USE_BSD]: Likewise.
18785         * posix/sys/types.h [__USE_BSD]: Likewise.
18786         [__USE_SVID]: Likewise.
18787         * posix/sys/utsname.h [__USE_SVID]: Likewise.
18788         * posix/sys/wait.h [__USE_BSD]: Likewise.
18789         [__USE_SVID]: Likewise.
18790         * posix/unistd.h [__USE_BSD]: Likewise.
18791         [__USE_SVID]: Likewise.
18792         * pwd/pwd.h [__USE_SVID]: Likewise.
18793         * resolv/netdb.h [__USE_BSD]: Likewise.
18794         * setjmp/setjmp.h [__USE_BSD]: Likewise.
18795         * signal/signal.h [__USE_BSD]: Likewise.
18796         [__USE_SVID]: Likewise.
18797         * socket/sys/socket.h [__USE_BSD]: Likewise.
18798         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
18799         * stdlib/stdlib.h [__USE_BSD]: Likewise.
18800         [__USE_SVID]: Likewise.
18801         * string/bits/string2.h [__USE_BSD]: Likewise.
18802         [__USE_SVID]: Likewise.
18803         * string/bits/string3.h [__USE_BSD]: Likewise.
18804         * string/endian.h [__USE_BSD]: Likewise.
18805         * string/string.h [__USE_SVID]: Likewise.
18806         [__USE_BSD]: Likewise.
18807         * string/strings.h [__USE_BSD]: Likewise.
18808         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
18809         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
18810         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
18811         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
18812         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
18813         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
18814         Likewise.
18815         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
18816         Likewise.
18817         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
18818         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
18819         Likewise.
18820         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
18821         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
18822         Likewise.
18823         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
18824         Likewise.
18825         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
18826         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
18827         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
18828         Likewise.
18829         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
18830         Likewise.
18831         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
18832         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
18833         * termios/termios.h [__USE_BSD]: Likewise.
18834         * time/sys/time.h [__USE_BSD]: Likewise.
18835         * time/time.h [__USE_BSD]: Likewise.
18836         [__USE_SVID]: Likewise.
18838         * Makefile (subdir_targets): Remove subdir_lint.out.
18840         * stdio-common/Makefile (do-tst-unbputc): Remove target.
18841         (do-tst-printf): Likewise.
18842         (tests): Depend directly on $(objpfx)tst-unbputc.out and
18843         $(objpfx)tst-printf.out.
18845         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
18847         * Makerules (check-abi-%): Change target to
18848         $(objpfx)check-abi-%.out.
18849         (check-abi target): Update dependencies.
18850         (check-abi-pattern variable): Redirect output of diff to $@.
18851         (check-abi variable): Likewise.
18852         * elf/Makefile (check-abi): Update dependencies.
18854         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
18855         unused.
18856         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
18857         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
18858         subnormal range.
18859         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
18860         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
18861         value has largest subnormal exponent.
18862         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
18863         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
18864         * sysdeps/aarch64/soft-fp/sfp-machine.h
18865         (_FP_TININESS_AFTER_ROUNDING): New macro.
18866         * sysdeps/alpha/soft-fp/sfp-machine.h
18867         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18868         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
18869         Likewise.
18870         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
18871         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18872         * sysdeps/mips/soft-fp/sfp-machine.h
18873         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18874         * sysdeps/powerpc/soft-fp/sfp-machine.h
18875         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18876         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
18877         Likewise.
18878         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
18879         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18880         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
18881         (_FP_TININESS_AFTER_ROUNDING): Likewise.
18882         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
18883         Likewise.
18885 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
18887         [BZ #16545]
18888         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
18889         model 1.
18891 2014-02-12  Richard Henderson  <rth@redhat.com>
18893         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
18894         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
18895         * sysdeps/unix/sysv/linux/alpha: Move directory from
18896         ports/sysdeps/unix/sysv/linux/alpha.
18897         * README: Update listing for alpha-*-linux-gnu.
18899 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
18901         * include/features.h: Update comment documenting feature test
18902         macros.
18903         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
18904         _DEFAULT_SOURCE.
18905         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
18906         (_SVID_SOURCE): Likewise.
18907         (_DEFAULT_SOURCE): Update description of default features.
18908         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
18909         with _GNU_SOURCE.
18910         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
18911         (S_ISVTX): Likewise.
18912         * manual/math.texi (Mathematical Constants): Likewise.
18913         * manual/signal.texi (Interrupted Primitives): Likewise.
18914         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
18915         * math/test-matherr.c (_SVID_SOURCE): Do not define.
18916         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
18917         Don't refer to _SVID_SOURCE in warning text.
18919         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
18921         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
18922         already defined.
18923         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
18924         * sysdeps/mips/dl-lookup.c: Remove.
18925         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
18927 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
18929         [BZ #16447]
18930         * math/auto-libm-test-in: Add testcase for expl.
18931         * math/auto-libm-test-out: Regenerate.
18932         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
18933         calculation of unsafe.
18934         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
18936 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
18938         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
18939         * sysdeps/unix/sysv/linux/aarch64: Move directory from
18940         ports/sysdeps/unix/sysv/linux/aarch64.
18941         * README: Update listing for aarch64*-*-linux-gnu.
18943 2014-02-11  Will Newton  <will.newton@linaro.org>
18945         * manual/probes.texi (Mathematical Function Probes): Use
18946         "triggered" instead of "hit".
18948         * manual/probes.texi (Internal Probes): Add documentation
18949         of setjmp, longjmp and longjmp_target probes.
18951         * include/stap-probe.h: Add comment about probe argument
18952         format.
18954         * malloc/mtrace.c (attribute_hidden): Remove unused macro
18955         definition.  (tr_where, tr_freehook, tr_mallochook,
18956         tr_reallochook, tr_memalignhook): Use ANSI protoype.
18958 2014-02-11  David S. Miller  <davem@davemloft.net>
18960         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
18961         processing int_tests.
18963 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
18965         * sysdeps/mips: Move directory from ports/sysdeps/mips.
18966         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
18967         * sysdeps/unix/sysv/linux/mips: Move directory from
18968         ports/sysdeps/unix/sysv/linux/mips.
18969         * README: Update listing for mips-*-linux-gnu and
18970         mips64-*-linux-gnu.
18972 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
18974         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
18975         * sysdeps/unix/sysv/linux/m68k: Move directory from
18976         ports/sysdeps/unix/sysv/linux/m68k.
18977         * README: Update listing for m68k-*-linux-gnu.
18979 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
18981         * sysdeps/tile: Move directory from ports/sysdeps/tile.
18982         * sysdeps/unix/sysv/linux/generic: Move directory from
18983         ports/sysdeps/unix/sysv/linux/generic.
18984         * sysdeps/unix/sysv/linux/tile: Move directory from
18985         ports/sysdeps/unix/sysv/linux/tile.
18986         * README: Update listing for tile*-*-linux-gnu.
18988 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
18990         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
18991         __builtin_expect.
18992         * benchtests/bench-memmem.c (simple_memmem): Likewise.
18993         * catgets/open_catalog.c (__open_catalog): Likewise.
18994         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
18995         * debug/confstr_chk.c: Likewise.
18996         * debug/fread_chk.c (__fread_chk): Likewise.
18997         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
18998         * debug/getgroups_chk.c: Likewise.
18999         * debug/mbsnrtowcs_chk.c: Likewise.
19000         * debug/mbsrtowcs_chk.c: Likewise.
19001         * debug/mbstowcs_chk.c: Likewise.
19002         * debug/memcpy_chk.c: Likewise.
19003         * debug/memmove_chk.c: Likewise.
19004         * debug/mempcpy_chk.c: Likewise.
19005         * debug/memset_chk.c: Likewise.
19006         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
19007         * debug/strcat_chk.c (__strcat_chk): Likewise.
19008         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
19009         * debug/strncat_chk.c (__strncat_chk): Likewise.
19010         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
19011         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
19012         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
19013         * debug/wcpncpy_chk.c: Likewise.
19014         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
19015         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
19016         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
19017         * debug/wcsncpy_chk.c: Likewise.
19018         * debug/wcsnrtombs_chk.c: Likewise.
19019         * debug/wcsrtombs_chk.c: Likewise.
19020         * debug/wcstombs_chk.c: Likewise.
19021         * debug/wmemcpy_chk.c: Likewise.
19022         * debug/wmemmove_chk.c: Likewise.
19023         * debug/wmempcpy_chk.c: Likewise.
19024         * debug/wmemset_chk.c: Likewise.
19025         * dirent/scandirat.c (SCANDIRAT): Likewise.
19026         * dlfcn/dladdr1.c (dladdr1): Likewise.
19027         * dlfcn/dladdr.c (dladdr): Likewise.
19028         * dlfcn/dlclose.c (dlclose_doit): Likewise.
19029         * dlfcn/dlerror.c (__dlerror): Likewise.
19030         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
19031         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
19032         * dlfcn/dlopen.c (dlopen_doit): Likewise.
19033         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
19034         * dlfcn/dlsym.c (dlsym_doit): Likewise.
19035         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
19036         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
19037         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
19038         Likewise.
19039         * elf/dl-conflict.c: Likewise.
19040         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
19041         * elf/dl-dst.h: Likewise.
19042         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
19043         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
19044         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
19045         * elf/dl-init.c (call_init, _dl_init): Likewise.
19046         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
19047         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
19048         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
19049         Likewise.
19050         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
19051         Likewise.
19052         * elf/dl-minimal.c (__libc_memalign): Likewise.
19053         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
19054         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
19055         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
19056         * elf/dl-sym.c (do_sym): Likewise.
19057         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
19058         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
19059         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
19060         * elf/dl-writev.h (_dl_writev): Likewise.
19061         * elf/ldconfig.c (search_dir): Likewise.
19062         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
19063         (dl_main): Likewise.
19064         * elf/setup-vdso.h (setup_vdso): Likewise.
19065         * grp/compat-initgroups.c (compat_call): Likewise.
19066         * grp/fgetgrent.c (fgetgrent): Likewise.
19067         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
19068         * grp/putgrent.c (putgrent): Likewise.
19069         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
19070         Likewise.
19071         * hurd/hurdinit.c: Likewise.
19072         * iconvdata/8bit-gap.c (struct): Likewise.
19073         * iconvdata/ansi_x3.110.c : Likewise.
19074         * iconvdata/big5.c : Likewise.
19075         * iconvdata/big5hkscs.c : Likewise.
19076         * iconvdata/cp1255.c: Likewise.
19077         * iconvdata/cp1258.c : Likewise.
19078         * iconvdata/cp932.c : Likewise.
19079         * iconvdata/euc-cn.c: Likewise.
19080         * iconvdata/euc-jisx0213.c : Likewise.
19081         * iconvdata/euc-jp.c: Likewise.
19082         * iconvdata/euc-jp-ms.c : Likewise.
19083         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
19084         * iconvdata/gb18030.c : Likewise.
19085         * iconvdata/gbbig5.c (const): Likewise.
19086         * iconvdata/gbgbk.c: Likewise.
19087         * iconvdata/gbk.c : Likewise.
19088         * iconvdata/ibm1364.c : Likewise.
19089         * iconvdata/ibm930.c : Likewise.
19090         * iconvdata/ibm932.c: Likewise.
19091         * iconvdata/ibm933.c : Likewise.
19092         * iconvdata/ibm935.c : Likewise.
19093         * iconvdata/ibm937.c : Likewise.
19094         * iconvdata/ibm939.c : Likewise.
19095         * iconvdata/ibm943.c: Likewise.
19096         * iconvdata/iso_11548-1.c: Likewise.
19097         * iconvdata/iso-2022-cn.c : Likewise.
19098         * iconvdata/iso-2022-cn-ext.c : Likewise.
19099         * iconvdata/iso-2022-jp-3.c: Likewise.
19100         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
19101         * iconvdata/iso-2022-kr.c : Likewise.
19102         * iconvdata/iso646.c (gconv_end): Likewise.
19103         * iconvdata/iso_6937-2.c : Likewise.
19104         * iconvdata/iso_6937.c : Likewise.
19105         * iconvdata/iso8859-1.c: Likewise.
19106         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
19107         * iconvdata/shift_jisx0213.c : Likewise.
19108         * iconvdata/sjis.c : Likewise.
19109         * iconvdata/t.61.c : Likewise.
19110         * iconvdata/tcvn5712-1.c : Likewise.
19111         * iconvdata/tscii.c: Likewise.
19112         * iconvdata/uhc.c : Likewise.
19113         * iconvdata/unicode.c (gconv_end): Likewise.
19114         * iconvdata/utf-16.c (gconv_end): Likewise.
19115         * iconvdata/utf-32.c (gconv_end): Likewise.
19116         * iconvdata/utf-7.c (base64): Likewise.
19117         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
19118         * iconv/gconv_close.c (__gconv_close): Likewise.
19119         * iconv/gconv_open.c (__gconv_open): Likewise.
19120         * iconv/gconv_simple.c (internal_ucs4_loop_single)
19121         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
19122         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
19123         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
19124         (ucs4le_internal_loop_single): Likewise.
19125         * iconv/iconv.c (iconv): Likewise.
19126         * iconv/iconv_close.c: Likewise.
19127         * iconv/loop.c (SINGLE): Likewise.
19128         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
19129         * include/atomic.h: Likewise.
19130         * inet/inet6_option.c (option_alloc): Likewise.
19131         * intl/bindtextdom.c (set_binding_values): Likewise.
19132         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
19133         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
19134         * intl/localealias.c (read_alias_file): Likewise.
19135         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
19136         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
19137         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
19138         * libio/fmemopen.c (fmemopen): Likewise.
19139         * libio/iofgets.c (_IO_fgets): Likewise.
19140         * libio/iofgets_u.c (fgets_unlocked): Likewise.
19141         * libio/iofgetws.c (fgetws): Likewise.
19142         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
19143         * libio/iogetdelim.c (_IO_getdelim): Likewise.
19144         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
19145         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
19146         * locale/findlocale.c (_nl_find_locale): Likewise.
19147         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
19148         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
19149         Likewise.
19150         * locale/setlocale.c (setlocale): Likewise.
19151         * login/programs/pt_chown.c (main): Likewise.
19152         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
19153         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
19154         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
19155         (mmap, mmap64, mremap, munmap): Likewise.
19156         * math/e_exp2l.c: Likewise.
19157         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
19158         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
19159         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
19160         * math/s_catan.c (__catan): Likewise.
19161         * math/s_catanf.c (__catanf): Likewise.
19162         * math/s_catanh.c (__catanh): Likewise.
19163         * math/s_catanhf.c (__catanhf): Likewise.
19164         * math/s_catanhl.c (__catanhl): Likewise.
19165         * math/s_catanl.c (__catanl): Likewise.
19166         * math/s_ccosh.c (__ccosh): Likewise.
19167         * math/s_ccoshf.c (__ccoshf): Likewise.
19168         * math/s_ccoshl.c (__ccoshl): Likewise.
19169         * math/s_cexp.c (__cexp): Likewise.
19170         * math/s_cexpf.c (__cexpf): Likewise.
19171         * math/s_cexpl.c (__cexpl): Likewise.
19172         * math/s_clog10.c (__clog10): Likewise.
19173         * math/s_clog10f.c (__clog10f): Likewise.
19174         * math/s_clog10l.c (__clog10l): Likewise.
19175         * math/s_clog.c (__clog): Likewise.
19176         * math/s_clogf.c (__clogf): Likewise.
19177         * math/s_clogl.c (__clogl): Likewise.
19178         * math/s_csin.c (__csin): Likewise.
19179         * math/s_csinf.c (__csinf): Likewise.
19180         * math/s_csinh.c (__csinh): Likewise.
19181         * math/s_csinhf.c (__csinhf): Likewise.
19182         * math/s_csinhl.c (__csinhl): Likewise.
19183         * math/s_csinl.c (__csinl): Likewise.
19184         * math/s_csqrt.c (__csqrt): Likewise.
19185         * math/s_csqrtf.c (__csqrtf): Likewise.
19186         * math/s_csqrtl.c (__csqrtl): Likewise.
19187         * math/s_ctan.c (__ctan): Likewise.
19188         * math/s_ctanf.c (__ctanf): Likewise.
19189         * math/s_ctanh.c (__ctanh): Likewise.
19190         * math/s_ctanhf.c (__ctanhf): Likewise.
19191         * math/s_ctanhl.c (__ctanhl): Likewise.
19192         * math/s_ctanl.c (__ctanl): Likewise.
19193         * math/w_pow.c: Likewise.
19194         * math/w_powf.c: Likewise.
19195         * math/w_powl.c: Likewise.
19196         * math/w_scalb.c (sysv_scalb): Likewise.
19197         * math/w_scalbf.c (sysv_scalbf): Likewise.
19198         * math/w_scalbl.c (sysv_scalbl): Likewise.
19199         * misc/error.c (error_tail): Likewise.
19200         * misc/pselect.c (__pselect): Likewise.
19201         * nis/nis_callback.c (__nis_create_callback): Likewise.
19202         * nis/nis_call.c (__nisfind_server): Likewise.
19203         * nis/nis_creategroup.c (nis_creategroup): Likewise.
19204         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
19205         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
19206         * nis/nis_getservlist.c (nis_getservlist): Likewise.
19207         * nis/nis_lookup.c (nis_lookup): Likewise.
19208         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
19209         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
19210         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
19211         * nis/nis_xdr.c (xdr_endpoint): Likewise.
19212         * nis/nss_compat/compat-grp.c (getgrent_next_file)
19213         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
19214         * nis/nss_compat/compat-initgroups.c (add_group)
19215         (internal_getgrent_r): Likewise.
19216         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
19217         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
19218         * nis/nss_compat/compat-spwd.c (getspent_next_file)
19219         (internal_getspnam_r): Likewise.
19220         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
19221         (_nss_nis_getaliasbyname_r): Likewise.
19222         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
19223         (_nss_nis_getntohost_r): Likewise.
19224         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
19225         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
19226         (_nss_nis_getgrgid_r): Likewise.
19227         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
19228         (internal_nis_gethostent_r, internal_gethostbyname2_r)
19229         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
19230         (_nss_nis_gethostbyname4_r): Likewise.
19231         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
19232         (initgroups_netid): Likewise.
19233         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
19234         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
19235         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
19236         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
19237         (_nss_nis_getprotobynumber_r): Likewise.
19238         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
19239         (_nss_nis_getsecretkey): Likewise.
19240         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
19241         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
19242         (_nss_nis_getpwuid_r): Likewise.
19243         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
19244         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
19245         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
19246         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
19247         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
19248         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
19249         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
19250         Likewise.
19251         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
19252         (_nss_nisplus_getntohost_r): Likewise.
19253         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
19254         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
19255         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
19256         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
19257         Likewise.
19258         * nis/nss_nisplus/nisplus-initgroups.c
19259         (_nss_nisplus_initgroups_dyn): Likewise.
19260         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
19261         (_nss_nisplus_getnetbyaddr_r): Likewise.
19262         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
19263         (_nss_nisplus_getprotobynumber_r): Likewise.
19264         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
19265         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
19266         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
19267         Likewise.
19268         * nis/nss_nisplus/nisplus-service.c
19269         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
19270         (_nss_nisplus_getservbyport_r): Likewise.
19271         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
19272         (_nss_nisplus_getspnam_r): Likewise.
19273         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
19274         Likewise.
19275         * nscd/aicache.c (addhstaiX): Likewise.
19276         * nscd/cache.c (cache_search, prune_cache): Likewise.
19277         * nscd/connections.c (register_traced_file, send_ro_fd)
19278         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
19279         (main_loop_epoll): Likewise.
19280         * nscd/grpcache.c (addgrbyX): Likewise.
19281         * nscd/hstcache.c (addhstbyX): Likewise.
19282         * nscd/initgrcache.c (addinitgroupsX): Likewise.
19283         * nscd/mem.c (gc, mempool_alloc): Likewise.
19284         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
19285         (addinnetgrX): Likewise.
19286         * nscd/nscd-client.h (__nscd_acquire_maplock)
19287         (__nscd_drop_map_ref): Likewise.
19288         * nscd/nscd_getai.c (__nscd_getai): Likewise.
19289         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
19290         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
19291         Likewise.
19292         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
19293         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
19294         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
19295         (__nscd_get_map_ref): Likewise.
19296         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
19297         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
19298         Likewise.
19299         * nscd/pwdcache.c (addpwbyX): Likewise.
19300         * nscd/selinux.c (preserve_capabilities): Likewise.
19301         * nscd/servicescache.c (addservbyX): Likewise.
19302         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
19303         * posix/fnmatch.c (fnmatch): Likewise.
19304         * posix/getopt.c (_getopt_internal_r): Likewise.
19305         * posix/glob.c (glob, glob_in_dir): Likewise.
19306         * posix/wordexp.c (exec_comm_child): Likewise.
19307         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
19308         (getanswer_r, gaih_getanswer_slice): Likewise.
19309         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
19310         * resolv/res_init.c: Likewise.
19311         * resolv/res_mkquery.c (res_nmkquery): Likewise.
19312         * resolv/res_query.c (__libc_res_nquery): Likewise.
19313         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
19314         Likewise.
19315         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
19316         * stdio-common/perror.c (perror): Likewise.
19317         * stdio-common/printf_fp.c (___printf_fp): Likewise.
19318         * stdio-common/tmpnam.c (tmpnam): Likewise.
19319         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
19320         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
19321         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
19322         Likewise.
19323         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
19324         * stdlib/putenv.c (putenv): Likewise.
19325         * stdlib/setenv.c (__add_to_environ): Likewise.
19326         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
19327         * stdlib/strtol_l.c (INTERNAL): Likewise.
19328         * string/memmem.c (memmem): Likewise.
19329         * string/strerror.c (strerror): Likewise.
19330         * string/strnlen.c (__strnlen): Likewise.
19331         * string/test-memmem.c (simple_memmem): Likewise.
19332         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
19333         * sunrpc/pm_getport.c (__get_socket): Likewise.
19334         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
19335         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
19336         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
19337         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
19338         Likewise.
19339         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
19340         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
19341         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
19342         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
19343         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
19344         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
19345         Likewise.
19346         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
19347         Likewise.
19348         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
19349         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
19350         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
19351         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
19352         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
19353         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
19354         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
19355         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
19356         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
19357         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
19358         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
19359         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
19360         Likewise.
19361         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
19362         Likewise.
19363         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
19364         Likewise.
19365         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
19366         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
19367         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
19368         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
19369         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
19370         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
19371         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
19372         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
19373         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
19374         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
19375         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
19376         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
19377         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
19378         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
19379         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
19380         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
19381         Likewise.
19382         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
19383         Likewise.
19384         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
19385         Likewise.
19386         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
19387         Likewise.
19388         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
19389         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
19390         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
19391         Likewise.
19392         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
19393         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
19394         * sysdeps/posix/opendir.c (__opendirat): Likewise.
19395         * sysdeps/posix/sleep.c: Likewise.
19396         * sysdeps/posix/tempname.c: Likewise.
19397         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
19398         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
19399         Likewise.
19400         * sysdeps/powerpc/powerpc32/dl-machine.h
19401         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
19402         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
19403         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
19404         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
19405         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
19406         Likewise.
19407         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
19408         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
19409         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
19410         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
19411         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
19412         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
19413         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
19414         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
19415         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
19416         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
19417         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
19418         (elf_machine_lazy_rel): Likewise.
19419         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
19420         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
19421         (elf_machine_lazy_rel): Likewise.
19422         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
19423         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
19424         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
19425         * sysdeps/unix/grantpt.c (grantpt): Likewise.
19426         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
19427         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
19428         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
19429         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
19430         Likewise.
19431         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
19432         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
19433         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
19434         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
19435         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
19436         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
19437         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
19438         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
19439         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
19440         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
19441         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
19442         Likewise.
19443         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
19444         (__posix_fallocate64_l64): Likewise.
19445         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
19446         (posix_fallocate): Likewise.
19447         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
19448         Likewise.
19449         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
19450         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
19451         (getifaddrs_internal): Likewise.
19452         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
19453         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
19454         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
19455         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
19456         * sysdeps/unix/sysv/linux/posix_fallocate64.c
19457         (__posix_fallocate64_l64): Likewise.
19458         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
19459         Likewise.
19460         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
19461         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
19462         (__get_clockfreq): Likewise.
19463         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
19464         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
19465         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
19466         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
19467         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
19468         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
19469         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
19470         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
19471         Likewise.
19472         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
19473         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
19474         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
19475         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
19476         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
19477         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
19478         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
19479         Likewise.
19480         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
19481         (posix_fallocate): Likewise.
19482         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
19483         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
19484         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
19485         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
19486         (elf_machine_rela, elf_machine_rela_relative)
19487         (elf_machine_lazy_rel): Likewise.
19488         * time/asctime.c (asctime_internal): Likewise.
19489         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
19490         * time/tzset.c (__tzset_parse_tz): Likewise.
19491         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
19492         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
19493         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
19494         * wcsmbs/wcsmbsload.h: Likewise.
19496         [BZ #15894]
19497         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
19499         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
19500         (arena_get2): Remove THREAD_STATS conditionals.
19501         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
19502         (__malloc_stats, int): Likewise.
19504 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
19506         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
19507         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
19509         * manual/setjmp.texi: Fix typos/grammar errors.
19511         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
19512         Only return early when n is <= 0.  Delete unused return statement.
19514         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
19515         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
19516         * debug/tst-longjmp_chk3.c: New file.
19518         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
19519         (test_main): Replace code with set_fortify_handler call.
19520         * debug/test-strcpy_chk.c: Likewise.
19521         * debug/tst-chk1.c: Likewise.
19522         * debug/tst-longjmp_chk.c: Likewise.
19523         * test-skeleton.c: Include fcntl.h & paths.h
19524         (set_fortify_handler): Define.
19526         * debug/tst-longjmp_chk.c: Add header comment and include
19527         ../test-skeleton.c.
19528         (do_test): Mark static.
19529         (TEST_FUNCTION): Define.
19531         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
19532         (IP_PMTUDISC_INTERFACE): Likewise.
19533         (IP_MULTICAST_IF): Likewise.
19534         (IP_MULTICAST_TTL): Likewise.
19535         (IP_MULTICAST_LOOP): Likewise.
19536         (IP_ADD_MEMBERSHIP): Likewise.
19537         (IP_DROP_MEMBERSHIP): Likewise.
19538         (IP_UNBLOCK_SOURCE): Likewise.
19539         (IP_BLOCK_SOURCE): Likewise.
19540         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
19541         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
19542         (IP_MSFILTER): Likewise.
19543         (MCAST_JOIN_GROUP): Likewise.
19544         (MCAST_BLOCK_SOURCE): Likewise.
19545         (MCAST_UNBLOCK_SOURCE): Likewise.
19546         (MCAST_LEAVE_GROUP): Likewise.
19547         (MCAST_JOIN_SOURCE_GROUP): Likewise.
19548         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
19549         (MCAST_MSFILTER): Likewise.
19550         (IP_MULTICAST_ALL): Likewise.
19551         (IP_UNICAST_IF): Likewise.
19553         * timezone/Makefile: Delete $(have-ksh) check.
19554         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
19555         * timezone/tzselect.ksh: Add +x mode bits.
19557         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
19558         (ANON_INODE_FS_MAGIC): Likewise.
19559         (BDEVFS_MAGIC): Likewise.
19560         (BINFMTFS_MAGIC): Likewise.
19561         (BTRFS_TEST_MAGIC): Likewise.
19562         (CRAMFS_MAGIC_WEND): Likewise.
19563         (DEBUGFS_MAGIC): Likewise.
19564         (ECRYPTFS_SUPER_MAGIC): Likewise.
19565         (EXT3_SUPER_MAGIC): Likewise.
19566         (EXT4_SUPER_MAGIC): Likewise.
19567         (FUTEXFS_SUPER_MAGIC): Likewise.
19568         (HOSTFS_SUPER_MAGIC): Likewise.
19569         (HUGETLBFS_MAGIC): Likewise.
19570         (MINIX3_SUPER_MAGIC): Likewise.
19571         (MTD_INODE_FS_MAGIC): Likewise.
19572         (NILFS_SUPER_MAGIC): Likewise.
19573         (OPENPROM_SUPER_MAGIC): Likewise.
19574         (PIPEFS_MAGIC): Likewise.
19575         (PSTOREFS_MAGIC): Likewise.
19576         (QNX6_SUPER_MAGIC): Likewise.
19577         (RAMFS_MAGIC): Likewise.
19578         (REISERFS_SUPER_MAGIC_STRING): Likewise.
19579         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
19580         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
19581         (SECURITYFS_MAGIC): Likewise.
19582         (SELINUX_MAGIC): Likewise.
19583         (SMACK_MAGIC): Likewise.
19584         (SOCKFS_MAGIC): Likewise.
19585         (SQUASHFS_MAGIC): Likewise.
19586         (STACK_END_MAGIC): Likewise.
19587         (TMPFS_MAGIC): Likewise.
19588         (USBDEVICE_SUPER_MAGIC): Likewise.
19589         (V9FS_MAGIC): Likewise.
19590         (XENFS_SUPER_MAGIC): Likewise.
19591         (CRAMFS_MAGIC): Fix typo in comment.
19592         (EXT2_SUPER_MAGIC): Update comment.
19593         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
19595 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
19597         * sysdeps/arm: Move directory from ports/sysdeps/arm.
19598         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
19599         * sysdeps/unix/sysv/linux/arm: Move directory from
19600         ports/sysdeps/unix/sysv/linux/arm.
19601         * README: Update listing for arm-*-linux-gnueabi.
19603         * README: Remove mention of am33.
19605 2014-02-07  Roland McGrath  <roland@hack.frob.com>
19607         * bits/sigset.h (__sigemptyset): Use a statement expression rather
19608         than the comma operator, to avoid "rhs of comma has no effect"
19609         compiler warnings.
19610         (__sigfillset, __sigandset, __sigorset): Likewise.
19611         * include/signal.h (__sigemptyset): Likewise.
19612         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
19614 2014-02-07  Allan McRae  <allan@archlinux.org>
19616         * version.h (RELEASE): Set to "development".
19617         (VERSION): Set to "2.19.90"
19618         * NEWS: Add 2.20 section.
19620 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
19622         [BZ #16529]
19623         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
19625 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
19627         * manual/contrib.texi: Update entry for Carlos O'Donell,
19628         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
19630 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
19632         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
19634         * sysdeps/unix/sysv/linux/kernel-features.h
19635         [__LINUX_KERNEL_VERSION >= 0x020621]
19636         (__ASSUME_PROC_PID_TASK_COMM): Define.
19638 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
19640         [BZ #16398]
19641         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
19642         conversion when destination buffer does not have enough space.
19643         * libio/tst-ftell-partial-wide.c: New test case.
19644         * libio/Makefile (tests): Add tst-ftell-partial-wide.
19646         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
19647         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
19648         Leonard and Allan McRae.
19650 2014-02-04  David S. Miller  <davem@davemloft.net>
19652         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
19653         32-bit.
19655 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19657         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
19658         New file
19659         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
19660         New file
19661         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
19662         New file.
19663         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
19664         New file.
19665         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
19666         New file.
19667         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
19668         New file.
19669         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
19670         New file.
19671         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
19672         New file.
19673         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
19674         New file.
19675         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
19676         New file.
19677         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
19678         New file.
19679         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
19680         New file.
19681         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
19682         New file.
19684 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19686         * nptl/shlib-versions: Change powerpc*le start to 2.17.
19687         * shlib-versions: Likewise.
19689 2014-02-04  Roland McGrath  <roland@hack.frob.com>
19690             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19692         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
19693         (abilist-pattern): New variable, set to %-le.abilist.
19695         * Makerules (abilist-pattern): New variable.
19696         (vpath): Use $(abilist-pattern) in place of %.abilist.
19697         (check-abi-% pattern rule): Likewise.
19698         (check-abi, update-abi): Likewise.
19700 2014-02-04  Eric Wong  <normalperson@yhbt.net>
19702         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19704 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
19706         * manual/startup.texi: Add next, previous, and top entries for
19707         the `Program Arguments' and `Environment Variables' nodes.
19709 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
19711         * manual/macros.texi: Add comments before MTASC-safety macros.
19713         * manual/users.texi: Document MTASC-safety properties.
19715         * manual/threads.texi (pthread_key_create, pthread_key_delete)
19716         (pthread_getspecific, pthread_setspecific): Format with
19717         @deftypefun, and add @safety note.
19718         * manual/signal.texi: Move comments that analyze the above
19719         functions to their home place.
19721 2014-02-03  Allan McRae  <allan@archlinux.org>
19723         * po/sl.po: Update Slovenian translation from translation project.
19725 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
19727         * manual/time.texi (timegm): Add missing blank after @c.
19728         Reported by Joseph Myers <joseph@codesourcery.com>.
19730 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
19732         * manual/check-safety.sh: New.
19733         * manual/Makefile ($(objpfx)stamp-summary): Run it.
19735         * manual/terminal.texi: Document MTASC-safety properties.
19737         * manual/filesys.texi: Document MTASC-safety properties.
19739         * manual/errno.texi: Document MTASC-safety properties.
19741         * manual/intro.texi: Document safety identifiers and
19742         conditionals.
19744         * manual/string.texi (wcstok): Fix prototype.
19745         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
19747         * manual/time.texi: Document MTASC-safety properties.
19749         * manual/string.texi: Document MTASC-safety properties.
19751         * manual/threads.texi: Document MTASC-safety properties.
19753         * manual/stdio.texi: Document MTASC-safety properties.
19755         * manual/syslog.texi: Document MTASC-safety properties.
19757         * manual/sysinfo.texi: Document MTASC-safety properties.
19759         * manual/startup.texi: Document MTASC-safety properties.
19761         * manual/socket.texi: Document MTASC-safety properties.
19763         * manual/signal.texi: Document MTASC-safety properties.
19765 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
19767         * manual/setjmp.texi: Document MTASC-safety properties.
19769         * manual/search.texi: Document MTASC-safety properties.
19771         * manual/resource.texi: Document MTASC-safety properties.
19773         * manual/process.texi: Document MTASC-safety properties.
19775         * manual/platform.texi: Document MTASC-safety properties.
19777         * manual/pipe.texi: Document MTASC-safety properties.
19779         * manual/pattern.texi: Document MTASC-safety properties.
19781         * manual/message.texi: Document MTASC-safety properties.
19783         [BZ #12751]
19784         * manual/memory.texi: Document MTASC-safety properties.
19786         * manual/math.texi: Document MTASC-safety properties.
19788         * manual/locale.texi: Document MTASC-safety properties.
19790         * manual/llio.texi: Document MTASC-safety properties.
19792         * manual/libdl.texi: New.
19794         * manual/lang.texi: Document MTASC-safety properties.
19796         * manual/job.texi: Document MTASC-safety properties.
19798         * manual/getopt.texi: Document MTASC-safety properties.
19800         * manual/ctype.texi: Document MTASC-safety properties.
19802 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
19804         [BZ #16046]
19805         * csu/libc-tls.c (static_map): Remove variable.
19806         (__libc_setup_tls): Use main executable's link map for TLS data.
19807         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
19808         casing for LM_ID_BASE and GL(dl_nns).
19809         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
19810         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
19811         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
19812         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
19813         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
19814         member.
19815         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
19816         l_phnum members.
19818 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
19820         * manual/debug.texi: Document MTASC-safety properties.
19822 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
19824         [BZ #16510]
19825         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
19826         of __x86_64__ when disabling x87 inline functions.
19828 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
19830         * manual/charset.texi: Document MTASC-safety properties.
19832         * manual/crypt.texi: Document MTASC-safety properties.
19834         * manual/conf.texi: Document MTASC-safety properties.
19836         * manual/arith.texi: Document MTASC-safety properties.
19838         * manual/argp.texi: Document MTASC-safety properties.
19840         * manual/macros.texi: Introduce macros to document multi
19841         thread, asynchronous signal and asynchronous cancellation
19842         safety properties.
19843         * manual/intro.texi: Introduce the properties themselves.
19845 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19847         * sysdeps/sh/sh4/Makefile: New file.
19849 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
19851         * math/gen-libm-test.pl ($srcdir): New variable.
19852         ($auto_input): Use it.
19854 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
19856         [BZ #16506]
19857         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
19858         access beyond array bounds when parsing netgroups file.
19860         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
19861         the old buffer before realloc.
19863 2014-01-27  Allan McRae  <allan@archlinux.org>
19865         * po/fr.po: Update French translation from translation project.
19867 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19869         * sysdeps/sh/libm-test-ulps: Regenerate.
19871 2014-01-24  David S. Miller  <davem@davemloft.net>
19873         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
19875 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19877         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
19878         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
19880 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
19882         [BZ #16474]
19883         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
19884         string pointers after reallocation.
19886 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19888         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
19889         __SH4A__ instead of __SH_FPU_ANY__.
19891 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19893         * sysdeps/sh/fpu_control.h: New file.
19894         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
19895         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
19896         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
19897         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
19898         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
19899         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
19900         * sysdeps/sh/sys/ucontext.h: Remove.
19901         * sysdeps/sh/sys: Remove directory.
19903 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19905         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
19906         s390/sys/ucontext.h.
19907         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
19908         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
19910 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
19912         [BZ #15605]
19913         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
19915 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19917         [BZ#16431]
19918         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
19919         Adjust the vDSO correctly for internal calls.
19920         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
19922 2014-01-20  Allan McRae  <allan@archlinux.org>
19924         * po/ca.po: Update Catalan translation from translation project.
19926 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
19928         * sysdeps/s390/sotruss-lib.c: New file.
19930 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19932         [BZ#16430]
19933         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
19934         (__GI___gettimeofday): Alias for a different internal symbol to avoid
19935         local calls issues by not having a PLT stub required for IFUNC calls.
19936         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
19938 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
19940         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
19941         * math/test-fpucw-static.c: Likewise.
19943 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
19945         [BZ #16453]
19946         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
19948 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19950         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
19951         implementation for powerpc.
19953 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
19955         [BZ #14782]
19956         * sysdeps/posix/system.c (__libc_system): Do not enable
19957         asynchronous cancellation.
19959 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19961         [BZ #16427]
19962         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
19963         handling only for numbers special also in the IEEE case.
19965 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19967         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
19969 2014-01-11  Allan McRae  <allan@archlinux.org>
19971         * po/bg.po: Update Bulgarian translation from translation project.
19973         * po/de.po: Update German translation from translation project.
19975 2014-01-10  Roland McGrath  <roland@hack.frob.com>
19977         * sysdeps/generic/gcc-compat.h: New file.
19979 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
19981         * benchtests/asin-inputs: Correct slow inputs.
19982         * benchtests/acos-inputs: Likewise.
19984 2014-01-10  Allan McRae  <allan@archlinux.org>
19986         * po:sv.po: Update Swedish translation from translation project.
19988         * po/vi.po: Update Vietnamese translation from translation project.
19990         * po/eo.po: Update Esperanto translation from translation project.
19992         * po/cs.po: Update Czech translation from translation project.
19994         * po/nl.po: Update Dutch translation from translation project.
19996         * po/pl.po: Update Polish translation from translation project.
19998         * po/ru.po: Update Russian translation from translation project.
20000         * po/uk.po: Update Ukrainian translation from translation project.
20002 2014-01-08  Brooks Moses  <bmoses@google.com>
20004         * elf/dl-load.c: Fix comment typo.
20006 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
20008         * po/header.pot: Rename to...
20009         * po/pot.header: ... this.
20010         * po/Makefile: Use pot.header.
20012 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
20013             Maxim Kuvyrkov  <maxim@kugelworks.com>
20015         [BZ #16394]
20016         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
20017         SRC and DEST against LEN.
20019 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20021         [BZ #16414]
20022         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
20023         implementation.
20024         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
20026 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20028         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20030 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
20032         [BZ #16408]
20033         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
20034         for large positive arguments.
20036 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
20038         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
20040         * math/auto-libm-test-in: Mark various tests with
20041         xfail-rounding:ldbl-128ibm.
20042         * math/auto-libm-test-out: Regenerated.
20044         [BZ #16407]
20045         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
20046         Increase overflow threshold.
20048 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
20050         [BZ #14286]
20051         * stdio-common/vfprintf.c: Check for integer overflow.
20053 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20055         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
20056         the first argument and return value of __tls_get_addr_internal.
20058 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20060         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
20061         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
20063 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20065         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
20066         * sysdeps/s390/rtld-global-offsets.sym: New file.
20067         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
20068         GLIBC_2.19 symbol.
20069         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
20070         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
20071         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
20072         ... this.
20073         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
20074         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
20075         ... this.
20076         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
20077         Regenerate.
20078         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
20079         Regenerate.
20080         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
20081         halfs of GPRs for high_gprs contexts.
20082         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
20083         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
20084         field.
20085         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
20086         uc_flags field.
20087         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
20088         64 bit versions:
20089         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
20090         for high GPRs (uc_high_gprs) and for future extensions
20091         (__reserved).
20092         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
20093         for future extensions (__reserved).
20094         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
20095         64 bit versions:
20096         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
20097         SC_HIGHGPRS offset definition.
20098         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
20099         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
20101         * Versions.def: Add GLIBC_2.19 for libpthread.
20102         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
20103         siglongjmp for libpthread with GLIBC_2.19 symver.
20104         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
20105         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
20106         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
20107         * sysdeps/s390/__longjmp.c: New file.
20108         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
20109         * sysdeps/s390/longjmp.c: New file.
20110         * sysdeps/s390/setjmp.S: New file.
20111         * sysdeps/s390/sigjmp.S: New file.
20112         * sysdeps/s390/v1-longjmp.c: New file.
20113         * sysdeps/s390/v1-setjmp.h: New file.
20114         * sysdeps/s390/v1-sigjmp.c: New file.
20115         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
20116         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
20117         GLIBC_2.19 version.
20118         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
20119         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
20120         versioned symbols for ____longjmp_chk.
20121         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
20122         Likewise.
20123         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
20124         Regenerate.
20125         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
20126         Regenerate.
20127         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
20128         Regenerate.
20129         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
20130         Regenerate.
20131         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
20132         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
20133         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
20134         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
20135         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
20136         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
20137         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
20138         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
20139         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
20140         * sysdeps/s390/rtld-__longjmp.c: New file.
20141         * sysdeps/s390/rtld-setjmp.S: New file.
20143 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
20145         [BZ #16400]
20146         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
20147         Return -__logl (x) for small positive arguments without evaluating
20148         a polynomial.
20150 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
20152         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
20153         Rename to ...
20154         (__ptrace_peeksiginfo_args): ... this.
20155         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
20156         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
20157         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
20159 2014-01-06  Allan McRae  <allan@archlinux.org>
20161         * inet/netinet/in.h: Fix typo in comment.
20163 2014-01-05  Andreas Jaeger  <aj@suse.de>
20165         * sysdeps/i386/fpu/libm-test-ulps: Update.
20167 2014-01-05  Allan McRae  <allan@archlinux.org>
20169         * po/libc.pot: Regenerated.
20171         * malloc/memusagestat.c: Fix gettext call formatting.
20173 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
20175         * nscd/nscd.c: Improve usage() output.
20177 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
20179         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
20180         * sysdeps/unix/sysv/linux/configure: Regenerated.
20181         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
20182         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
20184 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
20186         [BZ #16390]
20187         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
20188         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
20190 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20192         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
20193         extra tokens at end of #undef directive.
20194         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
20195         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
20196         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
20198 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
20200         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
20202         * math/auto-libm-test-in: Mark various tests with
20203         xfail-rounding:ldbl-128ibm.
20204         * math/auto-libm-test-out: Regenerated.
20206 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
20208         [BZ #16386]
20209         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
20210         numbers with subnormal high part when calculating exponent.
20212         [BZ #16385]
20213         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
20214         fabs.
20216         [BZ #16384]
20217         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
20218         M_LN2l.
20219         (__ieee754_acoshl): Use __log1pl not __log1p.
20221 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
20223         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
20224         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
20225         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
20226         (grow_heap, heap_trim, _int_new_arena, get_free_list)
20227         (reused_arena, arena_get2): Convert to GNU style.
20228         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
20229         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
20230         (memalign_check, __malloc_set_state): Likewise.
20231         * malloc/mallocbug.c (main): Likewise.
20232         * malloc/malloc.c (__malloc_assert, malloc_init_state)
20233         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
20234         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
20235         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
20236         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
20237         (__posix_memalign, malloc_info): Likewise.
20238         * malloc/malloc.h: Likewise.
20239         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
20240         (mallochook, memalignhook, reallochook, mabort): Likewise.
20241         * malloc/mcheck.h: Likewise.
20242         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
20243         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
20244         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
20245         * malloc/morecore.c (__default_morecore): Likewise.
20246         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
20247         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
20248         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
20249         (print_and_abort): Likewise.
20250         * malloc/obstack.h: Likewise.
20251         * malloc/set-freeres.c (__libc_freeres): Likewise.
20252         * malloc/tst-mallocstate.c (main): Likewise.
20253         * malloc/tst-mtrace.c (main): Likewise.
20254         * malloc/tst-realloc.c (do_test): Likewise.
20256 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
20258         [BZ #16366]
20259         * nscd/netgroupcache.c (do_notfound): New function.
20260         (addgetnetgrentX): Use it.
20262         [BZ # 16365]
20263         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
20264         NSS_STATUS_NOTFOUND.
20266 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
20268         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
20269         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20271 2014-01-01  Allan McRae  <allan@archlinux.org>
20273         * scripts/update-copyrights: Update configure input file suffix.
20275         * NEWS: Update copyright year.
20276         * catgets/gencat.c: Likewise.
20277         * csu/version.c: Likewise.
20278         * debug/catchsegv.sh: Likewise.
20279         * debug/pcprofiledump.c: Likewise.
20280         * debug/xtrace.sh: Likewise.
20281         * elf/ldconfig.c: Likewise.
20282         * elf/ldd.bash.in: Likewise.
20283         * elf/pldd.c: Likewise.
20284         * elf/sotruss.ksh: Likewise.
20285         * elf/sprof.c: Likewise.
20286         * iconv/iconv_prog.c: Likewise.
20287         * iconv/iconvconfig.c: Likewise.
20288         * locale/programs/locale.c: Likewise.
20289         * locale/programs/localedef.c: Likewise.
20290         * login/programs/pt_chown.c: Likewise.
20291         * malloc/memusage.sh: Likewise.
20292         * malloc/memusagestat.c: Likewise.
20293         * malloc/mtrace.pl: Likewise.
20294         * manual/libc.texinfo: Likewise.
20295         * nscd/nscd.c: Likewise.
20296         * nss/getent.c: Likewise.
20297         * nss/makedb.c: Likewise.
20298         * posix/getconf.c: Likewise.
20299         * scripts/test-installation.pl: Likewise.
20301         * All files with FSF copyright notices: Update copyright dates
20302         using scripts/update-copyrights.
20303         * intl/plural.c: Regenerated.
20304         * locale/programs/charmap-kw.h: Likewise.
20305         * locale/programs/locfile-kw.h: Likewise.
20307 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
20309         * sysdeps/unix/sysv/linux/configure: Regenerated.
20310         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
20311         the linux/fanotify.h header.
20312         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
20313         HAVE_LINUX_FANOTIFY_H is defined.
20315 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
20317         * benchtests/cos-inputs: New inputs.
20318         * benchtests/sin-inputs: Likewise.
20320         * benchtests/atan-inputs: New inputs. Fix name of multiple
20321         precision fallback inputs.
20323         * benchtests/atanh-inputs: New inputs.
20324         * benchtests/tanh-inputs: Likewise.
20326         * benchtests/acosh-inputs: New inputs.
20327         * benchtests/asinh-inputs: Likewise.
20329         * benchtests/cosh-inputs: New inputs.
20330         * benchtests/sinh-inputs: Likewise.
20332         * benchtests/acos-inputs: Add more inputs.
20333         * benchtests/asin-inputs: Likewise.
20335 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
20337         [BZ #16375]
20338         * manual/arith.texi: Fix spelling.
20339         * manual/charset.texi: Likewise.
20340         * manual/errno.texi: Likewise.
20341         * manual/filesys.texi: Likewise.
20342         * manual/lang.texi: Likewise.
20343         * manual/llio.texi: Likewise.
20344         * manual/locale.texi: Likewise.
20345         * manual/message.texi: Likewise.
20346         * manual/resource.texi: Likewise.
20347         * manual/search.texi: Likewise.
20348         * manual/setjmp.texi: Likewise.
20349         * manual/stdio.texi: Likewise.
20350         * manual/string.texi: Likewise.
20351         * manual/sysinfo.texi: Likewise.
20352         * manual/time.texi: Likewise.
20354 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
20356         * po/sl.po: New file.
20358 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
20360         * .gitignore: Add core/.gdbinit/.gdb_history.
20362 2013-12-27  Allan McRae  <allan@archlinux.org>
20364         [BZ #16369]
20365         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
20366         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
20368 2013-12-24  Brooks Moses  <bmoses@google.com>
20370         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
20371         all compilers that claim C++98 compliance, not just GCC.
20372         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
20373         Likewise.
20375 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
20377         * NEWS: Restore accidentally deleted bug-fix entries.
20379 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
20380             Ondřej Bílka  <neleai@seznam.cz>
20382         [BZ #15073]
20383         * malloc/malloc.c (_int_free): Perform sanity check only if we
20384         have_lock.
20386 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
20388         [BZ #12986]
20389         * manual/stdio.texi (String Input Conversions): Clarify that character
20390         classes are not supported.
20392 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20394         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20396 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
20398         [BZ #16337]
20399         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
20400         Calculate results for small negative arguments directly rather
20401         than using reflection formula with special underflow handling.
20403         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
20404         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
20405         sysdeps/unix/bsd/bsd4.4/syscalls.list.
20406         (fchflags): Likewise.
20407         (revoke): Likewise.
20408         (setlogin): Likewise.
20409         (sigaltstack): Likewise.
20410         (wait4): Likewise.
20411         (sigblock): Remove.
20412         (sigsetmask): Likewise.
20413         (wait3): Likewise.
20414         (waitpid): Likewise.
20415         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
20416         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
20417         file.
20418         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
20419         * sysdeps/unix/bsd/Makefile: ... here.
20420         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
20421         * sysdeps/unix/bsd/Versions: ... here.
20422         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
20423         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
20424         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
20425         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
20426         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
20427         * sysdeps/unix/bsd/sigblock.c: ... here.
20428         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
20429         * sysdeps/unix/bsd/sigsetmask.c: ... here.
20430         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
20431         * sysdeps/unix/bsd/sigvec.c: ... here.
20432         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
20433         * sysdeps/unix/bsd/tcdrain.c: ... here.
20434         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
20435         * sysdeps/unix/bsd/tcgetattr.c: ... here.
20436         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
20437         * sysdeps/unix/bsd/tcsetattr.c: ... here.
20438         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
20439         * sysdeps/unix/bsd/wait.c: ... here.
20440         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
20441         * sysdeps/unix/bsd/wait3.c: ... here.
20442         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
20443         * sysdeps/unix/bsd/waitpid.c: ... here.
20445 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
20447         [BZ #16356]
20448         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
20449         round-to-nearest for [!USE_AS_EXPM1L].
20450         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
20451         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
20452         more tests of exp and exp10.  Expect some exp10 tests to miss
20453         exceptions or fail in directed rounding modes.
20454         * math/auto-libm-test-out: Regenerated.
20455         * math/libm-test.inc (exp10_tonearest_test_data): New array.
20456         (exp10_test_tonearest): New function.
20457         (exp10_towardzero_test_data): New array.
20458         (exp10_test_towardzero): New function.
20459         (exp10_downward_test_data): New array.
20460         (exp10_test_downward): New function.
20461         (exp10_upward_test_data): New array.
20462         (exp10_test_upward): New function.
20463         (main): Call the new functions.
20464         * sysdeps/i386/fpu/libm-test-ulps: Update.
20465         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20467 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
20469         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
20470         asinh, atan, atan2, atanh, cbrt, cos and cosh.
20471         * math/auto-libm-test-out: Regenerated.
20472         * math/libm-test.inc (acosh_test_data): Add more tests.
20473         (atanh_test_data): Likewise.
20474         (ceil_test_data): Likewise.
20475         (copysign_test_data): Likewise.
20476         * sysdeps/i386/fpu/libm-test-ulps: Update.
20477         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20479         * timezone/checktab.awk: Update from tzcode 2013i.
20480         * timezone/private.h: Likewise.
20481         * timezone/scheck.c: Likewise.
20482         * timezone/tzfile.h: Likewise.
20483         * timezone/tzselect.ksh: Likewise.
20484         * timezone/zdump.c: Likewise.
20485         * timezone/zic.c: Likewise.
20487         * math/auto-libm-test-in: Add tests of cpow.
20488         * math/auto-libm-test-out: Regenerated.
20489         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
20490         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20491         mpc_cc_c.
20492         (func_calc_desc): Add mpc_cc_c union field.
20493         (test_functions): Add cpow.
20494         (special_fill_2pi): New function.
20495         (special_real_inputs): Add 2pi.
20496         (calc_generic_results): Handle mpc_cc_c.
20497         * sysdeps/i386/fpu/libm-test-ulps: Update.
20498         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20500         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
20501         csqrt, ctan and ctanh.
20502         * math/auto-libm-test-out: Regenerated.
20503         * math/libm-test.inc (TEST_COND_x86_64): New macro.
20504         (TEST_COND_x86): Likewise.
20505         (ccos_test_data): Use AUTO_TESTS_c_c.
20506         (ccosh_test_data): Likewise.
20507         (cexp_test_data): Likewise.
20508         (clog_test_data): Likewise.
20509         (csqrt_test_data): Likewise.
20510         (ctan_test_data): Likewise.
20511         (ctan_tonearest_test_data): Likewise.
20512         (ctan_towardzero_test_data): Likewise.
20513         (ctan_downward_test_data): Likewise.
20514         (ctan_upward_test_data): Likewise.
20515         (ctanh_test_data): Likewise.
20516         (ctanh_tonearest_test_data): Likewise.
20517         (ctanh_towardzero_test_data): Likewise.
20518         (ctanh_downward_test_data): Likewise.
20519         (ctanh_upward_test_data): Likewise.
20520         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20521         mpc_c_c.
20522         (func_calc_desc): Add mpc_c_c union field.
20523         (FUNC_mpc_c_c): New macro.
20524         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
20525         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
20526         ctanh.
20527         (special_fill_min_subnorm_p120): New function.
20528         (special_real_inputs): Add min_subnorm_p120.
20529         (calc_generic_results): Handle mpc_c_c.
20530         * sysdeps/i386/fpu/libm-test-ulps: Update.
20531         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20533 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
20535         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
20536         (do_sin_slow): New functions.
20537         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
20538         (cslow2, csloww1, csloww2): Use the new functions.
20540         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
20541         Use M to change sign of result instead of X.  Assume X is
20542         positive.
20543         (csloww1): Likewise.
20544         (__sin): Adjust.
20545         (__cos): Adjust.
20547         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
20548         arguments A and DA.
20549         (__sin): Adjust.
20550         (__cos): Likewise.
20552         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
20553         (__cos): Likewise.
20554         (sloww1): Don't adjust sign of DX.
20555         (csloww1): Likewise.
20556         (sloww2): Use X directly and don't adjust sign of DX.
20557         (csloww2): Likewise.
20559 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
20561         * math/auto-libm-test-in: Add tests of cabs and carg.
20562         * math/auto-libm-test-out: Regenerated.
20563         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
20564         (carg_test_data): Likewise.
20565         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20566         mpc_c_f.
20567         (func_calc_desc): Add mpc_c_f union field.
20568         (test_functions): Add cabs and carg.
20569         (calc_generic_results): Handle mpc_c_f.
20571         * sysdeps/powerpc/powerpc32/libgcc-compat.S
20572         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
20573         as a macro and a compat symbol.
20574         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
20575         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
20576         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
20577         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
20578         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
20579         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
20580         not use .hidden.
20581         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
20582         Likewise.
20583         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
20584         Likewise.
20585         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
20586         Likewise.
20587         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
20588         Likewise.
20589         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
20590         Likewise.
20591         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
20592         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
20593         from GLIBC_2.3.2.
20595 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20597         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20599 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
20601         * manual/texinfo.tex: Update to version 2013-11-26.10 with
20602         trailing whitespace removed.
20603         * scripts/config.guess: Update to version 2013-11-29.
20604         * scripts/config.sub: Update to version 2013-10-01.
20606         * math/auto-libm-test-in: Add tests of sincos.
20607         * math/auto-libm-test-out: Regenerated.
20608         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
20609         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20610         mpfr_f_11.
20611         (func_calc_desc): Add mpfr_f_11 union field.
20612         (test_functions): Add sincos.
20613         (calc_generic_results): Handle mpfr_f_11.
20614         * sysdeps/i386/fpu/libm-test-ulps: Update.
20615         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20617 2013-12-19  Andreas Schwab  <schwab@suse.de>
20619         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
20620         CALL_MCOUNT.
20621         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
20622         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
20623         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
20625 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
20627         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
20628         * sysdeps/i386/fpu/libm-test-ulps: Update.
20629         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20631         [BZ #16293]
20632         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
20633         round-to-nearest mode when using frndint.
20634         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
20635         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
20636         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
20637         Likewise.
20638         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
20639         sinh test to fail.
20640         * math/auto-libm-test-out: Regenerated.
20641         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
20642         (TEST_COND_x86): Likewise.
20643         (expm1_tonearest_test_data): New array.
20644         (expm1_test_tonearest): New function.
20645         (expm1_towardzero_test_data): New array.
20646         (expm1_test_towardzero): New function.
20647         (expm1_downward_test_data): New array.
20648         (expm1_test_downward): New function.
20649         (expm1_upward_test_data): New array.
20650         (expm1_test_upward): New function.
20651         (main): Run the new test functions.
20652         * sysdeps/i386/fpu/libm-test-ulps: Update.
20653         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20655         * include/features.h: Update comment documenting feature test
20656         macros.  Mention _DEFAULT_SOURCE in comment.
20657         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
20658         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
20659         _BSD_SOURCE and _SVID_SOURCE.
20660         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
20661         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
20662         !_SVID_SOURCE]: Likewise.
20663         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
20664         (__USE_POSIX_IMPLICITLY): Define.
20665         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
20666         (_POSIX_SOURCE): Undefine and redefine.
20667         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
20668         (_POSIX_C_SOURCE): Likewise.
20669         * manual/creature.texi (_DEFAULT_SOURCE): Document.
20670         (Feature Test Macros): Update documentation of default features.
20672 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
20674         * benchtests/Makefile: Add bench-strtok.
20675         * benchtests/bench-strtok.c: New file: strtok benchtest.
20677 2013-12-19  Allan McRae  <allan@archlinux.org>
20679         * manual/install.texi: Suppress menu for plain text output.
20680         * INSTALL: Regenerated.
20682 2013-12-18  Brooks Moses  <bmoses@google.com>
20684         [BZ #15846]
20685         * misc/getauxval.c: Include errno.h.
20686         (__getauxval): Set errno to ENOENT if the requested type is not
20687         found.
20688         * misc/sys/auxv.h (getauxval): Document that it may set errno;
20689         don't declare with __attribute_const__.
20690         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
20691         * manual/startup.texi: Document that getauxval sets errno.
20693 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
20695         * math/auto-libm-test-in: Add tests of jn and yn.
20696         * math/auto-libm-test-out: Regenerated.
20697         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
20698         (yn_test_data): Likewise.
20699         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20700         mpfr_if_f.
20701         (func_calc_desc): Add mpfr_if_f union field.
20702         (FUNC_mpfr_if_f): New macro.
20703         (test_functions): Add jn and yn.
20704         (calc_generic_results): Assert type of second input for
20705         mpfr_ff_f.  Handle mpfr_if_f.
20706         (output_for_one_input_case): Disable all checking for arguments
20707         fitting floating-point types in case of an integer argument.
20708         * sysdeps/i386/fpu/libm-test-ulps: Update.
20709         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20711         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
20712         Don't expect fegetround reference in libm.so.
20714 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
20716         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
20717         $(config-cflags-nofma).
20719 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
20721         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
20722         * math/auto-libm-test-out: Regenerated.
20724         [BZ #16338]
20725         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
20726         to determine exponent and adjust argument to have exponent of -1.
20727         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
20728         log2.
20729         * math/auto-libm-test-out: Regenerated.
20730         * sysdeps/i386/fpu/libm-test-ulps: Update.
20731         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20733 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
20735         * manual/probes.texi: Remove cases when per-thread arenas are
20736         disabled.
20738 2013-12-18  Andreas Schwab  <schwab@suse.de>
20740         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
20741         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
20742         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
20743         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
20744         * sysdeps/i386/i686/multiarch/Makefile: Update.
20745         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
20747 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
20749         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
20750         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
20752 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
20754         [BZ #15968]
20755         Support TZ transition times < 00:00:00.
20756         This is needed for version-3 tz-format files; it supports time
20757         stamps past 2037 for America/Godthab (the only entry in the tz
20758         database for which this change is relevant).
20759         * manual/time.texi (TZ Variable): Document transition times
20760         from -167:59:59 through -00:00:01.
20761         * time/tzset.c (tz_rule): Time of day is now signed.
20762         (__tzset_parse_tz): Parse negative time of day.
20764         Document TZ transition times >= 25:00:00.
20765         * manual/time.texi (TZ Variable): Document transition times from
20766         25:00:00 through 167:59:59.  These are already supported, and this
20767         support will help with version-3 tz-format files.
20769         * manual/time.texi (TZ Variable): Modernize North America example
20770         to reflect current (i.e., 2007-and-later) daylight saving rules.
20772         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
20774 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
20776         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
20777         * sysdeps/unix/bsd/bits/stat.h: Likewise.
20778         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
20779         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
20780         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
20781         * sysdeps/unix/bsd/bsdstat.h: Likewise.
20782         * sysdeps/unix/bsd/clock.c: Likewise.
20783         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
20784         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
20785         * sysdeps/unix/bsd/init-posix.c: Likewise.
20786         * sysdeps/unix/bsd/poll.c: Likewise.
20787         * sysdeps/unix/bsd/ptsname.c: Likewise.
20788         * sysdeps/unix/bsd/seekdir.c: Likewise.
20789         * sysdeps/unix/bsd/setegid.c: Likewise.
20790         * sysdeps/unix/bsd/seteuid.c: Likewise.
20791         * sysdeps/unix/bsd/setgid.c: Likewise.
20792         * sysdeps/unix/bsd/setrgid.c: Likewise.
20793         * sysdeps/unix/bsd/setruid.c: Likewise.
20794         * sysdeps/unix/bsd/setsid.c: Likewise.
20795         * sysdeps/unix/bsd/setuid.c: Likewise.
20796         * sysdeps/unix/bsd/sigaction.c: Likewise.
20797         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
20798         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
20799         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
20800         * sysdeps/unix/bsd/telldir.c: Likewise.
20801         * sysdeps/unix/bsd/times.c: Likewise.
20802         * sysdeps/unix/bsd/usleep.c: Likewise.
20804         * misc/Makefile (install-lib): Remove libbsd-compat.a.
20805         ($(objpfx)libbsd-compat.a): Remove rule.
20807         * include/features.h (__FAVOR_BSD): Do not define.
20808         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
20809         features conflicting with POSIX.
20810         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
20811         (_BSD_SOURCE): Remove description of not being a subset of other
20812         feature test macros.
20813         * manual/job.texi (getpgrp): Do not document BSD version.
20814         (getpgid): Do not document by reference to BSD getpgrp.
20815         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
20816         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
20817         * signal/signal.h [__FAVOR_BSD]: Likewise.
20818         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
20819         instead of making contents conditional on [__FAVOR_BSD].
20820         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
20822 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20824         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20826 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
20828         [BZ #16314]
20829         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
20830         values below 2**-450, not 2**-500.
20831         * math/auto-libm-test-in: Don't allow spurious underflow from
20832         hypot.
20833         * math/auto-libm-test-out: Regenerated.
20835         [BZ #16316]
20836         [BZ #16330]
20837         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
20838         values of ha and hb and sort them after adjusting subnormal
20839         arguments.
20840         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
20841         Likewise.
20842         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
20843         values of ea and eb and sort them after adjusting subnormal
20844         arguments.
20845         * math/auto-libm-test-in: Do not expect some hypot tests of
20846         subnormals to fail.  Add more hypot tests.
20847         * math/auto-libm-test-out: Regenerated.
20849 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20851         [BZ #13304]
20852         * sysdeps/sh/s_fma.c: New file.
20853         * sysdeps/sh/s_fmaf.c: New file.
20854         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
20855         version.
20856         * sysdeps/sh/Implies: Add sh/soft-fp.
20858 2013-12-16  Roland McGrath  <roland@hack.frob.com>
20860         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
20861         level of indirection to members `objname', `errstring', `malloced'.
20862         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
20863         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
20864         it as the __longjmp argument (just pass 1 instead).
20865         (_dl_catch_error): Initialize C with argument pointers and address of
20866         volatile local ERRCODE rather than copying values out of C at return.
20868 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
20870         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
20871         * math/auto-libm-test-out: Regenerated.
20872         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
20873         (hypot_test_data): Likewise.
20874         (pow_test_data): Likewise.
20875         (pow_tonearest_test_data): Likewise.
20876         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20877         mpfr_ff_f.
20878         (func_calc_desc): Add mpfr_ff_f union field.
20879         (FUNC_mpfr_ff_f): New macro.
20880         (test_functions): Add atan2, hypot and pow.
20881         (special_fill_min): New function.
20882         (special_fill_minus_min): Likewise.
20883         (special_fill_min_subnorm): Likewise.
20884         (special_fill_minus_min_subnorm): Likewise.
20885         (special_real_inputs): Add min, -min, min_subnorm and
20886         -min_subnorm.
20887         (calc_generic_results): Handle mpfr_ff_f.
20888         * sysdeps/i386/fpu/libm-test-ulps: Update.
20889         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20891 2013-12-16  Will Newton  <will.newton@linaro.org>
20893         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
20894         (Aligned Memory Blocks): Add documentation for aligned_alloc
20895         and suggest it as an alternative to posix_memalign.
20896         (Hooks for Malloc): Document __memalign_hook is also called
20897         for aligned_alloc.  (Summary of Malloc): Add summary for
20898         aligned alloc.  Document __memalign_hook is also called
20899         for aligned_alloc.
20901 2013-12-16  Will Newton  <will.newton@linaro.org>
20903         * manual/memory.texi (Malloc Examples): Clarify default
20904         alignment documentation.  Suggest posix_memalign rather
20905         than memalign or valloc.
20906         (Aligned Memory Blocks): Remove suggestion to use memalign
20907         or valloc.  Remove obsolete comment about BSD.
20908         Document memalign errno values and mark the function obsolete.
20909         Document posix_memalign returned error codes.  Mark valloc
20910         as obsolete.  (Hooks for Malloc): __memalign_hook is also
20911         called for posix_memalign and valloc.
20912         (Summary of Malloc): Add posix_memalign to function summary.
20913         __memalign_hook is also called for posix_memalign and valloc.
20915 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
20917         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
20918         TAYLOR_SIN.
20919         (__sin): Adjust.
20920         (__cos): Likewise.
20921         (sloww): Use mynumber union.  Expand ternary operator into
20922         if-else statements.
20923         (cslow): use mynumber union.
20925 2013-12-16  Allan McRae  <allan@archlinux.org>
20927         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
20928         * configure: Regenerated.
20930         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
20932         [BZ #14120]
20933         * configure.ac: Added --enable-maintainer-mode. Check for
20934         autoconf when enabled.
20935         * configure: Regenerated.
20937         * nscd/nscd.service: New file.
20938         * nscd/nscd.tmpfiles: New file.
20940 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
20942         [BZ #12100]
20943         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
20944         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
20945         * sysdeps/x86_64/multiarch/strstr.c: ... here.
20946         (strstr): Add __strstr_sse2_unaligned ifunc.
20947         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
20948         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
20949         (strcasestr): Remove __strcasestr_sse42 ifunc.
20950         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
20951         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
20952         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
20954 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20956         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
20957         * sysdeps/sh/bits/fenv.h: ... here.
20958         * sysdeps/sh/sh4/fpu/bits: Remove directory.
20960 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20962         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
20964         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
20965         hypotf multiarch implementations.
20966         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
20967         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
20968         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
20969         multiarch hypot for PPC64.
20970         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
20971         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
20972         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
20973         multiarch hypotf for PPC64.
20975         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
20976         modff multiarch implementations.
20977         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
20978         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
20979         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
20980         multiarch modf for PPC64.
20981         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
20982         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
20983         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
20984         multiarch modff for PPC64.
20986         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
20987         and logl multiarch implementations.
20988         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
20989         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
20990         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
20991         multiarch logb for PPC64.
20992         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
20993         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
20994         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
20995         multiarch logb for PPC64.
20996         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
20997         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
20998         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
20999         multiarch logb for PPC64.
21001         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
21002         isinff multiarch implementation.
21003         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
21004         file.
21005         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
21006         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
21007         multiarch isinf for PPC64.
21008         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
21009         file.
21010         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
21011         multiarch isinff for PPC64.
21013         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
21014         finitef multiarch implementation.
21015         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
21016         file.
21017         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
21018         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
21019         multiarch finite for PPC64.
21020         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
21021         file.
21022         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
21023         multiarch finitef for PPC64.
21025         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
21026         lrint multiarch implementation.
21027         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
21028         file.
21029         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
21030         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
21031         multiarch llrint for PPC64.
21032         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
21033         multiarch lrint for PPC64.
21035         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
21036         copysignf multiarch implementation.
21037         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
21038         file.
21039         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
21040         file.
21041         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
21042         multiarch copysign for PPC64.
21043         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
21044         multiarch copysignf for PPC64.
21046         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
21047         multiarch implementation.
21048         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
21049         file.
21050         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
21051         file.
21052         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
21053         file.
21054         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
21055         file.
21056         multiarch llround for PPC64.
21057         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
21058         multiarch trunc for PPC64.
21059         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
21060         multiarch truncf for PPC64.
21062         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
21063         multiarch implementation.
21064         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
21065         file.
21066         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
21067         file.
21068         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
21069         file.
21070         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
21071         file.
21072         multiarch llround for PPC64.
21073         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
21074         multiarch round for PPC64.
21075         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
21076         multiarch roundf for PPC64.
21078         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
21079         multiarch implementation.
21080         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
21081         file.
21082         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
21083         file.
21084         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
21085         file.
21086         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
21087         file.
21088         multiarch llround for PPC64.
21089         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
21090         multiarch floor for PPC64.
21091         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
21092         multiarch floorf for PPC64.
21094         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
21095         multiarch implementation.
21096         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
21097         file.
21098         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
21099         file.
21100         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
21101         file.
21102         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
21103         file.
21104         multiarch llround for PPC64.
21105         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
21106         multiarch ceil for PPC64.
21107         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
21108         multiarch ceilf for PPC64.
21110         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
21111         multiarch implementation.
21112         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
21113         file.
21114         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
21115         file.
21116         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
21117         file.
21118         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
21119         multiarch llround for PPC64.
21120         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
21121         multiarch lround for PPC64.
21123         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
21124         multiarch implementation.
21125         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
21126         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
21127         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
21128         file.
21129         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
21130         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
21131         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
21132         multiarch isnan for PPC64.
21133         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
21134         multiarch isnanf for PPC64.
21136         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
21137         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
21138         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
21139         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
21140         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
21141         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
21143         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
21144         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
21145         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
21146         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
21148         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
21149         multiarch implementations.
21150         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21151         (__libc_ifunc_impl_list): Likewise.
21152         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
21153         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
21154         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
21155         multiarch stpcpy for PPC64.
21157         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
21158         multiarch implementations.
21159         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21160         (__libc_ifunc_impl_list): Likewise.
21161         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
21162         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
21163         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
21164         multiarch strcpy for PPC64.
21166         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
21167         redefine function name.
21168         (_wordcopy_fwd_dest_aligned): Likewise.
21169         (_wordcopy_bwd_aligned): Likewise.
21170         (_wordcopy_bwd_dest_aligned): Likewise.
21171         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
21172         multiarch implementations.
21173         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21174         (__libc_ifunc_impl_list): Likewise.
21175         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
21176         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
21177         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
21178         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
21179         multiarch wcscpy for PPC64.
21181         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
21182         multiarch implementations.
21183         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21184         (__libc_ifunc_impl_list): Likewise.
21185         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
21186         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
21187         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
21188         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
21189         multiarch wcscpy for PPC64.
21191         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
21192         multiarch implementations.
21193         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21194         (__libc_ifunc_impl_list): Likewise.
21195         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
21196         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
21197         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
21198         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
21199         multiarch wcsrchr for PPC64.
21201         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
21202         multiarch implementations.
21203         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21204         (__libc_ifunc_impl_list): Likewise.
21205         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
21206         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
21207         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
21208         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
21209         multiarch wcschr for PPC64.
21211         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
21212         multiarch implementations.
21213         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21214         (__libc_ifunc_impl_list): Likewise.
21215         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
21216         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
21217         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
21218         multiarch strchrnul for PPC64.
21220         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
21221         implementations.
21222         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21223         (__libc_ifunc_impl_list): Likewise.
21224         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
21225         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
21226         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
21227         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
21228         strchr for PPC64.
21230         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
21231         implementations.
21232         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21233         (__libc_ifunc_impl_list): Likewise.
21234         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
21235         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
21236         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
21237         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
21238         strncmp for PPC64.
21240         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
21241         multiarch implementations.
21242         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21243         (__libc_ifunc_impl_list): Likewise.
21244         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
21245         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
21246         strncasecmp for PPC64.
21247         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
21248         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
21249         multiarch strncasecmp_l for PPC64.
21251         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
21252         multiarch implementations.
21253         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
21254         (__libc_ifunc_impl_list): Likewise.
21255         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
21256         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
21257         multiarch strcasecmp for PPC64.
21258         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
21259         file.
21260         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
21261         multiarch strcasecmp_l for PPC64.
21263         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
21264         implementations.
21265         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21266         (__libc_ifunc_impl_list): Likewise.
21267         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
21268         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
21269         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
21270         strnlen for PPC64.
21272         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
21273         implementations.
21274         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21275         (__libc_ifunc_impl_list): Likewise.
21276         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
21277         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
21278         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
21279         strlen for PPC64.
21281         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
21282         implementations.
21283         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21284         (__libc_ifunc_impl_list): Likewise.
21285         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
21286         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
21287         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
21288         rawmemrchr for PPC64.
21290         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
21291         implementation.
21292         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21293         (__libc_ifunc_impl_list): Likewise.
21294         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
21295         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
21296         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
21297         memrchr for PPC64.
21299         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
21300         implementation.
21301         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21302         (__libc_ifunc_impl_list): Likewise.
21303         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
21304         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
21305         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
21306         memchr for PPC64.
21308         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
21309         implementation.
21310         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21311         (__libc_ifunc_impl_list): Likewise.
21312         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
21313         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
21314         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
21315         mempcpy for PPC64.
21317         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
21318         avoid cretion of __bzero symbol.
21319         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
21320         Likewise.
21321         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
21322         Likewise.
21323         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
21324         Likewise.
21325         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
21326         multiarch implementations.
21327         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21328         (__libc_ifunc_impl_list): Likewise.
21329         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
21330         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
21331         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
21332         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
21333         bzero for PPC32.
21334         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
21335         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
21336         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
21337         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
21338         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
21339         memset for PPC64.
21340         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
21342         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
21343         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
21344         implementations.
21345         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21346         (__libc_ifunc_impl_list): Likewise.
21347         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
21348         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
21349         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
21350         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
21351         memcmp for PPC64.
21353         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
21354         multiarch for POWER/PPC64.
21355         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
21356         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
21357         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
21358         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
21359         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
21360         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
21361         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
21362         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
21363         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
21364         memcpy for PPC64.
21366         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
21367         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
21368         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
21369         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
21370         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
21371         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
21372         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
21373         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
21374         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
21375         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
21376         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
21377         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
21378         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
21379         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
21380         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
21381         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
21382         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
21383         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
21384         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
21385         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
21386         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
21387         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
21389 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21391         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
21393 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
21395         * benchtests/Makefile (bench): Add exp2 and log2.
21396         (LDLIBS-bench-exp2): Add -lm.
21397         (LDLIBS-bench-log2): Likewise.
21398         * benchtests/exp2-inputs: New inputs file.
21399         * benchtests/log2-inputs: New inputs file.
21400         * benchtests/log-inputs: Add new inputs.
21401         * benchtests/tan-inputs: Likewise.
21403 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
21405         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
21406         definition...
21407         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
21408         (csloww2): ... from here.
21410         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
21411         instead of structures.
21412         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
21413         (POLYNOMIAL): Likewise.
21414         (TAYLOR_SLOW): Likewise.
21415         (__sin): Likewise.
21416         (__cos): Likewise.
21417         (slow1): Likewise.
21418         (slow2): Likewise.
21419         (sloww): Likewise.
21420         (sloww1); Likewise.
21421         (sloww2): Likewise.
21422         (bsloww1): Likewise.
21423         (bsloww2): Likewise.
21424         (cslow2): Likewise.
21425         (csloww): Likewise.
21426         (csloww1): Likewise.
21427         (csloww2): Likewise.
21429 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
21431         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
21432         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
21433         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
21434         * malloc/hooks.c (realloc_check): Likewise.
21436         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
21437         * malloc/arena.c: Remove PER_THREAD conditional.
21438         [!PER_THREAD]: Remove code.
21439         (ptmalloc_unlock_all2): Likewise.
21440         (ptmalloc_init): Likewise.
21441         (_int_new_arena): Likewise.
21442         (arena_get2): Likewise.
21443         * malloc/hooks.c (__malloc_get_state): Likewise.
21444         (__malloc_set_state): Likewise.
21445         * malloc/malloc.c: Likewise.
21446         (struct malloc_state): Likewise.
21447         (struct malloc_par): Likewise.
21448         (__libc_realloc): Likewise.
21449         (__libc_mallopt): Likewise.
21451 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21453         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
21455 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
21457         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
21458         macro to a function.  Check for zero perturb_byte.
21459         (_int_malloc, _int_free): Remove zero perturb_byte checks.
21461         * malloc/malloc.c: (force_reg): Remove.
21462         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
21463         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
21464         force_reg by atomic_forced_read.
21465         * malloc/arena.c (ptmalloc_init): Likewise.
21466         * malloc/hooks.c (top_check): Likewise.
21468 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21470         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21472 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
21474         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
21476 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
21478         * math/auto-libm-test-in: Add tests of lgamma.
21479         * math/auto-libm-test-out: Regenerated.
21480         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
21481         (M_LOG_2_SQRT_PIl): Likewise.
21482         (lgamma_test_data): Use AUTO_TESTS_f_f1.
21483         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21484         mpfr_f_f1.
21485         (func_calc_desc): Add mpfr_f_f1 union field.
21486         (ARGS1): New macro.
21487         (ARGS2): Likewise.
21488         (ARGS3): Likewise.
21489         (ARGS4): Likewise.
21490         (RET1): Likewise.
21491         (RET2): Likewise.
21492         (CALC): Likewise.
21493         (FUNC): Likewise.
21494         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
21495         (test_functions): Add lgamma.
21496         (calc_generic_results): Handle mpfr_f_f1.
21497         * sysdeps/i386/fpu/libm-test-ulps: Update.
21498         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21500 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21502         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
21503         __mpn_add_n for PowerPC64/POWER7.
21504         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
21505         __mpn_sub_n for PowerPC64/POWER7.
21507         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
21508         __mpn_addmul_1 for PowerPC64.
21509         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
21510         __mpn_submul_1 for PowerPC64.
21511         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
21512         for PowerPC64.
21513         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
21514         for PowerPC64.
21516 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
21518         [BZ #15089]
21519         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
21521 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21523         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
21525         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
21526         add multiarch folders.
21527         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
21528         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
21529         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
21530         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
21531         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
21532         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
21533         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
21534         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
21535         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
21536         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
21537         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
21538         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
21539         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
21540         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
21541         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
21542         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
21543         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
21545         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
21546         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
21547         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
21548         New file.
21549         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
21550         New file.
21551         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
21552         multiarch __ieee754_hypot for PowerPC32.
21553         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
21554         New file.
21555         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
21556         New file.
21557         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
21558         multiarch __ieee754_hypotf for PowerPC32.
21560         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
21561         long_double_symbol only if __logbl is defined.
21562         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
21563         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
21564         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
21565         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
21566         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
21567         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
21568         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
21569         path for implementation.
21570         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
21571         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
21572         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
21573         logb, and logbl multiarch implementations for PowerPC32.
21574         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
21575         file.
21576         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
21577         file.
21578         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
21579         multiarch logb for PowerPC32.
21580         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
21581         file.
21582         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
21583         file.
21584         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
21585         multiarch logbf for PowerPC32.
21586         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
21587         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
21588         file.
21589         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
21590         multiarch logbl implementation for PowerPC32.
21592         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
21593         and modff multiarch implementations.
21594         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
21595         New file.
21596         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
21597         New file.
21598         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
21599         multiarch modf for PowerPC32.
21600         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
21601         New file.
21602         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
21603         New file.
21604         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
21605         multiarch modff for PowerPC32.
21607         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
21608         and lrintf multiarch implementations.
21609         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
21610         New file.
21611         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
21612         New file.
21613         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
21614         multiarch lrint for PowerPC32.
21615         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
21616         file: multiarch lrintf for PowerPC32.
21618         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
21619         and lroundf multiarch implementations.
21620         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
21621         New file.
21622         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
21623         New file.
21624         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
21625         New file.
21626         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
21627         multiarch lround for PowerPC32.
21628         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
21629         file: multiarch lroundf for PowerPC32.
21631         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
21632         copysign and copysignf multiarch implementations.
21633         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
21634         New file.
21635         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
21636         New file.
21637         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
21638         file: multiarch copysign for PowerPC32.
21639         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
21640         file: multiarch copysignf for PowerPC32.
21642         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
21643         and truncf multiarch implementations.
21644         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
21645         New file.
21646         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
21647         file.
21648         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
21649         multiarch trunc for PowerPC32.
21650         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
21651         New file.
21652         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
21653         New file.
21654         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
21655         multiarch truncf for PowerPC32.
21657         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
21658         and roundf multiarch implementations.
21659         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
21660         New file.
21661         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
21662         file.
21663         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
21664         multiarch round for PowerPC32.
21665         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
21666         New file.
21667         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
21668         New file.
21669         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
21670         multiarch roundf for PowerPC32.
21672         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
21673         and floorf multiarch implementations.
21674         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
21675         New file.
21676         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
21677         file.
21678         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
21679         multiarch floor for PowerPC32.
21680         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
21681         New file.
21682         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
21683         New file.
21684         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
21685         multiarch floorf for PowerPC32.
21687         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
21688         and ceilf multiarch implementations.
21689         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
21690         New file.
21691         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
21692         file.
21693         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
21694         multiarch ceil for PowerPC32.
21695         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
21696         New file.
21697         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
21698         file.
21699         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
21700         multiarch ceilf for PowerPC32.
21702         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
21703         is defined.
21704         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
21705         FINITEF is defined.
21706         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
21707         and finitef multiarch implementations.
21708         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
21709         New file.
21710         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
21711         file.
21712         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
21713         multiarch finite for PowerPC32.
21714         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
21715         New file.
21716         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
21717         file: multiarch finitef for PowerPC32.
21719         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
21720         and isinff multiarch implementations.
21721         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
21722         file.
21723         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
21724         file.
21725         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
21726         multiarch isinf for PowerPC32.
21727         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
21728         New file.
21729         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
21730         multiarch isinff for PowerPC32.
21732         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
21733         alias when __isnan is defined.
21734         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
21735         and isnanf multiarch implementations.
21736         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
21737         file.
21738         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
21739         file.
21740         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
21741         file.
21742         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
21743         file.
21744         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
21745         multiarch isnan for PowerPC32.
21746         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
21747         New file.
21748         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
21749         New file.
21750         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
21751         multiarch isnanf for PowerPC32.
21753         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
21754         and sqrtf multiarch implementations.
21755         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
21756         file.
21757         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
21758         file.
21759         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
21760         multiarch sqrt for PowerPC32.
21761         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
21762         file.
21763         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
21764         file.
21765         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
21766         multiarch sqrtf for PowerPC32.
21768         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
21769         and llroundf multiarch implementations.
21770         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
21771         New file.
21772         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
21773         New file.
21774         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
21775         New file.
21776         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
21777         file: multiarch llround for PowerPC32.
21778         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
21779         file: multiarch llroundf for PowerPC32.
21781         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
21782         multiarch PowerPC32 fpu implementations.
21783         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
21784         New file.
21785         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
21786         New file.
21787         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
21788         multiarch llrint for PowerPC32.
21789         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
21790         New file.
21791         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
21792         New file.
21793         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
21794         file.
21796         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
21798         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
21799         file.
21800         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
21801         file.
21802         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
21803         file.
21804         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
21805         multiarch wordcopy for PPC32.
21806         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
21807         wordcopy objects.
21808         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21809         (__libc_ifunc_impl_list): Likewise.
21810         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
21811         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
21812         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
21813         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
21814         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
21815         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
21817         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
21818         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
21819         file.
21820         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
21821         file.
21822         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
21823         file.
21824         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
21825         multiarch wcscpy for PPC32.
21826         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
21827         multiarch objects.
21828         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21829         (__libc_ifunc_impl_list): Likewise.
21830         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
21831         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
21832         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
21833         sysdeps/powerpc/power6/wcscpy.c.
21835         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
21836         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
21837         file.
21838         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
21839         file.
21840         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
21841         file.
21842         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
21843         multiarch wcsrchr for PPC32.
21844         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
21845         multiarch objects.
21846         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21847         (__libc_ifunc_impl_list): Likewise.
21848         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
21849         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
21850         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
21851         sysdeps/powerpc/power6/wcsrchr.c.
21853         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
21854         file.
21855         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
21856         file.
21857         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
21858         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
21859         multiarch wcschr for PPc32.
21860         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
21861         multiarch objects.
21862         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21863         (__libc_ifunc_impl_list): Likewise.
21864         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
21865         * sysdeps/powerpc/power6/wcschr.c: ... to here.
21866         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
21867         sysdeps/powerpc/power6/wcschr.c.
21869         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
21870         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
21871         file.
21872         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
21873         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
21874         file: multiarch strchr for PPC32.
21875         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
21876         multiarch objects.
21877         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21878         (__libc_ifunc_impl_list): Likewise.
21880         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
21881         name.
21882         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
21883         file.
21884         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
21885         file.
21886         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
21887         multiarch strchrnul for PPC32.
21888         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
21889         multiarch objects.
21890         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21891         (__libc_ifunc_impl_list): Likewise.
21893         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
21894         file.
21895         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
21896         multiarch strncasecmp for PPC32.
21897         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
21898         file.
21899         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
21900         multiarch strncasecmp_l for PPC32.
21901         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
21902         strncasecmp multiarch objects.
21903         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21904         (__libc_ifunc_impl_list): Likewise.
21906         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
21907         file.
21908         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
21909         multiarch strncasecmp for PPC32.
21910         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
21911         New file.
21912         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
21913         multiarch strcasecmp_l for PPC32.
21914         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
21915         multiarch objects.
21916         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21917         (__libc_ifunc_impl_list): Likewise.
21919         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
21920         file.
21921         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
21922         file.
21923         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
21924         multiarch strncmp for PPC32.
21925         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
21926         multiarch objects.
21927         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21928         (__libc_ifunc_impl_list): Likewise.
21930         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
21931         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
21932         file.
21933         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
21934         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
21935         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
21936         multiarch objects.
21937         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21938         (__libc_ifunc_impl_list): Likewise.
21940         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
21941         file.
21942         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
21943         file.
21944         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
21945         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
21946         multiarch objects.
21947         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21948         (__libc_ifunc_impl_list): Likewise.
21950         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
21951         file.
21952         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
21953         file.
21954         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
21955         multiarch rawmemchr for PPC32.
21956         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
21957         multiarch objects.
21958         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21959         (__libc_ifunc_impl_list): Likewise.
21961         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
21962         file.
21963         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
21964         file.
21965         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
21966         file: memrchr multiarch for PPC32.
21967         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
21968         multiarch objects.
21969         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21970         (__libc_ifunc_impl_list): Likewise.
21972         * string/memchr.c (__memchr): Using macro to redefine symbol name.
21973         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
21974         file.
21975         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
21976         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
21977         multiarch memchr for PPC32.
21978         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
21979         multiarch objects.
21980         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21981         (__libc_ifunc_impl_list): Likewise.
21983         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
21984         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
21985         file.
21986         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
21987         file.
21988         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
21989         file: multiarch mempcpy for PPC32.
21990         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
21991         multiarch objects.
21992         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21993         (__libc_ifunc_impl_list): Likewise.
21995         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
21996         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
21997         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
21998         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
21999         multiarch bzero for PPC32.
22000         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
22001         file.
22002         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
22003         file.
22004         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
22005         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
22006         file: multiarch memset for PPC32.
22007         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
22008         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
22009         memset multiarch objects.
22010         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22011         (__libc_ifunc_impl_list): Likewise.
22013         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
22014         file.
22015         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
22016         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
22017         memcmp for PPC32.
22018         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
22019         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
22020         multiarch objects.
22021         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22022         (__libc_ifunc_impl_list): Likewise.
22024         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
22025         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
22026         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
22027         file.
22028         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
22029         file.
22030         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
22031         file.
22032         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
22033         multiarch memcpy for PPC32.
22034         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
22035         multiarch objects.
22036         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22037         (__libc_ifunc_impl_list): Likewise.
22039         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
22040         support multiarch for POWER/PPC32.
22041         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
22042         Likewise.
22043         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
22044         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
22045         Implies file to make multiarch folder appers before the fpu and
22046         default folder for power4 configuration.
22048 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
22050         * scripts/bench.pl: Append volatile keyword to type.
22052 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22054         * sysdeps/sh/sotruss-lib.c: New file.
22055         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
22057 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22059         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22061 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
22063         [BZ #6810]
22064         * math/w_tgamma.c: Include <errno.h>.
22065         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
22066         * math/w_tgammaf.c: Include <errno.h>.
22067         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
22068         * math/w_tgammal.c: Include <errno.h>.
22069         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
22070         * math/auto-libm-test-in: Do not allow missing errno on tgamma
22071         underflow.  Add more tgamma tests.
22072         * math/auto-libm-test-out: Regenerated.
22073         * sysdeps/i386/fpu/libm-test-ulps: Update.
22074         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22076         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
22077         sin, sinh, tan, tanh, tgamma, y0 and y1.
22078         * math/auto-libm-test-out: Regenerated.
22079         * math/libm-test.inc (TEST_COND_x86_64): New macro.
22080         (TEST_COND_x86): Likewise.
22081         (M_E2l): Remove macro.
22082         (M_E3l): Likewise.
22083         (M_2_SQRT_PIl): Likewise.
22084         (M_SQRT_PIl): Likewise.
22085         (M_1_DIV_El): Likewise.
22086         (log_test_data): Use AUTO_TESTS_f_f.
22087         (log10_test_data): Likewise.
22088         (log1p_test_data): Likewise.
22089         (log2_test_data): Likewise.
22090         (sin_test_data): Likewise.
22091         (sin_tonearest_test_data): Likewise.
22092         (sin_towardzero_test_data): Likewise.
22093         (sin_downward_test_data): Likewise.
22094         (sin_upward_test_data): Likewise.
22095         (sinh_test_data): Likewise.
22096         (sinh_tonearest_test_data): Likewise.
22097         (sinh_towardzero_test_data): Likewise.
22098         (sinh_downward_test_data): Likewise.
22099         (sinh_upward_test_data): Likewise.
22100         (tan_test_data): Likewise.
22101         (tan_tonearest_test_data): Likewise.
22102         (tan_towardzero_test_data): Likewise.
22103         (tan_downward_test_data): Likewise.
22104         (tan_upward_test_data): Likewise.
22105         (tanh_test_data): Likewise.
22106         (tgamma_test_data): Likewise.
22107         (y0_test_data): Likewise.
22108         (y1_test_data): Likewise.
22109         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
22110         (special_real_inputs): Add pi/4.
22111         * sysdeps/i386/fpu/libm-test-ulps: Update.
22112         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22114 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22116         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
22117         "longjmp_target" static probes.
22118         (__longjmp): Rename to __longjmp_symbol.
22119         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
22120         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
22121         on which longjmp to generate.
22122         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
22123         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
22124         probe.
22125         (__sigsetjmp): Rename to __sigsetjmp_symbol.
22126         (__sigjmp_save): Rename to __sigjmp_save_symbol.
22127         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
22128         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
22129         and __sigjmp_save_symbol based on which sigsetjmp to generated.
22130         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
22131         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
22132         __longjmp_symbol based on which __longjmp to generate.
22133         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
22134         probe.
22135         (setjmp): Rename to setjmp_symbol.
22136         (__sigsetjmp): Rename to __sigsetjmp_symbol.
22137         (_setjmp): Rename to _setjmp_symbol.
22138         (__sigsetjmp): Rename to __sigsetjmp_symbol.
22139         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
22140         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
22141         which setjmp to generate.
22142         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
22143         "longjmp_target" static probes.
22145 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
22147         * benchtests/README: Add note about output arguments.
22148         * benchtests/bench-sincos.c: Remove file.
22149         * benchtests/sincos-inputs: New file.
22150         * scripts/bench.pl: Identify output arguments and define
22151         static variables for them.
22153         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
22155         [BZ #15941]
22156         * Makefile (INSTALL): Add install-plain.texi as the primary
22157         dependency.
22158         * manual/install-plain.texi: New file.
22159         * manual/install.texi: Include node directive only for
22160         non-plaintext output.
22162 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
22164         * stdlib/longlong.h: Update from GCC.
22166         [BZ #6807]
22167         [BZ #15901]
22168         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
22169         * math/w_j0f.c (y0f): Likewise.
22170         * math/w_j0l.c (__y0l): Likewise.
22171         * math/w_j1.c (y1): Likewise.
22172         * math/w_j1f.c (y1f): Likewise.
22173         * math/w_j1l.c (__y1l): Likewise
22174         * math/w_jn.c (yn): Likewise.
22175         * math/w_jnf.c (ynf): Likewise.
22176         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
22177         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
22178         value for Bessel function domain errors outside _SVID_ mode.
22179         Adjust sign of return value for yn (negative integer, 0).
22180         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
22181         by zero in return for negative x and set sign appropriately for
22182         negative n.
22183         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
22184         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
22185         * math/libm-test.inc (y0_test_data): Add more tests and adjust
22186         expectations in error cases.
22187         (y1_test_data): Likewise.
22188         (yn_test_data): Likewise.
22189         * sysdeps/i386/fpu/libm-test-ulps: Update.
22190         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22192 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22194         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
22195         "64" to "64-v1".  Add "64-v2".
22196         (abi-64-options): Rename to ...
22197         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
22198         (abi-64-condition): Rename to ...
22199         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
22200         (abi-64-ld-soname): Rename to ...
22201         (abi-64-v1-ld-soname): ... this.
22202         (abi-64-v2-options): Define.
22203         (abi-64-v2-condition): Likewise.
22204         (abi-64-v2-ld-soname): Likewise.
22205         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
22206         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
22207         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
22208         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
22209         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
22211 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22212             Alan Modra  <amodra@gmail.com>
22214         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
22215         New versions for use with the ELFv2 ABI.
22216         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
22217         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
22218         declaration.
22219         (struct La_ppc64v2_retval): Likewise.
22220         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
22221         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
22222         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
22223         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
22224         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
22225         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
22226         Do not save or restore CR.
22227         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
22228         (_dl_profile_resolve): Do no save or restore CR.  Support extended
22229         return values for ELFv2 ABI.  Fix location of FPR return registers.
22230         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
22231         updated values for _CALL_ELF == 2.
22232         (La_regs, La_retval, int_retval): Likewise.
22234 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22236         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
22237         (FRAME_MIN_SIZE_PARM): Likewise.
22238         (FRAME_BACKCHAIN): Likewise.
22239         (FRAME_CR_SAVE): Likewise.
22240         (FRAME_LR_SAVE): Likewise.
22241         (FRAME_TOC_SAVE): Likewise.
22242         (FRAME_PARM_SAVE): Likewise.
22243         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
22244         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
22245         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
22246         (call_mcount_parm_offset): New macro.
22247         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
22248         (PROF): Use symbolic stack frame offsets.
22249         (TAIL_CALL_SYSCALL_ERROR): Likewise.
22250         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
22251         Redefine in terms of FRAME_MIN_SIZE.
22252         (_dl_runtime_resolve): Use symbolic stack frame offsets.
22253         (_dl_profile_resolve): Likewise.  Update comment.
22254         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
22255         symbols stack frame offsets.
22256         (__sigsetjmp): Likewise.
22257         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
22258         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
22259         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
22260         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
22262         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
22263         (FRAME_BACKCHAIN): Remove.
22264         (FRAME_CR_SAVE): Likewise.
22265         (FRAME_LR_SAVE): Likewise.
22266         (FRAME_COMPILER_DW): Likewise.
22267         (FRAME_LINKER_DW): Likewise.
22268         (FRAME_TOC_SAVE): Likewise.
22269         (FRAME_PARM_SAVE): Likewise.
22270         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
22271         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
22272         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
22273         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
22274         (CHECK_SP): Use symbolic stack frame offsets.
22275         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
22276         zone" instead of caller's parameter save area for temp storage.
22277         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
22278         Likewise.  Also, use symbolic stack frame offsets.
22279         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
22280         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
22281         our own stack frame instead of the caller's.
22282         (__socket): Use symbolic stack frame offsets.
22284 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22285             Alan Modra  <amodra@gmail.com>
22287         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
22288         Define.
22289         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
22290         (PPC64_LOCAL_ENTRY_OFFSET): Define.
22291         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
22292         New function.
22293         (elf_machine_fixup_plt): Call it.
22294         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
22295         reloc arguments.
22296         (elf_machine_rela): Update call to elf_machine_plt_conflict.
22297         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
22298         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
22299         r2 before calling target.
22301 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22302             Alan Modra  <amodra@gmail.com>
22304         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
22305         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
22306         versions of macros to support ELFv2 ABI.
22307         (LOCALENTRY): New macro.
22308         (ENTRY, EALIGN): Use it.
22309         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
22310         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
22311         fall through into ENTRY entry point.
22312         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
22313         Only define if _CALL_ELF != 2.
22315         (elf_machine_matches_host): Verify ABI version matches.
22316         (RTLD_START): Use LOCALENTRY.
22317         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
22318         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
22319         (PLT_ENTRY_WORDS): New macro.
22320         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
22321         (elf_machine_runtime_setup): Support ELFv2 ABI.
22322         (elf_machine_fixup_plt): Likewise.
22323         (elf_machine_plt_conflict): Likewise.
22324         (resolve_ifunc): Likewise.
22325         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
22326         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
22327         Likewise.
22328         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
22329         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
22330         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
22331         (makecontext): Support ELFv2 ABI.
22332         * elf/elf.h (EF_PPC64_ABI): Define.
22334 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22336         * sysdeps/powerpc/powerpc64/sysdep.h
22337         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
22338         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
22339         (ENTRY) [ASSEMBLER]: ... but instead here ...
22340         (EALIGN) [ASSEMBLER]: ... and here.
22341         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
22342         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
22343         (ENTRY_2) [!ASSEMBLER]: Use it.
22344         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
22345         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
22346         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
22347         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
22348         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
22349         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
22350         Use PPC64_LOAD_FUNCPTR.
22352         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
22354 2013-12-04  Alan Modra  <amodra@gmail.com>
22356         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
22357         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
22358         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
22359         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
22361         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
22362         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
22363         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
22364         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
22365         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
22366         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
22368 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22370         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
22371         (__makecontext): Fix incorrect CFI when backtracing out of
22372         context created via makecontext.
22373         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
22374         (__setcontext): Fix incorrect CFI during switch to new context.
22375         (__novec_setcontext): Likewise.
22377 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
22379         [BZ #4772]
22380         * time/strptime_l.c (__strptime_internal): Allow modifiers
22381         in strptime.
22382         * time/tst-strptime.c (day_tests): Add testcase.
22384 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22386         * scripts/bench.pl: Skip over blank lines.
22388 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
22390         [BZ #926]
22391         * manual/time.texi (Calendar Time): Clarify what timezone functions
22392         use.
22394 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22396         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22398 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
22400         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
22401         implementation.
22402         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
22403         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
22404         * debug/memset_chk.c (__memset_chk): Likewise.
22405         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
22406         * debug/strncpy_chk.c: Likewise.
22408 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
22410         [BZ #15268]
22411         [BZ #15425]
22412         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
22413         (__ieee754_exp): For possibly underflowing results, check size of
22414         result and force underflow exception if required.
22415         * math/auto-libm-test-in: Add more tests of exp.
22416         * math/auto-libm-test-out: Regenerated.
22417         * sysdeps/i386/fpu/libm-test-ulps: Update.
22418         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22420         [BZ #16283]
22421         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
22422         * math/w_exp2f.c (__exp2f): Likewise.
22423         * math/w_exp2l.c (__exp2l): Likewise.
22424         * math/auto-libm-test-in: Do not allow missing errno on exp2
22425         underflow.
22426         * math/auto-libm-test-out: Regenerated.
22428 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
22430         [BZ #16274]
22431         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
22432         handle filename validation.
22433         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
22434         (do_open): Delete.
22436 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
22438         [BZ #6786]
22439         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
22440         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
22441         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
22442         <float.h>.
22443         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
22444         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
22445         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22446         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
22447         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22448         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
22449         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22450         * math/auto-libm-test-in: Don't allow missing errno from erfc.
22451         Add more erfc tests.
22452         * math/auto-libm-test-out: Regenerated.
22453         * sysdeps/i386/fpu/libm-test-ulps: Update.
22454         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22456         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
22457         exp2, expm1, j0 and j1.
22458         * math/auto-libm-test-out: Regenerated.
22459         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
22460         (erfc_test_data): Likewise.
22461         (exp_test_data): Likewise.
22462         (exp_tonearest_test_data): Likewise.
22463         (exp_towardzero_test_data): Likewise.
22464         (exp_downward_test_data): Likewise.
22465         (exp_upward_test_data): Likewise.
22466         (exp10_test_data): Likewise.
22467         (exp2_test_data): Likewise.
22468         (expm1_test_data): Likewise.
22469         (j0_test_data): Likewise.
22470         (j1_test_data): Likewise.
22471         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
22472         (input_flag_type): Add flag_xfail_rounding.
22473         (input_flags): Add xfail-rounding.
22474         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
22475         (output_for_one_input_case): Handle flag_xfail_rounding.
22476         * sysdeps/i386/fpu/libm-test-ulps: Update.
22477         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22479 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
22481         [BZ #16289]
22482         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
22483         division by 0.
22485 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
22487         [BZ #16195]
22488         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
22489         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
22490         (STAP_PROBE0): New macro.
22491         (STAP_PROBE1): Likewise.
22492         (STAP_PROBE2): Likewise.
22493         (STAP_PROBE3): Likewise.
22494         (STAP_PROBE4): Likewise.
22496 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
22498         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
22500 2013-12-02  Steve Ellcey  <sellcey@mips.com>
22502         * benchtests/Makefile (bench): Add sqrt.
22503         (LDLIBS-bench-sqrt): New.
22504         * benchtests/sqrt-input: New.
22506 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
22508         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
22509         (GAIH_EAI): Likewise.
22510         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
22511         (gaih_inet): Likewise.
22512         (getaddrinfo): Don't use GAIH_EAI.
22514         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
22515         (struct gaih): Remove definition.
22517 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
22519         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
22520         Use HERRNOP directly.
22522 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22524         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22526 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
22528         * math/gen-auto-libm-tests.c (test_functions): Add more
22529         single-argument functions.
22530         (special_fill_pi_2): New function.
22531         (special_fill_minus_pi_2): Likewise.
22532         (special_fill_pi_6): Likewise.
22533         (special_fill_minus_pi_6): Likewise.
22534         (special_fill_pi_3): Likewise.
22535         (special_fill_2pi_3): Likewise.
22536         (special_fill_e): Likewise.
22537         (special_fill_1_e): Likewise.
22538         (special_fill_e_minus_1): Likewise.
22539         (special_real_inputs): Add more special inputs.
22540         (output_for_one_input_case): Do not require ERANGE on underflow to
22541         zero if round-to-nearest result does not underflow to zero, unless
22542         exact results required.
22543         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
22544         atan, atanh, cbrt, cos and cosh.
22545         * math/auto-libm-test-out: Regenerated.
22546         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
22547         (acos_tonearest_test_data): Likewise.
22548         (acos_towardzero_test_data): Likewise.
22549         (acos_downward_test_data): Likewise.
22550         (acos_upward_test_data): Likewise.
22551         (acosh_test_data): Likewise.
22552         (asin_test_data): Likewise.
22553         (asin_tonearest_test_data): Likewise.
22554         (asin_towardzero_test_data): Likewise.
22555         (asin_upward_test_data): Likewise.
22556         (asinh_test_data): Likewise.
22557         (atan_test_data): Likewise.
22558         (atanh_test_data): Likewise.
22559         (cbrt_test_data): Likewise.
22560         (cos_test_data): Likewise.
22561         (cos_tonearest_test_data): Likewise.
22562         (cos_towardzero_test_data): Likewise.
22563         (cos_downward_test_data): Likewise.
22564         (cos_upward_test_data): Likewise.
22565         (cosh_test_data): Likewise.
22566         (cosh_tonearest_test_data): Likewise.
22567         (cosh_towardzero_test_data): Likewise.
22568         (cosh_downward_test_data): Likewise.
22569         (cosh_upward_test_data): Likewise.
22570         * sysdeps/i386/fpu/libm-test-ulps: Update.
22571         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22573 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
22575         [BZ #6787]
22576         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
22577         * math/w_exp10f.c (__exp10f): Likewise.
22578         * math/w_exp10l.c (__exp10l): Likewise.
22579         * math/libm-test.inc (exp10_test_data): Add more tests and expect
22580         errno settings in existing tests.
22582         [BZ #14032]
22583         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
22584         precision control set to double precision.
22585         * sysdeps/i386/fpu/w_sqrt.c: New file.
22586         * math/auto-libm-test-in: Add more tests.
22587         * math/auto-libm-test-out: Update.
22589         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
22590         (sqrt_test_tonearest): New function.
22591         (sqrt_towardzero_test_data): New variable.
22592         (sqrt_test_towardzero): New function.
22593         (sqrt_downward_test_data): New variable.
22594         (sqrt_test_downward): New function.
22595         (sqrt_upward_test_data): New variable.
22596         (sqrt_test_upward): New function.
22597         (main): Call the new functions.
22599         * math/gen-auto-libm-tests.c: New file.
22600         * math/auto-libm-test-in: Likewise.
22601         * math/auto-libm-test-out: New generated file.
22602         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
22603         variables.
22604         (%beautify): Add generated representations of zero.
22605         (top level): Set $auto_input and call parse_auto_input.
22606         (beautify): Remove trailing "f" from hex float constants.
22607         (parse_args): Handle XFAIL_TEST.
22608         (convert_condition): New function.
22609         (or_value): Likewise.
22610         (or_cond_value): Likewise.
22611         (generate_testfile): Handle AUTO_TESTS_* lines.
22612         (parse_auto_input): New function.
22613         * math/libm-test.inc (XFAIL_TEST): New macro.
22614         (ERRNO_UNCHANGED): Update value.
22615         (ERRNO_EDOM): Likewise.
22616         (ERRNO_ERANGE): Likewise.
22617         (IGNORE_RESULT): Likewise.
22618         (TEST_COND_flt_32): New macro.
22619         (TEST_COND_dbl_64): Likewise.
22620         (TEST_COND_ldbl_96_intel): Likewise.
22621         (TEST_COND_ldbl_96_m68k): Likewise.
22622         (TEST_COND_ldbl_128): Likewise.
22623         (TEST_COND_ldbl_128ibm): Likewise.
22624         (TEST_COND_long32): Likewise.
22625         (TEST_COND_long64): Likewise.
22626         (TEST_COND_before_rounding): Likewise.
22627         (TEST_COND_after_rounding): Likewise.
22628         (enable_test): Handle XFAIL_TEST flag.
22629         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
22630         with finite results.
22631         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
22632         auto-libm-test-out.
22634 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
22635             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22637         [BZ #16214]
22638         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
22639         __tls_get_addr_internal instead of __tls_get_offset in order to
22640         avoid GOT pointer dependency.  Make rtld export
22641         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
22642         __tls_get_addr since we are a __tls_get_offset platform.
22643         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
22644         GOT pointer being set up before.
22645         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
22647 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
22649         * manual/math.texi (Errors in Math Functions): Document accuracy
22650         goals.
22652         [BZ #15004]
22653         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
22654         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
22655         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
22656         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
22657         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
22658         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
22659         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
22660         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
22661         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
22662         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
22663         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
22664         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
22665         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
22666         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
22667         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
22668         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
22670         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
22671         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
22672         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
22673         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
22674         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
22675         Likewise.
22676         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
22677         Likewise.
22678         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
22679         Likewise.
22680         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
22681         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
22682         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
22683         atomic-feupdateenv and flt-rounds.
22684         * sysdeps/powerpc/nofpu/Versions (libc): Add
22685         __atomic_feholdexcept, __atomic_feclearexcept,
22686         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
22687         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
22688         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
22689         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
22690         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
22691         here.
22692         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
22693         Update.
22695         * manual/arith.texi (FP Exceptions): Document that exceptions may
22696         not be raised when matherr is used.
22697         (Math Error Reporting): Document overflow in directed rounding
22698         modes.  Document that errno may not be set when finite values are
22699         returned on overflow.  Document intent to set errno on underflow
22700         only for underflow to zero.
22702         [BZ #16271]
22703         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
22704         round-to-nearest then adjust result for other rounding modes.
22705         * include/fenv.h (fegetround): Use libm_hidden_proto.
22706         * math/fegetround.c (fegetround): Use libm_hidden_def.
22707         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
22708         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
22709         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
22710         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
22711         Likewise.
22712         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
22713         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
22714         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
22715         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
22717 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22719         [BZ #16077]
22720         * nss/Versions (libnss_files): Add
22721         _nss_files_gethostbyname3_r.
22722         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
22723         New function.
22724         (HOST_DB_LOOKUP): Remove macro.
22725         (_nss_files_gethostbyname_r): Implement function without the
22726         HOST_DB_LOOKUP macro.
22727         (_nss_files_gethostbyname2_r): Likewise.
22729 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
22731         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
22733 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
22735         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
22736         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
22737         warning.
22739 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22741         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
22742         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
22743         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
22744         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
22745         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
22746         __fe_nomask_env_priv and attribute_hidden.
22747         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
22748         (libc_feupdateenv_test_ppc): Likewise.
22749         (libc_feresetround_ppc): Likewise.
22750         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
22751         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
22752         compat_symbol macro.
22753         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
22754         (__fe_nomask_env): Likewise.
22755         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
22757 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
22759         * string/Makefile: Remove ifunc tests.
22760         * string/test-string.h: Define TEST_IFUNC.
22761         * string/test-bcopy-ifunc.c: Remove.
22762         * string/test-bzero-ifunc.c: Likewise.
22763         * string/test-memccpy-ifunc.c: Likewise.
22764         * string/test-memchr-ifunc.c: Likewise.
22765         * string/test-memcmp-ifunc.c: Likewise.
22766         * string/test-memcpy-ifunc.c: Likewise.
22767         * string/test-memmem-ifunc.c: Likewise.
22768         * string/test-memmove-ifunc.c: Likewise.
22769         * string/test-mempcpy-ifunc.c: Likewise.
22770         * string/test-memrchr-ifunc.c: Likewise.
22771         * string/test-memset-ifunc.c: Likewise.
22772         * string/test-rawmemchr-ifunc.c: Likewise.
22773         * string/test-stpcpy-ifunc.c: Likewise.
22774         * string/test-stpncpy-ifunc.c: Likewise.
22775         * string/test-strcasecmp-ifunc.c: Likewise.
22776         * string/test-strcasestr-ifunc.c: Likewise.
22777         * string/test-strcat-ifunc.c: Likewise.
22778         * string/test-strchr-ifunc.c: Likewise.
22779         * string/test-strchrnul-ifunc.c: Likewise.
22780         * string/test-strcmp-ifunc.c: Likewise.
22781         * string/test-strcpy-ifunc.c: Likewise.
22782         * string/test-strcspn-ifunc.c: Likewise.
22783         * string/test-strlen-ifunc.c: Likewise.
22784         * string/test-strncasecmp-ifunc.c: Likewise.
22785         * string/test-strncat-ifunc.c: Likewise.
22786         * string/test-strncmp-ifunc.c: Likewise.
22787         * string/test-strncpy-ifunc.c: Likewise.
22788         * string/test-strnlen-ifunc.c: Likewise.
22789         * string/test-strpbrk-ifunc.c: Likewise.
22790         * string/test-strrchr-ifunc.c: Likewise.
22791         * string/test-strspn-ifunc.c: Likewise.
22792         * string/test-strstr-ifunc.c: Likewise.
22794 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
22796         * benchtests/Makefile: Remove ifunc tests.
22797         * benchtests/bench-string.h: Define TEST_IFUNC.
22798         * benchtests/bench-bcopy-ifunc.c: Remove.
22799         * benchtests/bench-bzero-ifunc.c: Likewise.
22800         * benchtests/bench-memccpy-ifunc.c: Likewise.
22801         * benchtests/bench-memchr-ifunc.c: Likewise.
22802         * benchtests/bench-memcmp-ifunc.c: Likewise.
22803         * benchtests/bench-memcpy-ifunc.c: Likewise.
22804         * benchtests/bench-memmem-ifunc.c: Likewise.
22805         * benchtests/bench-memmove-ifunc.c: Likewise.
22806         * benchtests/bench-mempcpy-ifunc.c: Likewise.
22807         * benchtests/bench-memrchr-ifunc.c: Likewise.
22808         * benchtests/bench-memset-ifunc.c: Likewise.
22809         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
22810         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
22811         * benchtests/bench-stpcpy-ifunc.c: Likewise.
22812         * benchtests/bench-stpncpy-ifunc.c: Likewise.
22813         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
22814         * benchtests/bench-strcasestr-ifunc.c: Likewise.
22815         * benchtests/bench-strcat-ifunc.c: Likewise.
22816         * benchtests/bench-strchr-ifunc.c: Likewise.
22817         * benchtests/bench-strchrnul-ifunc.c: Likewise.
22818         * benchtests/bench-strcmp-ifunc.c: Likewise.
22819         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
22820         * benchtests/bench-strcpy-ifunc.c: Likewise.
22821         * benchtests/bench-strcspn-ifunc.c: Likewise.
22822         * benchtests/bench-strlen-ifunc.c: Likewise.
22823         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
22824         * benchtests/bench-strncat-ifunc.c: Likewise.
22825         * benchtests/bench-strncmp-ifunc.c: Likewise.
22826         * benchtests/bench-strncpy-ifunc.c: Likewise.
22827         * benchtests/bench-strnlen-ifunc.c: Likewise.
22828         * benchtests/bench-strpbrk-ifunc.c: Likewise.
22829         * benchtests/bench-strrchr-ifunc.c: Likewise.
22830         * benchtests/bench-strsep-ifunc.c: Likewise.
22831         * benchtests/bench-strspn-ifunc.c: Likewise.
22832         * benchtests/bench-strstr-ifunc.c: Likewise.
22834 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
22836         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
22838 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
22840         * resolv/netdb.h: Use __glibc_reserved instead __unused.
22841         * rt/aio.h: Likewise.
22842         * sysdeps/gnu/bits/utmp.h: Likewise.
22843         * sysdeps/gnu/bits/utmpx.h: Likewise.
22844         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
22845         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
22846         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
22847         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
22848         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
22849         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
22850         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
22851         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
22852         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
22853         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
22854         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
22855         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
22856         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
22857         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
22858         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
22859         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
22860         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
22861         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
22862         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
22863         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
22864         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
22865         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
22866         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
22867         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
22868         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
22869         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
22870         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
22871         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
22872         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
22873         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
22874         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
22875         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
22876         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
22877         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
22878         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
22879         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
22880         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
22881         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
22882         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
22883         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
22884         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
22885         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
22887 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
22889         [BZ #16245]
22890         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
22891         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
22893 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
22895         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
22896         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
22897         Likewise.
22899 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22901         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
22902         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
22903         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
22904         (__fesetround): Remove define.
22905         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
22906         rounding and exceptions handling.
22907         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
22908         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
22909         (__fe_nomask_env): Likewise.
22910         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
22911         __fegetround instead of fegetround.
22912         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
22913         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
22915 2013-11-21  Roland McGrath  <roland@hack.frob.com>
22917         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
22918         it's there.
22920         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
22922 2013-11-21  Meador Inge  <meadori@codesourcery.com>
22924         [BZ #11157]
22925         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
22926         (encrypt_r): Likewise.
22927         * malloc/obstack.h (obstack_free): Likewise.
22928         * posix/unistd.h (encrypt): Likewise.
22930 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
22932         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
22933         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
22934         DL_CALL_DT_FINI() that call the functions directly.
22935         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
22936         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
22937         * elf/dl-fini.c: Likewise.
22939 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
22941         * malloc/hooks.c (memalign_check): Add alignment rounding.
22942         * malloc/malloc.c (_mid_memalign): New function.
22943         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
22944         Implement by calling _mid_memalign.
22945         * manual/probes.texi (Memory Allocation Probes): Remove
22946         memory_valloc_retry and memory_pvalloc_retry.
22948 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
22950         * locale/programs/locarchive.c (open_archive): Add const
22951         qualifier to ARCHIVEFNAME and copy default fname to
22952         DEFAULT_FNAME.
22954         [BZ #15601]
22955         * libio/tst-widetext.input: Rename Oriya to Odia.
22956         * locale/iso-639.def: Likewise.
22958         * manual/probes.texi (Mathematical Function Probes): Add
22959         documentation for sin, cos, asin and acos probes.
22960         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
22961         (__sin32): Add slowasin probe.
22962         (__cos32): Add slowacos probe.
22963         (__mpsin): Add slowsin probe.
22964         (__mpcos): Add slowcos probe.
22966 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
22968         [BZ #15483]
22969         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
22970         thread-local __sim_exceptions_thread and global
22971         __sim_exceptions_global.
22972         (__sim_disabled_exceptions): Change to thread-local
22973         __sim_disabled_exceptions_thread and global
22974         __sim_disabled_exceptions_global.
22975         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
22976         and global __sim_round_mode_global.
22977         (__simulate_exceptions): Use thread-local floating-point state and
22978         set global state from it as needed.
22979         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
22980         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
22981         __sim_round_mode_thread.
22982         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
22983         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
22984         and global __sim_exceptions_global.
22985         (__sim_disabled_exceptions): Change to thread-local
22986         __sim_disabled_exceptions_thread and global
22987         __sim_disabled_exceptions_global.
22988         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
22989         and global __sim_round_mode_global.
22990         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
22991         (SIM_SET_GLOBAL): Likewise.
22992         * sysdeps/powerpc/soft-fp/sfp-machine.h
22993         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
22994         __sim_round_mode_thread.
22995         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
22996         __sim_disabled_exceptions_thread.
22997         (__sim_exceptions): Change to __sim_exceptions_thread.
22998         (__sim_disabled_exceptions): Change to
22999         __sim_disabled_exceptions_thread.
23000         (__sim_round_mode): Change to __sim_round_mode_thread.
23001         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
23002         thread-local floating-point state and set global state from it as
23003         needed.
23004         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
23005         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
23006         (__sim_disabled_exceptions): Remove extern declaration.
23007         (feenableexcept): Use thread-local floating-point state and set
23008         global state from it as needed.
23009         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
23010         extern declaration.
23011         (__sim_disabled_exceptions): Likewise.
23012         (__sim_round_mode): Likewise.
23013         (__fegetenv): Use thread-local floating-point state.
23014         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
23015         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
23016         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
23017         floating-point state and set global state from it as needed.
23018         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
23019         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
23020         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
23021         Likewise.
23022         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
23023         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
23024         Likewise.
23025         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
23026         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
23027         Use __sim_round_mode_thread.
23028         * math/test-fenv-tls.c: New file.
23029         * math/Makefile (tests): Add test-fenv-tls.
23030         ($(objpfx)test-fenv-tls): Depend on
23031         $(common-objpfx)nptl/libpthread.so.
23033 2013-11-19  Andreas Schwab  <schwab@suse.de>
23035         * locale/programs/locale.c (show_info): Decode wordarray elements.
23036         * locale/categories.def (LC_MONETARY): Add element for
23037         _NL_MONETARY_CRNCYSTR.
23038         * locale/C-monetary.c (conversion_rate): New variable.
23039         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
23040         element.
23042 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
23044         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
23045         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
23047 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
23049         * elf/Makefile (tst-auxv): New test.
23050         * elf/tst-auxv.c: New
23051         * elf/rtld.c (dl_main): Adjust AT_EXECFN
23053 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
23055         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
23056         (hidden_proto): Caller changed.
23057         (hidden_tls_proto): New macro.
23058         (libc_hidden_tls_proto): Likewise.
23059         (rtld_hidden_tls_proto): Likewise.
23060         (libm_hidden_tls_proto): Likewise.
23061         (libresolv_hidden_tls_proto): Likewise.
23062         (librt_hidden_tls_proto): Likewise.
23063         (libdl_hidden_tls_proto): Likewise.
23064         (libnss_files_hidden_tls_proto): Likewise.
23065         (libnsl_hidden_tls_proto): Likewise.
23066         (libnss_nisplus_hidden_tls_proto): Likewise.
23067         (libutil_hidden_tls_proto): Likewise.
23069 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
23071         [BZ #10253]
23072         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
23073         (decompose_rpath): Defer expansion to fillin_rpath.
23074         (_dl_init_paths): Pass linkmap to fillin_rpath.
23076 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
23078         * benchtests/Makefile: Add strsep.
23079         * benchtests/bench-strsep.c: New file: strsep benchtest.
23080         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
23082 2013-11-18  Andreas Schwab  <schwab@suse.de>
23084         * locale/programs/locale.c (show_info) [case byte]: Check for
23085         '\377' instead of '\177'.
23086         * locale/C-monetary.c (not_available): Always use "\377".
23087         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
23088         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
23089         detect unavailable sign_posn locale elements.
23090         * locale/localeconv.c (__localeconv): For grouping and
23091         mon_grouping handle "\177" and "\377" like no grouping.
23092         (INT_ELEM): New macro.  Use it to set all numeric members.
23093         * locale/programs/ld-monetary.c (monetary_read)
23094         <tok_mon_grouping>: Normalize single -1 to the empty string.
23095         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
23096         Likewise.
23098 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
23100         [BZ #16055]
23101         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
23102         when we match (nil).
23103         * stdio-common/tst-sscanf.c (struct test): Add testcase.
23105 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
23107         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
23108         (NO_TEST_INLINE): Update value.
23109         (ERRNO_UNCHANGED): Likewise.
23110         (ERRNO_EDOM): Likewise.
23111         (ERRNO_ERANGE): Likewise.
23112         (IGNORE_RESULT): Likewise.
23113         (check_float_internal): Check signs of NaN results if
23114         TEST_NAN_SIGN used.
23115         (check_complex): Pass TEST_NAN_SIGN flag through to second
23116         check_float_internal call.
23117         (copysign_test_data): Add tests with quiet NaNs as second
23118         argument.  Use TEST_NAN_SIGN.
23119         (fabs_test_data): Add test of negative quiet NaN argument.  Use
23120         TEST_NAN_SIGN.
23121         (signbit_test_data): Add tests of quiet NaN argument.
23122         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
23124         * math/gen-libm-test.pl (show_exceptions): Take extra argument
23125         $ignore_result.
23126         (parse_args): Handle function results specified as IGNORE.
23127         * math/libm-test.inc (IGNORE_RESULT): New macro.
23128         (check_float_internal): Do not check numerical result if flag
23129         IGNORE_RESULT set.
23130         (check_complex): Pass through IGNORE_RESULT to second
23131         check_float_internal call.
23132         (check_int): Do not check numerical result if flag IGNORE_RESULT
23133         set.
23134         (check_long): Likewise.
23135         (check_bool): Likewise.
23136         (check_longlong): Likewise.
23137         (lrint_test_data): Add tests of infinite and NaN arguments.
23138         (lrint_tonearest_test_data): Likewise.
23139         (lrint_towardzero_test_data): Likewise.
23140         (lrint_downward_test_data): Likewise.
23141         (lrint_upward_test_data): Likewise.
23142         (llrint_test_data): Likewise.
23143         (llrint_tonearest_test_data): Likewise.
23144         (llrint_towardzero_test_data): Likewise.
23145         (llrint_downward_test_data): Likewise.
23146         (llrint_upward_test_data): Likewise.
23147         (lround_test_data): Likewise.
23148         (llround_test_data): Likewise.
23150         * math/libm-test.inc (NO_TEST_INLINE): New macro.
23151         (ERRNO_UNCHANGED): Update value.
23152         (ERRNO_EDOM): Likewise.
23153         (ERRNO_ERANGE): Likewise.
23154         (NO_TEST_INLINE_FLOAT): New macro.
23155         (NO_TEST_INLINE_DOUBLE): Likewise.
23156         (enable_test): New function.
23157         (RUN_TEST_f_f): Check enable_test before running test.
23158         (RUN_TEST_2_f): Likewise.
23159         (RUN_TEST_fff_f): Likewise.
23160         (RUN_TEST_c_f): Likewise.
23161         (RUN_TEST_f_f1): Likewise.
23162         (RUN_TEST_fF_f1): Likewise.
23163         (RUN_TEST_fI_f1): Likewise.
23164         (RUN_TEST_ffI_f1): Likewise.
23165         (RUN_TEST_c_c): Likewise.
23166         (RUN_TEST_cc_c): Likewise.
23167         (RUN_TEST_f_i): Likewise.
23168         (RUN_TEST_f_i_tg): Likewise.
23169         (RUN_TEST_ff_i_tg): Likewise.
23170         (RUN_TEST_f_b): Likewise.
23171         (RUN_TEST_f_b_tg): Likewise.
23172         (RUN_TEST_f_l): Likewise.
23173         (RUN_TEST_f_L): Likewise.
23174         (RUN_TEST_fFF_11): Likewise.
23175         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
23176         conditionals.
23177         (cosh_test_data): Likewise.
23178         (exp_test_data): Likewise.
23179         (expm1_test_data): Likewise.
23180         (hypot_test_data): Likewise.
23181         (pow_test_data): Likewise.
23182         (sinh_test_data): Likewise.
23183         (tanh_test_data): Likewise.
23184         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
23185         flags argument.
23187         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
23188         tests with quiet NaN input and output.
23189         (acosh_test_data): Likewise.
23190         (asin_test_data): Likewise.
23191         (asinh_test_data): Likewise.
23192         (atan_test_data): Likewise.
23193         (atanh_test_data): Likewise.
23194         (atan2_test_data): Likewise.
23195         (cbrt_test_data): Likewise.
23196         (cos_test_data): Likewise.
23197         (cosh_test_data): Likewise.
23198         (erf_test_data): Likewise.
23199         (erfc_test_data): Likewise.
23200         (exp_test_data): Likewise.
23201         (exp10_test_data): Likewise.
23202         (exp2_test_data): Likewise.
23203         (expm1_test_data): Likewise.
23204         (hypot_test_data): Likewise.
23205         (j0_test_data): Likewise.
23206         (j1_test_data): Likewise.
23207         (jn_test_data): Likewise.
23208         (lgamma_test_data): Likewise.
23209         (log_test_data): Likewise.
23210         (log10_test_data): Likewise.
23211         (log1p_test_data): Likewise.
23212         (log2_test_data): Likewise.
23213         (pow_test_data): Likewise.
23214         (scalb_test_data): Likewise.
23215         (sin_test_data): Likewise.
23216         (sincos_test_data): Likewise.
23217         (sinh_test_data): Likewise.
23218         (tan_test_data): Likewise.
23219         (tanh_test_data): Likewise.
23220         (tgamma_test_data): Likewise.
23221         (y0_test_data): Likewise.
23222         (y1_test_data): Likewise.
23223         (yn_test_data): Likewise.
23225         [BZ #16167]
23226         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
23227         argument being NaN and avoid computations with second argument in
23228         that case.
23229         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
23230         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
23231         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
23233 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
23235         * locale/iso-639.def: Add Chitwani Tharu (the).
23237 2013-11-14  Andreas Schwab  <schwab@suse.de>
23239         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
23240         word instead of empty string.
23242 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23244         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
23245         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
23246         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
23247         (__fe_nomask_env): Likewise.
23249 2013-11-13  Steve Ellcey  <sellcey@mips.com>
23251         * benchtests/bench-timing.h: Include time.h.
23253 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
23255         [BZ #15997]
23256         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
23257         to 3.4.0 for x32.
23258         * sysdeps/unix/sysv/linux/configure: Regenerated.
23260 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
23262         [BZ #16151]
23263         * stdlib/strtod_l.c (round_and_return): Do not consider
23264         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
23265         exponent one less than half the least subnormal exponent.
23266         * stdlib/test-strtod-round-data: Add more tests.
23267         * stdlib/tst-strtod-round.c (tests): Regenerated.
23269 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23271         [BZ #14143]
23272         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
23273         (__fe_mask_env): Likewise.
23274         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
23275         libm_hidden_proto and add function prototype.
23276         (__fe_mask_env): Add function prototype.
23277         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
23278         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
23279         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
23280         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
23281         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
23282         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
23284 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
23286         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
23287         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
23289 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
23291         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
23292         of htab_find_slot().
23294 2013-11-11  David S. Miller  <davem@davemloft.net>
23296         [BZ #16150]
23297         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
23298         symbol in the non-vis3 case in static builds.
23299         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
23300         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
23301         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
23302         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
23304 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
23306         [BZ #387]
23307         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
23308         it is empty.
23310 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23312         * benchtests/Makefile: Add bench-strtod.
23313         * benchtests/bench-strtod.c: New file: strtod benchtest
23315 2013-11-11  Andreas Schwab  <schwab@suse.de>
23317         [BZ #16153]
23318         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
23319         terminating NUL in key length.
23321 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23323         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
23324         Add artificial ODP entry for vDSO symbol for PPC64.
23325         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
23326         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
23328 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
23330         [BZ #15374]
23331         * nss/getent.c (services_keys): Recognize services starting with digit.
23333 2013-11-06  David S. Miller  <davem@davemloft.net>
23335         [BZ #15985]
23336         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
23337         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
23339 2013-11-06  Will Newton  <will.newton@linaro.org>
23341         * manual/memory.texi (Malloc Examples): Remove register
23342         keyword from examples.
23344 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
23346         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
23348 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
23350         [BZ #6981]
23351         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
23352         depending on [__GCC_IEC_559 > 0].
23353         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
23354         depending on [__GCC_IEC_559_COMPLEX > 0].
23356 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
23358         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
23359         to iso-639.def.
23361 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
23363         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
23365 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
23367         [BZ #16112]
23368         * malloc/malloc (malloc_info): Do not handle first bin as
23369         special case.
23371 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
23373         * locale/iso-639.def: Add Central Nahuatl (nhn).
23375 2013-11-01  Bruno Haible  <bruno@clisp.org>
23377         [BZ #7003]
23378         * manual/math.texi (BSD Random): Specify range upper bound as
23379         in POSIX.
23381 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
23383         * locale/iso-639.def: Add Meadow Mari (mhr).
23385 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
23387         [BZ #14752], [BZ #15763]
23388         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
23389         Validate name.
23390         * rt/tst_shm.c: Add test for escaping directory.
23392 2013-10-31  Andreas Schwab  <schwab@suse.de>
23394         [BZ #15917]
23395         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
23396         followed by 'x' as part of digit sequence.
23397         * stdio-common/tst-sscanf.c (double_tests2): New tests.
23399 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
23401         [BZ #16037]
23402         * configure.ac: allow GNU Make 4.0 and greater.
23403         * configure: Regenerated.
23405 2013-10-30  Will Newton  <will.newton@linaro.org>
23407         [BZ #16038]
23408         * malloc/hooks.c (memalign_check): Limit alignment to the
23409         maximum representable power of two.
23410         * malloc/malloc.c (__libc_memalign): Likewise.
23411         * malloc/tst-memalign.c (do_test): Add test for very
23412         large alignment values.
23413         * malloc/tst-posix_memalign.c (do_test): Likewise.
23415 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
23417         [BZ #11087]
23418         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
23419         (munmap_chunk): Likewise.
23420         (mremap_chunk): Likewise.
23422 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
23424         [BZ #15799]
23425         * stdlib/div.c (div): Remove obsolete code.
23426         * stdlib/ldiv.c (ldiv): Likewise.
23427         * stdlib/lldiv.c (lldiv): Likewise.
23429 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
23431         [BZ #16071]
23432         * nss/nss_files/files-XXX.c (get_contents_ret): New
23433         enumerator.
23434         (get_contents): New function.
23435         (internal_getent): Use it.  Expand size of LINEBUFLEN.
23437 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
23439         * configure.in: Moved to ...
23440         * configure.ac: ... here. Change reference to configure.in
23441         to configure.ac.
23442         * sysdeps/arm/preconfigure.ac: ... here.
23443         configure.in to configure.ac.
23444         * sysdeps/gnu/configure.in: Moved to ...
23445         * sysdeps/gnu/configure.ac: ... here.
23446         * sysdeps/i386/configure.in: Moved to ...
23447         * sysdeps/i386/configure.ac: ... here.
23448         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
23449         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
23450         * sysdeps/mach/configure.in: Moved to ...
23451         * sysdeps/mach/configure.ac: ... here.
23452         * sysdeps/mach/hurd/configure.in: Moved to ...
23453         * sysdeps/mach/hurd/configure.ac: ... here.
23454         * sysdeps/powerpc/configure.in: Moved to ...
23455         * sysdeps/powerpc/configure.ac: ... here.
23456         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
23457         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
23458         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
23459         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
23460         * sysdeps/s390/s390-32/configure.in: Moved to ...
23461         * sysdeps/s390/s390-32/configure.ac: ... here.
23462         * sysdeps/s390/s390-64/configure.in: Moved to ...
23463         * sysdeps/s390/s390-64/configure.ac: ... here.
23464         * sysdeps/sh/configure.in: Moved to ...
23465         * sysdeps/sh/configure.ac: ... here.
23466         * sysdeps/sparc/configure.in: Moved to ...
23467         * sysdeps/sparc/configure.ac: ... here.
23468         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
23469         * sysdeps/unix/sysv/linux/configure.ac: ... here.
23470         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
23471         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
23472         * sysdeps/x86_64/configure.in: Moved to ...
23473         * sysdeps/x86_64/configure.ac: ... here.
23474         * sysdeps/x86_64/preconfigure.in: Moved to ...
23475         * sysdeps/x86_64/preconfigure.ac: ... here.
23476         * aclocal.m4: Change reference to configure.in to configure.ac.
23477         * config.h.in: Likewise.
23478         * manual/install.texi: Likewise.
23479         * manual/maint.texi: Likewise.
23480         * Makefile: Likewise.
23481         * malloc/Makefile: Likewise.
23482         * nscd/Makefile: Likewise.
23483         * Makeconfig: Change reference to configure.in and
23484         preconfigure.in to configure.ac and preconfigure.ac
23485         respectively.
23486         * INSTALL: Regenerated.
23487         * configure: Likewise.
23488         * sysdeps/gnu/configure: Likewise.
23489         * sysdeps/i386/configure: Likewise.
23490         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
23491         * sysdeps/mach/configure: Likewise.
23492         * sysdeps/mach/hurd/configure: Likewise.
23493         * sysdeps/powerpc/configure: Likewise.
23494         * sysdeps/powerpc/powerpc32/configure: Likewise.
23495         * sysdeps/powerpc/powerpc64/configure: Likewise.
23496         * sysdeps/s390/s390-32/configure: Likewise.
23497         * sysdeps/s390/s390-64/configure: Likewise.
23498         * sysdeps/sh/configure: Likewise.
23499         * sysdeps/sparc/configure: Likewise.
23500         * sysdeps/unix/sysv/linux/configure: Likewise.
23501         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
23502         * sysdeps/x86_64/configure: Likewise.
23503         * sysdeps/x86_64/preconfigure: Likewise.
23505 2013-10-29  Andreas Schwab  <schwab@suse.de>
23507         * stdio-common/Makefile (tst-swscanf-ENV): Define.
23509 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23511         * benchtests/pow-inputs: Add new inputs.
23513         * benchtests/exp-inputs: Add new inputs.
23515         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
23516         conditional check for return value.
23517         (__cos32): Likewise.
23519 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23521         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
23522         to provide a boost for large inputs with word alignment.
23523         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
23524         implementation based on optimized PPC64 strcpy.
23525         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
23526         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
23527         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
23528         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
23530 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
23532         [BZ #2801]
23533         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
23535 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
23537         [BZ #14876]
23538         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
23539         * time/tst-strptime.c (day_tests): Add testcase.
23541 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
23543         [BZ #14029]
23544         * manual/pattern.texi: Acknowledge that fnmatch can fail.
23546 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
23548         [BZ #16074]
23549         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
23550         MAP_FAILED on error.
23552 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
23554         [BZ #16072]
23555         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
23556         heap for large requests.
23558 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
23560         [BZ #9954]
23561         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
23562         result if the result has no associated interface.
23563         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
23564         interface for all 127.X.Y.Z addresses.
23566 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
23568         * locale/iso-639.def: Add Ligurian (lij)
23570 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
23572         [BZ #15825]
23573         * sunrpc/rpc_main.c: Document rpcgen -5.
23575 2013-10-19  Michael Stahl  <mstahl@redhat.com>
23577         * elf/rtld.c (do_preload): Print the reason why preloading failed.
23579 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
23581         [BZ #10278]
23582         * posix/glob.c: Match only directories when trailing slash is present.
23583         * posix/tst-gnuglob.c (my_opendir): Do not open files.
23584         (main): Add testcase.
23586 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
23588         [BZ #15670]
23589         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
23591 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
23593         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
23594         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
23595         AUTH_DES and cindex for FIPS 140-2.
23596         (DES Encryption): Add cindex FIPS 46-3.
23598         * locale/locarchive.h (struct locarhandle): Add fname.
23599         * locale/programs/localedef.c (main): Pass ARGV[remaining]
23600         if an optional argument was specified to --list-archive,
23601         otherwise NULL.
23602         * locale/programs/locarchive.c (show_archive_content): Take new
23603         argument fname and pass it via ah.fname to open_archive.
23604         * locale/programs/localedef.h: Update decl.
23605         (open_archive): If AH->fname is non-null, open that file
23606         rather than the default file name, and don't ignore ENOENT.
23607         (create_archive): Set AH.fname to NULL.
23608         (delete_locales_from_archive): Likewise.
23609         (add_locales_to_archive): Likewise.
23610         * locale/programs/locfile.c (write_all_categories): Likewise.
23612 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
23613             Aldy Hernandez  <aldyh@redhat.com>
23615         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
23616         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
23617         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
23618         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
23619         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
23620         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
23621         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
23622         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
23623         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
23624         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
23625         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
23626         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
23627         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
23628         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
23629         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
23630         Likewise.
23631         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
23632         Likewise.
23633         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
23634         Likewise.
23635         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
23636         Likewise.
23637         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
23638         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
23639         Likewise.
23640         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
23641         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
23642         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
23643         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
23644         Likewise.
23645         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
23646         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
23647         * sysdeps/powerpc/preconfigure: Likewise.
23648         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
23649         Likewise.
23650         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
23651         Replace contents of file by #include of <fenv_libc.h>.
23652         * sysdeps/powerpc/soft-fp/sfp-machine.h
23653         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
23654         and <sys/prctl.h>.
23655         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
23656         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
23657         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
23658         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
23659         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
23660         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
23661         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
23662         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
23663         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
23664         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
23665         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
23666         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
23667         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
23668         Allow copysignl PLT reference to be missing.
23670 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
23671             Joseph Myers  <joseph@codesourcery.com
23673         [BZ #15948]
23674         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
23675         single character.
23676         (add_to_tablewc): Assert sequence of wide characters is nonempty.
23678 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
23680         * elf/tst-tls-dlinfo.c: Don't include tls.h.
23681         * elf/tst-tls1.c: Likewise.
23682         * elf/tst-tls10.h: Likewise.
23683         * elf/tst-tls14.c: Likewise.
23684         * elf/tst-tls2.c: Likewise.
23685         * elf/tst-tls3.c: Likewise.
23686         * elf/tst-tls4.c: Likewise.
23687         * elf/tst-tls5.c: Likewise.
23688         * elf/tst-tls6.c: Likewise.
23689         * elf/tst-tls7.c: Likewise.
23690         * elf/tst-tls8.c: Likewise.
23691         * elf/tst-tls9.c: Likewise.
23692         * elf/tst-tlsmod1.c: Likewise.
23693         * elf/tst-tlsmod13.c: Likewise.
23694         * elf/tst-tlsmod13a.c: Likewise.
23695         * elf/tst-tlsmod14a.c: Likewise.
23696         * elf/tst-tlsmod16a.c: Likewise.
23697         * elf/tst-tlsmod16b.c: Likewise.
23698         * elf/tst-tlsmod2.c: Likewise.
23699         * elf/tst-tlsmod3.c: Likewise.
23700         * elf/tst-tlsmod4.c: Likewise.
23701         * elf/tst-tlsmod5.c: Likewise.
23702         * elf/tst-tlsmod6.c: Likewise.
23704 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
23706         [BZ #12486]
23707         * malloc/malloc.c: remove checks for statistics.
23709 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
23711         [BZ #15277]
23712         * inet/inet_net.c (inet_network): Detect additional invalid strings.
23713         * inet/tst-network.c: Add testcase.
23715 2013-10-17  Andreas Schwab  <schwab@suse.de>
23717         [BZ #15218]
23718         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
23719         to determine canonical name.
23721 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
23723         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
23724         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
23725         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
23726         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
23727         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
23728         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
23729         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
23730         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
23731         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
23732         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
23733         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
23734         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
23735         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
23736         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
23737         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
23738         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
23739         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
23740         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
23741         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
23742         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
23743         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
23744         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
23745         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
23746         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
23747         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
23748         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
23749         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
23750         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
23751         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
23752         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
23753         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
23754         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
23755         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
23756         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
23757         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
23758         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
23759         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
23760         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
23761         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
23762         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
23763         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
23764         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
23765         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
23766         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
23767         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
23768         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
23769         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
23770         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
23771         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
23772         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
23773         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
23774         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
23775         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
23776         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
23777         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
23778         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
23779         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
23780         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
23782 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
23784         [BZ #16041]
23785         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
23786         make result into a quiet NaN.
23788 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
23790         * soft-fp/adddf3.c: Fix horizontal whitespace.
23791         * soft-fp/addsf3.c: Likewise.
23792         * soft-fp/addtf3.c: Likewise.
23793         * soft-fp/divdf3.c: Likewise.
23794         * soft-fp/divsf3.c: Likewise.
23795         * soft-fp/divtf3.c: Likewise.
23796         * soft-fp/double.h: Likewise.
23797         * soft-fp/eqdf2.c: Likewise.
23798         * soft-fp/eqsf2.c: Likewise.
23799         * soft-fp/eqtf2.c: Likewise.
23800         * soft-fp/extenddftf2.c: Likewise.
23801         * soft-fp/extended.h: Likewise.
23802         * soft-fp/extendsfdf2.c: Likewise.
23803         * soft-fp/extendsftf2.c: Likewise.
23804         * soft-fp/extendxftf2.c: Likewise.
23805         * soft-fp/fixdfdi.c: Likewise.
23806         * soft-fp/fixdfsi.c: Likewise.
23807         * soft-fp/fixdfti.c: Likewise.
23808         * soft-fp/fixsfdi.c: Likewise.
23809         * soft-fp/fixsfsi.c: Likewise.
23810         * soft-fp/fixsfti.c: Likewise.
23811         * soft-fp/fixtfdi.c: Likewise.
23812         * soft-fp/fixtfsi.c: Likewise.
23813         * soft-fp/fixtfti.c: Likewise.
23814         * soft-fp/fixunsdfdi.c: Likewise.
23815         * soft-fp/fixunsdfsi.c: Likewise.
23816         * soft-fp/fixunsdfti.c: Likewise.
23817         * soft-fp/fixunssfdi.c: Likewise.
23818         * soft-fp/fixunssfsi.c: Likewise.
23819         * soft-fp/fixunssfti.c: Likewise.
23820         * soft-fp/fixunstfdi.c: Likewise.
23821         * soft-fp/fixunstfsi.c: Likewise.
23822         * soft-fp/fixunstfti.c: Likewise.
23823         * soft-fp/floatdidf.c: Likewise.
23824         * soft-fp/floatdisf.c: Likewise.
23825         * soft-fp/floatditf.c: Likewise.
23826         * soft-fp/floatsidf.c: Likewise.
23827         * soft-fp/floatsisf.c: Likewise.
23828         * soft-fp/floatsitf.c: Likewise.
23829         * soft-fp/floattidf.c: Likewise.
23830         * soft-fp/floattisf.c: Likewise.
23831         * soft-fp/floattitf.c: Likewise.
23832         * soft-fp/floatundidf.c: Likewise.
23833         * soft-fp/floatundisf.c: Likewise.
23834         * soft-fp/floatunditf.c: Likewise.
23835         * soft-fp/floatunsidf.c: Likewise.
23836         * soft-fp/floatunsisf.c: Likewise.
23837         * soft-fp/floatunsitf.c: Likewise.
23838         * soft-fp/floatuntidf.c: Likewise.
23839         * soft-fp/floatuntisf.c: Likewise.
23840         * soft-fp/floatuntitf.c: Likewise.
23841         * soft-fp/fmadf4.c: Likewise.
23842         * soft-fp/fmasf4.c: Likewise.
23843         * soft-fp/fmatf4.c: Likewise.
23844         * soft-fp/gedf2.c: Likewise.
23845         * soft-fp/gesf2.c: Likewise.
23846         * soft-fp/getf2.c: Likewise.
23847         * soft-fp/ledf2.c: Likewise.
23848         * soft-fp/lesf2.c: Likewise.
23849         * soft-fp/letf2.c: Likewise.
23850         * soft-fp/muldf3.c: Likewise.
23851         * soft-fp/mulsf3.c: Likewise.
23852         * soft-fp/multf3.c: Likewise.
23853         * soft-fp/negdf2.c: Likewise.
23854         * soft-fp/negsf2.c: Likewise.
23855         * soft-fp/negtf2.c: Likewise.
23856         * soft-fp/op-1.h: Likewise.
23857         * soft-fp/op-2.h: Likewise.
23858         * soft-fp/op-4.h: Likewise.
23859         * soft-fp/op-8.h: Likewise.
23860         * soft-fp/op-common.h: Likewise.
23861         * soft-fp/quad.h: Likewise.
23862         * soft-fp/single.h: Likewise.
23863         * soft-fp/soft-fp.h: Likewise.
23864         * soft-fp/sqrtdf2.c: Likewise.
23865         * soft-fp/sqrtsf2.c: Likewise.
23866         * soft-fp/sqrttf2.c: Likewise.
23867         * soft-fp/subdf3.c: Likewise.
23868         * soft-fp/subsf3.c: Likewise.
23869         * soft-fp/subtf3.c: Likewise.
23870         * soft-fp/truncdfsf2.c: Likewise.
23871         * soft-fp/trunctfdf2.c: Likewise.
23872         * soft-fp/trunctfsf2.c: Likewise.
23873         * soft-fp/trunctfxf2.c: Likewise.
23874         * soft-fp/unorddf2.c: Likewise.
23875         * soft-fp/unordsf2.c: Likewise.
23876         * soft-fp/unordtf2.c: Likewise.
23878 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
23880         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
23881         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
23883 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
23885         * elf/dl-libc.c: Clear initfini list after freeing.
23887 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
23889         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
23890         * soft-fp/addsf3.c: Likewise.
23891         * soft-fp/addtf3.c: Likewise.
23892         * soft-fp/divdf3.c: Likewise.
23893         * soft-fp/divsf3.c: Likewise.
23894         * soft-fp/divtf3.c: Likewise.
23895         * soft-fp/double.h: Likewise.
23896         * soft-fp/eqdf2.c: Likewise.
23897         * soft-fp/eqsf2.c: Likewise.
23898         * soft-fp/eqtf2.c: Likewise.
23899         * soft-fp/extenddftf2.c: Likewise.
23900         * soft-fp/extended.h: Likewise.
23901         * soft-fp/extendsfdf2.c: Likewise.
23902         * soft-fp/extendsftf2.c: Likewise.
23903         * soft-fp/extendxftf2.c: Likewise.
23904         * soft-fp/fixdfdi.c: Likewise.
23905         * soft-fp/fixdfsi.c: Likewise.
23906         * soft-fp/fixdfti.c: Likewise.
23907         * soft-fp/fixsfdi.c: Likewise.
23908         * soft-fp/fixsfsi.c: Likewise.
23909         * soft-fp/fixsfti.c: Likewise.
23910         * soft-fp/fixtfdi.c: Likewise.
23911         * soft-fp/fixtfsi.c: Likewise.
23912         * soft-fp/fixtfti.c: Likewise.
23913         * soft-fp/fixunsdfdi.c: Likewise.
23914         * soft-fp/fixunsdfsi.c: Likewise.
23915         * soft-fp/fixunsdfti.c: Likewise.
23916         * soft-fp/fixunssfdi.c: Likewise.
23917         * soft-fp/fixunssfsi.c: Likewise.
23918         * soft-fp/fixunssfti.c: Likewise.
23919         * soft-fp/fixunstfdi.c: Likewise.
23920         * soft-fp/fixunstfsi.c: Likewise.
23921         * soft-fp/fixunstfti.c: Likewise.
23922         * soft-fp/floatdidf.c: Likewise.
23923         * soft-fp/floatdisf.c: Likewise.
23924         * soft-fp/floatditf.c: Likewise.
23925         * soft-fp/floatsidf.c: Likewise.
23926         * soft-fp/floatsisf.c: Likewise.
23927         * soft-fp/floatsitf.c: Likewise.
23928         * soft-fp/floattidf.c: Likewise.
23929         * soft-fp/floattisf.c: Likewise.
23930         * soft-fp/floattitf.c: Likewise.
23931         * soft-fp/floatundidf.c: Likewise.
23932         * soft-fp/floatundisf.c: Likewise.
23933         * soft-fp/floatunsidf.c: Likewise.
23934         * soft-fp/floatunsisf.c: Likewise.
23935         * soft-fp/floatuntidf.c: Likewise.
23936         * soft-fp/floatuntisf.c: Likewise.
23937         * soft-fp/floatuntitf.c: Likewise.
23938         * soft-fp/fmadf4.c: Likewise.
23939         * soft-fp/fmasf4.c: Likewise.
23940         * soft-fp/fmatf4.c: Likewise.
23941         * soft-fp/gedf2.c: Likewise.
23942         * soft-fp/gesf2.c: Likewise.
23943         * soft-fp/getf2.c: Likewise.
23944         * soft-fp/ledf2.c: Likewise.
23945         * soft-fp/lesf2.c: Likewise.
23946         * soft-fp/letf2.c: Likewise.
23947         * soft-fp/muldf3.c: Likewise.
23948         * soft-fp/mulsf3.c: Likewise.
23949         * soft-fp/multf3.c: Likewise.
23950         * soft-fp/negdf2.c: Likewise.
23951         * soft-fp/negsf2.c: Likewise.
23952         * soft-fp/negtf2.c: Likewise.
23953         * soft-fp/op-1.h: Likewise.
23954         * soft-fp/op-2.h: Likewise.
23955         * soft-fp/op-4.h: Likewise.
23956         * soft-fp/op-8.h: Likewise.
23957         * soft-fp/op-common.h: Likewise.
23958         * soft-fp/quad.h: Likewise.
23959         * soft-fp/single.h: Likewise.
23960         * soft-fp/soft-fp.h: Likewise.
23961         * soft-fp/sqrtdf2.c: Likewise.
23962         * soft-fp/sqrtsf2.c: Likewise.
23963         * soft-fp/sqrttf2.c: Likewise.
23964         * soft-fp/subdf3.c: Likewise.
23965         * soft-fp/subsf3.c: Likewise.
23966         * soft-fp/subtf3.c: Likewise.
23967         * soft-fp/truncdfsf2.c: Likewise.
23968         * soft-fp/trunctfdf2.c: Likewise.
23969         * soft-fp/trunctfsf2.c: Likewise.
23970         * soft-fp/trunctfxf2.c: Likewise.
23971         * soft-fp/unorddf2.c: Likewise.
23972         * soft-fp/unordsf2.c: Likewise.
23973         * soft-fp/unordtf2.c: Likewise.
23975 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
23977         [BZ #15672]
23978         * misc/error.c (error_tail): Fix possible buffer overflow.
23980 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
23982         [BZ #13028]
23983         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
23984         address.
23986 2013-10-14  P. J. McDermott  <pj@pehjota.net>
23988         [BZ #832]
23989         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
23990         testing pipefail option.
23992 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
23994         * soft-fp/double.h: Indent preprocessor directives inside #if.
23995         * soft-fp/extended.h: Likewise.
23996         * soft-fp/op-2.h: Likewise.
23997         * soft-fp/op-4.h: Likewise.
23998         * soft-fp/op-common.h: Likewise.
23999         * soft-fp/quad.h: Likewise.
24000         * soft-fp/single.h: Likewise.
24001         * soft-fp/soft-fp.h: Likewise.
24003 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
24005         * iconv/iconv_prog.c: Fix typos.
24006         * stdio-common/psiginfo-data.h: Likewise.
24008 2013-10-12   Reuben Thomas <rrt@sc3d.org>
24010         [BZ #15764]
24011         * locale/setlocale.c: Fix typo.
24013 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
24015         [BZ #16036]
24016         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
24017         signaling NaN arguments.
24018         * soft-fp/unordsf2.c (__unordsf2): Likewise.
24019         * soft-fp/unordtf2.c (__unordtf2): Likewise.
24021         [BZ #14910]
24022         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
24023         unordered operands.
24024         * soft-fp/gesf2.c (__gesf2): Likewise.
24025         * soft-fp/getf2.c (__getf2): Likewise.
24026         * soft-fp/ledf2.c (__ledf2): Likewise.
24027         * soft-fp/lesf2.c (__lesf2): Likewise.
24028         * soft-fp/letf2.c (__letf2): Likewise.
24030         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
24031         * soft-fp/eqsf2.c (__eqsf2): Likewise.
24032         * soft-fp/eqtf2.c (__eqtf2): Likewise.
24033         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
24034         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
24035         * soft-fp/fixdfti.c (__fixdfti): Likewise.
24036         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
24037         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
24038         * soft-fp/fixsfti.c (__fixsfti): Likewise.
24039         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
24040         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
24041         * soft-fp/fixtfti.c (__fixtfti): Likewise.
24042         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
24043         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
24044         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
24045         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
24046         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
24047         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
24048         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
24049         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
24050         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
24051         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
24052         * soft-fp/floatdisf.c (__floatdisf): Likewise.
24053         * soft-fp/floatsisf.c (__floatsisf): Likewise.
24054         * soft-fp/floattidf.c (__floattidf): Likewise.
24055         * soft-fp/floattisf.c (__floattisf): Likewise.
24056         * soft-fp/floattitf.c (__floattitf): Likewise.
24057         * soft-fp/floatundidf.c (__floatundidf): Likewise.
24058         * soft-fp/floatundisf.c (__floatundisf): Likewise.
24059         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
24060         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
24061         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
24062         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
24063         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
24064         * soft-fp/gesf2.c (__gesf2): Likewise.
24065         * soft-fp/getf2.c (__getf2): Likewise.
24066         * soft-fp/ledf2.c (__ledf2): Likewise.
24067         * soft-fp/lesf2.c (__lesf2): Likewise.
24068         * soft-fp/letf2.c (__letf2): Likewise.
24070         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
24071         Undefine and redefine.
24072         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
24073         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
24074         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
24075         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
24076         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24077         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
24078         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24079         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
24080         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24081         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
24082         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24083         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
24084         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24085         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
24086         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24088         [BZ #16032]
24089         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
24090         without decrementing exponent if mantissa >= that for the
24091         denominator, not >.
24092         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
24093         denominator, not >.  Decrement exponent in < case instead of
24094         incrementing in >= case.
24095         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
24096         without decrementing exponent if mantissa >= that for the
24097         denominator, not >.
24099         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
24100         computing saturated result for unsigned overflow.
24102 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
24103             Jeff Law  <law@redhat.com>
24105         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
24106         (atan2Mp): Add systemtap probe marker.
24107         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
24108         (__ieee754_log): Add systemtap probe marker.
24109         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
24110         (atanMp): Add systemtap probe marker.
24111         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
24112         (tanMp): Add systemtap probe marker.
24113         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
24114         (__slowexp): Add systemtap probe marker.
24115         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
24116         (__slowpow): Add systemtap probe marker.
24117         * manual/probes.texi: Document probes.
24119 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
24121         [BZ #15362]
24122         * libio/fileops.c (_IO_new_file_write): Return count of bytes
24123         written.
24124         (_IO_new_file_xsputn): Don't return EOF if nothing has been
24125         written.
24126         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
24127         written to buffer but not flushed.
24128         * libio/iofwrite_u.c:  Likewise.
24129         * libio/iopadn.c:  Return bytes returned even if EOF was
24130         encountered.
24131         * libio/iowpadn.c:  Likewise.
24132         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
24133         if _IO_padn does not write the whole buffer.
24134         [!COMPILE_WPRINTF] (PAD): Likewise.
24136 2013-10-10  David S. Miller  <davem@davemloft.net>
24138         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
24139         directory block.
24141 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
24143         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
24144         instead of FSF address.
24145         * soft-fp/fixdfti.c: Likewise.
24146         * soft-fp/fixsfti.c: Likewise.
24147         * soft-fp/fixtfti.c: Likewise.
24148         * soft-fp/fixunsdfti.c: Likewise.
24149         * soft-fp/fixunssfti.c: Likewise.
24150         * soft-fp/fixunstfti.c: Likewise.
24151         * soft-fp/floattidf.c: Likewise.
24152         * soft-fp/floattisf.c: Likewise.
24153         * soft-fp/floattitf.c: Likewise.
24154         * soft-fp/floatuntidf.c: Likewise.
24155         * soft-fp/floatuntisf.c: Likewise.
24156         * soft-fp/floatuntitf.c: Likewise.
24157         * soft-fp/trunctfxf2.c: Likewise.
24159         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
24160         * soft-fp/fixdfti.c: Likewise.
24161         * soft-fp/fixsfti.c: Likewise.
24162         * soft-fp/fixtfti.c: Likewise.
24163         * soft-fp/fixunsdfti.c: Likewise.
24164         * soft-fp/fixunssfti.c: Likewise.
24165         * soft-fp/fixunstfti.c: Likewise.
24166         * soft-fp/floattidf.c: Likewise.
24167         * soft-fp/floattisf.c: Likewise.
24168         * soft-fp/floattitf.c: Likewise.
24169         * soft-fp/floatuntidf.c: Likewise.
24170         * soft-fp/floatuntisf.c: Likewise.
24171         * soft-fp/floatuntitf.c: Likewise.
24172         * soft-fp/trunctfxf2.c: Likewise.
24174 2013-10-10  David S. Miller  <davem@davemloft.net>
24176         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24178 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
24180         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
24181         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
24182         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
24183         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
24184         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
24185         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
24186         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
24188         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
24189         for NaNs before doing comparisons on argument.
24190         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
24191         Likewise.
24193 2013-10-10  Will Newton  <will.newton@linaro.org>
24195         * malloc/hooks.c (memalign_check): Ensure the value of bytes
24196         passed to _int_memalign does not overflow.
24198 2013-10-10  Torvald Riegel  <triegel@redhat.com>
24200         * scripts/bench.pl: Add include-sources directive.
24201         * benchtests/README: Update documentation.
24203 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
24205         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
24206         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
24207         instead of FP_INIT_ROUNDMODE.
24208         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
24209         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
24211         [BZ #16034]
24212         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
24213         copy class of input value.
24214         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
24215         not handle exceptions.
24216         * soft-fp/negsf2.c (__negsf2): Likewise.
24217         * soft-fp/negtf2.c (__negtf2): Likewise.
24218         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
24220 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
24222         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
24223         semicolon.  From Linux kernel.
24225 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
24227         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
24229 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
24231         [BZ #156]
24232         * manual/socket.texi: Added statement about buffer
24233         for gethostbyname2_r.
24235 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
24237         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
24238         Use .p2align directive instead, throughout.
24239         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
24240         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
24241         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
24242         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
24243         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
24244         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
24245         * sysdeps/x86_64/strchr.S: Likewise.
24246         * sysdeps/x86_64/strrchr.S: Likewise.
24248 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
24250         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
24252         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
24254         * sysdeps/generic/math_private.h (__mpsin1): Remove
24255         declaration.
24256         (__mpcos1): Likewise.
24257         (__mpsin): New argument __range_reduce.
24258         (__mpcos): Likewise.
24259         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
24260         (slow): Use __mpsin and __mpcos.
24261         (slow1): Likewise.
24262         (slow2): Likewise.
24263         (sloww): Likewise.
24264         (sloww1): Likewise.
24265         (sloww2): Likewise.
24266         (bsloww): Likewise.
24267         (bsloww1): Likewise.
24268         (bsloww2): Likewise.
24269         (cslow2): Likewise.
24270         (csloww): Likewise.
24271         (csloww1): Likewise.
24272         (csloww2): Likewise.
24273         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
24274         range_reduce.  Merge in __mpsin1.
24275         (__mpcos): Likewise.
24276         (__mpsin1): Remove.
24277         (__mpcos1): Likewise.
24279 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
24281         * locale/loadlocale.c (_nl_intern_locale_data): Use
24282         LOCFILE_ALIGNED_P.
24283         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
24284         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
24285         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
24286         obstack data is appropriately aligned.
24287         (obstack_int32_grow_fast): Likewise.
24288         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
24289         * locale/programs/locfile.c (add_locale_uint32): Likewise.
24290         (add_locale_uint32_array): Likewise.
24292 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
24294         * benchtests/Makefile: Remove ARGLIST and RET variables.
24295         ($(objpfx)bench-%.c): Pass only function name to the script.
24296         * benchtests/README: Update documentation.
24297         * benchtests/acos-inputs: Add new directives.
24298         * benchtests/acosh-inputs: Likewise.
24299         * benchtests/asin-inputs: Likewise.
24300         * benchtests/asinh-inputs: Likewise.
24301         * benchtests/atan-inputs: Likewise.
24302         * benchtests/atanh-inputs: Likewise.
24303         * benchtests/cos-inputs: Likewise.
24304         * benchtests/cosh-inputs: Likewise.
24305         * benchtests/exp-inputs: Likewise.
24306         * benchtests/log-inputs: Likewise.
24307         * benchtests/pow-inputs: Likewise.
24308         * benchtests/rint-inputs: Likewise.
24309         * benchtests/sin-inputs: Likewise.
24310         * benchtests/sinh-inputs: Likewise.
24311         * benchtests/tan-inputs: Likewise.
24312         * benchtests/tanh-inputs: Likewise.
24313         * scripts/bench.pl: Add support for new directives.
24315 2013-10-07  Alan Modra  <amodra@gmail.com>
24317         * README: Fix careless merge.
24319 2013-10-05  Alan Modra  <amodra@gmail.com>
24321         * NEWS: Mention powerpc64le support and bugs fixed.
24322         * README: Both big-endian and little-endian powerpc64 supported.
24324 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
24326         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
24327         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
24328         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
24329         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
24331 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
24333         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
24334         match prototype.
24336 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
24338         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
24339         Move -mhard-float appending from
24340         ports/sysdeps/powerpc/powerpc32/Makefile.
24341         [$(with-fp) = yes] (ASFLAGS): Likewise.
24342         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
24343         * sysdeps/powerpc/nofpu: Move directory from
24344         ports/sysdeps/powerpc/nofpu.
24345         * sysdeps/powerpc/soft-fp: Move directory from
24346         ports/sysdeps/powerpc/soft-fp.
24347         * sysdeps/powerpc/powerpc32/405: Move directory from
24348         ports/sysdeps/powerpc/powerpc32/405.
24349         * sysdeps/powerpc/powerpc32/440: Move directory from
24350         ports/sysdeps/powerpc/powerpc32/440.
24351         * sysdeps/powerpc/powerpc32/464: Move directory from
24352         ports/sysdeps/powerpc/powerpc32/464.
24353         * sysdeps/powerpc/powerpc32/476: Move directory from
24354         ports/sysdeps/powerpc/powerpc32/476.
24355         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
24356         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
24357         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
24358         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
24359         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
24360         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
24361         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
24362         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
24363         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
24364         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
24365         * README: Update for powerpc-*-linux-gnu software floating point
24366         support in libc.
24368         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
24369         case to powerpc/powerpc32*.
24370         * sysdeps/unix/sysv/linux/configure: Regenerated.
24372         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
24373         (_FPU_MASK_OM): Define as 0x04.
24374         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
24375         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
24376         0x00c10080.
24377         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
24378         0x0000003c.
24379         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
24381         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
24382         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
24383         getcontext_e500.
24384         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
24385         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
24386         setcontext_e500.
24387         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
24388         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
24389         and setcontext_e500.
24391 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
24393         * locale/iso-3166.def: Update iso-1366.def and related occurrences
24395 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
24397         * manual/threads.texi (Default Thread Attributes): Fix typo.
24399 2013-10-04  Will Newton  <will.newton@linaro.org>
24401         * malloc/Makefile: Add tst-memalign.
24402         * malloc/tst-memalign.c: New file.
24404         * malloc/tst-posix_memalign.c: Add comments.
24405         (do_test): Add comments and call free on all potentially
24406         allocated pointers. Add space after cast.
24408         * malloc/tst-pvalloc.c: Add comments.
24409         (do_test): Add comments and call free on all potentially
24410         allocated pointers. Remove duplicate check for NULL pointer.
24411         Add space after cast.
24413         * malloc/tst-valloc.c: Add comments.
24414         (do_test): Add comments and call free on all potentially
24415         allocated pointers. Remove duplicate check for NULL pointer.
24416         Add space after cast.
24418 2013-10-04  Alan Modra  <amodra@gmail.com>
24420         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
24421         Use stdint types in rather than __attribute__((mode())).
24422         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
24424 2013-10-04  Alan Modra  <amodra@gmail.com>
24426         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
24427         Correct handling of unaligned relocs for little-endian.
24428         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
24430 2013-10-04  Alan Modra  <amodra@gmail.com>
24432         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
24433         * configure: Regenerate.
24434         * nptl/shlib-versions: Powerpc*le starts at 2.18.
24435         * shlib-versions: Likewise.
24437 2013-10-04  Alan Modra  <amodra@gmail.com>
24439         * string/tester.c (test_memrchr): Increment reported test cycle.
24441 2013-10-04  Alan Modra  <amodra@gmail.com>
24443         * string/test-memcpy.c (do_one_test): When reporting errors, print
24444         string address and don't overrun end of string.
24446 2013-10-04  Alan Modra  <amodra@gmail.com>
24448         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
24449         insrdi.  Make better use of reg selection to speed exit slightly.
24450         Schedule entry path a little better.  Remove useless "are we done"
24451         checks on entry to main loop.  Handle wrapping around zero address.
24452         Correct main loop count.  Handle single left-over word from main
24453         loop inline rather than by using loop_small.  Remove extra word
24454         case in loop_small caused by wrong loop count.  Add little-endian
24455         support.
24456         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
24457         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
24458         cache hint.
24459         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
24460         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
24461         support.  Avoid rlwimi.
24462         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
24464 2013-10-04  Alan Modra  <amodra@gmail.com>
24466         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
24467         insrdi.  Formatting.
24468         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
24469         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
24470         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
24471         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
24472         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
24473         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
24475 2013-10-04  Alan Modra  <amodra@gmail.com>
24477         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
24478         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
24479         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
24480         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
24481         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
24482         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
24483         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
24484         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
24485         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
24486         use of regs.  Use power7 mtocrf.  Tidy function tails.
24488 2013-10-04  Alan Modra  <amodra@gmail.com>
24490         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
24491         Formatting.  Consistently use rXXX register defines or rN defines.
24492         Use early exit labels that avoid restoring unused non-volatile regs.
24493         Make cr field use more consistent with rWORDn compares.  Rename
24494         regs used as shift registers for unaligned loop, using rN defines
24495         for short lifetime/multiple use regs.
24496         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
24497         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
24498         addi 1,1,64 to pop stack frame.  Simplify return value code.
24499         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
24501 2013-10-04  Alan Modra  <amodra@gmail.com>
24503         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
24504         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
24505         rather than rlwimi.
24506         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
24507         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
24508         little-endian support.  Correct typos.
24509         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
24510         rather than rlwimi.
24511         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
24512         in loop and entry code to keep "and." results.
24513         (strchr): Add little-endian support.  Comment.  Move cntlzd
24514         earlier in tail.
24515         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
24517 2013-10-04  Alan Modra  <amodra@gmail.com>
24519         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
24520         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
24521         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
24522         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
24524 2013-10-04  Alan Modra  <amodra@gmail.com>
24526         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
24527         (rTMP): Define as r11.
24528         (strcmp): Add little-endian support.  Optimise tail.
24529         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
24530         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
24531         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
24532         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
24533         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
24534         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
24535         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
24537 2013-10-04  Alan Modra  <amodra@gmail.com>
24539         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
24540         little-endian support.  Remove unnecessary "are we done" tests.
24541         Handle "s" wrapping around zero and extremely large "size".
24542         Correct main loop count.  Handle single left-over word from main
24543         loop inline rather than by using small_loop.  Correct comments.
24544         Delete "zero" tail, use "end_max" instead.
24545         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
24547 2013-10-04  Alan Modra  <amodra@gmail.com>
24549         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
24550         support.  Don't branch over align.
24551         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
24552         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
24553         support.  Rearrange tmp reg use to suit.  Comment.
24554         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
24556 2013-10-04  Alan Modra  <amodra@gmail.com>
24558         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
24560 2013-10-04  Alan Modra  <amodra@gmail.com>
24562         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
24563         conditional form of branch and link when obtaining pc.
24564         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
24566 2013-10-04  Alan Modra  <amodra@gmail.com>
24568         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
24569         HIWORD/LOWORD.
24570         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
24571         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
24573 2013-10-04  Alan Modra  <amodra@gmail.com>
24575         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
24576         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
24577         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
24578         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
24579         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
24580         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
24581         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
24582         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
24583         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
24584         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
24586 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
24587             Alistair Popple <alistair@ozlabs.au.ibm.com>
24588             Alan Modra <amodra@gmail.com>
24590         [BZ #15723]
24591         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
24592         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
24593         _dl_hwcap access for little-endian.
24594         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
24595         destroy vmx regs when saving unaligned.
24596         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
24597         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
24598         destroy vmx regs when saving unaligned.
24600 2013-10-04  Alan Modra  <amodra@gmail.com>
24602         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
24603         Don't use a union to pack hi/low value.
24605 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
24607         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
24608         for little-endian.
24609         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
24610         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
24611         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
24612         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
24613         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
24615 2013-10-04  Alan Modra  <amodra@gmail.com>
24617         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
24618         constants to usual value for .cst8 section, and remove redundant
24619         high address load.
24620         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
24621         constant for 0x1p52.  Load little-endian words of double from
24622         correct stack offsets.
24624 2013-10-04  Alan Modra  <amodra@gmail.com>
24626         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
24627         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
24628         words of double from correct stack offsets.
24629         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
24630         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
24631         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
24632         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
24633         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
24634         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
24635         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
24636         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
24637         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
24638         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
24639         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
24640         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
24641         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
24642         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
24643         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
24644         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
24645         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
24647 2013-10-04  Alan Modra  <amodra@gmail.com>
24649         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
24650         64-bit int/double union.
24651         (_FPU_SETCW): Likewise.
24652         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
24653         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
24655 2013-10-04  Alan Modra  <amodra@gmail.com>
24657         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
24658         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
24660 2013-10-04  Alan Modra  <amodra@gmail.com>
24662         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
24663         use vector int constants.
24664         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
24666 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
24668         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
24669         array with long long.
24670         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
24671         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
24672         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
24673         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
24674         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
24675         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
24676         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
24677         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
24678         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
24679         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
24680         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
24681         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
24682         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
24684 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
24686         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
24687         (__signbit): Likewise.  Correct for little-endian.
24688         (__signbitl): Call __signbit.
24689         (lrint): Correct for little-endian.
24690         (lrintf): Call lrint.
24692 2013-10-04  Alan Modra  <amodra@gmail.com>
24694         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
24695         union 32-bit int array member with 64-bit int array.
24696         (t515, tm256): Double rather than long double.
24697         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
24699 2013-10-04  Alan Modra  <amodra@gmail.com>
24701         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
24702         Delete.
24703         (IEEE854_LONG_DOUBLE_BIAS): Delete.
24704         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
24705         version of math_ldbl.h.
24707 2013-10-04  Alan Modra  <amodra@gmail.com>
24709         [BZ #15734], [BZ #15735]
24710         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
24711         all uses of ieee875 long double macros and unions.  Simplify test
24712         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
24713         ldbl_extract_mantissa value for ix,iy exponents.  Properly
24714         normalize after ldbl_extract_mantissa, and don't add hidden bit
24715         already handled.  Don't treat low word of ieee854 mantissa like
24716         low word of IBM long double and mask off bit when testing for
24717         zero.
24718         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
24719         all uses of ieee875 long double macros and unions.  Simplify tests
24720         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
24721         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
24722         two1022, instead use their values.  Recognise that tests for large
24723         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
24724         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
24725         Rewrite all uses of ieee875 long double macros and unions.  Simplify
24726         test for 0.0L and nan.  Correct negation.
24727         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
24728         ieee875 long double macros and unions.  Correct output for large
24729         magnitude x.  Correct absolute value calculation.
24730         (__erfcl): Likewise.
24731         * math/libm-test.inc: Add tests for errors discovered in IBM long
24732         double versions of fmodl, remainderl, erfl and erfcl.
24734 2013-10-04  Alan Modra  <amodra@gmail.com>
24736         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
24737         all uses of ieee854 long double macros and unions.  Simplify tests
24738         for long doubles that are fully specified by the high double.
24739         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
24740         Likewise.
24741         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
24742         Remove dead code too.
24743         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
24744         (__ieee754_ynl): Likewise.
24745         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
24746         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
24747         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
24748         Remove dead code too.
24749         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
24750         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
24751         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
24752         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
24753         Simplify.
24754         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
24755         Simplify.
24756         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
24757         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
24758         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
24759         Comment on variable precision.
24760         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
24761         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
24762         Likewise.
24763         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
24764         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
24765         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
24766         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
24767         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
24769 2013-10-04  Alan Modra  <amodra@gmail.com>
24771         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
24772         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
24773         all uses of ieee854 long double macros and unions.
24774         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
24775         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
24776         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
24777         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
24778         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
24779         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
24780         Likewise.
24781         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
24782         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
24783         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
24784         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
24785         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
24786         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
24787         Simplify sign and nan test too.
24788         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
24789         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
24790         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
24791         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
24792         Likewise.
24793         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
24794         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
24795         Likewise.
24796         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
24797         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
24798         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
24799         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
24800         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
24801         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
24803 2013-10-04  Alan Modra  <amodra@gmail.com>
24805         * stdio-common/printf_size.c (__printf_size): Don't use
24806         union ieee854_long_double in fpnum union.
24807         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
24808         signbit macro to retrieve sign from long double.
24809         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
24810         retrieve sign from long double.
24811         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
24812         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
24813         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
24814         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
24815         * math/test-misc.c (main): Don't use union ieee854_long_double.
24817 2013-10-04  Alan Modra  <amodra@gmail.com>
24819         [BZ #15680]
24820         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
24821         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
24822         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
24823         calculation.  Remove unnecessary test for denormal exponent.
24824         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
24825         Correct handling of denormals.  Avoid undefined shift behaviour.
24826         Correct normalisation of low mantissa when low double is denormal.
24827         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
24828         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
24829         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
24830         Correct normalisation of low mantissa.  Test for overflow of high
24831         mantissa and normalise.
24832         (ldbl_nearbyint): Use more readable constant for two52.
24833         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
24834         (__mpn_construct_long_double): Fix test for overflow of high
24835         mantissa and correct normalisation.  Avoid undefined shift.
24837 2013-10-04  Alan Modra  <amodra@gmail.com>
24839         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
24840         (union ibm_extended_long_double): Define as an array of ieee754_double.
24841         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
24842         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
24843         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
24844         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
24845         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
24846         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
24847         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
24848         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
24849         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
24850         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
24851         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
24853 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
24855         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
24856         page size instead of calling getpagesize.
24858         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
24859         (LOCFILE_ALIGN_MASK): Likewise.
24860         (LOCFILE_ALIGN_UP): Likewise.
24861         (LOCFILE_ALIGNED_P): Likewise.
24862         * locale/programs/ld-collate.c (collate_output): Use the new
24863         macros instead of __alignof__ (int32_t).
24864         * locale/weight.h (findidx): Likewise.
24866 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
24868         [BZ #431]
24869         * manual/string.texi: Fix strncat and wcsncat.
24871 2013-10-03  Brooks Moses  <bmoses@google.com>
24873         [BZ #15915]
24874         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
24875         * Makerules: ...here, and adjust associated comments.
24877 2013-10-02  Will Newton  <will.newton@linaro.org>
24879         * malloc/Makefile: Add tst-pvalloc.
24880         * malloc/tst-pvalloc.c: New file.
24882 2013-10-02  Will Newton  <will.newton@linaro.org>
24884         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
24885         improve test coverage.
24887 2013-10-02  Will Newton  <will.newton@linaro.org>
24889         * malloc/Makefile: Add tst-posix_memalign.
24890         * malloc/tst-posix_memalign.c: New file.
24892 2013-10-01  Eric Blake  <eblake@redhat.com>
24894         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
24895         Use __THROWNL rather than __THROW on static functions.
24897 2013-09-30  Petr Machata  <pmachata@redhat.com>
24899         * elf/elf.h (R_AARCH64_ABS16): New macro.
24900         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
24901         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
24902         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
24903         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
24904         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
24905         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
24906         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
24907         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
24908         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
24909         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
24910         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
24911         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
24912         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
24913         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
24914         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
24915         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
24916         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
24917         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
24918         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
24919         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
24920         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
24921         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
24922         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
24923         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
24924         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
24925         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
24926         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
24927         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
24928         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
24929         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
24930         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
24931         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
24932         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
24933         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
24934         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
24935         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
24936         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
24937         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
24938         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
24939         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
24940         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
24941         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
24942         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
24943         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
24944         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
24945         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
24946         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
24947         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
24948         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
24949         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
24950         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
24951         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
24952         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
24953         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
24954         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
24955         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
24956         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
24957         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
24958         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
24959         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
24960         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
24961         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
24962         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
24963         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
24964         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
24965         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
24966         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
24967         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
24968         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
24969         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
24970         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
24971         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
24972         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
24973         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
24974         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
24975         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
24976         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
24977         (R_AARCH64_TLSDESC_LDR): Likewise.
24978         (R_AARCH64_TLSDESC_ADD): Likewise.
24979         (R_AARCH64_TLSDESC_CALL): Likewise.
24981 2013-09-30  Andreas Schwab  <schwab@suse.de>
24983         [BZ #15048]
24984         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
24985         the nss database lookup.
24986         * nscd/initgrcache.c (addinitgroupsX): Likewise.
24987         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
24989 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
24991         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
24993 2013-09-28  P. J. McDermott  <pj@pehjota.net>
24995         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
24996         ${Bash-specific parameter/pattern/string} parameter expansion.
24997         * sysdeps/unix/make-syscalls.sh: Likewise.
24999 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
25001         * sysdeps/sh/stackguard-macros.h: New file.
25003 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
25005         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
25006         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
25007         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
25008         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
25009         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
25010         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
25012 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25014         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
25015         Fix thread ID register.
25017 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
25019         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
25020         [POSIX || UNIX98]: Require rather than permitting all symbols from
25021         <time.h>.
25022         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
25023         element of struct sched_param.
25024         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
25025         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
25026         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
25027         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
25028         constant.
25030 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
25032         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
25033         argument calculation.
25035 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
25037         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
25038         Expect macro.
25039         [POSIX] (pthread_attr_t): Do not require type.
25040         [POSIX] (pthread_cond_t): Likewise.
25041         [POSIX] (pthread_condattr_t): Likewise.
25042         [POSIX] (pthread_key_t): Likewise.
25043         [POSIX] (pthread_mutex_t): Likewise.
25044         [POSIX] (pthread_mutexattr_t): Likewise.
25045         [POSIX] (pthread_once_t): Likewise.
25046         [POSIX] (pthread_t): Likewise.
25047         [POSIX-based standards] (pthread_atfork): Expect function.
25049 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
25050             Richard Sandiford  <richard@codesourcery.com>
25052         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
25053         (swap_endianness_p): New extern variable.
25054         (set_big_endian): New inline function.
25055         (maybe_swap_uint32): Likewise.
25056         (maybe_swap_uint32_array): Likewise.
25057         (maybe_swap_uint32_obstack): Likewise.
25058         * locale/programs/locfile.c: Include <stdbool.h>.
25059         (swap_endianness_p): New variable.
25060         (add_locale_uint32): Call maybe_swap_uint32.
25061         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
25062         (write_locale_data): Call maybe_swap_uint32_array.
25063         * locale/programs/ld-collate.c (obstack_int32_grow): Call
25064         maybe_swap_uint32.
25065         (obstack_int32_grow_fast): Likewise.
25066         (output_weightwc): Call maybe_swap_uint32_obstack.
25067         (collate_output): Likewise.
25068         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
25069         (OPT_LITTLE_ENDIAN): Likewise.
25070         (options): Add --little-endian and --big-endian options.
25071         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
25072         * locale/programs/locarchive.c: Include "locfile.h".
25073         (GET): New macro.
25074         (SET): Likewise.
25075         (INC): Likewise.
25076         (create_archive): Use the new macros to access fields of
25077         structures directly mapped from or written to locale archives.
25078         (oldlocrecentcmp): Likewise.
25079         (enlarge_archive): Likewise.
25080         (insert_name): Likewise.
25081         (add_alias): Likewise.
25082         (add_locale): Likewise.
25083         (delete_locales_from_archive): Likewise.
25084         (show_archive_content): Likewise.
25085         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
25086         locale data.
25088 2013-09-24  Roland McGrath  <roland@hack.frob.com>
25090         * manual/freemanuals.texi: Updated from (newly) canonical copy at
25091         http://www.gnu.org/doc/freemanuals.texi.
25092         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
25094 2013-09-24  Will Newton  <will.newton@linaro.org>
25096         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
25097         macro.
25099 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
25101         * locale/hashval.h (compute_hashval): Interpret bytes of key as
25102         unsigned char.
25104 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
25106         * manual/threads.texi (POSIX Threads): Fix a typo.
25108 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
25110         [BZ #14547]
25111         * string/tst-strcoll-overflow.c: New test case.
25112         * string/Makefile (xtests): Add tst-strcoll-overflow.
25113         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
25114         cache if string sizes may cause integer overflow.
25116         [BZ #14547]
25117         * string/strcoll_l.c (coll_seq): New members rule, idx,
25118         save_idx and back_us.
25119         (get_next_seq_nocache): New function.
25120         (do_compare_nocache): New function.
25121         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
25122         when malloc fails.
25124 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
25126         [BZ #15754]
25127         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
25128         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
25129         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
25131         [BZ #15754]
25132         * elf/Makefile (tests): Add tst-ptrguard1.
25133         (tests-static): Add tst-ptrguard1-static.
25134         (tst-ptrguard1-ARGS): Define.
25135         (tst-ptrguard1-static-ARGS): Define.
25136         * elf/tst-ptrguard1.c: New file.
25137         * elf/tst-ptrguard1-static.c: New file.
25138         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
25139         * sysdeps/i386/stackguard-macros.h: Likewise.
25140         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
25141         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
25142         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
25143         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
25144         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
25145         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
25147 2013-09-23  Hector Marco  <hecmargi@upv.es>
25148             Ismael Ripoll  <iripoll@disca.upv.es>
25149             Carlos O'Donell  <carlos@redhat.com>
25151         [BZ #15754]
25152         * sysdeps/generic/stackguard-macros.h: Define
25153         __pointer_chk_guard_local and POINTER_CHK_GUARD.
25154         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
25155         Define __pointer_chk_guard_local.
25156         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
25157         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
25159 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
25161         [BZ #15859]
25162         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
25164 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
25166         * include/string.h (__ffs): Declare as hidden.
25167         * string/ffs.c (__ffs): Define as hidden.
25168         * sysdeps/i386/ffs.c (__ffs): Likewise.
25169         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
25170         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
25171         * sysdeps/s390/ffs.c (__ffs): Likewise.
25172         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
25174 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
25176         * NEWS: Mention malloc probes.
25178         * malloc/arena.c (new_heap): New memory_heap_new probe.
25179         (grow_heap): New memory_heap_more probe.
25180         (shrink_heap): New memory_heap_less probe.
25181         (heap_trim): New memory_heap_free probe.
25182         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
25183         (systrim): New memory_sbrk_less probe.
25184         * manual/probes.texi: Document them.
25186         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
25187         * manual/probes.texi: Document it.
25189         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
25190         (__libc_realloc): Add memory_realloc_retry probe.
25191         (__libc_memalign): Add memory_memalign_retry probe.
25192         (__libc_valloc): Add memory_valloc_retry probe.
25193         (__libc_pvalloc): Add memory_pvalloc_retry probe.
25194         (__libc_calloc): Add memory_calloc_retry probe.
25195         * manual/probes.texi: Document them.
25197         * malloc/arena.c (get_free_list): Add probe
25198         memory_arena_reuse_free_list.
25199         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
25200         and memory_arena_reuse.
25201         (arena_get2) [!PER_THREAD]: Likewise.
25202         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
25203         memory_arena_reuse_realloc.
25204         * manual/probes.texi: Document them.
25206         * malloc/malloc.c (__libc_free): Add
25207         memory_mallopt_free_dyn_thresholds probe.
25208         (__libc_mallopt): Add multiple memory_mallopt probes.
25209         * manual/probes.texi: Document them.
25211         * malloc/malloc.c: Include stap-probe.h.
25212         (__libc_mallopt): Add memory_mallopt probe.
25213         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
25214         * manual/probes.texi: New.
25215         * manual/Makefile (chapters): Add probes.
25216         * manual/threads.texi: Set next node.
25218 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
25220         [BZ #15963, #13985]
25221         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
25222         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
25223         Add `Chinese' to `nan' entry name.
25225 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
25227         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
25228         (POLYNOMIAL): Likewise.
25229         (TAYLOR_SINCOS): Likewise.
25230         (TAYLOR_SLOW): Likewise.
25231         (__sin): Use TAYLOR_SINCOS.
25232         (__cos): Likewise.
25233         (slow): Use TAYLOR_SLOW.
25234         (sloww): Likewise.
25235         (bsloww): Likewise.
25236         (csloww): Likewise.
25238 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25240         * stdlib/strtod_l.c: Fix buffer overrun.
25242 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
25244         * benchtests/Makefile (bench): Add sincos.
25245         * benchtests/bench-sincos.c: New file.
25247         * math/libm-test.inc (cos_test_data): New test inputs.
25248         (sin_test_data): Likewise.
25250         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
25251         macro.
25252         (__sin): Use it.
25253         (__cos): Likewise.
25254         (slow1): Likewise.
25255         (slow2): Likewise.
25256         (sloww1): Likewise.
25257         (sloww2): Likewise.
25258         (bsloww1): Likewise.
25259         (bsloww2): Likewise.
25260         (cslow2): Likewise.
25261         (csloww1): Likewise.
25262         (csloww2): Likewise.
25264         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
25265         function.
25266         (__sin): Use it.
25267         (__cos): Likewise.
25269         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
25270         gotos.
25271         (__cos): Likewise.
25273 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
25275         * config.h.in (HAVE_MIPS_NAN2008): New macro.
25276         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
25277         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
25278         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
25279         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
25280         * elf/cache.c (print_entry): Handle the new cache flags.
25282 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
25283             Aldy Hernandez  <aldyh@redhat.com>
25285         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
25286         Change condition to [_SOFT_FLOAT].
25287         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
25288         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
25289         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
25290         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
25291         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
25292         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
25293         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
25294         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
25295         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
25296         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
25297         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
25298         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
25299         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
25300         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
25301         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
25302         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
25303         declaration.
25305 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
25307         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
25308         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
25309         (__longjmp): Use LOAD_GP to load saved GPRs.
25310         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
25311         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
25312         (__sigsetjmp): Use SAVE_GP to save GPRs.
25314         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
25315         Do not append -msoft-float.
25316         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
25318 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
25320         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
25322 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
25324         [BZ #15966]
25325         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
25326         (_FPU_GETCW): Use initial "__" on variable and field names but not
25327         on macro parameter name.
25328         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
25329         parentheses around reference to macro parameter.
25331 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
25333         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
25334         prototype.
25335         (ctype_startup): Use uint32_t in cast and sizeof for
25336         ctype->charnames.
25338 2013-09-11  Jia Liu  <proljc@gmail.com>
25340         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
25341         __daddr_t_defined.
25342         [__FreeBSD__]: Likewise.
25344 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
25346         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
25347         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
25348         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
25349         (strchr): Remove __strchr_sse42 ifunc selection.
25350         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
25351         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
25353 2013-09-11  Will Newton  <will.newton@linaro.org>
25355         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
25356         parameter to RES. Remove hardcoded 1000 value.
25357         * benchtests/bench-skeleton.c (main): Pass RES parameter
25358         to TIMING_INIT and multiply result by 1000.
25360 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25362         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25364 2013-09-11  Andreas Schwab  <schwab@suse.de>
25366         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
25367         if not defined.
25368         (O_TMPFILE) [__USE_GNU]: Define.
25369         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
25370         Define.
25372 2013-09-11  Will Newton  <will.newton@linaro.org>
25374         [BZ #15857]
25375         * malloc/malloc.c (__libc_memalign): Check the value of bytes
25376         does not overflow.
25378 2013-09-11  Will Newton  <will.newton@linaro.org>
25380         [BZ #15856]
25381         * malloc/malloc.c (__libc_valloc): Check the value of bytes
25382         does not overflow.
25384 2013-09-11  Will Newton  <will.newton@linaro.org>
25386         [BZ #15855]
25387         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
25388         does not overflow.
25390 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
25392         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
25393         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
25394         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
25395         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
25396         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
25398 2013-09-10  Allan McRae  <allan@archlinux.org>
25400         [BZ #15748]
25401         * manual/arith.texi (Parsing of Floats): Clarify
25402         cross-reference.
25404         [BZ #15849]
25405         * manual/install.texi (Running make install): Mention
25406         --enable-pt-chown.
25407         * INSTALL: Regenerated.
25409 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
25411         * csu/init-first.c (_init): Remove the !SHARED condition around
25412         FPU control word initialization.
25413         * elf/dl-support.c (_dl_fpu_control): New variable.
25414         (_dl_aux_init) <AT_FPUCW>: Initialize it.
25415         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
25416         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
25417         * math/test-fpucw-static.c: New file.
25418         * math/test-fpucw-ieee.c: New file.
25419         * math/test-fpucw-ieee-static.c: New file.
25420         * math/Makefile (tests): Add `test-fpucw-ieee' and
25421         `$(tests-static)'.
25422         (tests-static): New variable.
25423         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
25424         dependency to...
25425         [($(build-shared),yes)]
25426         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
25427         ... this.
25428         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
25429         New dependency.
25431 2013-09-09  Allan McRae  <allan@archlinux.org>
25433         [BZ #15939]
25434         * manual/string.texi (Collation Functions): Fix typo in
25435         strcoll example.
25436         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
25438         [BZ #15893]
25439         * stdlib/isomac.c (get_null_defines): Fix memory leak.
25441         [BZ #15892]
25442         * libio/memstream.c (open_memstream): Fix memory leak.
25443         * libio/wmemstream.c (open_wmemstream): Likewise.
25445         [BZ #15895]
25446         * nscd/netgroupcache.c: Fix nesting of ifdefs.
25448 2013-09-09  Will Newton  <will.newton@linaro.org>
25450         * malloc/Makefile: Add tst-realloc to tests.
25451         * malloc/tst-realloc.c: New file.
25453 2013-09-09  Allan McRae  <allan@archlinux.org>
25455         [BZ #15844]
25456         * COPYING: Update from GNU website to fix FSF address.
25457         * COPYING.LIB: Likewise.
25459 2013-09-06  David S. Miller  <davem@davemloft.net>
25461         * po/zh_TW.po: Update Chinese (traditional) translation from
25462         translation project.
25464 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
25465             Joseph Myers  <joseph@codesourcery.com>
25467         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
25468         "localeinfo.h".
25469         (obstack_chunk_alloc): New macro.
25470         (obstack_chunk_free): Likewise.
25471         (record_offset): New function.
25472         (init_locale_data): Likewise.
25473         (align_locale_data): Likewise.
25474         (add_locale_empty): Likewise.
25475         (add_locale_raw_data): Likewise.
25476         (add_locale_raw_obstack): Likewise.
25477         (add_locale_string): Likewise.
25478         (add_locale_wstring): Likewise.
25479         (add_locale_uint32): Likewise.
25480         (add_locale_uint32_array): Likewise.
25481         (add_locale_char): Likewise.
25482         (start_locale_structure): Likewise.
25483         (end_locale_structure): Likewise.
25484         (start_locale_prelude): Likewise.
25485         (end_locale_prelude): Likewise.
25486         (write_locale_data): Take locale_file structure rather than an
25487         iovec.
25488         * locale/programs/locfile.h: Include "obstack.h".
25489         (struct locale_file): Change to store locale file contents instead
25490         of header.
25491         (init_locale_data): New prototype.
25492         (align_locale_data): Likewise.
25493         (add_locale_empty): Likewise.
25494         (add_locale_raw_data): Likewise.
25495         (add_locale_raw_obstack): Likewise.
25496         (add_locale_string): Likewise.
25497         (add_locale_wstring): Likewise.
25498         (add_locale_uint32): Likewise.
25499         (add_locale_uint32_array): Likewise.
25500         (add_locale_char): Likewise.
25501         (start_locale_structure): Likewise.
25502         (end_locale_structure): Likewise.
25503         (start_locale_prelude): Likewise.
25504         (end_locale_prelude): Likewise.
25505         (write_locale_data): Update prototype.
25506         * locale/programs/3level.h (struct TABLE): Remove result field.
25507         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
25508         Use new locale_file interface.
25509         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
25510         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
25511         * locale/programs/ld-address.c (address_output): Use new
25512         locale_file interface.
25513         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
25514         NO_ADD_LOCALE.
25515         (collate_finish): Don't call collseq_table_finalize.
25516         (collate_output): Use new locale_file interface.
25517         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
25518         in file.
25519         (NO_FINALIZE): Change to NO_ADD_LOCALE.
25520         (TABLE): Move defines earlier in file.
25521         (ELEMENT): Likewise.
25522         (DEFAULT): Likewise.
25523         (wctrans_table_add): Move macro and inline function earlier in
25524         file.
25525         (struct wctype_table): Move type earlier in file.
25526         (add_locale_wctype_table): New static prototype.
25527         (struct locale_ctype_t): Use logical types instead of struct iovec
25528         pointers for members.
25529         (ctype_output): Use new locale_file interface.
25530         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
25531         new locale_file interface.
25532         (allocate_arrays): Update for use of new locale_file interface.
25533         * locale/programs/ld-identification.c (identification_output): Use
25534         new locale_file interface.
25535         * locale/programs/ld-measurement.c (measurement_output): Likewise.
25536         * locale/programs/ld-messages.c (messages_output): Likewise.
25537         * locale/programs/ld-monetary.c (monetary_output): Likewise.
25538         * locale/programs/ld-name.c (name_output): Likewise.
25539         * locale/programs/ld-numeric.c (numeric_output): Likewise.
25540         * locale/programs/ld-paper.c (paper_output): Likewise.
25541         * locale/programs/ld-telephone.c (telephone_output): Likewise.
25542         * locale/programs/ld-time.c (time_output): Likewise.
25544 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25546         * benchtests/Makefile: Add memrchr benchmark.
25547         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
25548         benchmark as memrchr.
25549         * benchtests/bench-memrchr-ifunc.c: New file.
25550         * benchtests/bench-memrchr.c: New file.
25552 2013-09-06   Will Newton  <will.newton@linaro.org>
25554         * benchtests/Makefile (string-bench): Add memcpy.
25556 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
25557             Cong Wang  <amwang@redhat.com>
25559         [BZ #15850]
25560         * sysdeps/unix/sysv/linux/bits/in.h
25561         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
25562         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
25563         before __USE_KERNEL_IPV6_DEFS uses.
25564         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
25565         IPPROTO_BEETPH.
25566         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
25567         sockaddr_in6, or ipv6_mreq.
25569 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25571         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
25572         memory access for final bytes in some large inputs.
25573         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
25575 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25577         * string/test-memrchr.c: New file.
25578         * string/test-memrchr-ifunc.c: New file.
25579         * string/Makefile: Add new memrchr testcase.
25581 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
25583         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
25584         fanotify_init returns EPERM.
25586 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
25588         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
25589         errors.
25590         (top level): Treat second token from macro or constant entries for
25591         allowed headers as allowed.
25592         * include/complex.h: Condition internal declarations on
25593         [!_ISOMAC].
25594         * include/fenv.h: Condition include of <stdbool.h> and internal
25595         declarations on [!_ISOMAC].
25597 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
25599         [BZ #15923]
25600         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
25602 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
25604         * configure.in (--enable-versioning): Remove configure option.
25605         (libc_cv_asm_symver_directive): Remove configure test.
25606         (libc_cv_ld_version_script_option): Likewise.
25607         (VERSIONING): Remove variable and AC_SUBST.
25608         (DO_VERSIONING): Remove AC_DEFINE.
25609         * configure: Regenerated.
25610         * config.h.in (DO_VERSIONING): Remove macro.
25611         * Makerules [$(versioning) = yes]: Change conditionals to
25612         [$(build-shared) = yes].
25613         * config.make.in (versioning): Remove variable.
25614         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
25615         [$(build-shared) = yes].
25616         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
25617         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
25618         * elf/Makefile [$(versioning) = yes]: Change conditionals to
25619         [$(build-shared) = yes].
25620         * extra-lib.mk [$(versioning) = yes]: Likewise.
25621         * hurd/Makefile [$(versioning) = yes]: Likewise.
25622         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
25623         [SHARED].
25624         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
25625         [SHARED].
25626         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
25627         [SHARED && !NO_HIDDEN].
25628         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
25629         [SHARED].
25630         [SHARED && DO_VERSIONING]: Likewise..
25631         * libio/Makefile [$(versioning) = yes]: Change conditionals to
25632         [$(build-shared) = yes].
25633         * manual/install.texi (--disable-versioning): Remove
25634         documentation.
25635         * INSTALL: Regenerated.
25636         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
25637         to [SHARED].
25638         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
25639         [$(build-shared) = yes].
25640         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
25641         * sysdeps/i386/i686/multiarch/strstr-c.c
25642         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
25643         [SHARED && !NO_HIDDEN].
25644         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
25645         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
25646         * sysdeps/powerpc/powerpc32/dl-machine.c
25647         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
25648         * sysdeps/powerpc/powerpc32/sysdep.h
25649         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
25650         to [SHARED && PIC && !NO_HIDDEN].
25651         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
25652         conditional to [SHARED].
25654 2013-09-04   Will Newton  <will.newton@linaro.org>
25656         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
25657         * benchtests/bench-string.h: Include bench-timing.h instead
25658         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
25659         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
25660         call to HP_TIMING_DIFF_INIT.
25661         * benchtests/bench-memccpy.c: Use bench-timing.h macros
25662         instead of hp-timing.h macros.
25663         * benchtests/bench-memchr.c: Likewise.
25664         * benchtests/bench-memcmp.c: Likewise.
25665         * benchtests/bench-memcpy.c: Likewise.
25666         * benchtests/bench-memmem.c: Likewise.
25667         * benchtests/bench-memmove.c: Likewise.
25668         * benchtests/bench-memset.c: Likewise.
25669         * benchtests/bench-rawmemchr.c: Likewise.
25670         * benchtests/bench-strcasecmp.c: Likewise.
25671         * benchtests/bench-strcasestr.c: Likewise.
25672         * benchtests/bench-strcat.c: Likewise.
25673         * benchtests/bench-strchr.c: Likewise.
25674         * benchtests/bench-strcmp.c: Likewise.
25675         * benchtests/bench-strcpy.c: Likewise.
25676         * benchtests/bench-strcpy_chk.c: Likewise.
25677         * benchtests/bench-strlen.c: Likewise.
25678         * benchtests/bench-strncasecmp.c: Likewise.
25679         * benchtests/bench-strncat.c: Likewise.
25680         * benchtests/bench-strncmp.c: Likewise.
25681         * benchtests/bench-strncpy.c: Likewise.
25682         * benchtests/bench-strnlen.c: Likewise.
25683         * benchtests/bench-strpbrk.c: Likewise.
25684         * benchtests/bench-strrchr.c: Likewise.
25685         * benchtests/bench-strspn.c: Likewise.
25686         * benchtests/bench-strstr.c: Likewise.
25688 2013-09-04  Will Newton  <will.newton@linaro.org>
25690         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
25692 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
25694         [BZ #15427]
25695         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
25696         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
25697         * math/libm-test.inc (lgamma_test_data): Add more tests.
25698         * sysdeps/i386/fpu/libm-test-ulps: Update.
25699         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25701 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
25703         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
25704         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
25705         Add ifunc.
25706         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
25707         Add strcmp-sse2-unaligned
25708         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
25710 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
25712         * Versions.def (libc): Add GLIBC_2.19.
25714 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
25716         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
25717         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
25719 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
25721         [BZ #14155]
25722         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
25723         intermediate calculations in recurrence.
25724         (__ieee754_ynf): Likewise.
25725         * math/libm-test.inc (jn_test_data): Do not allow spurious
25726         underflow exception.  Add more tests.
25727         (yn_test_data): Add more tests.
25728         * sysdeps/i386/fpu/libm-test-ulps: Update.
25729         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25731 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
25733         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
25735 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
25737         * csu/init-first.c: Fix then/than typos.
25738         * locale/programs/ld-collate.c: Likewise.
25739         * locale/programs/linereader.h: Likewise.
25740         * manual/charset.texi: Likewise.
25741         * manual/filesys.texi: Likewise.
25742         * manual/stdio.texi: Likewise.
25743         * manual/string.texi: Likewise.
25744         * stdlib/fmtmsg.c: Likewise.
25745         * sysdeps/i386/stpncpy.S: Likewise.
25746         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
25747         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
25748         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
25749         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
25751 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
25753         * elf/dl-open.c: Fix typos.
25754         * iconvdata/gbbig5.c: Likewise.
25755         * iconvdata/iso-2022-jp.c: Likewise.
25756         * iconv/gconv_int.h: Likewise.
25757         * iconv/loop.c: Likewise.
25758         * nis/rpcsvc/nis.h: Likewise.
25759         * resolv/ns_name.c: Likewise.
25760         * stdio-common/vfscanf.c: Likewise.
25761         * streams/stropts.h: Likewise.
25762         * sunrpc/rpc_thread.c: Likewise.
25763         * sysdeps/i386/strpbrk.S: Likewise.
25764         * sysdeps/ieee754/k_standard.c: Likewise.
25765         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
25766         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
25767         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
25768         * sysdeps/mach/hurd/profil.c: Likewise.
25769         * sysdeps/s390/dl-procinfo.h: Likewise.
25770         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
25771         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
25772         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
25773         * sysdeps/x86_64/dl-trampoline.S: Likewise.
25774         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
25776 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
25778         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
25779         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
25781 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
25783         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
25784         aix specific files.
25785         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
25786         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
25787         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
25788         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
25789         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
25790         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
25791         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
25792         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
25794 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
25795             Roland McGrath  <roland@hack.frob.com>
25797         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
25798         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
25800 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
25802         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
25803         __executable_start symbol instead of _start.
25805 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
25807         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
25808         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
25809         Move macros to...
25810         * sysdeps/gnu/ldsodefs.h: ... this new file.
25812         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
25813         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
25814         instead of ELFOSABI_LINUX.
25816         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
25817         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
25818         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
25819         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
25820         Likewise.
25821         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
25822         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
25823         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
25824         Likewise.
25825         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
25826         (ibm_extended_long_double): Add ieee_nan member.
25827         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
25828         (do_test): New function.
25830         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
25831         TEST_TRUNC.
25832         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
25833         functions, renamed from truncdfsf_test, trunctfsf_test,
25834         trunctfdf_test.
25835         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
25836         functions.
25837         (do_test): Run all these.
25839 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
25841         * argp/argp-help.c: Fix typos.
25842         * argp/argp-parse.c: Likewise.
25843         * debug/backtracesyms.c: Likewise.
25844         * elf/elf.h: Likewise.
25845         * malloc/malloc.c: Likewise.
25846         * nis/nis_print.c: Likewise.
25847         * resolv/res_comp.c: Likewise.
25848         * stdlib/stdlib.h: Likewise.
25849         * sunrpc/clnt_tcp.c: Likewise.
25850         * sunrpc/clnt_udp.c: Likewise.
25851         * sunrpc/clnt_unix.c: Likewise.
25852         * sysdeps/unix/bsd/ptsname.c: Likewise.
25853         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
25854         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
25855         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
25856         Likewise.
25857         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
25858         Likewise.
25859         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
25860         Likewise.
25861         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
25863 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
25865         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
25866         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
25868 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
25870         [BZ #15897]
25871         * dlfcn/Makefile (tests): Add bug-dl-leaf.
25872         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
25873         ($(objpfx)bug-dl-leaf): New rule.
25874         ($(objpfx)bug-dl-leaf.so): Likewise.
25875         ($(objpfx)bug-dl-leaf.out): Likewise.
25876         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
25877         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
25878         * dlfcn/bug-dl-leaf.c: New test.
25879         * dlfcn/bug-dl-leaf-lib.c: Likewise.
25880         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
25881         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
25882         (dlclose): Likewise.
25883         (dlmopen): Likewise.
25885 2013-08-27  Roland McGrath  <roland@hack.frob.com>
25887         * include/netdb.h [!_ISOMAC]:
25888         Don't include <tls.h>.
25889         (h_errno, __libc_h_errno): Move declaration and macros out of
25890         [_LIBC_REENTRANT].
25892         * include/resolv.h [_RESOLV_H_]:
25893         Don't include <tls.h>.
25894         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
25895         * resolv/res_libc.c: Don't include <tls.h>.
25896         (_res): Use __attribute__ ((nocommon)) in place of
25897         __attribute__ ((section (".bss"))).
25899         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
25900         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
25902         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
25904         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
25905         only under [SIOCGIFCONF && SIOCGIFNETMASK].
25907         * resolv/res_mkquery.c: Include <sys/time.h>.
25909         * inet/ifreq.c: Moved to ...
25910         * sysdeps/unix/ifreq.c: ... here.
25911         * inet/ifreq.c: New file, true stub version.
25913         * socket/sa_len.c: New file.
25914         * socket/Makefile (aux): Add it.
25915         * sysdeps/unix/sysv/linux/Makefile
25916         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
25917         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
25918         and #include <socket/sa_len.c>.
25919         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
25920         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
25922         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
25923         * bits/socket.h: ... here.
25925         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
25926         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
25927         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
25929 2013-08-27  Andreas Schwab  <schwab@suse.de>
25931         [BZ #15736]
25932         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
25933         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
25934         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
25935         * string/test-strcasecmp.c (test_main): Run tests in several
25936         locales.
25937         * string/test-strncasecmp.c (test_main): Likewise.
25939         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
25940         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
25941         to __strcasecmp_nonascii and __strncasecmp_nonascii.
25942         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
25943         (__strncasecmp_ssse3) [PIC]: Likewise.
25945 2013-08-26  Roland McGrath  <roland@hack.frob.com>
25947         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
25949         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
25950         instead of explicitly declaring xdecrypt.
25951         * nis/nss_nis/nis-publickey.c: Likewise.
25953 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
25955         [BZ #15890]
25956         * nscd/aicache.c: Include res_hconf.h.
25957         (addhstaiX): Initialize res_hconf.
25959 2013-08-26  Andreas Schwab  <schwab@suse.de>
25961         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
25962         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
25964 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
25966         * nscd/aicache.c (addhstaiX): Fix indentation.
25968 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
25970         * configure.ac: Quote $build_pt_chown test.
25971         * configure: Regenerated.
25973 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
25975         [BZ #15532]
25976         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
25977         * math/s_cexpf.c (__cexpf): Likewise.
25978         * math/s_cexpl.c (__cexpl): Likewise.
25979         * math/libm-test.inc (cexp_test_data): Correct expected return
25980         value for NaN + i0.  Add another test.
25982 2013-08-22  David S. Miller  <davem@davemloft.net>
25984         * po/ca.po: Update Catalan translation from translation project.
25985         * po/uk.po: Add Ukrainian translations from translation project.
25987 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
25989         [BZ #15797]
25990         * math/s_fdim.c (__fdim): Check for infinite arguments if result
25991         is infinite, not alongside NaN test.
25992         * math/s_fdimf.c (__fdimf): Likewise.
25993         * math/s_fdiml.c (__fdiml): Likewise.
25994         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
25995         errno is unchanged.
25997 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
25999         * argp/argp-help.c: Fix typos.
26000         * crypt/speeds.c: Likewise.
26001         * csu/check_fds.c: Likewise.
26002         * elf/dl-load.c: Likewise.
26003         * elf/dl-open.c: Likewise.
26004         * elf/reldep3.c: Likewise.
26005         * elf/reldep.c: Likewise.
26006         * elf/sprof.c: Likewise.
26007         * iconv/iconv_charmap.c: Likewise.
26008         * iconv/skeleton.c: Likewise.
26009         * iconv/strtab.c: Likewise.
26010         * io/lockf64.c: Likewise.
26011         * libio/libioP.h: Likewise.
26012         * resolv/gai_notify.c: Likewise.
26013         * resolv/ns_name.c: Likewise.
26014         * resolv/ns_samedomain.c: Likewise.
26015         * resolv/res_send.c: Likewise.
26016         * stdlib/random.c: Likewise.
26017         * sunrpc/rpc/xdr.h: Likewise.
26018         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
26019         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
26020         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
26021         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
26022         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
26023         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
26024         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
26025         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
26026         * sysdeps/mach/hurd/check_fds.c: Likewise.
26027         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
26028         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
26029         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
26030         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
26031         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
26032         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
26033         * sysdeps/pthread/aio_notify.c: Likewise.
26034         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
26035         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
26036         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
26037         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
26038         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
26040 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26042         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
26043         version if bit_Slow_SSE4_2 is set.
26044         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
26045         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
26047 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26049         [BZ #15867]
26050         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
26051         trampoline stack frame information.
26052         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
26053         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
26054         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
26055         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
26056         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
26057         * sysdeps/unix/sysv/linux/powerpc/init-first.c
26058         (_libc_vdso_platform_setup): Initialize the signal trampolines.
26059         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
26060         sa_flags value.
26061         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
26062         interrupting a syscall and set with option SA_SIGINFO.
26064 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
26066         [BZ #15531]
26067         * math/s_cproj.c (__cproj): Only return an infinity if one part of
26068         argument is infinite.
26069         * math/s_cprojf.c (__cprojf): Likewise.
26070         * math/s_cprojl.c (__cprojl): Likewise.
26071         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
26072         * math/libm-test.inc (cproj_test_data): Add more tests.
26074         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
26076         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
26077         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
26078         size.  Use __ffs to determine corresponding shift.
26080 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
26081             Roland McGrath  <roland@hack.frob.com>
26083         * Makefile (INSTALL): Remove trailing blank lines from output of
26084         makeinfo.
26086 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26088         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
26089         Align 32 bit compat elf_greg to 8 bytes.
26091 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
26093         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
26095 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
26097         * string/strcoll_l.c (coll_seq): New structure.
26098         (get_next_seq_cached): New function.
26099         (get_next_seq): New function.
26100         (do_compare): New function.
26101         (STRCOLL): Use GNU style definition.  Simplify implementation
26102         by using get_next_seq, get_next_seq_cached and do_compare.
26104 2013-08-16  Florian Weimer  <fweimer@redhat.com>
26106         [BZ #14699]
26107         CVE-2013-4237
26108         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
26109         member.
26110         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
26111         member.
26112         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
26113         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
26114         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
26115         conditional.
26116         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
26117         GETDENTS_64BIT_ALIGNED.
26118         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
26119         * manual/filesys.texi (Reading/Closing Directory): Document
26120         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
26121         strongly.
26122         * manual/conf.texi (Limits for Files): Add portability note to
26123         NAME_MAX, PATH_MAX.
26124         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
26126 2013-08-13  Andreas Schwab  <schwab@suse.de>
26128         [BZ #15749]
26129         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
26130         of fabs.
26131         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
26132         LDBL_MAX_EXP >= 16384]: Add tests for it.
26134 2013-08-12  David S. Miller  <davem@davemloft.net>
26136         * version.h (RELEASE): Set to "development".
26137         (VERSION): Set to "2.18.90".
26138         * NEWS: Add 2.19 section.
26140 2013-08-03  David S. Miller  <davem@davemloft.net>
26142         * po/ko.po: Update Korean translation from translation project.
26144 2013-08-01  David S. Miller  <davem@davemloft.net>
26146         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
26147         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
26148         Bilka.
26150 2013-07-30  David S. Miller  <davem@davemloft.net>
26152         * po/fr.po: Update French translation from translation project.
26154 2013-07-28  David S. Miller  <davem@davemloft.net>
26156         * po/cs.po: Update Czech translation from translation project.
26158         * po/sv.po: Update Swedish translation from translation project.
26160 2013-07-27  David S. Miller  <davem@davemloft.net>
26162         * po/eo.po: Update Esperanto translation from translation project.
26164         * po/vi.po: Update Vietnamese translation from translation project.
26166         * po/de.po: Update German translation from translation project.
26168 2013-07-26  David S. Miller  <davem@davemloft.net>
26170         * po/bg.po: Update Bulgarian translation from translation project.
26172         * po/nl.po: Update Dutch translation from translation project.
26173         * po/pl.po: Update Polish translation from translation project.
26174         * po/ru.po: Update Russian translation from translation project.
26176 2013-07-24  David S. Miller  <davem@davemloft.net>
26178         * po/libc.pot: Update.
26180 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26182         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
26183         variable page size.
26184         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
26185         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
26186         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
26188 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26190         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
26192 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26193             Andreas Schwab  <schwab@suse.de>
26194             Roland McGrath  <roland@hack.frob.com>
26195             Joseph Myers  <joseph@codesourcery.com>
26196             Carlos O'Donell  <carlos@redhat.com>
26198         [BZ #15755]
26199         * config.h.in: Define HAVE_PT_CHOWN.
26200         * config.make.in (build-pt-chown): New variable.
26201         * configure.in (--enable-pt_chown): New configure option.
26202         * configure: Regenerate.
26203         * login/Makefile: Include Makeconfig.  Build pt_chown only if
26204         build-pt-chown is enabled.
26205         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
26206         pt_chown to fix pty ownership.
26207         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
26208         CLOSE_ALL_FDS.
26209         * manual/install.texi (Configuring and compiling): Mention
26210         --enable-pt_chown. Add @findex for grantpt.
26211         * INSTALL: Regenerate.
26213 2013-07-20  David S. Miller  <davem@davemloft.net>
26215         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
26216         difference between 32-bit and 64-bit.
26218 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
26220         [BZ #15711]
26221         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
26222         Avoid system header dependency with -ffreestanding.
26223         ($(objpfx)bits/syscall%d): Likewise.
26225 2013-07-13  David S. Miller  <davem@davemloft.net>
26227         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
26228         underflows from atanl/atan2l due to bug 15319.
26229         (casinh_test_data): Likewise.
26231 2013-07-07  David S. Miller  <davem@davemloft.net>
26233         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
26235 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
26237         * sysdeps/i386/fpu/libm-test-ulps: Update.
26238         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26240 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
26242         * configure.in (--enable-lock-elision): Fix message text.
26243         * INSTALL: Regenerate.
26244         * configure: Regenerate.
26246 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26248         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26250 2013-07-03  Andreas Jaeger  <aj@suse.de>
26252         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
26253         define.
26254         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
26255         (ptrace_peeksiginfo_args): Add.
26256         (__ptrace_peeksiginfo_flags): Add.
26257         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
26258         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
26259         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
26261 2013-07-03  Allan McRae  <allan@archlinux.org>
26263         * sysdeps/i386/fpu/libm-test-ulps: Update.
26265 2013-07-02  David S. Miller  <davem@davemloft.net>
26267         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26269 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
26271         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26273 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
26275         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
26276         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26278 2013-07-02  Andi Kleen <ak@linux.intel.com>
26280         * config.h.in (ENABLE_LOCK_ELISION): Add.
26281         * configure.in (--enable-lock-elision): Add option.
26282         * manual/install.texi: Document --enable lock elision.
26283         * configure: Regenerate
26284         * INSTALL: Regenerate.
26286 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
26288         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
26289         SSE4.2 strcasecmp for libc.a.
26290         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
26292 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
26294         [BZ #13304]
26295         * soft-fp/op-common.h (_FP_FMA): New macro.
26296         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
26297         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
26298         (_FP_MUL_MEAT_1_imm): ... here.
26299         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
26300         (_FP_MUL_MEAT_1_wide): ... here.
26301         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
26302         (_FP_MUL_MEAT_1_hard): ... here.
26303         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
26304         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
26305         (_FP_MUL_MEAT_2_wide): ... here.
26306         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
26307         (_FP_MUL_MEAT_2_wide_3mul): ... here.
26308         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
26309         (_FP_MUL_MEAT_2_gmp): ... here.
26310         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
26311         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
26312         (_FP_MUL_MEAT_4_wide): ... here.
26313         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
26314         (_FP_MUL_MEAT_4_gmp): ... here.
26315         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
26316         (_FP_WFRACBITS_DW_S): Likewise.
26317         (_FP_WFRACXBITS_DW_S): Likewise.
26318         (_FP_HIGHBIT_DW_S): Likewise.
26319         (FP_FMA_S): Likewise.
26320         (_FP_FRAC_HIGH_DW_S): Likewise.
26321         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
26322         (_FP_WFRACBITS_DW_D): Likewise.
26323         (_FP_WFRACXBITS_DW_D): Likewise.
26324         (_FP_HIGHBIT_DW_D): Likewise.
26325         (FP_FMA_D): Likewise.
26326         (_FP_FRAC_HIGH_DW_D): Likewise.
26327         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
26328         (_FP_WFRACBITS_DW_E): Likewise.
26329         (_FP_WFRACXBITS_DW_E): Likewise.
26330         (_FP_HIGHBIT_DW_E): Likewise.
26331         (FP_FMA_E): Likewise.
26332         (_FP_FRAC_HIGH_DW_E): Likewise.
26333         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
26334         (_FP_WFRACBITS_DW_Q): Likewise.
26335         (_FP_WFRACXBITS_DW_Q): Likewise.
26336         (_FP_HIGHBIT_DW_Q): Likewise.
26337         (FP_FMA_Q): Likewise.
26338         (_FP_FRAC_HIGH_DW_Q): Likewise.
26339         * soft-fp/fmasf4.c: New file.
26340         * soft-fp/fmadf4.c: Likewise.
26341         * soft-fp/fmatf4.c: Likewise.
26343 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26345         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
26346         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
26347         Silvermont.
26348         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
26349         macro.
26350         (index_Slow_SSE4_2): Likewise.
26351         (index_Prefer_PMINUB_for_stringop): Likewise.
26352         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
26353         bit_Slow_SSE4_2 is set.
26354         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
26355         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
26357 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26359         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
26360         rtld_global._dl_hwcap2.
26361         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
26362         POWER8.
26363         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
26364         POWER8 feature descriptions defined in _dl_hwcap2.
26365         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
26366         string handling for POWER8 feature bits.
26367         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
26368         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
26369         _dl_powerpc_cap_flags.
26370         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
26371         * sysdeps/powerpc/rtld-global-offsets.sym
26372         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
26373         _dl_hwcap2 in the rtld_global_ro structure.
26375 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26377         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
26378         hardware capabilities in support of AT_HWCAP2.
26379         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
26380         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
26381         GLRO(dl_hwcap2).
26382         (_dl_show_auxv): Add support for calling _dl_procinfo to display
26383         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
26384         explicitly the unknown a_type display mechanism is used.
26385         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
26386         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
26387         struct member.
26388         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
26389         to macro prototype for AT_HWCAP2 support.
26390         * sysdeps/i386/dl-procinfo.h: Likewise.
26391         * sysdeps/s390/dl-procinfo.h: Likewise.
26392         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
26393         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
26394         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
26395         return -1 for unknown a_type display fallback.
26396         * sysdeps/sparc/dl-procinfo.h: Likewise.
26397         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
26398         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
26400 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
26402         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
26403         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
26405 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
26407         [BZ #12492]
26408         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
26409         mprotect making __stack_prot writable.
26411 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
26412             Joseph Myers  <joseph@codesourcery.com>
26414         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
26415         as being properly aligned.
26417 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
26419         * dlfcn/modstatic5.c: New file.
26420         * dlfcn/tststatic5.c: New file.
26421         * dlfcn/Makefile (tests): Add tststatic5.
26422         (tests-static): Likewise.
26423         (modules-names): Add modstatic5.
26424         (tststatic5-ENV): New variable.
26425         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
26427         [BZ #15022]
26428         * elf/dl-support.c (_dl_main_map): New variable.
26429         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
26430         (_dl_nns, _dl_load_adds): Set to 1.
26431         (_dl_initial_searchlist): Refer to _dl_main_map.
26432         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
26433         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
26434         call to _dl_get_origin.
26435         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
26436         around call_map.
26437         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
26438         * dlfcn/modstatic3.c: New file.
26439         * dlfcn/tststatic3.c: New file.
26440         * dlfcn/tststatic4.c: New file.
26441         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
26442         (tests-static): Likewise.
26443         (modules-names): Add modstatic3.
26444         (tststatic3-ENV, tststatic4-ENV): New variables.
26445         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
26446         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
26448 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
26450         * configure.in (CC): Require GCC version 4.4 or later.
26451         * configure: Regenerated.
26452         * manual/install.texi (Tools for Compilation): Update GCC version
26453         requirement.
26454         * INSTALL: Regenerated.
26456 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26458         [BZ #15674]
26459         * string/test-memcmp.c (check2): New.
26460         (main): Call check2.
26462         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
26464 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
26466         [BZ #15022]
26467         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
26468         over to...
26469         (dl_open_worker) [!SHARED]: ... here.
26471 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26473         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
26475 2013-06-25  Richard Henderson  <rth@redhat.com>
26477         * locale/programs/locarchive.c: Include <libc-internal.h>
26479 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
26481         * manual/texinfo.tex: Update to version 2013-06-21.17, with
26482         trailing whitespace removed.
26484 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
26486         [BZ #10283]
26487         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
26488         * locale/programs/locarchive.c: Include libc-mmap.h.
26489         (prepare_address_space): Take two new outputs (the mmap base and len).
26490         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
26491         values.
26492         (create_archive): Declare new mmap base and len values for
26493         prepare_address_space, and store the result in ah.
26494         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
26495         (enlarge_archive): If ah->mmap_base is not NULL, use that and
26496         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
26497         Declare new mmap base and len values for
26498         prepare_address_space, and store the result in new_ah.
26499         (open_archive): Declare new mmap base and len values for
26500         prepare_address_space, and store the result in ah.
26501         (close_archive): If ah->mmap_base is not NULL, use that and
26502         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
26503         * sysdeps/generic/libc-mmap.h: New file.
26505 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
26507         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
26508         (ALIGN_UP): Likewise.
26509         (PTR_ALIGN_DOWN): Likewise.
26510         (PTR_ALIGN_UP): Likewise.
26512 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26514         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
26515         entry mapped to PPC_PLATFORM_POWER8.
26516         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
26517         POWER8.
26518         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
26519         (_dl_string_platform): Add case for exporting platform position for
26520         POWER8.
26521         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
26522         search path to sysdeps/powerpc/powerpc32/power8 directory.
26523         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
26524         search path to sysdeps/powerpc/powerpc64/power8 directory.
26525         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
26526         power7 directories.
26527         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
26528         power7 directories.
26530 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
26532         * INSTALL: Regenerate.
26534         * nscd/connections.c (nscd_init): Fix comment.
26536 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
26538         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
26540         [BZ #15667]
26541         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
26542         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
26544 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
26546         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
26547         DL_DST_REQ_STATIC.
26548         (DL_DST_REQ_STATIC): Remove macro.
26550 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
26552         [BZ #7006]
26553         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
26554         with a shift of 0 bits.
26556 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
26558         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
26559         $(tststatic-ENV).
26561 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
26563         [BZ #15655]
26564         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
26566 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26568         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
26569         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
26570         accepts -fno-tree-loop-distribute-patterns.
26571         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
26572         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
26573         recursive call.
26574         * string/memset.c (memset): Likewise.
26575         * string/test-memmove.c (simple_memmove): Disable loop transformation
26576         to library calls.
26577         * string/test-memset.c (simple_memset): Likewise.
26578         * benchtests/bench-memmove.c (simple_memmove): Likewise.
26579         * benchtests/bench-memset.c (simple_memset): Likewise.
26580         * configure: Regenerated.
26582 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
26584         * math/test-misc.c (main): Ignore fesetround failure when failures
26585         of subsequent rounding tests would be ignored.
26587         [BZ #15654]
26588         * math/fedisblxcpt.c (fedisableexcept): Return 0.
26589         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
26590         * math/fegetenv.c (__fegetenv): Return 0.
26591         * math/fegetexcept.c (fegetexcept): Return 0.
26592         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
26593         FE_TONEAREST.
26594         * math/feholdexcpt.c (feholdexcept): Return 0.
26595         * math/fesetenv.c (__fesetenv): Return 0.
26596         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
26597         argument FE_TONEAREST.
26598         * math/feupdateenv.c (__feupdateenv): Return 0.
26599         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
26601 2013-06-18  Roland McGrath  <roland@hack.frob.com>
26603         * elf/rtld-Rules (rtld-compile-command.S): New variable.
26604         (rtld-compile-command.s, rtld-compile-command.c): New variables.
26605         ($(objpfx)rtld-%.os rules): Use them.
26607 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26609         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
26610         fields.
26612 2013-06-17  Roland McGrath  <roland@hack.frob.com>
26614         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
26615         length of target pattern, then descending length of dependency pattern.
26616         * configure.in (AWK): Require gawk 3.1.2 or newer.
26617         * manual/install.texi (Tools for Compilation): Say that we do.
26618         * configure: Regenerated.
26620         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
26621         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
26622         * scripts/sysd-rules.awk: ... this new script.
26623         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
26624         than a glob-style pattern.
26626 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
26628         * math/test-misc.c (main): Do not treat incorrectly rounded
26629         conversions as failure unless ROUNDING_TESTS passes.
26631 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
26633         [BZ #15631]
26634         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
26635         restore exception state around main square root computation, then
26636         check for inexactness explicitly.
26638         * math/libm-test.inc (fma_test_data): Add another test.
26640 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26642         * manual/threads.texi (Non-POSIX Extensions): New document
26643         node.  Document pthread_getattr_default_np and
26644         pthread_setattr_default_np.
26646         * Versions.def (libpthread): Add GLIBC_2.18.
26647         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
26648         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
26649         Likewise.
26650         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
26651         Likewise.
26652         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
26653         Likewise.
26654         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
26655         Likewise.
26656         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
26657         Likewise.
26658         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
26659         Likewise.
26660         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
26661         Likewise.
26662         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
26663         Likewise.
26664         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
26665         Likewise.
26667 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26669         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
26670         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
26672 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
26673             H.J. Lu  <hjl.tools@gmail.com>
26675         [BZ #15627]
26676         * sysdeps/x86_64/rtld-memset.c: Remove file.
26677         * sysdeps/x86_64/rtld-memset.S: New file.
26679 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
26681         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
26682         (test_in_one_mode): Take arguments for whether the rounding mode
26683         is supported for each floating-point type.
26684         (do_test): Pass new arguments to test_in_one_mode using
26685         ROUNDING_TESTS.
26687 2013-06-13  Roland McGrath  <roland@hack.frob.com>
26689         * posix/tst-waitid.c (do_test): Distinguish different instances of
26690         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
26691         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
26692         before entering the kernel for waitpid.
26694 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
26696         * NEWS: Fix note on clock function precision.  Text by Roland
26697         McGrath.
26699 2013-06-13  Roland McGrath  <roland@hack.frob.com>
26701         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
26702         it into place only when and if the sanity check passes.
26704 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
26706         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
26707         output for whether conversion result is exact.  Take argument
26708         indicating whether type is IBM long double.
26709         (round_for_all): Change need_exact field to ibm_ld.
26710         * stdlib/tst-strtod-round.c (struct exactness): New type.
26711         (struct test): Change bool ld_ok field to struct exactness exact.
26712         (TEST): Update all definitions for change to field.
26713         (tests): Regenerate array contents.
26714         (test_in_one_mode): Take pointer to new field instead of old ld_ok
26715         field value.  Check for IBM long double here.
26716         (do_test): Update calls to test_in_one_mode.
26718 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
26720         [BZ #12515]
26721         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
26722         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
26724 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26726         [BZ #15605]
26727         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
26728         generated by the compiler on loop optimizations.
26729         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
26730         general definitions.
26732 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
26734         * math/bug-nextafter.c: Include <math-tests.h>.
26735         (main): Only test for exceptions if EXCEPTION_TESTS is true for
26736         the relevant type.
26737         * math/bug-nexttoward.c: Include <math-tests.h>.
26738         (main): Only test for exceptions if EXCEPTION_TESTS is true for
26739         the relevant type.
26740         * math/test-misc.c: Include <math-tests.h>.
26741         (main): Only test for exceptions if EXCEPTION_TESTS is true for
26742         the relevant type.
26744 2013-06-12  Andreas Jaeger  <aj@suse.de>
26746         * po/ia.po: Update Interlingua translation from translation
26747         project.
26749 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
26751         * include/fenv.h: Include stdbool.h.
26752         (struct rm_ctx): New structure.
26753         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
26754         Define macro.
26755         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
26756         (SET_RESTORE_ROUNDF): Likewise.
26757         (SET_RESTORE_ROUNDL): Likewise.
26758         (SET_RESTORE_ROUND_NOEX): Likewise.
26759         (SET_RESTORE_ROUND_NOEXF): Likewise.
26760         (SET_RESTORE_ROUND_NOEXL): Likewise.
26761         (SET_RESTORE_ROUND_53BIT): Likewise.
26762         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
26763         (libc_feresetround_noexf_ctx): Likewise.
26764         (libc_feresetround_noexl_ctx): Likewise.
26765         (libc_feholdsetround_53bit_ctx): Likewise.
26766         (libc_feresetround_53bit_ctx): Likewise.
26767         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
26768         (libc_feholdexcept_setround_sse_ctx): New function.
26769         (libc_fesetenv_sse_ctx): Likewise.
26770         (libc_feupdateenv_sse_ctx): Likewise.
26771         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
26772         (libc_feholdexcept_setround_387_ctx): Likewise.
26773         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
26774         (libc_feholdsetround_387_prec_ctx): Likewise.
26775         (libc_feholdsetround_387_ctx): Likewise.
26776         (libc_feholdsetround_387_53bit_ctx): Likewise.
26777         (libc_feholdsetround_sse_ctx): Likewise.
26778         (libc_feresetround_sse_ctx): Likewise.
26779         (libc_feresetround_387_ctx): Likewise.
26780         (libc_feupdateenv_387_ctx): Likewise.
26781         (libc_feholdexcept_setroundf_ctx): Define macro.
26782         (libc_fesetenvf_ctx): Likewise.
26783         (libc_feupdateenvf_ctx): Likewise.
26784         (libc_feholdsetroundf_ctx): Likewise.
26785         (libc_feresetroundf_ctx): Likewise.
26786         (libc_feholdexcept_setround_ctx): Likewise.
26787         (libc_fesetenv_ctx): Likewise.
26788         (libc_feupdateenv_ctx): Likewise.
26789         (libc_feholdsetround_ctx): Likewise.
26790         (libc_feresetround_ctx): Likewise.
26791         (libc_feholdexcept_setroundl_ctx): Likewise.
26792         (libc_feupdateenvl_ctx): Likewise.
26793         (libc_feholdsetroundl_ctx): Likewise.
26794         (libc_feresetroundl_ctx): Likewise.
26795         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
26796         (libc_feresetround_53bit_ctx): Likewise.
26798 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26800         * locale/iso-639.def: Convert to UTF-8.
26802 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
26804         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
26805         (EXCEPTION_TESTS_double): Likewise.
26806         (EXCEPTION_TESTS_long_double): Likewise.
26807         (EXCEPTION_TESTS): Likewise.
26808         * math/libm-test.inc (test_exceptions): Only test exceptions if
26809         EXCEPTION_TESTS (FLOAT).
26811 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26813         * benchtests/Makefile (string-bench): Add strcpy_chk and
26814         stpcpy_chk.
26815         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
26816         * benchtests/bench-stpcpy_chk.c: New file.
26817         * benchtests/bench-strcpy_chk-ifunc.c: New file.
26818         * benchtests/bench-strcpy_chk.c: New file.
26819         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
26820         code.
26821         (do_test): Likewise.
26823 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26825         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
26826         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
26827         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
26828         with tabs where appropriate.
26829         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
26830         dl-procinfo.h.
26831         [PPC_PLATFORM_PPC440]: Likewise.
26832         [PPC_PLATFORM_PPC464]: Likewise.
26833         [PPC_PLATFORM_PPC476]: Likewise.
26834         (_dl_string_platform): Add support for detecting ppc405, ppc440,
26835         ppc464, and ppc476 platform strings merging from ports/
26836         dl-procinfo.h.
26838 2013-06-11  Andreas Schwab  <schwab@suse.de>
26840         [BZ #14991]
26841         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
26842         (from_ucs4_idx): Regenerate.
26843         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
26844         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
26845         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
26846         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
26847         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
26848         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
26849         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
26850         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
26851         from FROM_LOOP and TO_LOOP specific macros.
26852         (BODY): Handle combining characters.
26853         * iconvdata/BIG5HKSCS.irreversible: Update.
26854         * iconvdata/BIG5HKSCS.precomposed: New file.
26855         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
26856         characters.
26857         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
26859 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26861         * include/sys/time.h: Fix indentation and add copyright header.
26863         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
26864         (do_test): Likewise.
26865         * string/test-memchr.c (do_one_test): Likewise.
26866         (do_test): Likewise.
26867         * string/test-memcmp.c (do_one_test): Likewise.
26868         (do_test): Likewise.
26869         * string/test-memcpy.c (do_one_test): Likewise.
26870         (do_test): Likewise.
26871         * string/test-memmem.c (do_one_test): Likewise.
26872         (do_test): Likewise.
26873         (do_random_tests): Likewise.
26874         * string/test-memmove.c (do_one_test): Likewise.
26875         (do_test): Likewise.
26876         * string/test-memset.c (do_one_test): Likewise.
26877         (do_test): Likewise.
26878         * string/test-rawmemchr.c (do_one_test): Likewise.
26879         (do_test): Likewise.
26880         * string/test-strcasecmp.c (do_one_test): Likewise.
26881         (do_test): Likewise.
26882         * string/test-strcasestr.c (do_one_test): Likewise.
26883         (do_test): Likewise.
26884         * string/test-strcat.c (do_one_test): Likewise.
26885         (do_test): Likewise.
26886         * string/test-strchr.c (do_one_test): Likewise.
26887         (do_test): Likewise.
26888         * string/test-strcmp.c (do_one_test): Likewise.
26889         (do_test): Likewise.
26890         * string/test-strcpy.c (do_one_test): Likewise.
26891         (do_test): Likewise.
26892         * string/test-string.h: Likewise.
26893         (test_init): Likewise.
26894         * string/test-strlen.c (do_one_test): Likewise.
26895         (do_test): Likewise.
26896         * string/test-strncasecmp.c (do_one_test): Likewise.
26897         (do_test): Likewise.
26898         * string/test-strncat.c (do_one_test): Likewise.
26899         (do_test): Likewise.
26900         * string/test-strncmp.c (do_one_test): Likewise.
26901         (do_test_limit): Likewise.
26902         (do_test): Likewise.
26903         * string/test-strncpy.c (do_one_test): Likewise.
26904         (do_test): Likewise.
26905         * string/test-strnlen.c (do_one_test): Likewise.
26906         (do_test): Likewise.
26907         * string/test-strpbrk.c (do_one_test): Likewise.
26908         (do_test): Likewise.
26909         * string/test-strrchr.c (do_one_test): Likewise.
26910         (do_test): Likewise.
26911         * string/test-strspn.c (do_one_test): Likewise.
26912         (do_test): Likewise.
26913         * string/test-strstr.c (do_one_test): Likewise.
26914         (do_test): Likewise.
26916         * benchtests/Makefile (string-bench): Add string benchmarks.
26917         * benchtests/bench-bcopy-ifunc.c: New file.
26918         * benchtests/bench-bcopy.c: New file.
26919         * benchtests/bench-bzero-ifunc.c: New file.
26920         * benchtests/bench-bzero.c: New file.
26921         * benchtests/bench-memccpy-ifunc.c: New file.
26922         * benchtests/bench-memccpy.c: New file.
26923         * benchtests/bench-memchr-ifunc.c: New file.
26924         * benchtests/bench-memchr.c: New file.
26925         * benchtests/bench-memcmp-ifunc.c: New file.
26926         * benchtests/bench-memcmp.c: New file.
26927         * benchtests/bench-memmem-ifunc.c: New file.
26928         * benchtests/bench-memmem.c: New file.
26929         * benchtests/bench-memmove-ifunc.c: New file.
26930         * benchtests/bench-memmove.c: New file.
26931         * benchtests/bench-mempcpy-ifunc.c: New file.
26932         * benchtests/bench-mempcpy.c: New file.
26933         * benchtests/bench-memset-ifunc.c: New file.
26934         * benchtests/bench-memset.c: New file.
26935         * benchtests/bench-rawmemchr-ifunc.c: New file.
26936         * benchtests/bench-rawmemchr.c: New file.
26937         * benchtests/bench-stpcpy-ifunc.c: New file.
26938         * benchtests/bench-stpcpy.c: New file.
26939         * benchtests/bench-stpncpy-ifunc.c: New file.
26940         * benchtests/bench-stpncpy.c: New file.
26941         * benchtests/bench-strcasecmp-ifunc.c: New file.
26942         * benchtests/bench-strcasecmp.c: New file.
26943         * benchtests/bench-strcasestr-ifunc.c: New file.
26944         * benchtests/bench-strcasestr.c: New file.
26945         * benchtests/bench-strcat-ifunc.c: New file.
26946         * benchtests/bench-strcat.c: New file.
26947         * benchtests/bench-strchr-ifunc.c: New file.
26948         * benchtests/bench-strchr.c: New file.
26949         * benchtests/bench-strchrnul-ifunc.c: New file.
26950         * benchtests/bench-strchrnul.c: New file.
26951         * benchtests/bench-strcmp-ifunc.c: New file.
26952         * benchtests/bench-strcmp.c: New file.
26953         * benchtests/bench-strcpy-ifunc.c: New file.
26954         * benchtests/bench-strcpy.c: New file.
26955         * benchtests/bench-strcspn-ifunc.c: New file.
26956         * benchtests/bench-strcspn.c: New file.
26957         * benchtests/bench-strlen-ifunc.c: New file.
26958         * benchtests/bench-strlen.c: New file.
26959         * benchtests/bench-strncasecmp-ifunc.c: New file.
26960         * benchtests/bench-strncasecmp.c: New file.
26961         * benchtests/bench-strncat-ifunc.c: New file.
26962         * benchtests/bench-strncat.c: New file.
26963         * benchtests/bench-strncmp-ifunc.c: New file.
26964         * benchtests/bench-strncmp.c: New file.
26965         * benchtests/bench-strncpy-ifunc.c: New file.
26966         * benchtests/bench-strncpy.c: New file.
26967         * benchtests/bench-strnlen-ifunc.c: New file.
26968         * benchtests/bench-strnlen.c: New file.
26969         * benchtests/bench-strpbrk-ifunc.c: New file.
26970         * benchtests/bench-strpbrk.c: New file.
26971         * benchtests/bench-strrchr-ifunc.c: New file.
26972         * benchtests/bench-strrchr.c: New file.
26973         * benchtests/bench-strspn-ifunc.c: New file.
26974         * benchtests/bench-strspn.c: New file.
26975         * benchtests/bench-strstr-ifunc.c: New file.
26976         * benchtests/bench-strstr.c: New file.
26978         * benchtests/Makefile: Disable parallel execution of targets.
26979         (string-bench): Add memcpy.
26980         (benchset): New variable to store a list of benchmark sets.
26981         (bench-func): Renamed from bench.
26982         (bench-set): New target.
26983         (bench): Depend on bench-func and bench-set.
26984         * benchtests/README: Add section on benchmark sets.
26985         * benchtests/bench-memcpy-ifunc.c: New file.
26986         * benchtests/bench-memcpy.c: New file.
26987         * benchtests/bench-string.h: New file.
26989 2013-06-11  Andreas Schwab  <schwab@suse.de>
26991         [BZ #15577]
26992         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
26993         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
26994         values in the triple.
26995         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
26996         terminator in the group key.
26998 2013-06-11  Andreas Jaeger  <aj@suse.de>
27000         * po/zh_TW.po: Update Chinese (traditional) translation from
27001         translation project.
27003 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27005         * include/time.h (__clock_gettime): Add libc_hidden_proto.
27006         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
27007         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
27008         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
27009         (clock_getcpuclockid): Likewise.
27010         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
27011         Add weak_alias and libc_hidden_def.
27012         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
27013         * rt/clock_gettime.c (clock_gettime): Rename to
27014         __clock_gettime.  Add weak_alias and libc_hidden_def.
27015         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
27016         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
27017         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
27018         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
27019         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
27020         Likewise.
27021         * rt/clock_settime.c (clock_settime): Rename to
27022         __clock_settime.  Add weak_alias and libc_hidden_def.
27023         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
27025 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
27027         * mach/err_boot.sub: Remove trailing whitespace.
27028         * mach/err_ipc.sub: Likewise.
27029         * mach/err_mach.sub: Likewise.
27031         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
27032         (ROUNDING_TESTS_double): Likewise.
27033         (ROUNDING_TESTS_long_double): Likewise.
27034         (ROUNDING_TESTS): Likewise.
27035         * math/libm-test.inc: Include <math-tests.h>.
27036         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
27037         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
27038         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
27039         (IF_ROUND_INIT_FE_UPWARD): Likewise.
27041 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
27043         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
27044         of assigning.
27046 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
27048         * sysdeps/gnu/errlist.awk: Do not generate space at end of
27049         otherwise empty TRANS lines.
27050         * sysdeps/gnu/errlist.c: Regenerated.
27052         * catgets/gencat.c (error_print): Use (void) in function
27053         definition.
27054         * crypt/crypt_util.c (__init_des): Likewise.
27055         * crypt/speeds.c (Stop): Likewise.
27056         (main): Likewise.
27057         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
27058         * inet/ruserpass.c (token): Likewise.
27059         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
27060         * intl/localealias.c (extend_alias_table): Likewise.
27061         * intl/plural-exp.c (init_germanic_plural): Likewise.
27062         * libio/fcloseall.c (__fcloseall): Likewise.
27063         * libio/genops.c (_IO_flush_all): Likewise.
27064         (_IO_flush_all_linebuffered): Likewise.
27065         (_IO_cleanup): Likewise.
27066         (_IO_iter_begin): Likewise.
27067         (_IO_iter_end): Likewise.
27068         (_IO_list_lock): Likewise.
27069         (_IO_list_unlock): Likewise.
27070         (_IO_list_resetlock): Likewise.
27071         * libio/getchar.c (getchar): Likewise.
27072         * libio/getchar_u.c (getchar_unlocked): Likewise.
27073         * libio/getwchar.c (getwchar): Likewise.
27074         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
27075         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
27076         * login/getpt.c (__getpt): Likewise.
27077         * login/tst-utmp.c (main): Likewise.
27078         * malloc/hooks.c (__malloc_check_init): Likewise.
27079         * malloc/malloc.c (__malloc_stats): Likewise.
27080         * malloc/mtrace.c (tr_break): Likewise.
27081         (mtrace): Likewise.
27082         (muntrace): Likewise.
27083         * misc/fstab.c (endfsent): Likewise.
27084         * misc/getclktck.c (__getclktck): Likewise.
27085         * misc/getdtsz.c (__getdtablesize): Likewise.
27086         * misc/gethostid.c (gethostid): Likewise.
27087         * misc/getpagesize.c (__getpagesize): Likewise.
27088         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
27089         (__get_nprocs): Likewise.
27090         (__get_phys_pages): Likewise.
27091         (__get_avphys_pages): Likewise.
27092         * misc/getttyent.c (getttyent): Likewise.
27093         (setttyent): Likewise.
27094         (endttyent): Likewise.
27095         * misc/getusershell.c (getusershell): Likewise.
27096         (endusershell): Likewise.
27097         (setusershell): Likewise.
27098         (initshells): Likewise.
27099         * misc/hsearch.c (__hdestroy): Likewise.
27100         * misc/sync.c (sync): Likewise.
27101         * misc/syslog.c (closelog_internal): Likewise.
27102         (closelog): Likewise.
27103         * misc/ttyslot.c (ttyslot): Likewise.
27104         * misc/vhangup.c (vhangup): Likewise.
27105         * posix/fork.c (__fork): Likewise.
27106         * posix/getegid.c (__getegid): Likewise.
27107         * posix/geteuid.c (__geteuid): Likewise.
27108         * posix/getgid.c (__getgid): Likewise.
27109         * posix/getpid.c (__getpid): Likewise.
27110         * posix/getppid.c (__getppid): Likewise.
27111         * posix/getuid.c (__getuid): Likewise.
27112         * posix/pause.c (pause): Likewise.
27113         * posix/setpgrp.c (setpgrp): Likewise.
27114         * posix/setsid.c (__setsid): Likewise.
27115         * posix/test-vfork.c (noop): Likewise.
27116         * resolv/gethnamaddr.c (_endhtent): Likewise.
27117         (_gethtent): Likewise.
27118         (ht_endhostent): Likewise.
27119         (gethostent): Likewise.
27120         (dns_service): Likewise.
27121         * stdlib/drand48.c (drand48): Likewise.
27122         * stdlib/lrand48.c (lrand48): Likewise.
27123         * stdlib/mrand48.c (mrand48): Likewise.
27124         * stdlib/rand.c (rand): Likewise.
27125         * stdlib/random.c (__random): Likewise.
27126         * stdlib/setenv.c (clearenv): Likewise.
27127         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
27128         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
27129         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
27130         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
27131         (__get_nprocs): Likewise.
27132         (__get_phys_pages): Likewise.
27133         (__get_avphys_pages): Likewise.
27134         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
27135         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
27136         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
27137         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
27138         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
27139         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
27140         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
27141         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
27142         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
27143         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
27144         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
27145         * sysdeps/mach/hurd/sync.c (sync): Likewise.
27146         * sysdeps/posix/clock.c (clock): Likewise.
27147         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
27148         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
27149         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
27150         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
27151         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
27152         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
27153         (__get_nprocs_conf): Likewise.
27154         (__get_phys_pages): Likewise.
27155         (__get_avphys_pages): Likewise.
27156         * time/clock.c (clock): Likewise.
27157         * time/tzset.c (__tzname_max): Likewise.
27159 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
27161         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
27162         (__bswap_32): Do not use "register".
27163         * crypt/crypt.c (_ufc_doit_r): Likewise.
27164         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
27165         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
27166         * gmon/gmon.c (__monstartup): Likewise.
27167         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
27168         * hurd/hurdmalloc.c (more_memory): Likewise.
27169         (malloc): Likewise.
27170         (free): Likewise.
27171         (realloc): Likewise.
27172         (malloc_fork_prepare): Likewise.
27173         (malloc_fork_parent): Likewise.
27174         (malloc_fork_child): Likewise.
27175         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
27176         (_svcauth_des): Likewise.
27177         * inet/inet_lnaof.c (inet_lnaof): Likewise.
27178         * inet/inet_net.c (inet_network): Likewise.
27179         * inet/inet_netof.c (inet_netof): Likewise.
27180         * inet/rcmd.c (__validuser2_sa): Likewise.
27181         * io/fts.c (fts_open): Likewise.
27182         (fts_load): Likewise.
27183         (fts_close): Likewise.
27184         (fts_read): Likewise.
27185         (fts_children): Likewise.
27186         (fts_build): Likewise.
27187         (fts_stat): Likewise.
27188         (fts_sort): Likewise.
27189         (fts_alloc): Likewise.
27190         (fts_lfree): Likewise.
27191         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
27192         (_IO_file_xsgetn): Likewise.
27193         (_IO_file_xsgetn_mmap): Likewise.
27194         * libio/iofopncook.c (_IO_cookie_read): Likewise.
27195         (_IO_cookie_write): Likewise.
27196         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
27197         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
27198         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
27199         * malloc/obstack.c (_obstack_begin): Likewise.
27200         (_obstack_begin_1): Likewise.
27201         (_obstack_newchunk): Likewise.
27202         (_obstack_allocated_p): Likewise.
27203         (obstack_free): Likewise.
27204         (_obstack_memory_used): Likewise.
27205         * misc/getttyent.c (getttynam): Likewise.
27206         (getttyent): Likewise.
27207         (skip): Likewise.
27208         (value): Likewise.
27209         * misc/getusershell.c (initshells): Likewise.
27210         * misc/syslog.c (__vsyslog_chk): Likewise.
27211         * misc/ttyslot.c (ttyslot): Likewise.
27212         * nis/nis_hash.c (__nis_hash): Likewise.
27213         * posix/fnmatch_loop.c (FCT): Likewise.
27214         * posix/getconf.c (print_all): Likewise.
27215         (main): Likewise.
27216         * posix/getopt.c (exchange): Likewise.
27217         * posix/glob.c (globfree): Likewise.
27218         (prefix_array): Likewise.
27219         (__glob_pattern_type): Likewise.
27220         * resolv/arpa/nameser.h (NS_GET16): Likewise.
27221         (NS_GET32): Likewise.
27222         (NS_PUT16): Likewise.
27223         (NS_PUT32): Likewise.
27224         * resolv/gethnamaddr.c (getanswer): Likewise.
27225         (gethostbyname2): Likewise.
27226         (gethostbyaddr): Likewise.
27227         (_gethtent): Likewise.
27228         (_gethtbyname2): Likewise.
27229         (_gethtbyaddr): Likewise.
27230         * resolv/ns_print.c (dst_s_get_int16): Likewise.
27231         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
27232         * resolv/res_init.c (__res_vinit): Likewise.
27233         (net_mask): Likewise.
27234         * resolv/res_mkquery.c (outchar): Likewise.
27235         (PRINT): Likewise.
27236         * stdio-common/printf_fp.c (outchar): Likewise.
27237         (PRINT): Likewise.
27238         * stdio-common/printf_fphex.c (outchar): Likewise.
27239         (PRINT): Likewise.
27240         * stdio-common/printf_size.c (outchar): Likewise.
27241         (PRINT): Likewise.
27242         * stdio-common/test_rdwr.c (main): Likewise.
27243         * stdio-common/tfformat.c (matches): Likewise.
27244         * stdio-common/vfprintf.c (outchar): Likewise.
27245         (printf_unknown): Likewise.
27246         (buffered_vfprintf): Likewise.
27247         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
27248         * stdio-common/xbug.c (AppendToBuffer): Likewise.
27249         (ReadFile): Likewise.
27250         * stdlib/qsort.c (SWAP): Likewise.
27251         (_quicksort): Likewise.
27252         * stdlib/setenv.c (__add_to_environ): Likewise.
27253         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
27254         * stdlib/strtol_l.c (__strtol_l): Likewise.
27255         * stdlib/tst-strtod.c (main): Likewise.
27256         * stdlib/tst-strtol.c (main): Likewise.
27257         * stdlib/tst-strtoll.c (main): Likewise.
27258         * string/bits/string2.h (__strcmp_cc): Likewise.
27259         (__strcmp_cg): Likewise.
27260         (__strcspn_c1): Likewise.
27261         (__strcspn_c2): Likewise.
27262         (__strcspn_c3): Likewise.
27263         (__strspn_c1): Likewise.
27264         (__strspn_c2): Likewise.
27265         (__strspn_c3): Likewise.
27266         (__strsep_1c): Likewise.
27267         (__strsep_2c): Likewise.
27268         (__strsep_3c): Likewise.
27269         * string/memccpy.c (__memccpy): Likewise.
27270         * string/stpcpy.c (__stpcpy): Likewise.
27271         * string/strcmp.c (strcmp): Likewise.
27272         * string/strrchr.c (strrchr): Likewise.
27273         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
27274         Likewise.
27275         * sysdeps/mach/hurd/getcwd.c
27276         (_hurd_canonicalize_directory_name_internal): Likewise.
27277         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
27278         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
27279         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
27280         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
27281         Likewise, in both definitions.
27282         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
27283         definitions.
27284         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
27285         64] (__bswap_64): Likewise.
27286         * time/test_time.c (main): Likewise.
27287         * time/tzfile.c (__tzfile_read): Likewise.
27288         (__tzfile_compute): Likewise.
27289         * time/tzset.c (__tzset_parse_tz): Likewise.
27290         (tzset_internal): Likewise.
27291         (compute_change): Likewise.
27292         * wcsmbs/wcscat.c (__wcscat): Likewise.
27293         * wcsmbs/wcschr.c (wcschr): Likewise.
27294         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
27295         * wcsmbs/wcscspn.c (wcscspn): Likewise.
27296         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
27297         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
27298         * wcsmbs/wcsspn.c (wcsspn): Likewise.
27299         * wcsmbs/wcsstr.c (wcsstr): Likewise.
27300         * wcsmbs/wmemchr.c (wmemchr): Likewise.
27301         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
27302         * wcsmbs/wmemset.c (wmemset): Likewise.
27304 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
27306         * scripts/config.guess: Update to version 2013-05-16.
27307         * scripts/config.sub: Update to version 2013-04-24.
27308         * scripts/install-sh: Update to version 2011-11-20.07.
27309         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
27310         * scripts/move-if-change: Update to version 2012-01-06 07:23.
27312 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
27314         * debug/fgetws_u_chk.c: Fix leading whitespaces.
27315         * elf/sln.c: Likewise.
27316         * hurd/hurd/ioctl.h: Likewise.
27317         * hurd/hurdmalloc.c: Likewise.
27318         * hurd/xattr.c: Likewise.
27319         * include/shlib-compat.h: Likewise.
27320         * inet/ruserpass.c: Likewise.
27321         * libio/iofgets_u.c: Likewise.
27322         * libio/iofgetws_u.c: Likewise.
27323         * locale/programs/ld-identification.c: Likewise.
27324         * locale/programs/ld-time.c: Likewise.
27325         * mach/msg-destroy.c: Likewise.
27326         * nss/nss_files/files-netgrp.c: Likewise.
27327         * resolv/res_data.c: Likewise.
27328         * soft-fp/op-1.h: Likewise.
27329         * soft-fp/op-2.h: Likewise.
27330         * soft-fp/op-4.h: Likewise.
27331         * soft-fp/op-common.h: Likewise.
27332         * stdio-common/printf_fphex.c: Likewise.
27333         * stdlib/strtod_l.c: Likewise.
27334         * sunrpc/rpc/clnt.h: Likewise.
27335         * sysdeps/generic/framestate.c: Likewise.
27336         * sysdeps/i386/bsd-_setjmp.S: Likewise.
27337         * sysdeps/i386/bsd-setjmp.S: Likewise.
27338         * sysdeps/i386/__longjmp.S: Likewise.
27339         * sysdeps/i386/setjmp.S: Likewise.
27340         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
27341         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
27342         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
27343         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
27344         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
27345         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
27346         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
27347         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
27348         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
27349         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
27350         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
27351         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
27352         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
27353         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
27354         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
27355         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
27356         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
27357         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
27358         * sysdeps/ieee754/support.c: Likewise.
27359         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
27360         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
27361         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
27362         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
27363         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
27364         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
27365         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
27366         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
27367         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
27368         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
27369         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
27370         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
27371         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
27372         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
27373         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
27374         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
27375         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
27376         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
27378 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
27380         * posix/transbug.c: Remove executable mode.
27382 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
27384         * crypt/speeds.c: Remove trailing whitespace.
27385         * dlfcn/default.c: Likewise.
27386         * elf/ifuncdep2.c: Likewise.
27387         * elf/ifuncmain1.c: Likewise.
27388         * elf/ifuncmain1vis.c: Likewise.
27389         * elf/testobj.h: Likewise.
27390         * elf/tst-stackguard1.c: Likewise.
27391         * gmon/sys/gmon.h: Likewise.
27392         * hurd/hurdmsg.c: Likewise.
27393         * hurd/new-fd.c: Likewise.
27394         * hurd/ports-get.c: Likewise.
27395         * iconvdata/ibm1008_420.c: Likewise.
27396         * inet/tst-getni1.c: Likewise.
27397         * inet/tst-getni2.c: Likewise.
27398         * libio/ioungetc.c: Likewise.
27399         * libio/wfiledoalloc.c: Likewise.
27400         * manual/libm-err-tab.pl: Likewise.
27401         * math/w_dremf.c: Likewise.
27402         * misc/ftruncate.c: Likewise.
27403         * posix/bug-glob2.c: Likewise.
27404         * posix/tst-pcre.c: Likewise.
27405         * posix/wait4.c: Likewise.
27406         * resolv/README: Likewise.
27407         * resolv/res_debug.h: Likewise.
27408         * resolv/tst-inet_ntop.c: Likewise.
27409         * setjmp/bug269-setjmp.c: Likewise.
27410         * soft-fp/extended.h: Likewise.
27411         * soft-fp/op-1.h: Likewise.
27412         * soft-fp/op-2.h: Likewise.
27413         * soft-fp/op-4.h: Likewise.
27414         * soft-fp/op-8.h: Likewise.
27415         * soft-fp/testit.c: Likewise.
27416         * stdio-common/bug16.c: Likewise.
27417         * stdlib/random.c: Likewise.
27418         * sunrpc/rpcsvc/rquota.x: Likewise.
27419         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
27420         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
27421         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
27422         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
27423         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
27424         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
27425         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
27426         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
27427         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
27428         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
27429         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
27430         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
27431         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
27432         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
27433         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
27434         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
27435         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
27436         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
27437         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
27438         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
27439         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
27440         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
27441         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
27442         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
27443         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
27444         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
27445         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
27446         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
27447         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
27448         * sysdeps/ieee754/s_lib_version.c: Likewise.
27449         * sysdeps/mach/hurd/check_fds.c: Likewise.
27450         * sysdeps/mach/hurd/getsockname.c: Likewise.
27451         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
27452         * sysdeps/mach/hurd/recvfrom.c: Likewise.
27453         * sysdeps/powerpc/bits/link.h: Likewise.
27454         * sysdeps/powerpc/dl-procinfo.c: Likewise.
27455         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
27456         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
27457         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
27458         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
27459         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
27460         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
27461         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
27462         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
27463         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
27464         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
27465         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
27466         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
27467         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
27468         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
27469         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
27470         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
27471         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
27472         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
27473         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
27474         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
27475         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
27476         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
27477         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
27478         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
27479         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
27480         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
27481         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
27482         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
27483         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
27484         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
27485         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
27486         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
27487         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
27488         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
27489         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
27490         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
27491         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
27492         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
27493         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
27494         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
27495         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
27496         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
27497         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
27498         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
27499         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
27500         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
27501         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
27502         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
27503         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
27504         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
27505         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
27506         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
27507         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
27508         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
27509         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
27510         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
27511         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
27512         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
27513         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
27514         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
27515         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
27516         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
27517         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
27518         * sysdeps/powerpc/sysdep.h: Likewise.
27519         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
27520         * sysdeps/s390/s390-64/sub_n.S: Likewise.
27521         * sysdeps/sh/dl-trampoline.S: Likewise.
27522         * sysdeps/sh/memset.S: Likewise.
27523         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
27524         * sysdeps/sh/strlen.S: Likewise.
27525         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
27526         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
27527         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
27528         * sysdeps/sparc/sparc32/rem.S: Likewise.
27529         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
27530         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
27531         * sysdeps/sparc/sparc32/strchr.S: Likewise.
27532         * sysdeps/sparc/sparc32/udiv.S: Likewise.
27533         * sysdeps/sparc/sparc32/urem.S: Likewise.
27534         * sysdeps/sparc/sparc64/add_n.S: Likewise.
27535         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
27536         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
27537         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
27538         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
27539         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
27540         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
27541         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
27542         * sysdeps/unix/bsd/times.c: Likewise.
27543         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
27544         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
27545         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
27546         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
27547         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
27548         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
27549         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
27550         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
27551         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
27552         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
27553         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
27554         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
27555         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
27556         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
27557         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
27558         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
27559         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
27560         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
27561         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
27562         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
27563         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
27564         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
27565         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
27566         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
27567         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
27568         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
27569         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
27570         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
27571         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
27572         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
27573         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
27574         * sysdeps/x86_64/strcspn.S: Likewise.
27576 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27578         * locale/C-translit.h: Revert #include <stdint.h> because this is a
27579         generated file.  Regenerate properly from gen-translit.pl.
27580         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
27581         locale/C-translit.h.
27583 2013-06-05  Andreas Schwab  <schwab@suse.de>
27585         [BZ #15100]
27586         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
27587         week as 6 instead of -1.
27588         * time/tst-strptime.c (day_tests): Add test case.
27590 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
27592         * sysdeps/generic/math_private.h
27593         (libc_feholdexcept_setround_53bit): Replace with
27594         libc_feholdsetround_53bit.
27595         (libc_feupdateenv_53bit): Replace with
27596         libc_feresetround_53bit.
27597         (SET_RESTORE_ROUND_53BIT): Adjust.
27599 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
27601         * string/test-strchrnul.c: Add copyright header.
27603         * posix/tst-getaddrinfo4.c: Increase test timeout.
27605 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
27607         [BZ #15536]
27608         * math/libm-test.inc (MAX_EXP): Remove
27609         (MIN_EXP): Define.
27610         (ulp): Use MIN_EXP - MANT_DIG.
27611         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
27613 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
27615         * po/be.po: Revert last change.
27616         * po/zh_CN.po: Likewise.
27617         * po/header.pot: Likewise.
27619 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
27621         * Makefile ($(common-objpfx)linkobj/libc.so): Define
27622         link-libc-deps to empty as target-specific variable.
27623         * Makerules (link-libc-args): New variable.
27624         (libc-for-link): Likewise.
27625         (link-libc-deps): Likewise.
27626         (lib%.so): Depend on $(link-libc-deps).  Link with
27627         $(link-libc-args).
27628         (build-module): Link with $(link-libc-args).
27629         (build-module-asneeded): Likewise.
27630         (build-module-helper-objlist): Filter out $(link-libc-deps) from
27631         list of objects.
27632         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
27633         target-specific variable.
27634         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
27635         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
27636         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
27637         libc.
27638         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
27639         libc and ld.so.
27640         ($(objpfx)libpcprofile.so): Likewise.
27641         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
27642         libc_nonshared.a.
27643         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
27644         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
27645         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
27646         $(link-libc-deps).
27647         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
27648         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
27649         * login/Makefile ($(objpfx)libutil.so): Likewise.
27650         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
27651         * math/Makefile ($(objpfx)libm.so): Likewise.
27652         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
27653         $(objpfx)libnsl.so): Define libc-for-link as target-specific
27654         variable instead of depending directly on libc.
27655         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
27656         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
27657         $(link-libc-deps).
27658         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
27659         libc.
27660         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
27661         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
27662         ($(objpfx)libanl.so): Likewise.
27663         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
27664         ld.so.
27665         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
27666         $(link-libc-deps).
27667         * sysdeps/i386/fpu/Makefile: Remove file.
27668         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
27669         ($(objpfx)libm.so): Remove dependency on ld.so.
27671 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
27673         [BZ # 15553]
27674         * nis/yp_xdr.c (XDRMAXNAME): Define.
27675         (XDRMAXRECORD): Define.
27676         (xdr_domainname): Use XDRMAXNAME.
27677         (xdr_mapname): Likewise.
27678         (xdr_peername): Likewise.
27679         (xdr_keydat): Use XDRMAXRECORD.
27680         (xdr_valdat): Likewise.
27682 2013-05-30  Jeff Law  <law@redhat.com>
27684         [BZ #14256]
27685         * manual/errno.texi (ESTALE): Update to account for more than
27686         just NFS file systems.
27687         * sysdeps/gnu/errlist.c: Regenerated.
27689 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
27691         [BZ #15465]
27692         * elf/Makefile (tests): Add tst-null-argv.
27693         (modules-names):  Add tst-null-argv-lib.
27694         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
27695         (tst-null-argv-ENV): Set environment for tst-null-argv.
27696         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
27697         (RTLD_PROGNAME): New macro.
27698         * elf/tst-null-argv.c: New test case.
27699         * elf/tst-null-argv-lib.c: Library for test case.
27700         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
27701         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
27702         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
27703         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
27704         * elf/dl-init.c (call_init): Likewise.
27705         (_dl_init): Likewise.
27706         * elf/dl-load.c (print_search_path): Likewise.
27707         (_dl_map_object): Likewise.
27708         * elf/dl-lookup.c (do_lookup_x): Likewise.
27709         (add_dependency): Likewise.
27710         (_dl_lookup_symbol_x): Likewise.
27711         (_dl_debug_bindings): Likewise.
27712         * elf/dl-open.c (_dl_show_scope): Likewise.
27713         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
27714         * elf/dl-version.c (match_symbol): Likewise.
27715         (_dl_check_map_versions): Likewise.
27716         * elf/rtld.c (dl_main): Likewise.
27717         (print_unresolved): Use RTLD_PROGNAME.
27718         (print_missing_version): Likewise.
27719         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
27720         (elf_machine_rela): Likewise.
27721         * sysdeps/powerpc/powerpc32/dl-machine.c
27722         (__process_machine_rela): Likewise.
27723         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
27724         Likewise.
27725         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
27726         Likewise.
27727         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
27728         Likewise.
27729         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
27730         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
27731         Likewise.
27732         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
27733         Likewise.
27734         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
27736 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
27738         * po/be.po: Add descriptive title.
27739         * po/zh_CN.po: Likewise.
27740         * po/header.pot: Likewise.
27742 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
27744         * locale/programs/locarchive.c (create_archive): Inlucde fname in
27745         error message.
27746         (enlarge_archive): Likewise.
27748 2013-05-28  Ben North  <ben@redfrontdoor.org>
27750         * manual/arith.texi (frexp): It is the magnitude of the return
27751         value which lies in [0.5, 1), not the return value itself.
27753 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27755         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27757 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
27759         * stdio-common/bug26.c (main): Correct fscanf template.
27761         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
27762         declare _dl_skip_args.
27764         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
27765         Don't declare.
27767         * manual/platform.texi: Add missing @end deftypefun.
27769 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
27771         [BZ #15529]
27772         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
27773         bit of mantissa of 2^16382.
27774         * math/libm-test.inc (hypot_test_data): Add more tests.
27776         * math/libm-test.inc: Add drem and pow10 to list of tested
27777         functions.
27778         (pow10_test): New function.
27779         (drem_test): Likewise.
27780         (drem_test_tonearest): Likewise.
27781         (drem_test_towardzero): Likewise.
27782         (drem_test_downward): Likewise.
27783         (drem_test_upward): Likewise.
27784         (main): Call the new functions.
27786         * math/libm-test.inc (finite_test_data): Remove.
27787         (finite_test): Run tests from isfinite_test_data.
27788         (gamma_test_data): Remove.
27789         (gamma_test): Run tests from lgamma_test_data.
27790         * sysdeps/i386/fpu/libm-test-ulps: Update.
27791         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27793 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27795         * manual/platform.texi: Add PowerPC PPR function set documentation.
27796         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
27797         implementation.
27799 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
27801         * math/libm-test.inc (MAX_EXP): Define.
27802         (ULPDIFF): Define.
27803         (ulp): New function.
27804         (check_float_internal): Use ULPDIFF.
27805         (cpow_test): Disable failing test.
27806         (check_ulp): Test ulp() implemetnation.
27807         (main): Call check_ulp before starting tests.
27809 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
27811         * math/gen-libm-test.pl (generate_testfile): Do not handle
27812         START_DATA and END_DATA.
27813         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
27814         END_DATA.
27815         (acos_tonearest_test_data): Likewise.
27816         (acos_towardzero_test_data): Likewise.
27817         (acos_downward_test_data): Likewise.
27818         (acos_upward_test_data): Likewise.
27819         (acosh_test_data): Likewise.
27820         (asin_test_data): Likewise.
27821         (asin_tonearest_test_data): Likewise.
27822         (asin_towardzero_test_data): Likewise.
27823         (asin_downward_test_data): Likewise.
27824         (asin_upward_test_data): Likewise.
27825         (asinh_test_data): Likewise.
27826         (atan_test_data): Likewise.
27827         (atanh_test_data): Likewise.
27828         (atan2_test_data): Likewise.
27829         (cabs_test_data): Likewise.
27830         (cacos_test_data): Likewise.
27831         (cacosh_test_data): Likewise.
27832         (carg_test_data): Likewise.
27833         (casin_test_data): Likewise.
27834         (casinh_test_data): Likewise.
27835         (catan_test_data): Likewise.
27836         (catanh_test_data): Likewise.
27837         (cbrt_test_data): Likewise.
27838         (ccos_test_data): Likewise.
27839         (ccosh_test_data): Likewise.
27840         (ceil_test_data): Likewise.
27841         (cexp_test_data): Likewise.
27842         (cimag_test_data): Likewise.
27843         (clog_test_data): Likewise.
27844         (clog10_test_data): Likewise.
27845         (conj_test_data): Likewise.
27846         (copysign_test_data): Likewise.
27847         (cos_test_data): Likewise.
27848         (cos_tonearest_test_data): Likewise.
27849         (cos_towardzero_test_data): Likewise.
27850         (cos_downward_test_data): Likewise.
27851         (cos_upward_test_data): Likewise.
27852         (cosh_test_data): Likewise.
27853         (cosh_tonearest_test_data): Likewise.
27854         (cosh_towardzero_test_data): Likewise.
27855         (cosh_downward_test_data): Likewise.
27856         (cosh_upward_test_data): Likewise.
27857         (cpow_test_data): Likewise.
27858         (cproj_test_data): Likewise.
27859         (creal_test_data): Likewise.
27860         (csin_test_data): Likewise.
27861         (csinh_test_data): Likewise.
27862         (csqrt_test_data): Likewise.
27863         (ctan_test_data): Likewise.
27864         (ctan_tonearest_test_data): Likewise.
27865         (ctan_towardzero_test_data): Likewise.
27866         (ctan_downward_test_data): Likewise.
27867         (ctan_upward_test_data): Likewise.
27868         (ctanh_test_data): Likewise.
27869         (ctanh_tonearest_test_data): Likewise.
27870         (ctanh_towardzero_test_data): Likewise.
27871         (ctanh_downward_test_data): Likewise.
27872         (ctanh_upward_test_data): Likewise.
27873         (erf_test_data): Likewise.
27874         (erfc_test_data): Likewise.
27875         (exp_test_data): Likewise.
27876         (exp_tonearest_test_data): Likewise.
27877         (exp_towardzero_test_data): Likewise.
27878         (exp_downward_test_data): Likewise.
27879         (exp_upward_test_data): Likewise.
27880         (exp10_test_data): Likewise.
27881         (exp2_test_data): Likewise.
27882         (expm1_test_data): Likewise.
27883         (fabs_test_data): Likewise.
27884         (fdim_test_data): Likewise.
27885         (finite_test_data): Likewise.
27886         (floor_test_data): Likewise.
27887         (fma_test_data): Likewise.
27888         (fma_towardzero_test_data): Likewise.
27889         (fma_downward_test_data): Likewise.
27890         (fma_upward_test_data): Likewise.
27891         (fmax_test_data): Likewise.
27892         (fmin_test_data): Likewise.
27893         (fmod_test_data): Likewise.
27894         (fpclassify_test_data): Likewise.
27895         (frexp_test_data): Likewise.
27896         (gamma_test_data): Likewise.
27897         (hypot_test_data): Likewise.
27898         (ilogb_test_data): Likewise.
27899         (isfinite_test_data): Likewise.
27900         (isgreater_test_data): Likewise.
27901         (isgreaterequal_test_data): Likewise.
27902         (isinf_test_data): Likewise.
27903         (isless_test_data): Likewise.
27904         (islessequal_test_data): Likewise.
27905         (islessgreater_test_data): Likewise.
27906         (isnan_test_data): Likewise.
27907         (isnormal_test_data): Likewise.
27908         (issignaling_test_data): Likewise.
27909         (isunordered_test_data): Likewise.
27910         (j0_test_data): Likewise.
27911         (j1_test_data): Likewise.
27912         (jn_test_data): Likewise.
27913         (ldexp_test_data): Likewise.
27914         (lgamma_test_data): Likewise.
27915         (lrint_test_data): Likewise.
27916         (lrint_tonearest_test_data): Likewise.
27917         (lrint_towardzero_test_data): Likewise.
27918         (lrint_downward_test_data): Likewise.
27919         (lrint_upward_test_data): Likewise.
27920         (llrint_test_data): Likewise.
27921         (llrint_tonearest_test_data): Likewise.
27922         (llrint_towardzero_test_data): Likewise.
27923         (llrint_downward_test_data): Likewise.
27924         (llrint_upward_test_data): Likewise.
27925         (log_test_data): Likewise.
27926         (log10_test_data): Likewise.
27927         (log1p_test_data): Likewise.
27928         (log2_test_data): Likewise.
27929         (logb_test_data): Likewise.
27930         (logb_downward_test_data): Likewise.
27931         (lround_test_data): Likewise.
27932         (llround_test_data): Likewise.
27933         (modf_test_data): Likewise.
27934         (nearbyint_test_data): Likewise.
27935         (nextafter_test_data): Likewise.
27936         (nexttoward_test_data): Likewise.
27937         (pow_test_data): Likewise.
27938         (pow_tonearest_test_data): Likewise.
27939         (pow_towardzero_test_data): Likewise.
27940         (pow_downward_test_data): Likewise.
27941         (pow_upward_test_data): Likewise.
27942         (remainder_test_data): Likewise.
27943         (remainder_tonearest_test_data): Likewise.
27944         (remainder_towardzero_test_data): Likewise.
27945         (remainder_downward_test_data): Likewise.
27946         (remainder_upward_test_data): Likewise.
27947         (remquo_test_data): Likewise.
27948         (rint_test_data): Likewise.
27949         (rint_tonearest_test_data): Likewise.
27950         (rint_towardzero_test_data): Likewise.
27951         (rint_downward_test_data): Likewise.
27952         (rint_upward_test_data): Likewise.
27953         (round_test_data): Likewise.
27954         (scalb_test_data): Likewise.
27955         (scalbn_test_data): Likewise.
27956         (scalbln_test_data): Likewise.
27957         (signbit_test_data): Likewise.
27958         (sin_test_data): Likewise.
27959         (sin_tonearest_test_data): Likewise.
27960         (sin_towardzero_test_data): Likewise.
27961         (sin_downward_test_data): Likewise.
27962         (sin_upward_test_data): Likewise.
27963         (sincos_test_data): Likewise.
27964         (sinh_test_data): Likewise.
27965         (sinh_tonearest_test_data): Likewise.
27966         (sinh_towardzero_test_data): Likewise.
27967         (sinh_downward_test_data): Likewise.
27968         (sinh_upward_test_data): Likewise.
27969         (sqrt_test_data): Likewise.
27970         (tan_test_data): Likewise.
27971         (tan_tonearest_test_data): Likewise.
27972         (tan_towardzero_test_data): Likewise.
27973         (tan_downward_test_data): Likewise.
27974         (tan_upward_test_data): Likewise.
27975         (tanh_test_data): Likewise.
27976         (tgamma_test_data): Likewise.
27977         (trunc_test_data): Likewise.
27978         (y0_test_data): Likewise.
27979         (y1_test_data): Likewise.
27980         (yn_test_data): Likewise.
27981         (significand_test_data): Likewise.
27983         * math/gen-libm-test.pl (@functions): Remove variable.
27984         (generate_testfile): Don't handle START and END lines.
27985         * math/libm-test.inc (START): New macro.
27986         (END): Likewise.
27987         (END_COMPLEX): Likewise.
27988         (acos_test): Use END macro without arguments.
27989         (acos_test_tonearest): Likewise.
27990         (acos_test_towardzero): Likewise.
27991         (acos_test_downward): Likewise.
27992         (acos_test_upward): Likewise.
27993         (acosh_test): Likewise.
27994         (asin_test): Likewise.
27995         (asin_test_tonearest): Likewise.
27996         (asin_test_towardzero): Likewise.
27997         (asin_test_downward): Likewise.
27998         (asin_test_upward): Likewise.
27999         (asinh_test): Likewise.
28000         (atan_test): Likewise.
28001         (atanh_test): Likewise.
28002         (atan2_test): Likewise.
28003         (cabs_test): Likewise.
28004         (cacos_test): Use END_COMPLEX macro without arguments.
28005         (cacosh_test): Likewise.
28006         (carg_test): Use END macro without arguments.
28007         (casin_test): Use END_COMPLEX macro without arguments.
28008         (casinh_test): Likewise.
28009         (catan_test): Likewise.
28010         (catanh_test): Likewise.
28011         (cbrt_test): Use END macro without arguments.
28012         (ccos_test): Use END_COMPLEX macro without arguments.
28013         (ccosh_test): Likewise.
28014         (ceil_test): Use END macro without arguments.
28015         (cexp_test): Use END_COMPLEX macro without arguments.
28016         (cimag_test): Use END macro without arguments.
28017         (clog_test): Use END_COMPLEX macro without arguments.
28018         (clog10_test): Likewise.
28019         (conj_test): Likewise.
28020         (copysign_test): Use END macro without arguments.
28021         (cos_test): Likewise.
28022         (cos_test_tonearest): Likewise.
28023         (cos_test_towardzero): Likewise.
28024         (cos_test_downward): Likewise.
28025         (cos_test_upward): Likewise.
28026         (cosh_test): Likewise.
28027         (cosh_test_tonearest): Likewise.
28028         (cosh_test_towardzero): Likewise.
28029         (cosh_test_downward): Likewise.
28030         (cosh_test_upward): Likewise.
28031         (cpow_test): Use END_COMPLEX macro without arguments.
28032         (cproj_test): Likewise.
28033         (creal_test): Use END macro without arguments.
28034         (csin_test): Use END_COMPLEX macro without arguments.
28035         (csinh_test): Likewise.
28036         (csqrt_test): Likewise.
28037         (ctan_test): Likewise.
28038         (ctan_test_tonearest): Likewise.
28039         (ctan_test_towardzero): Likewise.
28040         (ctan_test_downward): Likewise.
28041         (ctan_test_upward): Likewise.
28042         (ctanh_test): Likewise.
28043         (ctanh_test_tonearest): Likewise.
28044         (ctanh_test_towardzero): Likewise.
28045         (ctanh_test_downward): Likewise.
28046         (ctanh_test_upward): Likewise.
28047         (erf_test): Use END macro without arguments.
28048         (erfc_test): Likewise.
28049         (exp_test): Likewise.
28050         (exp_test_tonearest): Likewise.
28051         (exp_test_towardzero): Likewise.
28052         (exp_test_downward): Likewise.
28053         (exp_test_upward): Likewise.
28054         (exp10_test): Likewise.
28055         (exp2_test): Likewise.
28056         (expm1_test): Likewise.
28057         (fabs_test): Likewise.
28058         (fdim_test): Likewise.
28059         (finite_test): Likewise.
28060         (floor_test): Likewise.
28061         (fma_test): Likewise.
28062         (fma_test_towardzero): Likewise.
28063         (fma_test_downward): Likewise.
28064         (fma_test_upward): Likewise.
28065         (fmax_test): Likewise.
28066         (fmin_test): Likewise.
28067         (fmod_test): Likewise.
28068         (fpclassify_test): Likewise.
28069         (frexp_test): Likewise.
28070         (gamma_test): Likewise.
28071         (hypot_test): Likewise.
28072         (ilogb_test): Likewise.
28073         (isfinite_test): Likewise.
28074         (isgreater_test): Likewise.
28075         (isgreaterequal_test): Likewise.
28076         (isinf_test): Likewise.
28077         (isless_test): Likewise.
28078         (islessequal_test): Likewise.
28079         (islessgreater_test): Likewise.
28080         (isnan_test): Likewise.
28081         (isnormal_test): Likewise.
28082         (issignaling_test): Likewise.
28083         (isunordered_test): Likewise.
28084         (j0_test): Likewise.
28085         (j1_test): Likewise.
28086         (jn_test): Likewise.
28087         (ldexp_test): Likewise.
28088         (lgamma_test): Likewise.
28089         (lrint_test): Likewise.
28090         (lrint_test_tonearest): Likewise.
28091         (lrint_test_towardzero): Likewise.
28092         (lrint_test_downward): Likewise.
28093         (lrint_test_upward): Likewise.
28094         (llrint_test): Likewise.
28095         (llrint_test_tonearest): Likewise.
28096         (llrint_test_towardzero): Likewise.
28097         (llrint_test_downward): Likewise.
28098         (llrint_test_upward): Likewise.
28099         (log_test): Likewise.
28100         (log10_test): Likewise.
28101         (log1p_test): Likewise.
28102         (log2_test): Likewise.
28103         (logb_test): Likewise.
28104         (logb_test_downward): Likewise.
28105         (lround_test): Likewise.
28106         (llround_test): Likewise.
28107         (modf_test): Likewise.
28108         (nearbyint_test): Likewise.
28109         (nextafter_test): Likewise.
28110         (nexttoward_test): Likewise.
28111         (pow_test): Likewise.
28112         (pow_test_tonearest): Likewise.
28113         (pow_test_towardzero): Likewise.
28114         (pow_test_downward): Likewise.
28115         (pow_test_upward): Likewise.
28116         (remainder_test): Likewise.
28117         (remainder_test_tonearest): Likewise.
28118         (remainder_test_towardzero): Likewise.
28119         (remainder_test_downward): Likewise.
28120         (remainder_test_upward): Likewise.
28121         (remquo_test): Likewise.
28122         (rint_test): Likewise.
28123         (rint_test_tonearest): Likewise.
28124         (rint_test_towardzero): Likewise.
28125         (rint_test_downward): Likewise.
28126         (rint_test_upward): Likewise.
28127         (round_test): Likewise.
28128         (scalb_test): Likewise.
28129         (scalbn_test): Likewise.
28130         (scalbln_test): Likewise.
28131         (signbit_test): Likewise.
28132         (sin_test): Likewise.
28133         (sin_test_tonearest): Likewise.
28134         (sin_test_towardzero): Likewise.
28135         (sin_test_downward): Likewise.
28136         (sin_test_upward): Likewise.
28137         (sincos_test): Likewise.
28138         (sinh_test): Likewise.
28139         (sinh_test_tonearest): Likewise.
28140         (sinh_test_towardzero): Likewise.
28141         (sinh_test_downward): Likewise.
28142         (sinh_test_upward): Likewise.
28143         (sqrt_test): Likewise.
28144         (tan_test): Likewise.
28145         (tan_test_tonearest): Likewise.
28146         (tan_test_towardzero): Likewise.
28147         (tan_test_downward): Likewise.
28148         (tan_test_upward): Likewise.
28149         (tanh_test): Likewise.
28150         (tgamma_test): Likewise.
28151         (trunc_test): Likewise.
28152         (y0_test): Likewise.
28153         (y1_test): Likewise.
28154         (yn_test): Likewise.
28155         (significand_test): Likewise.
28157 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
28159         [BZ #15381]
28160         * libio/genops.c (_IO_no_init): Initialize wide struct info.
28162 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
28164         [BZ #14894]
28165         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
28166         __ppc_mdoio and __ppc_mdoom.
28167         * manual/platform.texi: Document new functions __ppc_yield,
28168         __ppc_mdoio and __ppc_mdoom.
28170 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
28172         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
28173         (main): Mention "tls" pseudo-hwcap is legacy.
28174         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
28176 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
28178         * math/gen-libm-test.pl (parse_args): Output only string of
28179         arguments as text for test name, not full call or descriptions of
28180         tests for extra outputs.
28181         (generate_testfile): Do not pass function name to parse_args.
28182         Generate this_func variable from START.
28183         * math/libm-test.inc (struct test_f_f_data): Rename test_name
28184         field to arg_str.
28185         (struct test_ff_f_data): Likewise.
28186         (test_ff_f_data_nexttoward): Likewise.
28187         (struct test_fi_f_data): Likewise.
28188         (struct test_fl_f_data): Likewise.
28189         (struct test_if_f_data): Likewise.
28190         (struct test_fff_f_data): Likewise.
28191         (struct test_c_f_data): Likewise.
28192         (struct test_f_f1_data): Likewise.  Remove field extra_name.
28193         (struct test_fF_f1_data): Likewise.
28194         (struct test_ffI_f1_data): Likewise.
28195         (struct test_c_c_data): Rename test_name field to arg_str.
28196         (struct test_cc_c_data): Likewise.
28197         (struct test_f_i_data): Likewise.
28198         (struct test_ff_i_data): Likewise.
28199         (struct test_f_l_data): Likewise.
28200         (struct test_f_L_data): Likewise.
28201         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
28202         and extra2_name.
28203         (COMMON_TEST_SETUP): New macro.
28204         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
28205         (COMMON_TEST_CLEANUP): Likewise.
28206         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
28207         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
28208         macros.
28209         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
28210         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
28211         macros.
28212         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
28213         (RUN_TEST_fff_f): Take argument string.  Call new setup and
28214         cleanup macros.
28215         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
28216         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
28217         macros.
28218         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
28219         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
28220         macros.
28221         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
28222         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
28223         cleanup macros.
28224         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
28225         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
28226         cleanup macros.
28227         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
28228         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
28229         cleanup macros.
28230         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
28231         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
28232         macros.
28233         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
28234         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
28235         macros.
28236         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
28237         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
28238         macros.
28239         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
28240         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
28241         cleanup macros.
28242         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
28243         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
28244         cleanup macros.
28245         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
28246         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
28247         macros.
28248         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
28249         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
28250         cleanup macros.
28251         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
28252         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
28253         macros.
28254         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
28255         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
28256         macros.
28257         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
28258         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
28259         cleanup macros.
28260         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
28262 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
28264         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
28265         to _sifields.sigfault.
28266         (si_addr_lsb): Define new macro.
28267         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
28268         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
28269         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
28271 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
28273         [BZ #15441]
28274         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
28275         returns -1.
28276         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
28277         null return -1.
28278         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
28279         loading the domain.
28281 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
28283         * math/gen-libm-test.pl (parse_args): Do not include expected
28284         result in test name.
28285         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
28286         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
28287         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
28288         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
28289         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
28290         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28292 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
28294         * benchtests/Makefile: Sort function entries.
28296         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
28297         tanh, asinh, acosh, atanh.
28298         * benchtests/acos-inputs: New file.
28299         * benchtests/acosh-inputs: New file.
28300         * benchtests/asin-inputs: New file.
28301         * benchtests/asinh-inputs: New file.
28302         * benchtests/atanh-inputs: New file.
28303         * benchtests/cosh-inputs: New file.
28304         * benchtests/log-inputs: New file.
28305         * benchtests/sinh-inputs: New file.
28306         * benchtests/tanh-inputs: New file.
28308 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
28310         [BZ #15339]
28311         * posix/tst-getaddrinfo4.c: New test.
28312         * posix/Makefile (tests): Add it.
28314 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28316         [BZ #15339]
28317         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
28318         when no services were used.
28319         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
28320         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
28322 2013-05-21  Andreas Schwab  <schwab@suse.de>
28324         [BZ #15014]
28325         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
28326         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
28327         successful.
28328         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
28329         redundant variable declarations and reallocation of buffer when
28330         parsing as IPv6 address.  Always set NSS status when called from
28331         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
28332         buffer too small.  Correct computation of needed size.
28333         * nss/Makefile (tests): Add test-digits-dots.
28334         * nss/test-digits-dots.c: New test.
28336 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28338         * benchtests/Makefile: Remove instructions for adding
28339         benchmark tests.
28340         * benchtests/README: New file to explain how to execute and
28341         enhance the benchmark tests.
28343 2013-05-21  Andreas Schwab  <schwab@suse.de>
28345         [BZ #15493]
28346         * setjmp/Makefile (tests): Add tst-sigsetjmp.
28347         * setjmp/tst-sigsetjmp.c: New test.
28349 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
28351         * sysdeps/x86_64/memset.S (memset): New implementation.
28352         (__bzero): Likewise.
28353         (__memset_tail): New function.
28355 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
28357         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
28358         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
28359         __memcpy_sse2_unaligned ifunc selection.
28360         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
28361         Add memcpy-sse2-unaligned.S.
28362         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
28363         Add: __memcpy_sse2_unaligned.
28365 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
28367         [BZ #15490]
28368         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
28369         math_force_eval before restoring floating-point envrionment.
28370         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
28371         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
28372         Likewise.
28373         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
28374         <math_private.h>.
28375         (__nearbyintl): Use math_force_eval before restoring
28376         floating-point environment.
28377         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
28379         * math/gen-libm-test.pl (special_functions): Remove.
28380         (parse_args): Don't handle TEST_extra.  Handle functions with no
28381         return value.
28382         * math/libm-test.inc (struct test_sincos_data): Replace with
28383         struct test_fFF_11_data.
28384         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
28385         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
28386         (sincos_test_data): Change element type to struct
28387         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
28388         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
28389         RUN_TEST_LOOP_sincos.
28390         * math/README.libm-test: Don't mention special handling of
28391         individual functions.
28392         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
28393         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
28394         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
28395         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
28396         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
28397         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28399         * math/gen-libm-test.pl (get_variable): Remove function.
28400         (parse_args): Don't show pointer parameters to call in test
28401         names.  Use "extra output N" in test names for extra outputs
28402         rather than naming variables.
28404 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
28406         [BZ #15488]
28407         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
28408         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
28409         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
28410         double tests.
28411         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
28412         disable.
28413         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
28414         check_long_double.
28416         * math/gen-libm-test.pl (@tests): Remove variable.
28417         ($count): Likewise.
28418         (new_test): Remove function.
28419         (show_exceptions): New function.
28420         (special_functions): Use show_exceptions instead of new_test.
28421         (parse_args): Likewise.
28422         (generate_testfile): Pass only function name in generated call to
28423         print_max_error or print_complex_max_error.
28424         (get_ulps): Do not handle complex tests specially.
28425         (output_test): Rename to ...
28426         (get_all_ulps_for_test): ... this.  Return a string rather than
28427         printing to a file.  Require ulps to be present.
28428         (output_ulps): Generate arrays rather than #defines.
28429         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
28430         (struct ulp_data): New type.
28431         (BUILD_COMPLEX_ULP): Remove macro.
28432         (compare_ulp_data): New function.
28433         (find_ulps): Likewise.
28434         (find_test_ulps): Likewise.
28435         (find_function_ulps): Likewise.
28436         (find_complex_function_ulps): Likewise.
28437         (print_max_error): Determine allowed ulps using
28438         find_function_ulps.
28439         (print_complex_max_error): Determine allowed ulps using
28440         find_complex_function_ulps.
28441         (check_float_internal): Determine max ulps using find_test_ulps.
28442         (check_float): Do not take max_ulp parameter.  Update call to
28443         check_float_internal.
28444         (check_complex): Likewise.
28445         (check_int): Do not take max_ulp parameter.
28446         (check_long): Likewise.
28447         (check_bool): Likewise.
28448         (check_longlong): Likewise.
28449         (struct test_f_f_data): Remove max_ulp field.
28450         (struct test_ff_f_data): Likewise.
28451         (struct test_ff_f_data_nexttoward): Likewise.
28452         (struct test_fi_f_data): Likewise.
28453         (struct test_fl_f_data): Likewise.
28454         (struct test_if_f_data): Likewise.
28455         (struct test_fff_f_data): Likewise.
28456         (struct test_c_f_data): Likewise.
28457         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
28458         (struct test_fF_f1_data): Likewise.
28459         (struct test_ffI_f1_data): Likewise.
28460         (struct test_c_c_data): Remove max_ulp field.
28461         (struct test_cc_c_data): Likewise.
28462         (struct test_f_i_data): Likewise.
28463         (struct test_ff_i_data): Likewise.
28464         (struct test_f_l_data): Likewise.
28465         (struct test_f_L_data): Likewise.
28466         (struct test_sincos_data): Likewise.
28467         (RUN_TEST_f_f): Do not handle ulps.
28468         (RUN_TEST_LOOP_f_f): Likewise.
28469         (RUN_TEST_2_f): Likewise.
28470         (RUN_TEST_LOOP_2_f): Likewise.
28471         (RUN_TEST_fff_f): Likewise.
28472         (RUN_TEST_LOOP_fff_f): Likewise.
28473         (RUN_TEST_c_f): Likewise.
28474         (RUN_TEST_LOOP_c_f): Likewise.
28475         (RUN_TEST_f_f1): Likewise.
28476         (RUN_TEST_LOOP_f_f1): Likewise.
28477         (RUN_TEST_fF_f1): Likewise.
28478         (RUN_TEST_LOOP_fF_f1): Likewise.
28479         (RUN_TEST_fI_f1): Likewise.
28480         (RUN_TEST_LOOP_fI_f1): Likewise.
28481         (RUN_TEST_ffI_f1): Likewise.
28482         (RUN_TEST_LOOP_ffI_f1): Likewise.
28483         (RUN_TEST_c_c): Likewise.
28484         (RUN_TEST_LOOP_c_c): Likewise.
28485         (RUN_TEST_cc_c): Likewise.
28486         (RUN_TEST_LOOP_cc_c): Likewise.
28487         (RUN_TEST_f_i): Likewise.
28488         (RUN_TEST_LOOP_f_i): Likewise.
28489         (RUN_TEST_f_i_tg): Likewise.
28490         (RUN_TEST_LOOP_f_i_tg): Likewise.
28491         (RUN_TEST_ff_i_tg): Likewise.
28492         (RUN_TEST_LOOP_ff_i_tg): Likewise.
28493         (RUN_TEST_f_b): Likewise.
28494         (RUN_TEST_LOOP_f_b): Likewise.
28495         (RUN_TEST_f_b_tg): Likewise.
28496         (RUN_TEST_LOOP_f_b_tg): Likewise.
28497         (RUN_TEST_f_l): Likewise.
28498         (RUN_TEST_LOOP_f_l): Likewise.
28499         (RUN_TEST_f_L): Likewise.
28500         (RUN_TEST_LOOP_f_L): Likewise.
28501         (RUN_TEST_sincos): Likewise.
28502         (RUN_TEST_LOOP_sincos): Likewise.
28504 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
28506         [BZ #15480]
28507         [BZ #15485]
28508         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
28509         main case of finite arguments, set rounding mode to FE_TONEAREST
28510         and discard exceptions.
28511         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
28512         exceptions.
28513         (remainder_tonearest_test_data): New variable.
28514         (remainder_test_tonearest): New function.
28515         (remainder_towardzero_test_data): New variable.
28516         (remainder_test_towardzero): New function.
28517         (remainder_downward_test_data): New variable.
28518         (remainder_test_downward): New function.
28519         (remainder_upward_test_data): New variable.
28520         (remainder_test_upward): New function.
28521         (main): Call the new test functions.
28523         * math/libm-test.inc (struct test_f_f1_data): Remove field
28524         extra_init.
28525         (struct test_fF_f1_data): Likewise.
28526         (struct test_ffI_f1_data): Likewise.
28527         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
28528         based on value of EXTRA_EXPECTED.
28529         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
28530         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
28531         EXTRA_VAR based on value of EXTRA_EXPECTED.
28532         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
28533         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
28534         EXTRA_VAR based on value of EXTRA_EXPECTED.
28535         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
28536         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
28537         EXTRA_VAR based on value of EXTRA_EXPECTED.
28538         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
28539         * math/gen-libm-test.pl (parse_args): Don't output initializers
28540         for extra output values.
28542         * math/libm-test.inc (check_int): Expect result to be exactly
28543         equal to expected value and do not handle ulps.
28544         (check_long): Likewise.
28545         (check_longlong): Likewise.
28547         * math/libm-test.inc (ceil_test_data): Test for "inexact"
28548         exceptions.
28549         (cimag_test_data): Likewise.
28550         (conj_test_data): Likewise.
28551         (copysign_test_data): Likewise.
28552         (cproj_test_data): Likewise.
28553         (creal_test_data): Likewise.
28554         (fabs_test_data): Likewise.
28555         (fdim_test_data): Likewise.
28556         (finite_test_data): Likewise.
28557         (floor_test_data): Likewise.
28558         (fmax_test_data): Likewise.
28559         (fmin_test_data): Likewise.
28560         (fmod_test_data): Likewise.
28561         (fpclassify_test_data): Likewise.
28562         (frexp_test_data): Likewise.
28563         (ilogb_test_data): Likewise.
28564         (isfinite_test_data): Likewise.
28565         (isgreater_test_data): Likewise.
28566         (isgreaterequal_test_data): Likewise.
28567         (isinf_test_data): Likewise.
28568         (isless_test_data): Likewise.
28569         (islessequal_test_data): Likewise.
28570         (islessgreater_test_data): Likewise.
28571         (isnan_test_data): Likewise.
28572         (isnormal_test_data): Likewise.
28573         (issignaling_test_data): Likewise.
28574         (isunordered_test_data): Likewise.
28575         (ldexp_test_data): Likewise.
28576         (lrint_test_data): Likewise.
28577         (lrint_test_data) [TEST_FLOAT]: Disable one test.
28578         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
28579         (lrint_tonearest_test_data): Test for "inexact" exceptions.
28580         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
28581         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
28582         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
28583         test input.
28584         (lrint_towardzero_test_data): Test for "inexact" exceptions.
28585         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
28586         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
28587         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
28588         that test input.
28589         (lrint_downward_test_data): Test for "inexact" exceptions.
28590         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
28591         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
28592         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
28593         test input.
28594         (lrint_upward_test_data): Test for "inexact" exceptions.
28595         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
28596         test input.
28597         (llrint_test_data): Test for "inexact" exceptions.
28598         (llrint_test_data) [TEST_FLOAT]: Disable one test.
28599         (llrint_tonearest_test_data): Test for "inexact" exceptions.
28600         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
28601         (llrint_towardzero_test_data): Test for "inexact" exceptions.
28602         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
28603         (llrint_downward_test_data): Test for "inexact" exceptions.
28604         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
28605         (llrint_upward_test_data): Test for "inexact" exceptions.
28606         (logb_test_data): Likewise.
28607         (logb_downward_test_data): Likewise.
28608         (nextafter_test_data): Likewise.
28609         (nexttoward_test_data): Likewise.
28610         (remainder_test_data): Likewise.
28611         (remquo_test_data): Likewise.
28612         (scalbn_test_data): Likewise.
28613         (scalbln_test_data): Likewise.
28614         (signbit_test_data): Likewise.
28615         (sqrt_test_data): Likewise.
28616         (significand_test_data): Likewise.
28618 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
28620         [BZ #15424]
28621         * benchtests/bench-modf.c (struct args): Mark arg0 as
28622         volatile.
28623         * scripts/bench.pl: Mark members of struct args as volatile.
28625 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28627         [BZ # 15497]
28628         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
28629         negative infinity on POWER6 or lower.
28630         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
28632 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
28634         [BZ #15442]
28635         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
28636         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
28637         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
28638         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
28639         (_FP_SETQNAN): New macro.
28640         (_FP_SETQNAN_SEMIRAW): Likewise.
28641         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
28642         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
28643         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
28644         (FP_EXTEND): Use _FP_FRAC_SNANP.
28645         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
28646         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
28647         into account.
28648         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
28649         New macro.
28650         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
28651         Likewise.
28653 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
28655         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
28656         with DIVIDE_BY_ZERO_EXCEPTION.
28657         (gamma_test_data): Likewise.
28658         (lgamma_test_data): Likewise.
28659         (log_test_data): Likewise.
28660         (log10_test_data): Likewise.
28661         (log2_test_data): Likewise.
28662         (tgamma_test_data): Likewise.
28664         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
28665         (acos_test_tonearest): Likewise.
28666         (acos_test_towardzero): Likewise.
28667         (acos_test_downward): Likewise.
28668         (acos_test_upward): Likewise.
28669         (acosh_test): Likewise.
28670         (asin_test): Likewise.
28671         (asin_test_tonearest): Likewise.
28672         (asin_test_towardzero): Likewise.
28673         (asin_test_downward): Likewise.
28674         (asin_test_upward): Likewise.
28675         (asinh_test): Likewise.
28676         (atan_test): Likewise.
28677         (atanh_test): Likewise.
28678         (atan2_test): Likewise.
28679         (cabs_test): Likewise.
28680         (cacos_test): Likewise.
28681         (cacosh_test): Likewise.
28682         (casin_test): Likewise.
28683         (casinh_test): Likewise.
28684         (catan_test): Likewise.
28685         (catanh_test): Likewise.
28686         (cbrt_test): Likewise.
28687         (ccos_test): Likewise.
28688         (ccosh_test): Likewise.
28689         (cexp_test): Likewise.
28690         (clog_test): Likewise.
28691         (clog10_test): Likewise.
28692         (cos_test): Likewise.
28693         (cos_test_tonearest): Likewise.
28694         (cos_test_towardzero): Likewise.
28695         (cos_test_downward): Likewise.
28696         (cos_test_upward): Likewise.
28697         (cosh_test): Likewise.
28698         (cosh_test_tonearest): Likewise.
28699         (cosh_test_towardzero): Likewise.
28700         (cosh_test_downward): Likewise.
28701         (cosh_test_upward): Likewise.
28702         (cpow_test): Likewise.
28703         (csin_test): Likewise.
28704         (csinh_test): Likewise.
28705         (csqrt_test): Likewise.
28706         (ctan_test): Likewise.
28707         (ctan_test_tonearest): Likewise.
28708         (ctan_test_towardzero): Likewise.
28709         (ctan_test_downward): Likewise.
28710         (ctan_test_upward): Likewise.
28711         (ctanh_test): Likewise.
28712         (ctanh_test_tonearest): Likewise.
28713         (ctanh_test_towardzero): Likewise.
28714         (ctanh_test_downward): Likewise.
28715         (ctanh_test_upward): Likewise.
28716         (erf_test): Likewise.
28717         (erfc_test): Likewise.
28718         (exp_test): Likewise.
28719         (exp_test_tonearest): Likewise.
28720         (exp_test_towardzero): Likewise.
28721         (exp_test_downward): Likewise.
28722         (exp_test_upward): Likewise.
28723         (exp10_test): Likewise.
28724         (exp2_test): Likewise.
28725         (expm1_test): Likewise.
28726         (fmod_test): Likewise.
28727         (gamma_test): Likewise.
28728         (hypot_test): Likewise.
28729         (j0_test): Likewise.
28730         (j1_test): Likewise.
28731         (jn_test): Likewise.
28732         (lgamma_test): Likewise.
28733         (log_test): Likewise.
28734         (log10_test): Likewise.
28735         (log1p_test): Likewise.
28736         (log2_test): Likewise.
28737         (logb_test_downward): Likewise.
28738         (pow_test): Likewise.
28739         (pow_test_tonearest): Likewise.
28740         (pow_test_towardzero): Likewise.
28741         (pow_test_downward): Likewise.
28742         (pow_test_upward): Likewise.
28743         (remainder_test): Likewise.
28744         (remquo_test): Likewise.
28745         (sin_test): Likewise.
28746         (sin_test_tonearest): Likewise.
28747         (sin_test_towardzero): Likewise.
28748         (sin_test_downward): Likewise.
28749         (sin_test_upward): Likewise.
28750         (sincos_test): Likewise.
28751         (sinh_test): Likewise.
28752         (sinh_test_tonearest): Likewise.
28753         (sinh_test_towardzero): Likewise.
28754         (sinh_test_downward): Likewise.
28755         (sinh_test_upward): Likewise.
28756         (sqrt_test): Likewise.
28757         (tan_test): Likewise.
28758         (tan_test_tonearest): Likewise.
28759         (tan_test_towardzero): Likewise.
28760         (tan_test_downward): Likewise.
28761         (tan_test_upward): Likewise.
28762         (tanh_test): Likewise.
28763         (tgamma_test): Likewise.
28764         (y0_test): Likewise.
28765         (y1_test): Likewise.
28766         (yn_test): Likewise.
28768         * math/gen-libm-test.pl (adjust_arg): Remove function.
28769         (special_function): Remove argument $in_func.  Only handle
28770         generating output for tables of tests, not inside functions.
28771         (parse_args): Likewise.
28772         (generate_testfile): Remove variable $in_func.  Update call to
28773         parse_args.
28774         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
28775         (MINUS_ZERO_INIT): Rename macro to minus_zero.
28776         (PLUS_INFTY_INIT): Rename macro to plus_infty.
28777         (MINUS_INFTY_INIT): Rename macro to minus_infty.
28778         (QNAN_VALUE_INIT): Rename macro to qnan_value.
28779         (MAX_VALUE_INIT): Rename macro to max_value.
28780         (MIN_VALUE_INIT): Rename macro to min_value.
28781         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
28782         (plus_zero): Remove variable.
28783         (minus_zero): Likewise.
28784         (plus_infty): Likewise.
28785         (minus_infty): Likewise.
28786         (qnan_value): Likewise.
28787         (max_value): Likewise.
28788         (min_value): Likewise.
28789         (min_subnorm_value): Likewise.
28791 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
28793         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
28794         uint64_t or uint32_t usage.
28795         * crypt/sha256-block.c: Likewise.
28796         * crypt/sha256-crypt.c: Likewise.
28797         * crypt/sha256.c: Likewise.
28798         * crypt/sha512-block.c: Likewise.
28799         * crypt/sha512-crypt.c: Likewise.
28800         * crypt/sha512.c: Likewise.
28801         * debug/backtrace-tst.c: Likewise.
28802         * debug/pcprofiledump.c: Likewise.
28803         * elf/cache.c: Likewise.
28804         * elf/dl-cache.c: Likewise.
28805         * elf/dl-misc.c: Likewise.
28806         * elf/dl-profile.c: Likewise.
28807         * elf/dl-support.c: Likewise.
28808         * elf/ldconfig.c: Likewise.
28809         * elf/sprof.c: Likewise.
28810         * iconv/dummy-repertoire.c: Likewise.
28811         * iconv/iconv_charmap.c: Likewise.
28812         * iconv/skeleton.c: Likewise.
28813         * iconvdata/8bit-generic.c: Likewise.
28814         * iconvdata/cp737.h: Likewise.
28815         * iconvdata/cp775.h: Likewise.
28816         * iconvdata/ibm1008.h: Likewise.
28817         * iconvdata/ibm1025.h: Likewise.
28818         * iconvdata/ibm1046.h: Likewise.
28819         * iconvdata/ibm1097.h: Likewise.
28820         * iconvdata/ibm1112.h: Likewise.
28821         * iconvdata/ibm1122.h: Likewise.
28822         * iconvdata/ibm1123.h: Likewise.
28823         * iconvdata/ibm1124.h: Likewise.
28824         * iconvdata/ibm1129.h: Likewise.
28825         * iconvdata/ibm1130.h: Likewise.
28826         * iconvdata/ibm1132.h: Likewise.
28827         * iconvdata/ibm1133.h: Likewise.
28828         * iconvdata/ibm1137.h: Likewise.
28829         * iconvdata/ibm1140.h: Likewise.
28830         * iconvdata/ibm1141.h: Likewise.
28831         * iconvdata/ibm1142.h: Likewise.
28832         * iconvdata/ibm1143.h: Likewise.
28833         * iconvdata/ibm1144.h: Likewise.
28834         * iconvdata/ibm1145.h: Likewise.
28835         * iconvdata/ibm1146.h: Likewise.
28836         * iconvdata/ibm1147.h: Likewise.
28837         * iconvdata/ibm1148.h: Likewise.
28838         * iconvdata/ibm1149.h: Likewise.
28839         * iconvdata/ibm1153.h: Likewise.
28840         * iconvdata/ibm1154.h: Likewise.
28841         * iconvdata/ibm1155.h: Likewise.
28842         * iconvdata/ibm1156.h: Likewise.
28843         * iconvdata/ibm1157.h: Likewise.
28844         * iconvdata/ibm1158.h: Likewise.
28845         * iconvdata/ibm1160.h: Likewise.
28846         * iconvdata/ibm1161.h: Likewise.
28847         * iconvdata/ibm1162.h: Likewise.
28848         * iconvdata/ibm1163.h: Likewise.
28849         * iconvdata/ibm1164.h: Likewise.
28850         * iconvdata/ibm1166.h: Likewise.
28851         * iconvdata/ibm1167.h: Likewise.
28852         * iconvdata/ibm12712.h: Likewise.
28853         * iconvdata/ibm1390.h: Likewise.
28854         * iconvdata/ibm1399.h: Likewise.
28855         * iconvdata/ibm16804.h: Likewise.
28856         * iconvdata/ibm4517.h: Likewise.
28857         * iconvdata/ibm4899.h: Likewise.
28858         * iconvdata/ibm4909.h: Likewise.
28859         * iconvdata/ibm4971.h: Likewise.
28860         * iconvdata/ibm5347.h: Likewise.
28861         * iconvdata/ibm803.h: Likewise.
28862         * iconvdata/ibm856.h: Likewise.
28863         * iconvdata/ibm901.h: Likewise.
28864         * iconvdata/ibm902.h: Likewise.
28865         * iconvdata/ibm9030.h: Likewise.
28866         * iconvdata/ibm9066.h: Likewise.
28867         * iconvdata/ibm921.h: Likewise.
28868         * iconvdata/ibm922.h: Likewise.
28869         * iconvdata/ibm9448.h: Likewise.
28870         * iconvdata/isiri-3342.h: Likewise.
28871         * iconvdata/jis0201.h: Likewise.
28872         * include/link.h: Likewise.
28873         * include/netdb.h: Likewise.
28874         * inet/check_native.c: Likewise.
28875         * inet/check_pf.c: Likewise.
28876         * inet/getipv4sourcefilter.c: Likewise.
28877         * inet/getnameinfo.c: Likewise.
28878         * inet/getsourcefilter.c: Likewise.
28879         * inet/htonl.c: Likewise.
28880         * inet/setipv4sourcefilter.c: Likewise.
28881         * inet/setsourcefilter.c: Likewise.
28882         * inet/test-inet6_opt.c: Likewise.
28883         * inet/tst-network.c: Likewise.
28884         * locale/C-collate.c: Likewise.
28885         * locale/C-ctype.c: Likewise.
28886         * locale/C-time.c: Likewise.
28887         * locale/C-translit.h: Likewise.
28888         * locale/loadarchive.c: Likewise.
28889         * locale/programs/3level.h: Likewise.
28890         * locale/programs/charmap.c: Likewise.
28891         * locale/programs/charmap.h: Likewise.
28892         * locale/programs/ld-address.c: Likewise.
28893         * locale/programs/ld-collate.c: Likewise.
28894         * locale/programs/ld-ctype.c: Likewise.
28895         * locale/programs/ld-identification.c: Likewise.
28896         * locale/programs/ld-measurement.c: Likewise.
28897         * locale/programs/ld-messages.c: Likewise.
28898         * locale/programs/ld-monetary.c: Likewise.
28899         * locale/programs/ld-name.c: Likewise.
28900         * locale/programs/ld-numeric.c: Likewise.
28901         * locale/programs/ld-paper.c: Likewise.
28902         * locale/programs/ld-telephone.c: Likewise.
28903         * locale/programs/ld-time.c: Likewise.
28904         * locale/programs/linereader.c: Likewise.
28905         * locale/programs/locale.c: Likewise.
28906         * locale/programs/locarchive.c: Likewise.
28907         * locale/programs/locfile.h: Likewise.
28908         * locale/programs/repertoire.c: Likewise.
28909         * locale/programs/simple-hash.c: Likewise.
28910         * locale/programs/simple-hash.h: Likewise.
28911         * malloc/memusage.c: Likewise.
28912         * malloc/memusagestat.c: Likewise.
28913         * nis/nis_defaults.c: Likewise.
28914         * nis/nis_hash.c: Likewise.
28915         * nis/nis_print.c: Likewise.
28916         * nis/nis_xdr.c: Likewise.
28917         * nscd/connections.c: Likewise.
28918         * nscd/hstcache.c: Likewise.
28919         * nscd/nscd_gethst_r.c: Likewise.
28920         * nscd/nscd_getserv_r.c: Likewise.
28921         * nscd/nscd_helper.c: Likewise.
28922         * nscd/servicescache.c: Likewise.
28923         * nss/makedb.c: Likewise.
28924         * nss/nss_db/db-XXX.c: Likewise.
28925         * nss/nss_db/db-initgroups.c: Likewise.
28926         * nss/nss_db/db-netgrp.c: Likewise.
28927         * nss/nss_files/files-network.c: Likewise.
28928         * nss/nss_files/files-parse.c: Likewise.
28929         * posix/bug-regex5.c: Likewise.
28930         * posix/fnmatch_loop.c: Likewise.
28931         * posix/regcomp.c: Likewise.
28932         * posix/regexec.c: Likewise.
28933         * posix/tst-rfc3484-2.c: Likewise.
28934         * posix/tst-rfc3484-3.c: Likewise.
28935         * posix/tst-rfc3484.c: Likewise.
28936         * resolv/nss_dns/dns-canon.c: Likewise.
28937         * resolv/nss_dns/dns-network.c: Likewise.
28938         * resolv/res_init.c: Likewise.
28939         * resolv/res_mkquery.c: Likewise.
28940         * resolv/tst-aton.c: Likewise.
28941         * stdlib/cxa_atexit.c: Likewise.
28942         * stdlib/cxa_finalize.c: Likewise.
28943         * stdlib/gen-fpioconst.c: Likewise.
28944         * stdlib/strtol_l.c: Likewise.
28945         * string/tst-endian.c: Likewise.
28946         * sunrpc/auth_des.c: Likewise.
28947         * sunrpc/clnt_udp.c: Likewise.
28948         * sunrpc/rtime.c: Likewise.
28949         * sunrpc/svcauth_des.c: Likewise.
28950         * sunrpc/xdr.c: Likewise.
28951         * sunrpc/xdr_intXX_t.c: Likewise.
28952         * sunrpc/xdr_rec.c: Likewise.
28953         * sysdeps/generic/ldconfig.h: Likewise.
28954         * sysdeps/generic/ldsodefs.h: Likewise.
28955         * sysdeps/generic/memusage.h: Likewise.
28956         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
28957         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
28958         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
28959         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
28960         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
28961         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
28962         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
28963         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
28964         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
28965         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
28966         * sysdeps/posix/getaddrinfo.c: Likewise.
28967         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
28968         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
28969         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
28970         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
28971         * sysdeps/powerpc/test-gettimebase.c: Likewise.
28972         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
28973         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
28974         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
28975         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
28976         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
28977         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
28978         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
28979         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
28980         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
28981         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
28982         * sysdeps/x86_64/dl-tls.h: Likewise.
28983         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
28984         * time/alt_digit.c: Likewise.
28985         * time/era.c: Likewise.
28986         * wcsmbs/tst-c16c32-1.c: Likewise.
28988 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
28990         * math/libm-test.inc (struct test_sincos_data): New type.
28991         (RUN_TEST_LOOP_sincos): New macro.
28992         (sincos_test_data): New variable.
28993         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
28995 2013-05-16  Richard Henderson  <rth@redhat.com>
28997         * math/atest-exp2.c (LIMB64): New macro.
28998         (CONSTSZ): New macro.
28999         (mp_exp1, mp_exp_m1, mp_log2): New variables.
29000         (hexdig): Move ...
29001         (print_mpn_fp): ... to function scope.
29002         (read_mpn_hex): Remove.
29003         (get_log2): Remove.
29004         (exp2_mpn): Use mp_log2.
29005         (main): Use mp_exp1.
29007 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
29009         * math/libm-test.inc: Remove comment about not testing "inexact"
29010         exceptions.
29011         (INEXACT_EXCEPTION): New macro.
29012         (NO_INEXACT_EXCEPTION): Likewise.
29013         (INVALID_EXCEPTION_OK): Update value.
29014         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
29015         (OVERFLOW_EXCEPTION_OK): Likewise.
29016         (UNDERFLOW_EXCEPTION_OK): Likewise.
29017         (IGNORE_ZERO_INF_SIGN): Likewise.
29018         (ERRNO_UNCHANGED): Likewise.
29019         (ERRNO_EDOM): Likewise.
29020         (ERRNO_ERANGE): Likewise.
29021         (test_exceptions): Handle testing "inexact" exceptions.
29022         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
29023         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
29024         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
29025         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
29026         INEXACT_EXCEPTION.
29027         (rint_towardzero_test_data): Likewise.
29028         (rint_downward_test_data): Likewise.
29029         (rint_upward_test_data): Likewise.
29031         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
29032         with OVERFLOW_EXCEPTION.
29033         (exp10_test_data): Likewise.
29034         (exp2_test_data): Likewise.
29035         (expm1_test_data): Likewise.
29036         (lgamma_test_data): Likewise.
29037         (pow_test_data): Likewise.
29038         (tgamma_test_data): Likewise.
29039         (yn_test_data): Remove duplicate test of overflow.
29041         * math/libm-test.inc (struct test_cc_c_data): New type.
29042         (RUN_TEST_LOOP_cc_c): New macro.
29043         (cpow_test_data): New variable.
29044         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
29046         * math/libm-test.inc (struct test_f_L_data): New type.
29047         (RUN_TEST_LOOP_f_L): New macro.
29048         (llrint_test_data): New variable.
29049         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
29050         (llrint_tonearest_test_data): New variable.
29051         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
29052         (llrint_towardzero_test_data): New variable.
29053         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
29054         (llrint_downward_test_data): New variable.
29055         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
29056         (llrint_upward_test_data): New variable.
29057         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
29058         (llround_test_data): New variable.
29059         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
29061 2013-05-13  Peter Collingbourne  <pcc@google.com>
29063         * math/atest-exp2.c (get_log2): Remove const attribute.
29065 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
29067         * math/libm-test.inc (struct test_f_l_data): New type.
29068         (RUN_TEST_LOOP_f_l): New macro.
29069         (lrint_test_data): New variable.
29070         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
29071         (lrint_tonearest_test_data): New variable.
29072         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
29073         (lrint_towardzero_test_data): New variable.
29074         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
29075         (lrint_downward_test_data): New variable.
29076         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
29077         (lrint_upward_test_data): New variable.
29078         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
29079         (lround_test_data): New variable.
29080         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
29082 2013-05-15  Peter Collingbourne  <pcc@google.com>
29084         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
29085         (EXTRACT_WORDS64) Use where appropriate.
29086         (INSERT_WORDS64) Likewise.
29088         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
29089         constraints with x constraints.
29090         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
29092         * malloc/obstack.c (_obstack_compat): Add initializer.
29094 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
29096         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
29097         si_trapno and add si_addr_lsb to _sifields.sigfault.
29098         (si_trapno): Remove macro.
29099         (si_addr_lsb): Define new macro.
29100         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
29102 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
29104         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
29105         instead of TEST_f_l.
29106         (llrint_test_tonearest): Likewise.
29107         (llrint_test_towardzero): Likewise.
29108         (llrint_test_downward): Likewise.
29109         (llrint_test_upward): Likewise.
29110         (llround_test): Likewise.
29112         * math/libm-test.inc (struct test_f_i_data): Add comment.
29113         (RUN_TEST_LOOP_f_b): New macro.
29114         (RUN_TEST_LOOP_f_b_tg): Likewise.
29115         (finite_test_data): New variable.
29116         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
29117         (isfinite_test_data): New variable.
29118         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29119         (isinf_test_data): New variable.
29120         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29121         (isnan_test_data): New variable.
29122         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29123         (isnormal_test_data): New variable.
29124         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29125         (issignaling_test_data): New variable.
29126         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29127         (signbit_test_data): New variable.
29128         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29130         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
29131         with INVALID_EXCEPTION.
29132         (acosh_test_data): Likewise.
29133         (asin_test_data): Likewise.
29134         (atanh_test_data): Likewise.
29135         (fmod_test_data): Likewise.
29136         (log_test_data): Likewise.
29137         (log10_test_data): Likewise.
29138         (log2_test_data): Likewise.
29139         (pow_test_data): Likewise.
29140         (sqrt_test_data): Likewise.
29141         (y0_test_data): Likewise.
29142         (y1_test_data): Likewise.
29143         (yn_test_data): Likewise.
29145         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
29146         function contents.
29148         * math/libm-test.inc (struct test_ff_i_data): New type.
29149         (RUN_TEST_LOOP_ff_i_tg): New macro.
29150         (isgreater_test_data): New variable.
29151         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29152         (isgreaterequal_test_data): New variable.
29153         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29154         (isless_test_data): New variable.
29155         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29156         (islessequal_test_data): New variable.
29157         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29158         (islessgreater_test_data): New variable.
29159         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29160         (isunordered_test_data): New variable.
29161         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29163 2013-05-14  David S. Miller  <davem@davemloft.net>
29165         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29167 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
29169         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
29171         * math/libm-test.inc (struct test_fF_f1_data): Change type of
29172         extra_test to int.
29173         (struct test_f_i_data): Change type of max_ulp to int.
29175         * math/libm-test.inc (test_ffI_f1_data): New type.
29176         (RUN_TEST_LOOP_ffI_f1): New macro.
29177         (remquo_test_data): New variable.
29178         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
29180         * setjmp/tst-setjmp-fp.c: New file.
29181         * setjmp/Makefile (tests): Add tst-setjmp-fp.
29182         (link-libm): New variable.
29183         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
29185         * math/libm-test.inc (struct test_f_i_data): New type.
29186         (RUN_TEST_LOOP_f_i): New macro.
29187         (RUN_TEST_LOOP_f_i_tg): Likewise.
29188         (fpclassify_test_data): New variable.
29189         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
29190         (ilogb_test_data): New variable.
29191         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
29193         * math/libm-test.inc (scalbln_test): Correct function name in END
29194         call.
29196         * math/libm-test.inc (struct test_f_f1_data): Add comment.
29197         (RUN_TEST_LOOP_fI_f1): New macro.
29198         (frexp_test_data): New variable.
29199         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
29201         * math/libm-test.inc (struct test_fF_f1_data): New type.
29202         (RUN_TEST_LOOP_fF_f1): New macro.
29203         (modf_test_data): New variable.
29204         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
29206         * math/libm-test.inc (struct test_f_f1_data): New type.
29207         (RUN_TEST_LOOP_f_f1): New macro.
29208         (gamma_test_data): New variable.
29209         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
29210         (lgamma_test_data): New variable.
29211         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
29213 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
29215         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
29216         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
29217         (main): Comment "tls" pseudo-hwcap.
29219 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
29221         * math/libm-test.inc (struct test_fl_f_data): New type.
29222         (RUN_TEST_LOOP_fl_f): New variable.
29223         (scalbln_test_data): New variable.
29224         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
29226         * math/libm-test.inc (struct test_fi_f_data): New type.
29227         (RUN_TEST_LOOP_fi_f): New macro.
29228         (ldexp_test_data): New variable.
29229         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
29230         (scalbn_test_data): New variable.
29231         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
29233         * math/libm-test.inc (struct test_c_f_data): New type.
29234         (RUN_TEST_LOOP_c_f): New macro.
29235         (cabs_test_data): New variable.
29236         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
29237         (carg_test_data): New variable.
29238         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
29239         (cimag_test_data): New variable.
29240         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
29241         (creal_test_data): New variable.
29242         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
29244         * math/libm-test.inc (struct test_if_f_data): New type.
29245         (RUN_TEST_LOOP_if_f): New macro.
29246         (jn_test_data): New variable.
29247         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
29248         (yn_test_data): New variable.
29249         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
29251         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
29253 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29255         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
29256         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
29258 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
29260         * benchtests/Makefile (CPPFLAGS-nonlib): Add
29261         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
29262         (bench-deps): Add bench-timing.h.
29263         * benchtests-bench-skeleton.c: Include bench-timing.h.
29264         (main): Use TIMING_* macros instead of clock_gettime.
29265         * benchtests/bench-timing.h: New file.
29267         [BZ #14582]
29268         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
29269         Renamed from _LIB_VERSION.
29270         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
29272 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
29274         * math/libm-test.inc (struct test_fff_f_data): New type.
29275         (RUN_TEST_LOOP_fff_f): New macro.
29276         (fma_test_data): New variable.
29277         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
29278         (fma_towardzero_test_data): New variable.
29279         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
29280         (fma_downward_test_data): New variable.
29281         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
29282         (fma_upward_test_data): New variable.
29283         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
29285         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
29286         (struct test_c_c_data): New type.
29287         (RUN_TEST_LOOP_c_c): New macro.
29288         (cacos_test_data): New variable.
29289         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
29290         (cacosh_test_data): New variable.
29291         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
29292         (casin_test_data): New variable.
29293         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
29294         (casinh_test_data): New variable.
29295         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
29296         (catan_test_data): New variable.
29297         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
29298         (catanh_test_data): New variable.
29299         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
29300         (ccos_test_data): New variable.
29301         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
29302         (ccosh_test_data): New variable.
29303         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
29304         (cexp_test_data): New variable.
29305         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
29306         (clog_test_data): New variable.
29307         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
29308         (clog10_test_data): New variable.
29309         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
29310         (conj_test_data): New variable.
29311         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
29312         (cproj_test_data): New variable.
29313         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
29314         (csin_test_data): New variable.
29315         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
29316         (csinh_test_data): New variable.
29317         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
29318         (csqrt_test_data): New variable.
29319         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
29320         (ctan_test_data): New variable.
29321         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
29322         (ctan_tonearest_test_data): New variable.
29323         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
29324         (ctan_towardzero_test_data): New variable.
29325         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
29326         (ctan_downward_test_data): New variable.
29327         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
29328         (ctan_upward_test_data): New variable.
29329         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
29330         (ctanh_test_data): New variable.
29331         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
29332         (ctanh_tonearest_test_data): New variable.
29333         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
29334         (ctanh_towardzero_test_data): New variable.
29335         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
29336         (ctanh_downward_test_data): New variable.
29337         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
29338         (ctanh_upward_test_data): New variable.
29339         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
29340         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
29341         of BUILD_COMPLEX.
29343         * math/libm-test.inc (struct test_ff_f_data): New type.
29344         (struct test_ff_f_data_nexttoward): Likewise.
29345         (RUN_TEST_LOOP_2_f): New macro.
29346         (RUN_TEST_LOOP_ff_f): Likewise.
29347         (atan2_test_data): New variable.
29348         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
29349         (copysign_test_data): New variable.
29350         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
29351         (fdim_test_data): New variable.
29352         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
29353         (fmax_test_data): New variable.
29354         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
29355         (fmin_test_data): New variable.
29356         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
29357         (fmod_test_data): New variable.
29358         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
29359         (hypot_test_data): New variable.
29360         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
29361         (nextafter_test_data): New variable.
29362         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
29363         (nexttoward_test_data): New variable.
29364         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
29365         (pow_test_data): New variable.
29366         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
29367         (pow_tonearest_test_data): New variable.
29368         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
29369         (pow_towardzero_test_data): New variable.
29370         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
29371         (pow_downward_test_data): New variable.
29372         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
29373         (pow_upward_test_data): New variable.
29374         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
29375         (remainder_test_data): New variable.
29376         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
29377         (scalb_test_data): New variable.
29378         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
29379         * sysdeps/i386/fpu/libm-test-ulps: Update.
29381 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
29383         * math/libm-test.inc (fma_test): Use max_value instead of local
29384         variable fltmax.
29385         (nextafter_test): Likewise.
29387         * math/libm-test.inc (acos_towardzero_test_data): New variable.
29388         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29389         (acos_downward_test_data): New variable.
29390         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29391         (acos_upward_test_data): New variable.
29392         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29393         (acosh_test_data): New variable.
29394         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
29395         (asin_test_data): New variable.
29396         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
29397         (asin_tonearest_test_data): New variable.
29398         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29399         (asin_towardzero_test_data): New variable.
29400         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29401         (asin_downward_test_data): New variable.
29402         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29403         (asin_upward_test_data): New variable.
29404         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29405         (asinh_test_data): New variable.
29406         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
29407         (atan_test_data): New variable.
29408         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
29409         (atanh_test_data): New variable.
29410         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
29411         (cbrt_test_data): New variable.
29412         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
29413         (ceil_test_data): New variable.
29414         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
29415         (cos_test_data): New variable.
29416         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
29417         (cos_tonearest_test_data): New variable.
29418         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29419         (cos_towardzero_test_data): New variable.
29420         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29421         (cos_downward_test_data): New variable.
29422         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29423         (cos_upward_test_data): New variable.
29424         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29425         (cosh_test_data): New variable.
29426         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
29427         (cosh_tonearest_test_data): New variable.
29428         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29429         (cosh_towardzero_test_data): New variable.
29430         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29431         (cosh_downward_test_data): New variable.
29432         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29433         (cosh_upward_test_data): New variable.
29434         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29435         (erf_test_data): New variable.
29436         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
29437         (erfc_test_data): New variable.
29438         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
29439         (exp_test_data): New variable.
29440         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
29441         (exp_tonearest_test_data): New variable.
29442         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29443         (exp_towardzero_test_data): New variable.
29444         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29445         (exp_downward_test_data): New variable.
29446         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29447         (exp_upward_test_data): New variable.
29448         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29449         (exp10_test_data): New variable.
29450         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
29451         (exp2_test_data): New variable.
29452         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
29453         (expm1_test_data): New variable.
29454         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
29455         (fabs_test_data): New variable.
29456         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
29457         (floor_test_data): New variable.
29458         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
29459         (j0_test_data): New variable.
29460         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
29461         (j1_test_data): New variable.
29462         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
29463         (log_test_data): New variable.
29464         (log_test): Run tests with RUN_TEST_LOOP_f_f.
29465         (log10_test_data): New variable.
29466         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
29467         (log1p_test_data): New variable.
29468         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
29469         (log2_test_data): New variable.
29470         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
29471         (logb_test_data): New variable.
29472         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
29473         (logb_downward_test_data): New variable.
29474         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29475         (nearbyint_test_data): New variable.
29476         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
29477         (rint_test_data): New variable.
29478         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
29479         (rint_tonearest_test_data): New variable.
29480         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29481         (rint_towardzero_test_data): New variable.
29482         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29483         (rint_downward_test_data): New variable.
29484         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29485         (rint_upward_test_data): New variable.
29486         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29487         (round_test_data): New variable.
29488         (round_test): Run tests with RUN_TEST_LOOP_f_f.
29489         (sin_test_data): New variable.
29490         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
29491         (sin_tonearest_test_data): New variable.
29492         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29493         (sin_towardzero_test_data): New variable.
29494         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29495         (sin_downward_test_data): New variable.
29496         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29497         (sin_upward_test_data): New variable.
29498         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29499         (sinh_test_data): New variable.
29500         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
29501         (sinh_tonearest_test_data): New variable.
29502         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29503         (sinh_towardzero_test_data): New variable.
29504         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29505         (sinh_downward_test_data): New variable.
29506         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29507         (sinh_upward_test_data): New variable.
29508         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29509         (sqrt_test_data): New variable.
29510         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
29511         (tan_test_data): New variable.
29512         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
29513         (tan_tonearest_test_data): New variable.
29514         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29515         (tan_towardzero_test_data): New variable.
29516         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29517         (tan_downward_test_data): New variable.
29518         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29519         (tan_upward_test_data): New variable.
29520         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29521         (tanh_test_data): New variable.
29522         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
29523         (tgamma_test_data): New variable.
29524         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
29525         (trunc_test_data): New variable.
29526         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
29527         (y0_test_data): New variable.
29528         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
29529         (y1_test_data): New variable.
29530         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
29531         (significand_test_data): New variable.
29532         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
29534 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
29536         [BZ #12387]
29537         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
29539 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
29541         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
29543 2013-05-10  Andreas Jaeger  <aj@suse.de>
29545         [BZ #15448]
29546         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
29547         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
29549 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
29551         * math/gen-libm-test.pl (adjust_arg): New function.
29552         (special_functions): Handle generating output in both functions
29553         and arrays.
29554         (parse_args): Likewise.
29555         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
29556         $in_func argument to parse_args.
29557         * math/libm-test.inc (struct test_f_f_data): New type.
29558         (IF_ROUND_INIT_): New macro.
29559         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
29560         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
29561         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
29562         (IF_ROUND_INIT_FE_UPWARD): Likewise.
29563         (ROUND_RESTORE_): Likewise.
29564         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
29565         (ROUND_RESTORE_FE_TONEAREST): Likewise.
29566         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
29567         (ROUND_RESTORE_FE_UPWARD): Likewise.
29568         (RUN_TEST_LOOP_f_f): New macro.
29569         (acos_test_data): New variable.
29570         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
29571         (acos_tonearest_test_data): New variable.
29572         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29574 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
29576         * benchtests/bench-skeleton.c (startup): Fix coding style.
29578 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
29580         [BZ #6809]
29581         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
29582         negative infinity argument.
29583         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
29584         negative infinity argument.
29585         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
29586         negative infinity argument.
29587         * math/libm-test.inc (tgamma_test): Expect errno to be set for
29588         domain errors.
29590 2013-05-10  Florian Weimer  <fweimer@redhat.com>
29592         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
29593         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
29594         * iconv/iconv_prog.c (main): Likewise.
29595         * locale/programs/charmap-dir.c (charmap_readdir)
29596         (fopen_uncompressed): Likewise.
29597         * locale/programs/locfile.c (siblings_uncached)
29598         (write_locale_data): Use lstat64 instead of lstat.
29599         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
29600         stat.
29602 2013-05-10  Andreas Jaeger  <aj@suse.de>
29604         [BZ #15395]
29605         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
29606         localization.
29607         Include <locale.h>.
29609 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
29611         * elf/dl-close.c (_dl_close_worker): Add comments.
29613 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
29615         [BZ #15359]
29616         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
29617         high part of pi/2.
29618         (__ieee754_rem_pio2l): Update comments.
29620         [BZ #15429]
29621         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
29622         high part of pi/2.
29623         (__ieee754_rem_pio2l): Update comments.
29625         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
29626         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
29628         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
29629         M_PI_4l.
29631         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
29632         (M_PI_34_LOG10El): Likewise.
29633         (M_PI2_LOG10El): Likewise.
29634         (M_PI4_LOG10El): Likewise.
29635         (M_PI_LOG10El): Likewise.
29637 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29639         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29641 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
29643         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
29644         (MINUS_ZERO_INIT): Likewise.
29645         (PLUS_INFTY_INIT): Likewise.
29646         (MINUS_INFTY_INIT): Likewise.
29647         (QNAN_VALUE_INIT): Likewise.
29648         (MAX_VALUE_INIT): Likewise.
29649         (MIN_VALUE_INIT): Likewise.
29650         (MIN_SUBNORM_VALUE_INIT): Likewise.
29651         (plus_zero): Initialize with PLUS_ZERO_INIT.
29652         (minus_zero): Initialize with MINUS_ZERO_INIT.
29653         (plus_infty): Initialize with PLUS_INFTY_INIT.
29654         (minus_infty): Initialize with MINUS_INFTY_INIT.
29655         (qnan_value): Initialize with QNAN_VALUE_INIT.
29656         (max_value): Initialize with MAX_VALUE_INIT.
29657         (min_value): Initialize with MIN_VALUE_INIT.
29658         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
29660         * math/libm-test.inc (RUN_TEST_if_f): New macro.
29661         (jn_test): Use TEST_if_f instead of TEST_ff_f.
29662         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
29663         (yn_test): Use TEST_if_f instead of TEST_ff_f.
29665         * math/libm-test.inc (RUN_TEST_f_f): New macro.
29666         (RUN_TEST_2_f): Likewise.
29667         (RUN_TEST_ff_f): Likewise.
29668         (RUN_TEST_fi_f): Likewise.
29669         (RUN_TEST_fl_f): Likewise.
29670         (RUN_TEST_fff_f): Likewise.
29671         (RUN_TEST_c_f): Likewise.
29672         (RUN_TEST_f_f1): Likewise.
29673         (RUN_TEST_fF_f1): Likewise.
29674         (RUN_TEST_fI_f1): Likewise.
29675         (RUN_TEST_ffI_f1): Likewise.
29676         (RUN_TEST_c_c): Likewise.
29677         (RUN_TEST_cc_c): Likewise.
29678         (RUN_TEST_f_i): Likewise.
29679         (RUN_TEST_f_i_tg): Likewise.
29680         (RUN_TEST_ff_i_tg): Likewise.
29681         (RUN_TEST_f_b): Likewise.
29682         (RUN_TEST_f_b_tg): Likewise.
29683         (RUN_TEST_f_l): Likewise.
29684         (RUN_TEST_f_L): Likewise.
29685         (RUN_TEST_sincos): Likewise.
29686         * math/gen-libm-test.pl (new_test): Take new argument to indicate
29687         whether to show exceptions.  Do not include ");\n" in return
29688         value.
29689         (special_functions): Output call to RUN_TEST_sincos instead of
29690         check_float calls.  Update calls to new_test.
29691         (parse_args): Output call to single RUN_TEST_* macro instead of
29692         check_* calls and other assignments.  Update calls to new_test.
29694         [BZ #2546]
29695         [BZ #2560]
29696         [BZ #5159]
29697         [BZ #15426]
29698         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
29699         input to result for tgamma overflow.
29700         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
29701         (gamma_coeff): New variable.
29702         (NCOEFF): New macro.
29703         (gamma_positive): New function.
29704         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
29705         underflow here.  Use gamma_positive instead of exp (lgamma) for
29706         other arguments.
29707         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
29708         (gamma_coeff): New variable.
29709         (NCOEFF): New macro.
29710         (gammaf_positive): New function.
29711         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
29712         underflow here.  Use gamma_positive instead of exp (lgamma) for
29713         other arguments.
29714         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
29715         (gamma_coeff): New variable.
29716         (NCOEFF): New macro.
29717         (gammal_positive): New function.
29718         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
29719         underflow here.  Use gamma_positive instead of exp (lgamma) for
29720         other arguments.
29721         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
29722         (gamma_coeff): New variable.
29723         (NCOEFF): New macro.
29724         (gammal_positive): New function.
29725         (__ieee754_gammal_r): Handle positive infinity, overflow and
29726         underflow here.  Handle NaN the same as positive infinity.  Remove
29727         check x < 0xffffffff for negative integers.  Use gamma_positive
29728         instead of exp (lgamma) for other arguments.
29729         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
29730         (gamma_coeff): New variable.
29731         (NCOEFF): New macro.
29732         (gammal_positive): New function.
29733         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
29734         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
29735         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
29736         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
29737         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
29738         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
29739         * sysdeps/generic/math_private.h (__gamma_productf): New
29740         prototype.
29741         (__gamma_product): Likewise.
29742         (__gamma_productl): Likewise.
29743         * math/Makefile (libm-calls): Add gamma_product.
29744         * math/libm-test.inc (tgamma_test): Add more tests.
29745         * sysdeps/i386/fpu/libm-test-ulps: Update.
29746         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29748 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
29750         * benchtests/bench-skeleton.c (main): Preheat CPU.
29752 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
29754         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
29756 2013-05-07  Roland McGrath  <roland@hack.frob.com>
29758         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
29759         and _dl_skip_args_internal.
29761 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
29763         * manual/message.texi (Message Translation): Talk about users.
29764         Message to key mapping impacts design.
29766 2013-05-06  Roland McGrath  <roland@hack.frob.com>
29768         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
29770         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
29772         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
29773         * sysdeps/wordsize-64/glob64.c: ... here.
29775         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
29776         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
29777         New macros.
29779         * debug/getlogin_r_chk.c: Moved to ...
29780         * login/getlogin_r_chk.c: ... here.
29781         * debug/Makefile (routines): Move getlogin_r_chk to ...
29782         * login/Makefile (routines): ... here.
29783         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
29784         * login/Versions (libc: GLIBC_2.4): ... here.
29786         * io/poll.c (__poll): Renamed from poll.
29787         Add libc_hidden_def.
29788         (poll): Define as weak alias.
29790         * debug/ptsname_r_chk.c: Moved to ...
29791         * login/ptsname_r_chk.c: ... here.
29792         * debug/Makefile (routines): Move ptsname_r_chk to ...
29793         * login/Makefile (routines): ... here.
29794         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
29795         * login/Versions (libc: GLIBC_2.4): ... here.
29797         * posix/getlogin.c: Moved to ...
29798         * login/getlogin.c: ... here.
29799         * posix/getlogin_r.c: Moved to ...
29800         * login/getlogin_r.c: ... here.
29801         * posix/getlogin_r.c: Moved to ...
29802         * login/getlogin_r.c: ... here.
29803         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
29804         * login/Makefile (routines): ... here.
29805         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
29806         * login/Versions (libc: GLIBC_2.0): ... here.
29808         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
29809         (setrlimit): Define as weak alias.
29811         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
29812         Call __ names for open, ftruncate, and close.
29813         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
29814         (truncate): Define as weak alias.
29816 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
29818         * math/gen-libm-test.pl (parse_args): Initialize x before each
29819         test of frexp, modf and remquo.
29821         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
29822         test signgam value.
29824 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29826         [BZ #15418]
29827         [BZ #15419]
29828         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
29829         internal tests.
29830         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
29832 2013-05-06  Roland McGrath  <roland@hack.frob.com>
29834         * elf/dl-writev.h: New file.
29835         * elf/dl-misc.c: Include it.
29836         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
29837         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
29839 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
29841         * math/libm-test.inc (noXFails): Remove variable.
29842         (noXPasses): Likewise.
29843         (BUILD_COMPLEX_INT): Remove macro.
29844         (print_screen): Remove xfail argument.
29845         (print_screen_max_error): Likewise.
29846         (update_stats): Likewise.
29847         (print_max_error): Likewise.  Update calls to other affected
29848         functions.
29849         (print_complex_max_error): Likewise.
29850         (test_single_exception): Update calls to print_screen.
29851         (test_single_errno): Likewise.
29852         (check_float_internal): Remove xfail argument.  Update calls to
29853         other affected functions.
29854         (check_float): Likewise.
29855         (check_complex): Likewise.
29856         (check_int): Likewise.
29857         (check_long): Likewise.
29858         (check_bool): Likewise.
29859         (check_longlong): Likewise.
29860         (main): Don't print noXFails and noXPasses.
29861         * math/gen-libm-test.pl (top level): Don't mention expected
29862         failure handling in comment.
29863         (new_test): Don't handle expected failures.
29864         (parse_args): Don't mention expected failure handling in comment.
29865         (generate_testfile): Don't handle expected failures.
29866         (parse_ulps): Likewise.
29867         (print_ulps_file): Likewise.
29868         (get_failure): Remove function.
29869         (output_test): Don't handle expected failures.
29870         * make/README.libm-test: Don't mention expected failure handling.
29872         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
29873         (minus_zero): Likewise.
29874         (plus_infty): Likewise.
29875         (minus_infty): Likewise.
29876         (qnan_value): Likewise.
29877         (max_value): Likewise.
29878         (min_value): Likewise.
29879         (min_subnorm_value): Likewise.
29880         (initialize): Do not initialize those variables dynamically.
29882 2013-05-03  Roland McGrath  <roland@hack.frob.com>
29884         * io/open.c (__open_2): Moved to ...
29885         * io/open_2.c: ... this new file.
29886         * io/open64.c (__open64_2): Moved to ...
29887         * io/open64_2.c: ... this new file.
29888         * io/openat.c (__openat_2): Moved to ...
29889         * io/openat_2.c: ... this new file.
29890         * io/openat64.c (__openat64_2): Moved to ...
29891         * io/openat64_2.c: ... this new file.
29892         * io/Makefile (routines): Add them.
29893         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
29894         * sysdeps/unix/sysv/linux/open_2.c: File removed.
29895         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
29896         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
29897         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
29898         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
29899         (__openat64): Add hidden_ver.
29900         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
29901         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
29903         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
29904         Separately conditionalize setting of GLRO(dl_sysinfo) so
29905         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
29906         as well, but the actual setting is only under [NEED_DL_SYSINFO].
29908 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29910         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
29911         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
29912         definition.
29913         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
29914         * sysdeps/unix/sysv/linux/powerpc/init-first.c
29915         (_libc_vdso_platform_setup): Add __vdso_time initialization.
29916         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
29917         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
29919 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
29921         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
29922         test signgam value.
29924         * math/libm-test.inc (hypot_test): Do not use
29925         IGNORE_ZERO_INF_SIGN.
29927 2013-05-03  Andreas Jaeger  <aj@suse.de>
29929         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
29930         Linux 3.9.
29931         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
29932         (PF_MAX): Adjust for VSOCK change.
29934 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29936         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29938 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
29940         [BZ #15264]
29941         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
29942         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
29943         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
29945 2013-05-02  David S. Miller  <davem@davemloft.net>
29947         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29949 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
29951         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
29953 2013-05-01  Roland McGrath  <roland@hack.frob.com>
29955         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
29957 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
29959         [BZ #14952]
29960         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
29961         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
29962         Use __attribute__ ((__gnu_inline__)).
29963         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
29964         Don't use __attribute__ ((__gnu_inline__)).
29966 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
29968         [BZ #15423]
29969         * math/s_catan.c (__catan): Handle small real or imaginary part of
29970         input specially to avoid spurious underflow.
29971         * math/s_catanf.c (__catanf): Likewise.
29972         * math/s_catanh.c (__catanh): Likewise.
29973         * math/s_catanhf.c (__catanhf): Likewise.
29974         * math/s_catanhl.c (__catanhl): Likewise.
29975         * math/s_catanl.c (__catanl): Likewise.
29976         * math/libm-test.inc (catan_test): Add more tests.
29977         (catanh_test): Likewise.
29978         * sysdeps/i386/fpu/libm-test-ulps: Update.
29979         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29981 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29983         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29985 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
29987         [BZ #15416]
29988         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
29989         accurately for denominator in atan2.
29990         * math/s_catanf.c (__catanf): Likewise.
29991         * math/s_catanh.c (__catanh): Likewise.
29992         * math/s_catanhf.c (__catanhf): Likewise.
29993         * math/s_catanhl.c (__catanhl): Likewise.
29994         * math/s_catanl.c (__catanl): Likewise.
29995         * math/libm-test.inc (catan_test): Add more tests.
29996         (catanh_test): Likewise.
29997         * sysdeps/i386/fpu/libm-test-ulps: Update.
29998         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30000 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
30002         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
30004         * benchtests/Makefile (bench): Remove slow benchmarks.
30005         * benchtests/atan-inputs: Add slow benchmark inputs.
30006         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
30007         (BENCH_FUNC): Accept variant offset.
30008         (VARIANT): Define.
30009         * benchtests/bench-skeleton.c (main): Run benchmark for each
30010         variant.
30011         * benchtests/cos-inputs: Add slow benchmark inputs.
30012         * benchtests/exp-inputs: Likewise.
30013         * benchtests/pow-inputs: Likewise.
30014         * benchtests/sin-inputs: Likewise.
30015         * benchtests/slowatan-inputs: Remove.
30016         * benchtests/slowatan.c: Remove.
30017         * benchtests/slowcos-inputs: Remove.
30018         * benchtests/slowcos.c: Remove.
30019         * benchtests/slowexp-inputs: Remove.
30020         * benchtests/slowexp.c: Remove.
30021         * benchtests/slowpow-inputs: Remove.
30022         * benchtests/slowpow.c: Remove.
30023         * benchtests/slowsin-inputs: Remove.
30024         * benchtests/slowsin.c: Remove.
30025         * benchtests/slowtan-inputs: Remove.
30026         * benchtests/slowtan.c: Remove.
30027         * benchtests/tan-inputs: Add slow benchmark inputs.
30028         * scripts/bench.pl: Parse comments and directives.
30030         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
30031         in CPPFLAGS.
30032         ($(objpfx)bench-%.c): Remove *-ITER.
30033         * benchtests/bench-modf.c: Remove definition of ITER.
30034         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
30035         (main): Loop for DURATION seconds instead of fixed number of
30036         iterations.
30037         * scripts/bench.pl: Don't expect iterations in parameters.
30039 2013-04-29  Roland McGrath  <roland@hack.frob.com>
30041         * io/fchdir.c (__fchdir): Renamed from fchdir.
30042         (fchdir): Define as weak alias.
30044 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
30046         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
30047         (ERRNO_EDOM): Likewise.
30048         (ERRNO_ERANGE): Likewise.
30049         (noErrnoTests): New variable.
30050         (init_max_error): Set errno to 0.
30051         (test_single_errno): New function.
30052         (test_errno): Likewise.
30053         (check_float_internal): Call test_errno.  Set errno to 0.
30054         (check_complex): Refer to errno tests in comment.
30055         (check_int): Call test_errno.  Set errno to 0.
30056         (check_long): Likewise.
30057         (check_bool): Likewise.
30058         (check_longlong): Likewise.
30059         (cos_test): Use ERRNO_* flags for errno tests instead of
30060         check_int.
30061         (expm1_test): Likewise.
30062         (fmod_test): Likewise.
30063         (ilogb_test): Likewise.
30064         (lgamma_test): Likewise.
30065         (pow_test): Likewise.
30066         (remainder_test): Likewise.
30067         (sin_test): Likewise.
30068         (tan_test): Likewise.
30069         (yn_test): Likewise.
30070         (initialize): Set errno to 0.
30071         (main): Print number of errno tests.
30072         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
30074 2013-04-29  Andreas Jaeger  <aj@suse.de>
30076         [BZ #15084]
30077         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
30078         and RES_USEVC.
30080         [BZ #15085]
30081         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
30082         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
30083         unimplemented.
30085         [BZ #15380]
30086         * stdlib/random.c (__initstate): Return NULL if
30087         __initstate fails.
30089         [BZ #15086]
30090         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
30091         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
30092         RES_SNGLKUPREOP.
30094 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30096         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30098 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
30100         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
30101         of individual tests.
30102         (casin_test): Likewise.
30103         (casinh_test): Likewise.
30105 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
30107         [BZ #15409]
30108         * math/s_catan.c (__catan): Handle arguments with large real or
30109         imaginary part separately without squaring.
30110         * math/s_catanf.c (__catanf): Likewise.
30111         * math/s_catanh.c (__catanh): Likewise.
30112         * math/s_catanhf.c (__catanhf): Likewise.
30113         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
30114         and redefine.
30115         (__catanhl): Handle arguments with large real or imaginary part
30116         separately without squaring.
30117         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
30118         and redefine.
30119         (__catanl): Handle arguments with large real or imaginary part
30120         separately without squaring.
30121         * math/libm-test.inc (catan_test): Add more tests.
30122         (catanh_test): Likewise.
30123         * sysdeps/i386/fpu/libm-test-ulps: Update.
30124         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30126 2013-04-27  Andreas Jaeger  <aj@suse.de>
30128         [BZ #15007]
30129         * stdlib/stdlib.h: Update guards for qecvt.
30130         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
30131         <stdlib.h>.
30133 2013-04-27  Allan McRae  <allan@archlinux.org>
30135         * sysdeps/i386/fpu/libm-test-ulps: Update.
30137 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
30139         [BZ #15406]
30140         * math/s_catan.c: Include <float.h>.
30141         (__catan): Ensure underflow exception occurs for underflowed
30142         result.
30143         * math/s_catanf.c: Include <float.h>.
30144         (__catanf): Ensure underflow exception occurs for underflowed
30145         result.
30146         * math/s_catanh.c: Include <float.h>.
30147         (__catanh): Ensure underflow exception occurs for underflowed
30148         result.
30149         * math/s_catanhf.c: Include <float.h>.
30150         (__catanhf): Ensure underflow exception occurs for underflowed
30151         result.
30152         * math/s_catanhl.c: Include <float.h>.
30153         (__catanhl): Ensure underflow exception occurs for underflowed
30154         result.
30155         * math/s_catanl.c: Include <float.h>.
30156         (__catanl): Ensure underflow exception occurs for underflowed
30157         result.
30158         * math/libm-test.inc (catan_test): Add more tests.
30159         (catanh_test): Likewise.
30161         [BZ #15405]
30162         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
30163         underflowed result.
30164         * math/s_ccoshf.c (__ccoshf): Likewise.
30165         * math/s_ccoshl.c (__ccoshl): Likewise.
30166         * math/s_csin.c (__csin): Likewise.
30167         * math/s_csinf.c (__csinf): Likewise.
30168         * math/s_csinh.c (__csinh): Likewise.
30169         * math/s_csinhf.c (__csinhf): Likewise.
30170         * math/s_csinhl.c (__csinhl): Likewise.
30171         * math/s_csinl.c (__csinl): Likewise.
30172         * math/libm-test.inc (ccos_test): Add more tests.
30173         (ccosh_test): Likewise.
30174         (csin_test): Likewise.
30175         (csinh_test): Likewise.
30177 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30179         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
30180         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
30181         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
30182         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
30183         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
30184         powerpc/power5+/fpu folders.
30185         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
30188 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
30190         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30192 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
30194         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
30195         additions to variable.
30196         [$(config-machine) = x86_64] (modules-names): Likewise.
30197         ($(objpfx)tst-audit3): Remove dependency.
30198         ($(objpfx)tst-audit3.out): Likewise.
30199         ($(objpfx)tst-audit4): Likewise.
30200         ($(objpfx)tst-audit4.out): Likewise.
30201         ($(objpfx)tst-audit5): Likewise.
30202         ($(objpfx)tst-audit5.out): Likewise.
30203         ($(objpfx)tst-audit6): Likewise.
30204         ($(objpfx)tst-audit6.out): Likewise.
30205         ($(objpfx)tst-audit7): Likewise.
30206         ($(objpfx)tst-audit7.out): Likewise.
30207         (tst-audit3-ENV): Remove variable.
30208         (tst-audit4-ENV): Likewise.
30209         (tst-audit5-ENV): Likewise.
30210         (tst-audit6-ENV): Likewise.
30211         (tst-audit7-ENV): Likewise.
30212         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
30213         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
30214         addition to variable.
30215         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
30216         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
30217         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
30218         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
30219         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
30220         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
30221         tst-audit3, tst-audit4 and tst-audit5.
30222         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
30223         tst-audit6 and tst-audit7.
30224         [$(subdir) = elf] (modules-names): Add audit modules for those
30225         tests.
30226         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
30227         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
30228         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
30229         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
30230         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
30231         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
30232         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
30233         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
30234         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
30235         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
30236         [$(subdir) = elf] (tst-audit3-ENV): New variable.
30237         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
30238         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
30239         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
30240         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
30241         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
30242         Likewise.
30243         [$(subdir) = elf && $(config-cflags-avx) = yes]
30244         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
30245         [$(subdir) = elf && $(config-cflags-avx) = yes]
30246         (CFLAGS-tst-auditmod4a.c): Likewise.
30247         [$(subdir) = elf && $(config-cflags-avx) = yes]
30248         (CFLAGS-tst-auditmod4b.c): Likewise.
30249         [$(subdir) = elf && $(config-cflags-avx) = yes]
30250         (CFLAGS-tst-auditmod6b.c): Likewise.
30251         [$(subdir) = elf && $(config-cflags-avx) = yes]
30252         (CFLAGS-tst-auditmod6c.c): Likewise.
30253         [$(subdir) = elf && $(config-cflags-avx) = yes]
30254         (CFLAGS-tst-auditmod7b.c): Likewise.
30255         * elf/tst-audit3.c: Move to ...
30256         * sysdeps/x86_64/tst-audit3.c: ... here.
30257         * elf/tst-audit4.c: Move to ...
30258         * sysdeps/x86_64/tst-audit4.c: ... here.
30259         * elf/tst-audit5.c: Move to ...
30260         * sysdeps/x86_64/tst-audit5.c: ... here.
30261         * elf/tst-audit6.c: Move to ...
30262         * sysdeps/x86_64/tst-audit6.c: ... here.
30263         * elf/tst-audit7.c: Move to ...
30264         * sysdeps/x86_64/tst-audit7.c: ... here.
30265         * elf/tst-auditmod3a.c: Move to ...
30266         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
30267         * elf/tst-auditmod3b.c: Move to ...
30268         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
30269         * elf/tst-auditmod4a.c: Move to ...
30270         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
30271         * elf/tst-auditmod4b.c: Move to ...
30272         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
30273         * elf/tst-auditmod5a.c: Move to ...
30274         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
30275         * elf/tst-auditmod5b.c: Move to ...
30276         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
30277         * elf/tst-auditmod6a.c: Move to ...
30278         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
30279         * elf/tst-auditmod6b.c: Move to ...
30280         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
30281         * elf/tst-auditmod6c.c: Move to ...
30282         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
30283         * elf/tst-auditmod7a.c: Move to ...
30284         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
30285         * elf/tst-auditmod7b.c: Move to ...
30286         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
30288 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
30290         [BZ #15366]
30291         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
30292         define unconditionally.
30293         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
30294         define unconditionally.
30295         (INT8_C, INT16_C, etc.): Likewise.
30297 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
30299         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
30300         __ehdr_start with hidden visibility.
30302         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
30304 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
30306         * math/libm-test.inc (cos_test): Use accurate hex constants.
30307         (sincost_test): Likewise.
30309 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
30311         * math/libm-test.inc (catan_test): Add more tests.
30312         (catanh_test): Likewise.
30314         * math/s_catanf.c (__catanf): Use suffixed floating-point
30315         constants.
30316         * math/s_catanhf.c (__catanhf): Likewise.
30317         * math/s_catanhl.c (__catanhl): Likewise.
30318         * math/s_catanl.c (__catanl): Likewise.
30320         [BZ #15394]
30321         * math/s_catan.c (__catan): Calculate imaginary part of result
30322         with log1p not log unless computing log of number close to 0.
30323         * math/s_catanf.c (__catanf): Likewise.
30324         * math/s_catanl.c (__catanl): Likewise.
30325         * math/s_catanh.c (__catanh): Calculate real part of result with
30326         log1p not log unless computing log of number close to 0.
30327         * math/s_catanhf.c (__catanhf): Likewise.
30328         * math/s_catanhl.c (__catanhl): Likewise.
30329         * math/libm-test.inc (catan_test): Add more tests.
30330         (catanh_test): Likewise.
30331         * sysdeps/i386/fpu/libm-test-ulps: Update.
30332         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30334 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
30336         * benchtests/Makefile: Mention files in which fast and slow
30337         paths of math functions are implemented.
30339 2013-04-23  Roland McGrath  <roland@hack.frob.com>
30341         * sysdeps/posix/timespec_get.c: New file.
30343 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30345         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
30346         POWER.
30347         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
30348         for POWER.
30349         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
30350         powerpc/power5/fpu folders.
30351         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
30352         * benchtests/Makefile: Add modf testcase.
30353         * benchtests/bench-modf.c: New file: Benchmark test for mo
30355 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
30357         [BZ #14888]
30358         * time/Makefile (tests): Add tst-strptime-whitespace.
30359         * time/strptime_l.c (get_number): Use ISSPACE.
30360         (__strptime_internal): Likewise.
30361         * time/tst-strptime-whitespace.c: New test case.
30363 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
30365         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
30366         member.
30367         (_nss_files_init): Set it here.
30369 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
30371         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
30372         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
30373         unsigned.
30375 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
30377         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
30379 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
30381         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
30382         size just once.
30384 2013-04-21  David S. Miller  <davem@davemloft.net>
30386         * po/ru.po: Update Russion translation from translation project.
30388 2013-04-17  Adam Conrad  <adconrad@0c3.net>
30390         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
30391         and setfsgid.
30393 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
30395         * configure.in: Remove i386 configure warning. Remove i386 case.
30396         * configure: Regenerate.
30397         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
30398         Add example to error message.
30399         * sysdeps/i386/configure: Regenerate.
30401 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
30403         * benchtests/Makefile (bench): Add cos, tan, slowcos and
30404         slowtan.
30405         * benchtests/cos-inputs: New file.
30406         * benchtests/slowcos-inputs: New file.
30407         * benchtests/slowcos.c: New file.
30408         * benchtests/slowtan-inputs: New file.
30409         * benchtests/slowtan.c: New file.
30410         * benchtests/tan-inputs: New file.
30412 2013-04-16  Roland McGrath  <roland@hack.frob.com>
30414         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
30415         considered kosher.
30417 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
30419         * benchtests/Makefile: Include cppflags-iterator.mk to add
30420         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
30422         * Makefile.in (bench-clean): New target.
30423         * benchtests/Makefile (bench-clean): Likewise.
30425 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
30427         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
30429 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
30431         * stdio-common/tstdiomisc.c: Fix coding-style violation.
30433 2013-04-15  Andreas Schwab  <schwab@suse.de>
30435         * nscd/grpcache.c (cache_addgr): Properly check for short write.
30436         * nscd/initgrcache.c (addinitgroupsX): Likewise.
30437         * nscd/pwdcache.c (cache_addpw): Likewise.
30438         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
30439         more than recsize.
30441 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30443         * benchtests/Makefile (bench): Write all output to
30444         bench-out.tmp together.
30446 2013-04-15  Andreas Schwab  <schwab@suse.de>
30448         * nscd/nscd.c (main): Don't fork again after closing files.
30450 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30452         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
30454         * benchtests/Rules (bench-deps): Collect dependencies into a
30455         single variable.  Add Makefile to dependencies.
30456         ($(objpfx)bench-%.c): Depend on bench-deps.
30458 2013-04-12  Roland McGrath  <roland@hack.frob.com>
30459             Xavier Roche  <roche+kml2@exalead.com>
30461         [BZ #15361]
30462         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
30463         just that it's a file descriptor.
30464         * manual/llio.texi (Synchronizing AIO Operations): Update description
30465         for EBADF error from aio_fsync.
30467 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
30469         * Rules (bench): Move target definition...
30470         * benchtests/Makefile: ... here.
30472 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
30474         * math/libm-test.inc (cos_test): Fix PI/2 test.
30475         (sincos_test): Likewise.
30476         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
30477         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
30479 2013-04-11  Andreas Schwab  <schwab@suse.de>
30481         [BZ #13988]
30482         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
30483         accept exponent character only when digits were seen.
30484         * stdio-common/Makefile (tests): Add bug26.
30485         * stdio-common/bug26.c: New file.
30487         [BZ #14293]
30488         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
30489         non-freeable.
30491 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
30493         * Makeconfig (rtld-prefix): Define built linker prefix.
30494         * Rules (run-bench): Use it.
30495         * math/Makefile (run-regen-ulps): Likewise.
30497         * Rules (bench): Remove eval.
30499 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30500             Roland McGrath  <roland@hack.frob.com>
30501             Ondrej Bilka  <neleai@seznam.cz>
30503         [BZ #15346]
30504         * time/getdate.c: Include ctype.h and alloca.h.
30505         (__getdate_r): Trim leading and trailing spaces of input.
30506         * time/tst-getdate.c (tests): Add tests with leading and
30507         trailing spaces.
30509 2013-04-08  Roland McGrath  <roland@hack.frob.com>
30511         [BZ #14280]
30512         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
30513         when computing value.
30515 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30517         * math/README.libm-test (How can I generate "libm-test-ulps"?):
30518         Use testrun.sh to run libm tests.
30520         [BZ #15309]
30521         * elf/dl-open.c (dl_open_worker): memset all of seen array.
30523 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
30525         [BZ #15264]
30526         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
30528 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30530         * Makefile.in (regen-ulps): New target.
30531         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
30532         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
30533         [ifneq (no,$(PERL)] (regen-ulps): New target.
30534         [ifeq (no,$(PERL)] (regen-ulps): New target.
30535         * math/libm-test.inc (ulps_file_name): Define.
30536         (output_dir): New variable.
30537         (options): Add "output-dir" option.
30538         (parse_opt): Handle 'o' case.
30539         (main): If output_dir is non-NULL use it as a prefix
30540         otherwise use "".
30541         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
30543 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30545         [BZ #10060, #10062]
30546         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
30547         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
30548         fail configure if __sync_val_compare_and_swap is not inlined.
30549         * sysdeps/i386/configure: Regenerate.
30550         * configure.in: Build for i686 when configured for i386.
30551         * configure: Regenerate.
30552         * README: Remove i386 reference.
30554 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30556         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
30557         * sysdeps/s390/s390-64/sysdep.h: Likewise.
30559 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
30561         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
30562         (lmsnanval): New variables.
30563         (F): Add conversion tests.
30564         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
30565         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
30567         * stdio-common/tstdiomisc.c (F): Properly collect individual
30568         tests' results.
30570         [BZ #14686, #15336]
30571         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
30572         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
30573         Instead, use input NaN values or generate a qNaN by arithmetic
30574         operation.  Also fix bugs to comply with the standard.
30575         * math/libm-test.inc (remainder_test): Add more tests.
30577         [BZ #15335, #15342]
30578         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
30579         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
30580         input NaN values or generate a qNaN by arithmetic operation.
30582         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
30583         unreachable code.
30585         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
30586         definitions.
30588 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
30590         [BZ #14478]
30591         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
30592         underflowed result.
30593         * math/s_cexpf.c (__cexpf): Likewise.
30594         * math/s_cexpl.c (__cexpl): Likewise.
30595         * math/libm-test.inc (cexp_test): Add more tests.
30597 2013-04-03  Andreas Schwab  <schwab@suse.de>
30599         [BZ #15330]
30600         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
30601         order arrays from heap if bigger than alloca cutoff.
30603 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
30605         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
30606         (SNAN_TESTS_double): Refer to GCC PR56831.
30607         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
30608         GCC PR56828.
30610 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
30612         * Rules (bench): Move bench.out after the run is complete.
30614         * Rules (bench): Echo currently running benchmark.
30616         * benchtests/Makefile (bench): Add atan and slowatan.
30617         * benchtests/atan-inputs: New file.
30618         * benchtests/slowatan-inputs: New file.
30619         * benchtests/slowatan.c: New file.
30621         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
30622         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
30623         its value.
30625         [BZ #15305]
30626         * sysdeps/unix/sysv/linux/kernel-features.h
30627         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
30628         __ASSUME_XFS_RESTRICTED_CHOWN.
30629         * sysdeps/unix/sysv/linux/pathconf.c
30630         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
30631         Save and restore errno.
30633 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
30635         [BZ #15327]
30636         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
30637         arguments using __kernel_casinh.
30638         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
30639         arguments using __kernel_casinhf.
30640         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
30641         arguments using __kernel_casinhl.
30642         * math/libm-test.inc (cacosh_test): Add more tests.
30643         * sysdeps/i386/fpu/libm-test-ulps: Update.
30644         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30646 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
30648         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
30649         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
30651         * bench/Makefile (bench): Add sin and slowsin.
30652         * benchtests/sin-inputs: New file.
30653         * benchtests/slowsin-inputs: New file.
30654         * benchtests/slowsin.c: New file.
30656         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
30657         (bench): Add slowexp and slowpow.
30658         (exp-ITER): Increase iterations.
30659         (pow-ITER): Likewise.
30660         * benchtests/exp-inputs: Change input.
30661         * benchtests/pow-inputs: Likewise.
30662         * benchtests/slowexp-inputs: New file.
30663         * benchtests/slowexp.c: New file.
30664         * benchtests/slowpow-inputs: New file.
30665         * benchtests/slowpow.c: New file.
30667 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30669         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
30670         instructions.
30671         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
30672         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
30673         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
30674         * benchtests/Makefile: Add rint benchtest.
30675         * benchtests/rint-inputs: Input for rint benchtest.
30677 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
30679         * Versions.def (libm): Add GLIBC_2.18.
30680         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
30681         hidden libm prototypes.
30682         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
30683         * math/Makefile (libm-calls): Add s_issignaling.
30684         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
30685         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
30686         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
30687         declaration.
30688         * math/math.h [__USE_GNU] (issignaling): New macro.
30689         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
30690         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
30691         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
30692         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
30693         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
30694         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
30695         * manual/arith.texi (issignaling): New section.
30696         * manual/libm-err-tab.pl (@all_functions): Update comment.
30697         * math/gen-libm-test.pl (parse_args): Apply special handling for
30698         issignaling.
30699         * math/libm-test.inc (print_float, issignaling_test): New
30700         functions.
30701         (check_float_internal): Add issignaling checks.
30702         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
30703         default definition.
30704         * sysdeps/powerpc/math-tests.h: New file.
30705         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
30706         tests.
30707         * math/test-snan.c (TEST_FUNC): Likewise.
30709 2013-03-30  David S. Miller  <davem@davemloft.net>
30711         * po/de.po: Update from translation team.
30713 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
30715         [BZ #10357]
30716         * math/k_casinh.c (__kernel_casinh): Handle arguments with
30717         imaginary part less than 1.0 and real part less than 0.5
30718         specially.
30719         * math/k_casinhf.c (__kernel_casinhf): Likewise.
30720         * math/k_casinhl.c (__kernel_casinhl): Likewise.
30721         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
30722         (cacos_test): Add more tests.
30723         (casin_test): Likewise.
30724         (casinh_test): Likewise.
30725         * sysdeps/i386/fpu/libm-test-ulps: Update.
30726         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30728 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
30730         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
30731         ONE with its value.
30733         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
30734         (__pow_mp): Replace ONE and MONE with their values.
30735         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
30736         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
30737         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
30738         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
30739         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
30740         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30742         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
30744         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
30745         (__pow_mp): Replace ZERO and MZERO with their values.
30746         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
30747         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
30748         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
30749         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
30750         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
30751         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
30752         (__sqr): Likewise.
30754         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
30756         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
30758 2013-03-28  Roland McGrath  <roland@hack.frob.com>
30760         * include/stdlib.h [!SHARED] (__call_tls_dtors):
30761         Declare with __attribute__ ((weak)).
30762         * stdlib/exit.c (__libc_atexit) [!SHARED]:
30763         Call __call_tls_dtors only if it's not NULL.
30765 2013-03-28  Roland McGrath  <roland@hack.frob.com>
30767         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
30768         didn't do it already, then set _dl_phdr and _dl_phnum based on the
30769         magic __ehdr_start linker symbol if it's defined.
30770         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
30771         them up here if it was already done.
30773         * elf/dl-support.c (_dl_phdr): Make pointer to const.
30774         (_dl_aux_init): Use const in cast when setting it.
30775         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
30776         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
30777         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
30779         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
30780         Declare them here.
30781         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
30782         * csu/libc-tls.c: Nor here.
30783         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
30785         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
30786         (__libc_message): Never call vsyslog.
30788 2013-03-28  Alan Modra  <amodra@gmail.com>
30790         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
30791         Define as empty.
30792         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
30793         Likewise.
30795 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30797         [BZ #15214]
30798         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
30799         underflow.
30800         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30802 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30804         [BZ #15304]
30805         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
30806         Don't add gid passed as argument.
30808         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
30810 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
30812         [BZ #15307]
30813         * math/k_casinh.c (__kernel_casinh): Handle arguments with
30814         imaginary part between 1.0 and 1.5 and real part less than 0.5
30815         specially.
30816         * math/k_casinhf.c (__kernel_casinhf): Likewise.
30817         * math/k_casinhl.c (__kernel_casinhl): Likewise.
30818         * math/libm-test.inc (cacos_test): Add more tests.
30819         (casin_test): Likewise.
30820         (casinh_test): Likewise.
30821         * sysdeps/i386/fpu/libm-test-ulps: Update.
30822         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30824 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
30826         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
30827         constants.
30828         (norm): Likewise.
30829         (denorm): Likewise.
30830         (__dbl_mp): Likewise.
30831         (add_magnitudes): Likewise.
30832         (sub_magnitudes): Likewise.
30833         (__add): Likewise.
30834         (__sub): Likewise.
30835         (__mul): Likewise.
30836         (__sqr): Likewise.
30837         (__inv): Likewise.
30838         (__dvd): Likewise.
30840         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
30841         commented code.
30842         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
30843         (__dubcos): Likewise.
30844         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
30845         (__ieee754_acos): Likewise.
30846         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
30847         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
30848         (__exp1): Likewise.
30849         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
30850         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
30851         (log1): Likewise.
30852         (my_log2): Likewise.
30853         (checkint): Likewise.
30854         * sysdeps/ieee754/dbl-64/e_remainder.c
30855         (__ieee754_remainder): Likewise.
30856         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
30857         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
30858         (bsloww): Likewise.
30859         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30861         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
30862         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
30863         MANTISSA_STORE_T to store computations on mantissa.  Use
30864         macros for rounding and division.
30865         (denorm): Likewise.
30866         (__dbl_mp): Likewise.
30867         (add_magnitudes): Likewise.
30868         (sub_magnitudes): Likewise.
30869         (__mul): Likewise.
30870         (__sqr): Likewise.
30871         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
30872         powers of two in terms of TWOPOW macro.
30873         (mp_no): Make type of mantissa as MANTISSA_T.
30874         [!RADIXI]: Define RADIXI.
30875         [!TWO52]: Define TWO52.
30876         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
30878 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30880         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
30881         llroundl symbol when building for PPC32.
30883 2013-03-24  Mark H Weaver  <mhw@netris.org>
30885         * manual/arith.texi (Normalization Functions): Fix prototypes for
30886         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
30888 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30890         [BZ #13889]
30891         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
30892         high value to check if expl overflow.
30893         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
30894         to check for underflow and overflow.
30895         * math/libm-test.inc: Add exp test.
30897 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
30899         [BZ #11120]
30900         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
30901         with NOT_IN_libc.
30903 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30905         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
30906         symbol.
30908 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
30910         * math/gen-libm-test.pl (parse_args, special_functions): Properly
30911         wrap blocks consisting of several statements.
30913         * sysdeps/generic/math-tests.h: New file.
30914         * sysdeps/i386/fpu/math-tests.h: Likewise.
30915         * math/test-snan.c: Include it.
30916         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
30918 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
30920         [BZ #15285]
30921         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
30922         (__ieee754_j0l): Do not improve calculations using cos of twice
30923         input for inputs above LDBL_MAX / 2.0L.
30924         (__ieee754_y0l): Likewise.
30925         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
30926         (__ieee754_j1l): Do not improve calculations using cos of twice
30927         input for inputs above LDBL_MAX / 2.0L.
30928         (__ieee754_y1l): Likewise.
30929         * math/libm-test.inc (j0_test): Add another test.
30930         (j1_test): Likewise.
30931         (y0_test): Likewise.
30932         (y1_test): Likewise.
30933         * sysdeps/i386/fpu/libm-test-ulps: Update.
30935 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
30937         * Rules ($(objpfx)bench-%.c): Include code from a C source
30938         file.
30940 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
30942         [BZ #15287]
30943         * math/k_casinh.c (__kernel_casinh): Handle arguments with
30944         imaginary part 1.0 and real part less than 0.5 specially.
30945         * math/k_casinhf.c (__kernel_casinhf): Likewise.
30946         * math/k_casinhl.c (__kernel_casinhl): Likewise.
30947         * math/libm-test.inc (cacos_test): Add more tests.
30948         (casin_test): Likewise.
30949         (casinh_test): Likewise.
30950         * sysdeps/i386/fpu/libm-test-ulps: Update.
30951         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30953 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
30955         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
30956         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
30958 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
30960         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
30961         * config.make.in (config-cflags-sse4): Remove variable.
30962         (config-cflags-avx): Likewise.
30963         (config-cflags-sse2avx): Likewise.
30964         (config-cflags-novzeroupper): Likewise.
30965         (config-asflags-i686): Likewise.
30966         (have-mfma4): Likewise.
30967         (have-as-vis3): Likewise.
30968         (MIG): Likewise.
30969         * configure.in (MIG): Do not AC_SUBST.
30970         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
30971         (libc_cv_cc_sse4): Do not AC_SUBST.
30972         (libc_cv_cc_avx): Likewise.
30973         (libc_cv_cc_sse2avx): Likewise.
30974         (libc_cv_cc_novzeroupper): Likewise.
30975         (libc_cv_cc_fma4): Likewise.
30976         (libc_cv_as_i686): Likewise.
30977         (libc_cv_sparc_as_vis3): Likewise.
30978         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
30979         LIBC_CONFIG_VAR.
30980         (config-asflags-i686): Likewise.
30981         (config-cflags-avx): Likewise.
30982         (config-cflags-sse2avx): Likewise.
30983         (have-mfma4): Likewise.
30984         (config-cflags-novzeroupper): Likewise.
30985         * sysdeps/mach/configure.in (MIG): Likewise.
30986         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
30987         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
30988         LIBC_CONFIG_VAR.
30989         (config-cflags-avx): Likewise.
30990         (config-cflags-sse2avx): Likewise.
30991         (have-mfma4): Likewise.
30992         (config-cflags-novzeroupper): Likewise.
30993         * configure: Regenerated.
30994         * sysdeps/i386/configure: Likewise.
30995         * sysdeps/mach/configure: Likewise.
30996         * sysdeps/sparc/configure: Likewise.
30997         * sysdeps/x86_64/configure: Likewise.
30999 2013-03-20  Roland McGrath  <roland@hack.frob.com>
31001         [BZ #14812]
31002         * locale/programs/localedef.c (options): Put N_ translation marker
31003         on argument names, not just descriptions.
31005 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31007         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
31009 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
31011         [BZ #14176]
31012         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
31014 2013-03-19  Roland McGrath  <roland@hack.frob.com>
31016         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
31017         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
31018         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
31019         [!BEFORE_ABORT] (before_abort): New function.
31020         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
31021         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
31022         (writev_for_fatal): New function.
31023         (WRITEV_FOR_FATAL): New macro; call that.
31024         (backtrace_and_maps): New function.
31025         (BEFORE_ABORT): New macro; call that.
31026         (struct str_list): Type removed.
31027         (__libc_message, __libc_fatal): Functions removed.
31028         Include <sysdeps/posix/libc_fatal.c> instead.
31030 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
31032         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
31033         constants.
31034         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
31035         double constants.
31037 2013-03-19  Andreas Schwab  <schwab@suse.de>
31039         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
31040         * sysdeps/gnu/configure: Regenerate.
31042         * configure.in: Substitute libc_cv_rtlddir.
31043         * configure: Regenerate.
31044         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
31045         * Makeconfig (rtlddir, inst_rtlddir): New variables.
31046         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
31047         * elf/Makefile (install-others, CFLAGS-interp.c)
31048         (ldso_install, common-ldd-rewrite): Likewise.
31049         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
31050         $(inst_slibdir)/$(rtld-installed-name).
31051         * scripts/rellns-sh: Add -p option.
31052         * Makerules (make-shlib-link): Use rellns-sh to get relative name
31053         for source.
31055 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31057         * manual/nptl.texi: Renamed to ...
31058         * manual/threads.texi: ... this.
31059         * manual/Makefile (chapters): Update.
31061 2013-03-18  Roland McGrath  <roland@hack.frob.com>
31063         [BZ #14812]
31064         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
31065         on argument names, not just descriptions.
31066         * malloc/memusagestat.c (options): Likewise.
31067         * nss/getent.c (options): Likewise.
31069 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
31071         [BZ #14812]
31072         * iconv/iconv_prog.c (options): Put N_ translation marker
31073         on argument names, not just descriptions.
31074         * iconv/iconvconfig.c (options): Likewise.
31076 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
31078         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
31079         implementation which is faster on all x86_64 architectures.
31080         Tested on AMD, Intel Nehalem, SNB, IVB.
31081         * sysdeps/x86_64/strnlen.S: Likewise.
31083         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
31084         Remove all multiarch strlen and strnlen versions.
31085         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
31086         Remove strlen and strnlen related parts.
31088         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
31089         Inline strlen part.
31090         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
31092         * sysdeps/x86_64/multiarch/strlen.S: Remove.
31093         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
31094         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
31095         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
31096         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
31097         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
31099 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
31101         * manual/memory.texi (Malloc Tunable Parameters):
31102         Sort parameters alphabetically. Add comments for missing entries.
31104 2013-03-17  David S. Miller  <davem@davemloft.net>
31106         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31108 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
31110         [BZ #15283]
31111         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
31112         for arguments at most half maximum finite value.
31113         * math/libm-test.inc (j0_test): Add more tests.
31114         (j1_test): Likewise.
31115         (y0_test): Likewise.
31116         (y1_test): Likewise.
31117         * sysdeps/i386/fpu/libm-test-ulps: Update.
31118         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31120         [BZ #14155]
31121         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
31122         1 / x and functions P and Q for arguments above 0x1p256L.
31123         (__ieee754_y0l): Likewise.
31124         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
31125         (__ieee754_y1l): Likewise.
31126         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
31127         (j1_test): Likewise.
31128         (y0_test): Likewise.
31129         (y1_test): Likewise.
31131 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
31133         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
31134         variable.
31136 2013-03-15  Roland McGrath  <roland@hack.frob.com>
31138         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
31139         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
31140         zero since it's initialized to EXEC_PAGESIZE.
31142         * sysdeps/unix/sysv/linux/ldsodefs.h
31143         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
31144         * sysdeps/generic/ldsodefs.h: ... here.
31146 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
31148         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
31150         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
31151         math/test-snan.c.
31152         * math/test-snan.c: Renamed from
31153         sysdeps/powerpc/fpu/test-powerpc-snan.c.
31154         * math/Makefile (tests): Add test-snan.
31155         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
31156         test-powerpc-snan.
31158         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
31159         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
31160         functions.
31161         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
31162         __builtin_nan family of functions.
31163         * math/libm-test.inc (initialize): Initialize qnan_value with
31164         __builtin_nan family of functions.
31165         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
31166         Remove variables.
31167         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
31168         Remove functions.
31169         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
31170         storage class.  Initialize qNaN_var and sNaN_var with
31171         __builtin_nan and __builtin_nans families of functions,
31172         respectively.
31174         * math/libm-test.inc (acosh_test): Also test with qNaN input.
31175         (sqrt_test): Remove duplicate test with qNaN input.
31176         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
31177         (round_test, signbit_test, significand_test): Note missing +/-Inf
31178         as well as qNaN tests.
31180         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
31181         qNaN_var.  Fix a few strings, too.
31182         * math/libm-test.inc (nan_value): Rename to qnan_value.
31183         * math/gen-libm-test.pl (%beautify): Adjust to that.
31184         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
31185         * math/test-misc.c (main): Likewise.
31186         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
31187         to __qnan_bytes, and __qnan_union, respectively.
31188         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
31189         Likewise.
31190         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
31191         and lqnanval, respectively.
31192         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
31193         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
31194         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
31195         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
31197         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
31198         * math/test-misc.c (main) [__x86_64__]: Enable test for long
31199         doubles.
31201         * math/test-misc.c (main): Fix copy'n'pastos.
31202         * misc/tst-efgcvt.c (special): Likewise.
31204         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
31205         Remove declarations.
31207 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31209         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
31210         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
31211         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
31212         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
31214 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31216         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
31217         macro to return vdso values correctly in IFUNC implementations.
31218         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
31219         Optimization by using IFUNC.
31221 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31222             Richard Henderson  <rth@redhat.com>
31223             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
31225         * Makefile.in (bench): New target.
31226         * NEWS: Mention the benchmark framework.
31227         * Rules (bench): Likewise.
31228         (binaries-bench): Generate binaries for functions to
31229         benchmark.
31230         * benchtests/Makefile: New makefile for benchmark tests.
31231         * benchtests/bench-skeleton.c: New skeleton file for benchmark
31232         programs.
31233         * benchtests/exp-inputs: New input file for EXP function.
31234         * benchtests/pow-inputs: New input file for POW function.
31235         * scripts/bench.pl: New script to generate source files for
31236         benchmark programs.
31238 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31240         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
31241         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
31242         computations on mantissa.  Use macros for rounding and
31243         division.
31244         (denorm): Likewise.
31245         (__dbl_mp): Likewise.
31246         (add_magnitudes): Likewise.
31247         (sub_magnitudes): Likewise.
31248         (__mul): Likewise.
31249         (__sqr): Likewise.
31250         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
31251         powers of two in terms of TWOPOW macro.
31252         (mp_no): Make type of mantissa as MANTISSA_T.
31253         [!RADIXI]: Define RADIXI.
31254         [!TWO52]: Define TWO52.
31255         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
31257         * manual/nptl.texi (cindex): Modify threads to pthreads.
31259 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
31261         * sysdeps/x86_64/preconfigure: Regenerated.
31263 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
31265         [BZ #14155]
31266         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
31267         0x1p28 and above.
31268         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
31269         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
31270         0x1p28 and above.
31271         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
31272         * math/libm-test.inc (j0_test): Do not allow one spurious
31273         underflow exception.
31274         (y1_test): Likewise.
31276 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
31278         * manual/Makefile (chapters): Add nptl.
31279         * manual/debug.texi (Debugging Support): Add link to Threads
31280         chapter.
31281         * manual/nptl.texi: New file.
31283         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
31285 2013-03-14  Petr Baudis  <pasky@ucw.cz>
31287         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
31288         for non-NULL pointer before the memory validity test. Pointed
31289         out by Holger Brunck <holger.brunck@keymile.com>.
31291 2013-03-13  Andreas Schwab  <schwab@suse.de>
31293         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
31294         instead of .os.
31296 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
31298         * timezone/zic.c: Update from tzcode 2013b.
31300 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
31302         * manual/install.texi (Configuring and compiling):
31303         Mention i686 and i586.
31304         * INSTALL: Regenerate.
31306 2013-03-12  Roland McGrath  <roland@hack.frob.com>
31308         * sysdeps/init_array/elf-init.c: New file.
31309         * csu/elf-init.c
31310         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
31311         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
31313         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
31314         __gmon_start__ as global, but as static with a .preinit_array pointer.
31315         * sysdeps/init_array/gmon-start.c: New file.  Use that.
31316         * sysdeps/init_array/crti.S: New file, empty except for comments.
31317         * sysdeps/init_array/crtn.S: Likewise.
31319 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
31321         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
31322         definining bcopy.
31323         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
31324         Remove Prefer_SSE_for_memop.
31325         * sysdeps/x86_64/multiarch/init-arch.h: Remove
31326         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
31327         HAS_PREFER_SSE_FOR_MEMOP.
31328         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
31329         memset-x86-64.
31330         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
31331         Remove bzero, memset ifunc support.
31332         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
31333         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
31334         * sysdeps/x86_64/multiarch/memset.S: Likewise.
31335         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
31337 2013-03-11  Andreas Schwab  <schwab@suse.de>
31339         [BZ #15234]
31340         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
31341         by SHLIB_COMPAT.
31342         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
31343         (GLIBC_2.16): Remove pthread_atfork.
31345 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
31347         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
31348         (ptestcases.h): Likewise.
31350 2013-03-08  Roland McGrath  <roland@hack.frob.com>
31352         * Makeconfig ($(common-objpfx)config.status): Depend on
31353         sysdeps/*/preconfigure{,.in} too.
31355 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
31357         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
31358         (__free_hook): Use void * instead of __malloc_ptr_t.
31359         (__malloc_hook): Likewise.
31360         (__realloc_hook): Likewise.
31361         (__memalign_hook): Likewise.
31362         (__after_morecore_hook): Likewise.
31363         * malloc/arena.c (save_malloc_hook): Likewise.
31364         (save_free_hook): Likewise.
31365         * malloc/hooks.c (malloc_hook_ini): Likewise.
31366         (realloc_hook_ini): Likewise.
31367         (memalign_hook_ini): Likewise.
31368         * malloc/malloc.c (malloc_hook_ini): Likewise.
31369         (realloc_hook_ini): Likewise.
31370         (memalign_hook_ini): Likewise.
31371         (__free_hook): Likewise.
31372         (__malloc_hook): Likewise.
31373         (__realloc_hook): Likewise.
31374         (__memalign_hook): Likewise.
31375         (__libc_malloc): Likewise.
31376         (__libc_free): Likewise.
31377         (__libc_realloc): Likewise.
31378         (__libc_memalign): Likewise.
31379         (__libc_valloc): Likewise.
31380         (__libc_pvalloc): Likewise.
31381         (__libc_calloc): Likewise.
31382         (__posix_memalign): Likewise.
31383         * malloc/morecore.c (__sbrk): Likewise.
31384         (__default_morecore): Likewise.
31386         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
31388         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
31389         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
31390         __malloc_ptrdiff_t.
31392         * malloc/malloc.h (__malloc_size_t): Remove macro.
31393         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
31394         __malloc_size_t.
31395         (old_memalign_hook): Likewise.
31396         (old_realloc_hook): Likewise.
31397         (struct hdr): Likewise.
31398         (flood): Likewise.
31399         (mallochook): Likewise.
31400         (memalignhook): Likewise.
31401         (reallochook): Likewise.
31402         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
31403         (tr_old_realloc_hook): Likewise.
31404         (tr_old_memalign_hook): Likewise.
31405         (tr_mallochook): Likewise.
31406         (tr_reallochook): Likewise.
31407         (tr_memalignhook): Likewise.
31409 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31411         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
31412         default_ldbl_pack and using as default implementation.
31413         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
31414         implementation.
31415         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
31416         redundant definition.
31417         (ldbl_insert_mantissa): Likewise.
31418         (ldbl_canonicalize): Likewise.
31419         (ldbl_nearbyint): Likewise.
31420         (ldbl_pack): Rename to ldbl_pack_ppc.
31421         (ldbl_unpack): Rename to ldbl_unpack_ppc.
31422         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
31423         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
31425 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
31427         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
31428         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
31429         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
31430         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
31431         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
31432         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
31433         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
31434         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
31436 2013-03-07  Andreas Jaeger  <aj@suse.de>
31438         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
31439         bits/mman-linux.h.
31441 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
31443         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
31444         Include mpa.h and declare __MPEXP.
31445         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
31446         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
31447         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
31448         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
31449         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
31450         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
31451         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
31453         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
31454         (__slowpow): Use long double EXPL and LOGL functions to
31455         compute POW.
31456         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
31457         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
31458         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
31459         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
31460         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
31461         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
31463         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
31464         intermediate variable to calculate exponent.
31465         (__sqr): Likewise.
31466         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
31467         Likewise.
31468         (__sqr): Likewise.
31470         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
31471         [!NO__SQR]: Define __sqr.
31472         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
31473         and NO__SQR.  Remove all code except __mul and __sqr.  Include
31474         sysdeps/ieee754/dbl-64/mpa.c.
31475         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31477         [BZ #12723]
31478         * posix/Makefile (tests): Add tst-pathconf.
31479         * posix/tst-pathconf.c: New test case.
31480         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
31481         _PC_PIPE_BUF.
31482         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
31484 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
31486         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
31488 2013-03-06  Andreas Jaeger  <aj@suse.de>
31490         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
31491         definition via __MAP_ANONYMOUS.
31493         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
31494         it's not part of Linux headers.
31496         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
31497         (MAP_HUGE_MASK): Define.
31499         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31500         Define.
31501         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31502         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31503         Define.
31504         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31505         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31506         Define.
31507         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31508         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
31509         Define.
31510         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31512         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
31513         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
31514         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
31515         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
31516         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
31517         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
31519         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
31520         Handle f2fs.
31522         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
31523         Handle f2fs and efivarfs.
31525         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
31526         f2fs.
31528         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
31529         (EFIVARFS_MAGIC): Add.
31530         (F2FS_LINK_MAX): Add.
31532 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
31534         * stdio-common/vfprintf.c: Replace __builtin_expect with
31535         __glibc_unlikely.
31537 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
31539         [BZ #13550]
31540         * sysdeps/generic/bp-sym.h: Remove file.
31541         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
31542         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
31543         <bp-sym.h> and <bp-asm.h>.
31544         (__longjmp): Don't use BP_SYM.
31545         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
31546         and <bp-asm.h>.
31547         (memcpy): Don't use BP_SYM.
31548         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
31549         <bp-sym.h> and <bp-asm.h>.
31550         (memcpy): Don't use BP_SYM.
31551         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
31552         <bp-asm.h>.
31553         (memcpy): Don't use BP_SYM.
31554         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
31555         <bp-asm.h>.
31556         (memset): Don't use BP_SYM.
31557         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31558         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31559         (__bzero): Don't use BP_SYM.
31560         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31561         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31562         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
31563         <bp-sym.h> and <bp-asm.h>.
31564         (memcmp): Don't use BP_SYM.  Remove comment about bounded
31565         pointers.
31566         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
31567         <bp-sym.h> and <bp-asm.h>.
31568         (memcpy): Don't use BP_SYM.
31569         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
31570         <bp-sym.h> and <bp-asm.h>.
31571         (memset): Don't use BP_SYM.
31572         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31573         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31574         (__bzero): Don't use BP_SYM.
31575         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31576         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31577         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
31578         <bp-sym.h> and <bp-asm.h>.
31579         (strncmp): Don't use BP_SYM.  Remove comment about bounded
31580         pointers.
31581         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
31582         <bp-sym.h> and <bp-asm.h>.
31583         (memcpy): Don't use BP_SYM.
31584         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
31585         <bp-sym.h> and <bp-asm.h>.
31586         (memset): Don't use BP_SYM.
31587         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31588         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31589         (__bzero): Don't use BP_SYM.
31590         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31591         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31592         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
31593         <bp-sym.h> and <bp-asm.h>.
31594         (__memchr): Don't use BP_SYM.
31595         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
31596         <bp-sym.h> and <bp-asm.h>.
31597         (memcmp): Don't use BP_SYM.  Remove comment about bounded
31598         pointers.
31599         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
31600         <bp-sym.h> and <bp-asm.h>.
31601         (memcpy): Don't use BP_SYM.
31602         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
31603         <bp-sym.h> and <bp-asm.h>.
31604         (__mempcpy): Don't use BP_SYM.
31605         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
31606         <bp-sym.h> and <bp-asm.h>.
31607         (__memrchr): Don't use BP_SYM.
31608         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
31609         <bp-sym.h> and <bp-asm.h>.
31610         (memset): Don't use BP_SYM.
31611         (__bzero): Likewise.
31612         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
31613         <bp-sym.h> and <bp-asm.h>.
31614         (__rawmemchr): Don't use BP_SYM.
31615         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
31616         <bp-sym.h> and <bp-asm.h>.
31617         (__STRCMP): Don't use BP_SYM.
31618         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
31619         <bp-sym.h> and <bp-asm.h>.
31620         (strchr): Don't use BP_SYM.
31621         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
31622         <bp-sym.h> and <bp-asm.h>.
31623         (__strchrnul): Don't use BP_SYM.
31624         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
31625         <bp-sym.h> and <bp-asm.h>.
31626         (strlen): Don't use BP_SYM.
31627         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
31628         <bp-sym.h> and <bp-asm.h>.
31629         (strncmp): Don't use BP_SYM.  Remove comment about bounded
31630         pointers.
31631         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
31632         <bp-sym.h> and <bp-asm.h>.
31633         (__strnlen): Don't use BP_SYM.
31634         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
31635         <bp-sym.h> and <bp-asm.h>.
31636         (__GI__setjmp): Don't use BP_SYM.
31637         (_setjmp): Likewise.
31638         (__sigsetjmp): Likewise.
31639         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
31640         (L(start_addresses)): Don't use BP_SYM.
31641         (_start): Likewise.
31642         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
31643         <bp-asm.h>.
31644         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
31645         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
31646         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31647         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31648         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
31649         <bp-asm.h>.
31650         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
31651         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
31652         about bounded pointers.
31653         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
31654         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31655         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
31656         <bp-asm.h>.
31657         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
31658         about bounded pointers.  Remove GKM FIXME comments.
31659         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
31660         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
31661         <bp-asm.h>.
31662         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
31663         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
31664         Remove GKM FIXME comments.
31665         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31666         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31667         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
31668         <bp-asm.h>.
31669         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
31670         about bounded pointers.  Remove GKM FIXME comment.
31671         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
31672         and <bp-asm.h>.
31673         (strncmp): Don't use BP_SYM.  Remove comment about bounded
31674         pointers.
31675         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
31676         <bp-sym.h> and <bp-asm.h>.
31677         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
31678         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
31679         <bp-sym.h> and <bp-asm.h>.
31680         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
31681         comment.
31683 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
31685         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
31686         call free(NULL).
31688 2013-03-05  David S. Miller  <davem@davemloft.net>
31690         * po/es.po: Update from translation team.
31692 2013-03-05  Andreas Jaeger  <aj@suse.de>
31694         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
31695         <bits/mman-linux.h>.
31696         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
31697         is fine.
31698         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
31699         <bits/mman-linux.h> to end of file.
31700         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
31701         is fine.
31702         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
31703         <bits/mman-linux.h> to end of file.
31704         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
31705         is fine.
31706         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
31707         <bits/mman-linux.h> to end of file.
31709         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
31710         (MCL_CURRENT, MCL_FUTURE): Define here.
31712 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31714         [BZ #15232]
31715         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
31716         attribute_hidden.
31717         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
31719 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31721         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
31722         fourth parameter needed for rt_sigprocmask syscall.
31723         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
31724         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
31725         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
31726         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
31727         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
31728         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
31730 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
31732         [BZ #13550]
31733         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
31734         comment about bounded pointers.
31735         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
31736         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
31738 2013-03-04  Andreas Jaeger  <aj@suse.de>
31740         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
31741         common definitions.
31743         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
31744         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
31745         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
31746         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
31747         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
31748         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
31750 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31752         [BZ #15055]
31753         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
31754         __ieee754_sqrl instead of __sqrl.
31756 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
31758         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
31759         * sysdeps/powerpc/fpu_control.h: ... here.
31760         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
31761         * sysdeps/powerpc/bits/fenvinline.h: ... here.
31762         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
31763         * sysdeps/powerpc/bits/mathinline.h: ... here.
31765 2013-03-01  Roland McGrath  <roland@hack.frob.com>
31767         * elf/dl-hwcaps.c (_dl_important_hwcaps):
31768         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
31769         to just [NEED_DL_SYSINFO_DSO].
31770         * elf/dl-support.c: Likewise.
31771         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
31772         * elf/rtld.c (dl_main): Likewise.
31773         * elf/setup-vdso.h (setup_vdso): Likewise.
31774         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
31775         * sysdeps/unix/sysv/linux/dl-sysdep.c
31776         (_dl_discover_osversion): Likewise.
31778 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
31780         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
31781         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
31783 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
31785         * NEWS: Mention libm performance improvements and non-x86 PI
31786         futex support.
31788         * csu/libc-start.c (__pthread_initialize_minimal): Change
31789         function arguments.
31790         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
31792 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
31794         [BZ #13550]
31795         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
31796         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
31797         <bp-sym.h> and <bp-asm.h>.
31798         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
31799         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
31800         and <bp-asm.h>.
31801         (memcpy): Don't use BP_SYM.
31802         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
31803         <bp-asm.h>.
31804         (__mpn_add_n): Don't use BP_SYM.
31805         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
31806         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
31807         and <bp-asm.h>.
31808         (__mpn_addmul_1): Don't use BP_SYM.
31809         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31810         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
31811         <bp-sym.h>.
31812         (_setjmp): Don't use BP_SYM.
31813         (__novmx_setjmp): Likewise.
31814         (__GI__setjmp): Likewise.
31815         (__vmx_setjmp): Likewise.
31816         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
31817         <bp-sym.h>.
31818         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
31819         (__bzero): Don't use BP_SYM.
31820         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31821         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31822         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
31823         <bp-sym.h> and <bp-asm.h>.
31824         (memcpy): Don't use BP_SYM.
31825         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
31826         <bp-sym.h> and <bp-asm.h>.
31827         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
31828         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
31829         <bp-sym.h> and <bp-asm.h>.
31830         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
31831         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
31832         <bp-asm.h>.
31833         (__mpn_lshift): Don't use BP_SYM.
31834         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31835         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
31836         <bp-asm.h>.
31837         (memset): Don't use BP_SYM.
31838         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31839         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31840         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
31841         <bp-asm.h>.
31842         (__mpn_mul_1): Don't use BP_SYM.
31843         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31844         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
31845         <bp-sym.h> and <bp-asm.h>.
31846         (memcmp): Don't use BP_SYM.
31847         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
31848         <bp-sym.h> and <bp-asm.h>.
31849         (memcpy): Don't use BP_SYM.
31850         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
31851         <bp-sym.h> and <bp-asm.h>.
31852         (memset): Don't use BP_SYM.
31853         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
31854         <bp-sym.h> and <bp-asm.h>.
31855         (strncmp): Don't use BP_SYM.
31856         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
31857         <bp-sym.h> and <bp-asm.h>.
31858         (memcpy): Don't use BP_SYM.
31859         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
31860         <bp-sym.h> and <bp-asm.h>.
31861         (memset): Don't use BP_SYM.
31862         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
31863         <bp-sym.h> and <bp-asm.h>.
31864         (__memchr): Don't use BP_SYM.
31865         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
31866         <bp-sym.h> and <bp-asm.h>.
31867         (memcmp): Don't use BP_SYM.
31868         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
31869         <bp-sym.h> and <bp-asm.h>.
31870         (memcpy): Don't use BP_SYM.
31871         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
31872         <bp-sym.h> and <bp-asm.h>.
31873         (__mempcpy): Don't use BP_SYM.
31874         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
31875         <bp-sym.h> and <bp-asm.h>.
31876         (__memrchr): Don't use BP_SYM.
31877         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
31878         <bp-sym.h> and <bp-asm.h>.
31879         (memset): Don't use BP_SYM.
31880         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
31881         <bp-sym.h> and <bp-asm.h>.
31882         (__rawmemchr): Don't use BP_SYM.
31883         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
31884         <bp-sym.h> and <bp-asm.h>.
31885         (__STRCMP): Don't use BP_SYM.
31886         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
31887         <bp-sym.h> and <bp-asm.h>.
31888         (strchr): Don't use BP_SYM.
31889         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
31890         <bp-sym.h> and <bp-asm.h>.
31891         (__strchrnul): Don't use BP_SYM.
31892         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
31893         <bp-sym.h> and <bp-asm.h>.
31894         (strlen): Don't use BP_SYM.
31895         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
31896         <bp-sym.h> and <bp-asm.h>.
31897         (strncmp): Don't use BP_SYM.
31898         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
31899         <bp-sym.h> and <bp-asm.h>.
31900         (__strnlen): Don't use BP_SYM.
31901         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
31902         <bp-asm.h>.
31903         (__mpn_rshift): Don't use BP_SYM.
31904         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31905         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
31906         <bp-sym.h> and <bp-asm.h>.
31907         (__sigsetjmp): Don't use BP_SYM.
31908         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
31909         (L(start_addresses)): Don't use BP_SYM.
31910         (_start): Likewise.
31911         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
31912         <bp-asm.h>.
31913         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
31914         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31915         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31916         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
31917         <bp-asm.h>.
31918         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
31919         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
31920         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31921         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
31922         <bp-asm.h>.
31923         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
31924         comments.
31925         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
31926         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
31927         <bp-asm.h>.
31928         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
31929         FIXME comments.
31930         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31931         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31932         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
31933         <bp-asm.h>.
31934         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
31935         comment.
31936         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
31937         and <bp-asm.h>.
31938         (strncmp): Don't use BP_SYM,
31939         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
31940         <bp-asm.h>.
31941         (__mpn_sub_n): Don't use BP_SYM.
31942         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31943         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
31944         and <bp-asm.h>.
31945         (__mpn_submul_1): Don't use BP_SYM.
31946         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31947         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
31948         <bp-sym.h> and <bp-asm.h>.
31949         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
31950         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
31951         <bp-sym.h> and <bp-asm.h>.
31952         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
31953         comment.
31955 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31957         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
31958         Use ZK to minimize writes to Z.
31959         (sub_magnitudes): Simplify code a bit.
31960         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
31961         Use ZK to minimize writes to Z.
31962         (sub_magnitudes): Simplify code a bit.
31964 2013-02-27  Roland McGrath  <roland@hack.frob.com>
31966         * csu/gmon-start.c: Add special exception to license text.
31968 2013-02-27  Richard Henderson  <rth@redhat.com>
31970         * scripts/config.guess: Update from config.git.
31971         * scripts/config.sub: Likewise.
31973 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31975         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
31977         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
31979         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
31981         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
31983         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
31985 2013-02-26  Roland McGrath  <roland@hack.frob.com>
31987         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
31988         [$(build-shared = yes].
31990 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
31992         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
31993         (__mul): Reduce iterations for calculating mantissa.
31995         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
31996         MPTWO.
31997         (__mpranred): Likewise.
31999         [BZ #15160]
32000         * malloc/memusagestat.c (main): Draw graphs for heap and stack
32001         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
32003 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
32005         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
32006         Define __attribute__.
32008 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
32010         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
32011         unused.
32012         * posix/regex_internal.h (__attribute): Remove.
32013         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
32014         (re_string_context_at): Likewise.
32015         (bitset_not): Use __attribute__ and mark function as possibly
32016         unused.
32017         (bitset_merge): Likewise.
32018         (bitset_mask): Likewise.
32019         (re_string_char_size_at): Likewise.
32020         (re_string_wchar_at): Likewise.
32021         (re_string_elem_size_at): Likewise.
32023 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
32025         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
32026         code.
32027         (cc32): Likewise.
32029         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
32030         (__acr): Likewise.
32031         (__cpy): Likewise.
32032         (norm): Likewise.
32033         (denorm): Likewise.
32034         (__dbl_mp): Likewise.
32035         (add_magnitudes): Likewise.
32036         (sub_magnitudes): Likewise.
32037         (__mul): Likewise.
32038         (__inv): Likewise.
32040         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
32041         style.
32043         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
32044         style.
32046         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
32047         code.
32049         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
32050         up changes with default code.
32051         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
32052         Likewise.
32054 2013-02-24  Allan McRae  <allan@archlinux.org>
32056         * manual/socket.texi (The Internet Namespace): Order menu items
32057         to match that in the file.
32059         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
32060         node listing of the info page menu.
32062 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
32064         [BZ #13550]
32065         * sysdeps/i386/bp-asm.h: Remove file.
32066         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
32067         (PARMS): Do not use macros from bp-asm.h.
32068         (S1): Likewise.
32069         (S2): Likewise.
32070         (SIZE): Likewise.
32071         (__mpn_add_n): Do not use BP_SYM
32072         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
32073         "bp-asm.h".
32074         (PARMS): Do not use macros from bp-asm.h.
32075         (S1): Likewise.
32076         (SIZE): Likewise.
32077         (__mpn_addmul_1): Do not use BP_SYM
32078         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
32079         "bp-asm.h".
32080         (PARMS): Do not use macros from bp-asm.h.
32081         (SIGMSK): Likewise.
32082         (_setjmp): Likewise.  Do not use BP_SYM.
32083         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
32084         "bp-asm.h".
32085         (PARMS): Do not use macros from bp-asm.h.
32086         (SIGMSK): Likewise.
32087         (setjmp): Likewise.  Do not use BP_SYM.
32088         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
32089         "bp-asm.h".
32090         (PARMS): Do not use macros from bp-asm.h.
32091         (__frexp): Do not use BP_SYM.
32092         (frexp): Likewise.
32093         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
32094         "bp-asm.h".
32095         (PARMS): Do not use macros from bp-asm.h.
32096         (__frexpf): Do not use BP_SYM.
32097         (frexpf): Likewise.
32098         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
32099         "bp-asm.h".
32100         (PARMS): Do not use macros from bp-asm.h.
32101         (__frexpl): Do not use BP_SYM.
32102         (frexpl): Likewise.
32103         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
32104         "bp-asm.h".
32105         (PARMS): Do not use macros from bp-asm.h.
32106         (__remquo): Do not use BP_SYM.
32107         (remquo): Likewise.
32108         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
32109         "bp-asm.h".
32110         (PARMS): Do not use macros from bp-asm.h.
32111         (__remquof): Do not use BP_SYM.
32112         (remquof): Likewise.
32113         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
32114         "bp-asm.h".
32115         (PARMS): Do not use macros from bp-asm.h.
32116         (__remquol): Do not use BP_SYM.
32117         (remquol): Likewise.
32118         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
32119         "bp-asm.h".
32120         (PARMS): Do not use macros from bp-asm.h.
32121         (DEST): Likewise.
32122         (SRC): Likewise.
32123         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
32124         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
32125         "bp-asm.h".
32126         (PARMS): Do not use macros from bp-asm.h.
32127         (strlen): Do not use BP_SYM.
32128         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
32129         "bp-asm.h".
32130         (PARMS): Do not use macros from bp-asm.h.
32131         (S1): Likewise.
32132         (S2): Likewise.
32133         (SIZE): Likewise.
32134         (__mpn_add_n): Do not use BP_SYM.
32135         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
32136         "bp-asm.h".
32137         (PARMS): Do not use macros from bp-asm.h.
32138         (S1): Likewise.
32139         (SIZE): Likewise.
32140         (__mpn_addmul_1): Do not use BP_SYM.
32141         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
32142         weak_alias.
32143         (bzero): Likewise.
32144         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
32145         "bp-asm.h".
32146         (PARMS): Do not use macros from bp-asm.h.
32147         (S): Likewise.
32148         (SIZE): Likewise.
32149         (__mpn_lshift): Do not use BP_SYM.
32150         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
32151         "bp-asm.h".
32152         (PARMS): Do not use macros from bp-asm.h.
32153         (DEST): Likewise.
32154         (SRC): Likewise.
32155         (LEN): Likewise.
32156         (memcpy): Likewise.  Do not use BP_SYM.
32157         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
32158         libc_hidden_def and weak_alias.
32159         (mempcpy): Do not use BP_SYM in weak_alias.
32160         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
32161         "bp-asm.h".
32162         (PARMS): Do not use macros from bp-asm.h.
32163         (DEST): Likewise.
32164         (LEN): Likewise.
32165         [!BZERO_P] (CHR): Likewise.
32166         (memset): Likewise.  Do not use BP_SYM.
32167         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
32168         "bp-asm.h".
32169         (PARMS): Do not use macros from bp-asm.h.
32170         (S1): Likewise.
32171         (SIZE): Likewise.
32172         (__mpn_mul_1): Do not use BP_SYM.
32173         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
32174         "bp-asm.h".
32175         (PARMS): Do not use macros from bp-asm.h.
32176         (S): Likewise.
32177         (SIZE): Likewise.
32178         (__mpn_rshift): Do not use BP_SYM.
32179         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
32180         "bp-asm.h".
32181         (PARMS): Do not use macros from bp-asm.h.
32182         (STR): Likewise.
32183         (CHR): Likewise.
32184         (strchr): Likewise.  Do not use BP_SYM.
32185         (index): Do not use BP_SYM in weak_alias.
32186         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
32187         "bp-asm.h".
32188         (PARMS): Do not use macros from bp-asm.h.
32189         (DEST): Likewise.
32190         (SRC): Likewise.
32191         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
32192         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
32193         "bp-asm.h".
32194         (PARMS): Do not use macros from bp-asm.h.
32195         (strlen): Do not use BP_SYM.
32196         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
32197         "bp-asm.h".
32198         (PARMS): Do not use macros from bp-asm.h.
32199         (S1): Likewise.
32200         (S2): Likewise.
32201         (SIZE): Likewise.
32202         (__mpn_sub_n): Do not use BP_SYM.
32203         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
32204         "bp-asm.h".
32205         (PARMS): Do not use macros from bp-asm.h.
32206         (S1): Likewise.
32207         (SIZE): Likewise.
32208         (__mpn_submul_1): Do not use BP_SYM.
32209         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
32210         "bp-asm.h".
32211         (PARMS): Do not use macros from bp-asm.h.
32212         (S1): Likewise.
32213         (S2): Likewise.
32214         (SIZE): Likewise.
32215         (__mpn_add_n): Do not use BP_SYM.
32216         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
32217         weak_alias.
32218         (bzero): Likewise.
32219         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
32220         "bp-asm.h".
32221         (PARMS): Do not use macros from bp-asm.h.
32222         (BLK2): Likewise.
32223         (LEN): Likewise.
32224         (memcmp): Do not use BP_SYM.
32225         (bcmp): Do not use BP_SYM in weak_alias.
32226         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
32227         "bp-asm.h".
32228         (PARMS): Do not use macros from bp-asm.h.
32229         (DEST): Likewise.
32230         (SRC): Likewise.
32231         (LEN): Likewise.
32232         (memcpy): Likewise.  Do not use BP_SYM.
32233         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
32234         "bp-asm.h".
32235         (PARMS): Do not use macros from bp-asm.h.
32236         (DEST): Likewise.
32237         (SRC): Likewise.
32238         (LEN): Likewise.
32239         (memmove): Likewise.  Do not use BP_SYM.
32240         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
32241         "bp-asm.h".
32242         (PARMS): Do not use macros from bp-asm.h.
32243         (DEST): Likewise.
32244         (SRC): Likewise.
32245         (LEN): Likewise.
32246         (__mempcpy): Likewise.  Do not use BP_SYM.
32247         (mempcpy): Do not use BP_SYM in weak_alias.
32248         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
32249         "bp-asm.h".
32250         (PARMS): Do not use macros from bp-asm.h.
32251         (DEST): Likewise.
32252         (LEN): Likewise.
32253         [!BZERO_P] (CHR): Likewise.
32254         (memset): Likewise.  Do not use BP_SYM.
32255         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
32256         "bp-asm.h".
32257         (PARMS): Do not use macros from bp-asm.h.
32258         (STR2): Likewise.
32259         (strcmp): Do not use BP_SYM.
32260         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
32261         "bp-asm.h".
32262         (PARMS): Do not use macros from bp-asm.h.
32263         (STR): Likewise.
32264         (DELIM): Likewise.
32265         [USE_AS_STRTOK_R] (SAVE): Likewise.
32266         (FUNCTION): Likewise.  Do not use BP_SYM.
32267         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
32268         aliases.
32269         (strtok_r): Likewise.
32270         (__GI___strtok_r): Likewise.
32271         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
32272         (PARMS): Do not use macros from bp-asm.h.
32273         (S): Likewise.
32274         (SIZE): Likewise.
32275         (__mpn_lshift): Do not use BP_SYM.
32276         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
32277         (PARMS): Do not use macros from bp-asm.h.
32278         (STR): Likewise.
32279         (CHR): Likewise.
32280         (__memchr): Do not use BP_SYM.
32281         (memchr): Do not use BP_SYM in weak_alias.
32282         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
32283         (PARMS): Do not use macros from bp-asm.h.
32284         (BLK2): Likewise.
32285         (LEN): Likewise.
32286         (memcmp): Do not use BP_SYM.
32287         (bcmp): Do not use BP_SYM in weak_alias.
32288         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
32289         (PARMS): Do not use macros from bp-asm.h.
32290         (S1): Likewise.
32291         (SIZE): Likewise.
32292         (__mpn_mul_1): Do not use BP_SYM.
32293         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
32294         "bp-asm.h".
32295         (PARMS): Do not use macros from bp-asm.h.
32296         (STR): Likewise.
32297         (CHR): Likewise.
32298         (__rawmemchr): Do not use BP_SYM.
32299         (rawmemchr): Do not use BP_SYM in weak_alias.
32300         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
32301         (PARMS): Do not use macros from bp-asm.h.
32302         (S): Likewise.
32303         (SIZE): Likewise.
32304         (__mpn_rshift): Do not use BP_SYM.
32305         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
32306         (PARMS): Do not use macros from bp-asm.h.
32307         (SIGMSK): Likewise.
32308         (__sigsetjmp): Likewise.  Do not use BP_SYM.
32309         * sysdeps/i386/start.S: Do not include "bp-sym.h".
32310         (_start): Do not use BP_SYM.
32311         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
32312         (PARMS): Do not use macros from bp-asm.h.
32313         (DEST): Likewise.
32314         (SRC): Likewise.
32315         (__stpcpy): Likewise.  Do not use BP_SYM.
32316         (stpcpy): Do not use BP_SYM in weak_alias.
32317         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
32318         "bp-asm.h".
32319         (PARMS): Do not use macros from bp-asm.h.
32320         (DEST): Likewise.
32321         (SRC): Likewise.
32322         (LEN): Likewise.
32323         (__stpncpy): Likewise.  Do not use BP_SYM.
32324         (stpncpy): Do not use BP_SYM in weak_alias.
32325         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
32326         (PARMS): Do not use macros from bp-asm.h.
32327         (STR): Likewise.
32328         (CHR): Likewise.
32329         (strchr): Likewise.  Do not use BP_SYM.
32330         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
32331         "bp-asm.h".
32332         (PARMS): Do not use macros from bp-asm.h.
32333         (STR): Likewise.
32334         (CHR): Likewise.
32335         (__strchrnul): Likewise.  Do not use BP_SYM.
32336         (strchrnul): Do not use BP_SYM in weak_alias.
32337         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
32338         "bp-asm.h".
32339         (PARMS): Do not use macros from bp-asm.h.
32340         (STOP): Likewise.
32341         (strcspn): Do not use BP_SYM.
32342         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
32343         "bp-asm.h".
32344         (PARMS): Do not use macros from bp-asm.h.
32345         (STR): Likewise.
32346         (STOP): Likewise.
32347         (strpbrk): Likewise.  Do not use BP_SYM.
32348         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
32349         "bp-asm.h".
32350         (PARMS): Do not use macros from bp-asm.h.
32351         (STR): Likewise.
32352         (CHR): Likewise.
32353         (strrchr): Likewise.  Do not use BP_SYM.
32354         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
32355         (PARMS): Do not use macros from bp-asm.h.
32356         (SKIP): Likewise.
32357         (strspn): Do not use BP_SYM.
32358         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
32359         (PARMS): Do not use macros from bp-asm.h.
32360         (STR): Likewise.
32361         (DELIM): Likewise.
32362         (SAVE): Likewise.
32363         (FUNCTION): Likewise.  Do not use BP_SYM.
32364         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
32365         aliases.
32366         (strtok_r): Likewise.
32367         (__GI___strtok_r): Likewise.
32368         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
32369         (PARMS): Do not use macros from bp-asm.h.
32370         (S1): Likewise.
32371         (S2): Likewise.
32372         (SIZE): Likewise.
32373         (__mpn_sub_n): Do not use BP_SYM.
32374         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
32375         "bp-asm.h".
32376         (PARMS): Do not use macros from bp-asm.h.
32377         (S1): Likewise.
32378         (SIZE): Likewise.
32379         (__mpn_submul_1): Do not use BP_SYM.
32380         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
32381         <bp-sym.h>.
32382         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
32383         and <bp-asm.h>.
32384         (PARMS): Do not use macros from bp-asm.h.
32385         (FLAGS): Likewise.
32386         (PTID): Likewise.
32387         (TLS): Likewise.
32388         (CTID): Likewise.
32389         (__clone): Do not use BP_SYM.
32390         (clone): Do not use BP_SYM in weak_alias.
32391         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
32392         and <bp-asm.h>.
32393         (PARMS): Do not use macros from bp-asm.h.
32394         (LEN): Likewise.
32395         (__mmap64): Do not use BP_SYM.
32396         (mmap64): Do not use BP_SYM in weak_alias.
32397         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
32398         <bp-sym.h> and <bp-asm.h>.
32399         (PARMS): Do not use macros from bp-asm.h.
32400         (__posix_fadvise64_l64): Do not use BP_SYM.
32401         * sysdeps/unix/sysv/linux/i386/semtimedop.S
32402         (PARMS): Do not use macros from bp-asm.h.
32403         (NSOPS): Likewise.
32404         (semtimedop): Do not use BP_SYM.
32405         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
32406         and <bp-asm.h>.
32408 2013-02-21  Allan McRae  <allan@archlinux.org>
32410         * manual/message.texi (Charset conversion in gettext):
32411         Move @end statement to beginning of line.
32413 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
32415         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
32416         static.
32417         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
32418         Likewise.
32420         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
32421         (denorm): Likewise.
32422         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
32423         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
32425 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32427         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
32428         tail-call to the resolved function if pltexit isn't needed.
32430 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
32432         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
32433         or Y being zero as being unlikely.
32434         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
32435         Likewise.
32437 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
32439         * manual/nss.texi (System Databases and Name Service Switch):
32440         Remove frobnicate @pxref.
32442 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
32444         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
32445         __attribute__ ((unused)) to __attribute__ ((__unused__)).
32447 2013-02-20  Petr Machata  <pmachata@redhat.com>
32449         * elf/elf.h (R_ARM_TARGET1): New macro.
32450         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
32451         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
32452         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
32453         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
32454         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
32455         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
32456         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
32457         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
32458         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
32459         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
32460         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
32461         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
32462         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
32463         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
32464         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
32465         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
32466         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
32467         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
32468         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
32469         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
32470         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
32471         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
32472         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
32473         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
32474         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
32475         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
32476         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
32477         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
32478         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
32479         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
32480         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
32481         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
32482         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
32483         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
32484         (R_ARM_THM_GOT_BREL12): Likewise.
32485         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
32486         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
32487         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
32488         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
32489         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
32490         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
32491         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
32492         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
32493         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
32495 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
32497         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
32498         __attribute_used__ to __attribute__ ((unused)).
32500 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
32502         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
32503         powerpc mpa.c.
32504         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
32505         comment formatting.
32506         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
32508 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
32510         [BZ #13550]
32511         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
32512         Remove macro.
32513         (ENTER): Remove both macro definitions.
32514         (LEAVE): Likewise.
32515         (CHECK_BOUNDS_LOW): Likewise.
32516         (CHECK_BOUNDS_HIGH): Likewise.
32517         (CHECK_BOUNDS_BOTH): Likewise.
32518         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
32519         (RETURN_BOUNDED_POINTER): Likewise.
32520         (RETURN_NULL_BOUNDED_POINTER): Likewise.
32521         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
32522         (POP_ERRNO_LOCATION_RETURN): Likewise.
32523         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
32524         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32525         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
32526         macros.
32527         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32528         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
32529         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
32530         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
32531         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
32532         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
32533         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
32534         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
32535         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
32536         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
32537         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
32538         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
32539         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32540         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
32541         removed macros.
32542         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32543         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
32544         macros.
32545         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32546         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
32547         * sysdeps/i386/i586/memset.S (memset): Likewise.
32548         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
32549         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32550         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
32551         macros.
32552         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32553         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
32554         Change uses of L(2) to L(out).
32555         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
32556         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
32557         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
32558         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32559         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
32560         removed macros.
32561         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32562         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
32563         macros.
32564         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32565         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
32566         (RETURN): Do not use macro LEAVE.
32567         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
32568         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
32569         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
32570         * sysdeps/i386/i686/memset.S (memset): Likewise.
32571         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
32572         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
32573         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
32574         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
32575         Likewise.
32576         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32577         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
32578         L(1_2) and L(1_3) into L(1).
32579         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
32580         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
32581         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32582         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
32583         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
32584         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
32585         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
32586         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32587         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
32588         macros.
32589         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
32590         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32591         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
32592         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
32593         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
32594         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32595         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
32596         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
32597         * sysdeps/i386/strcspn.S (strcspn): Likewise.
32598         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
32599         * sysdeps/i386/strrchr.S (strrchr): Likewise.
32600         * sysdeps/i386/strspn.S (strspn): Likewise.
32601         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
32602         conditional code.
32603         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32604         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
32605         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
32606         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
32607         L(1_3) into L(1_1).
32608         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
32609         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32610         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
32611         macros.
32612         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32614 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
32616         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
32617         macro.
32619 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
32621         * math/atest-exp.c (exp_mpn): Remove ROUND.
32622         * math/atest-exp2.c (exp_mpn): Likewise.
32623         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
32625         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
32626         * stdlib/tst-tls-atexit-lib.c: Likewise.
32627         * stdlib/tst-tls-atexit.c: Likewise.
32629 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
32631         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
32632         and __attribute_alloc_size__.
32634 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
32636         * include/programs/xmalloc.h: Change __attribute_alloc_size to
32637         __attribute_alloc_size__.
32638         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
32639         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
32641 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
32643         * include/programs/xmalloc.h: New file.
32644         * catgets/gencat.c: Include it.
32645         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
32646         * elf/pldd.c: Likewise.
32647         * iconv/iconv_charmap.c: Likewise.
32648         * iconv/iconvconfig.c: Likewise.
32649         * iconv/strtab.c: Likewise.
32650         * locale/programs/locale.c: Likewise.
32651         * locale/programs/localedef.h: Likewise.
32652         * locale/programs/simple-hash.c: Likewise.
32653         * nscd/nscd.h: Likewise.
32654         * nss/makedb.c: Likewise.
32655         * sysdeps/generic/ldconfig.h: Likewise.
32657 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
32659         * Versions.def: Add GLIBC_2.18.
32660         * include/link.h (struct link_map): New member l_tls_dtor_count.
32661         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
32662         (__call_tls_dtors): Likewise.
32663         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
32664         __cxa_thread_atexit_impl.
32665         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32666         Likewise.
32667         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32668         Likewise.
32669         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
32670         Likewise.
32671         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
32672         Likewise.
32673         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
32674         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
32675         Likewise.
32676         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
32677         Likewise.
32678         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
32679         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
32680         Likewise.
32681         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
32682         (tests): Add test case tst-tls-atexit.
32683         (modules-names): Add shared library for tst-tls-atexit.
32684         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
32685         (GLIBC_PRIVATE): Add __call_tls_dtors.
32686         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
32687         for libstdc++.
32688         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
32689         * stdlib/tst-tls-atexit.c: New test case.
32690         * stdlib/tst-tls-atexit-lib.c: New test case.
32692         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
32694         * elf/Versions (ld): Add _dl_find_dso_for_object.
32695         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
32696         * elf/dl-open.c (_dl_find_dso_for_object): New function.
32697         (dl_open_worker): Use _dl_find_dso_for_object.
32698         * elf/dl-sym.c (do_sym): Likewise.
32699         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
32701 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32703         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
32704         Syntactic changes only.
32705         (_dl_runtime_profile): Do a tail-call to the resolved function.
32707 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
32709         [BZ #13550]
32710         * sysdeps/x86_64/bp-asm.h: Remove file.
32711         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
32712         <bp-sym.h> and <bp-asm.h>.
32713         (__clone): Do not use BP_SYM.
32714         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
32715         <bp-sym.h> and <bp-asm.h>.
32716         * sysdeps/unix/x86_64/sysdep.S: Likewise.
32717         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
32718         "bp-asm.h".
32719         (_setjmp): Do not use BP_SYM.
32720         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
32721         "bp-asm.h".
32722         (setjmp): Do not use BP_SYM.
32723         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
32724         libc_hidden_def.
32725         (mempcpy): Do not use BP_SYM in weak_alias.
32726         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
32727         "bp-asm.h".
32728         (strchr): Do not use BP_SYM.
32729         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
32730         "bp-asm.h".
32731         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
32732         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
32733         (_start): Do not use BP_SYM.
32734         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
32735         "bp-asm.h".
32736         (strcat): Do not use BP_SYM.
32737         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
32738         "bp-asm.h".
32739         (STRCMP): Do not use BP_SYM.
32740         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
32741         "bp-asm.h".
32742         (STRCPY): Do not use BP_SYM.
32743         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
32744         "bp-asm.h".
32745         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
32746         "bp-asm.h".
32747         (FUNCTION): Do not use BP_SYM.
32748         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
32749         weak_alias.
32750         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
32752 2013-02-17  Andreas Jaeger  <aj@suse.de>
32754         * time/Versions: Sort entries.
32755         * string/Versions: Likewise.
32756         * resolv/Versions: Likewise.
32757         * posix/Versions: Likewise.
32758         * iconv/Versions: Likewise.
32759         * elf/Versions: Likewise.
32760         * wcsmbs/Versions: Likewise.
32762 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
32764         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
32765         loop termination condition.
32767         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
32768         variable to calculate EZ.
32769         (__sqr): Likewise.
32771         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
32772         the lower precision input.
32774 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
32776         [BZ #13550]
32777         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
32778         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
32779         (run-via-rtld-prefix): Do not handle %-bp tests.
32780         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
32781         (all-object-suffixes): Remove .ob.
32782         (bppfx): Remove variable.
32783         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
32784         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
32785         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
32786         [$(build-bounded) = yes] (libtype.ob): Likewise.
32787         * Makerules (elide-routines.ob): Remove variable.
32788         (do-tests-clean): Do not handle *-bp.out.
32789         (common-mostlyclean): Do not handle *-bp and *-bp.out.
32790         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
32791         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
32792         (tests): Do not include $(tests-bp.out).
32793         (xtests): Do not include $(xtests-bp.out).
32794         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
32795         [$(build-bounded) = yes] ($(addprefix
32796         $(objpfx),$(binaries-bounded))): Remove rule.
32797         ($(objpfx)%-bp.out): Remove rule.
32798         * config.make.in (build-bounded): Remove variable.
32799         * crypt/Makefile [$(build-bounded) = yes]
32800         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
32801         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
32802         append to variable.
32803         [$(build-bounded) = yes] (install-lib): Likewise.
32804         [$(build-bounded) = yes] (generated): Likewise.
32805         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
32806         Remove rule.
32807         * intl/Makefile [$(build-bounded) = yes]
32808         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
32809         * math/Makefile [$(build-bounded) = yes]
32810         ($(tests:%=$(objpfx)%-bp): Likewise.
32811         * misc/Makefile [$(build-bounded) = yes]
32812         ($(objpfx)tst-tsearch-bp): Likewise.
32813         * nptl/Makeconfig (bounded-thread-library): Remove variable.
32814         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
32815         Remove dependency.
32816         * string/Makefile (o-objects.ob): Remove variable.
32817         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
32818         (CFLAGS-.ob): Remove variable.
32819         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
32820         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
32821         both definitions of variable.
32822         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
32823         (ASFLAGS-.ob): Remove variable.
32825 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
32827         [BZ #13550]
32828         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
32829         Remove __BOUNDED_POINTERS__ from condition.
32830         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
32831         * string/bits/string2.h [!__NO_STRING_INLINES &&
32832         !__BOUNDED_POINTERS__]: Likewise.
32833         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
32834         Likewise.
32835         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
32836         Remove conditional code.
32837         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
32838         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
32839         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
32840         condition.
32842         [BZ #13550]
32843         * csu/libc-start.c: Do not include <bp-sym.h>.
32844         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
32845         * elf/dl-open.c: Do not include <bp-sym.h>.
32846         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
32847         * math/fegetenv.c: Do not include <bp-sym.h>.
32848         (fegetenv): Do not use BP_SYM in versioned symbols.
32849         * nptl/sysdeps/pthread/bits/libc-lockP.h
32850         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
32851         <bp-sym.h>.
32852         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32853         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
32854         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32855         (__pthread_mutex_destroy): Likewise.
32856         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32857         (__pthread_mutex_lock): Likewise.
32858         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32859         (__pthread_mutex_trylock): Likewise.
32860         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32861         (__pthread_mutex_unlock): Likewise.
32862         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32863         (__pthread_mutexattr_init): Likewise.
32864         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32865         (__pthread_mutexattr_destroy): Likewise.
32866         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32867         (__pthread_mutexattr_settype): Likewise.
32868         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32869         (__pthread_rwlock_init): Likewise.
32870         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32871         (__pthread_rwlock_destroy): Likewise.
32872         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32873         (__pthread_rwlock_rdlock): Likewise.
32874         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32875         (__pthread_rwlock_tryrdlock): Likewise.
32876         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32877         (__pthread_rwlock_wrlock): Likewise.
32878         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32879         (__pthread_rwlock_trywrlock): Likewise.
32880         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32881         (__pthread_rwlock_unlock): Likewise.
32882         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32883         (__pthread_key_create): Likewise.
32884         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32885         (__pthread_setspecific): Likewise.
32886         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32887         (__pthread_getspecific): Likewise.
32888         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
32889         Likewise.
32890         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32891         (_pthread_cleanup_push_defer): Likewise.
32892         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32893         (_pthread_cleanup_pop_restore): Likewise.
32894         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32895         (pthread_setcancelstate): Likewise.
32896         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
32897         <bp-sym.h>.
32898         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
32899         (memchr): Do not use BP_SYM in weak_alias.
32900         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
32901         (fegetenv): Do not use BP_SYM in versioned symbols.
32902         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
32903         (fesetenv): Do not use BP_SYM in versioned symbols.
32904         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
32905         (feupdateenv): Do not use BP_SYM in versioned symbols.
32906         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
32907         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
32908         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
32909         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
32910         (open64): Do not use BP_SYM in weak_alias.
32911         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
32912         (fegetenv): Do not use BP_SYM in versioned symbols.
32913         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
32914         (fesetenv): Do not use BP_SYM in versioned symbols.
32915         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
32916         (feupdateenv): Do not use BP_SYM in versioned symbols.
32917         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
32918         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
32919         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
32920         (feraiseexcept): Do not use BP_SYM in versioned symbols.
32921         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
32922         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
32923         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
32924         <bp-sym.h>.
32925         (__libc_start_main): Do not use BP_SYM.
32927 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
32929         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
32930         redundant return line.
32931         (norm): Likewise.
32932         (denorm): Likewise.
32933         (dbl_mp): Likewise.
32934         (sub_magnitudes): Likewise.
32935         (__add): Likewise.
32936         (__sub): Likewise.
32937         (__mul): Likewise.
32938         (__inv): Likewise.
32939         (__dvd): Likewise.
32940         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
32941         (norm): Likewise.
32942         (denorm): Likewise.
32943         (dbl_mp): Likewise.
32944         (sub_magnitudes): Likewise.
32945         (__add): Likewise.
32946         (__sub): Likewise.
32947         (__mul): Likewise.
32948         (__inv): Likewise.
32949         (__dvd): Likewise.
32951         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
32952         instead of __mul.
32953         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
32954         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
32955         (cc32): Likewise.
32957         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
32958         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
32959         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
32960         of __mul for squares.
32961         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
32962         function
32963         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
32964         Likewise.
32965         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
32966         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
32968 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
32970         [BZ #13550]
32971         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
32972         code.
32973         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
32974         prototype or function definition.  Rename ubp_* variables and
32975         parameters.  Remove argv definitions conditional on
32976         [__BOUNDED_POINTERS__].
32977         * debug/backtrace.c (__backtrace): Do not use __unbounded.
32978         * elf/dl-runtime.c (_dl_fixup): Likewise.
32979         * include/set-hooks.h (RUN_HOOK): Likewise.
32980         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
32981         definition.
32982         * string/strcpy.c (strcpy): Do not use __unbounded.
32983         * sysdeps/generic/frame.h (struct layout): Likewise.
32984         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
32985         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
32986         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
32987         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
32988         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
32989         (__backtrace): Likewise.
32990         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
32991         use __ptrvalue.
32992         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
32993         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
32994         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
32995         Likewise.
32996         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
32997         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
32998         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
32999         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
33000         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
33001         Do not use __unbounded.
33002         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
33003         Rename __unboundedrlimits parameter to rlimits in prototype.
33004         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
33005         Do not use __unbounded.
33006         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
33007         not use __ptrvalue.
33008         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
33009         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
33010         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
33011         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
33012         __ptrvalue or __unbounded.
33013         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
33014         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
33015         use __unbounded.
33016         (__new_msgctl): Do not use __ptrvalue.
33017         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
33018         __unbounded.
33019         (__libc_msgrcv): Do not use __ptrvalue.
33020         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
33021         startup_info): Do not use __unbounded.
33022         (__libc_start_main): Likewise.  Rename ubp_* variables and
33023         parameters.  Remove argv definitions conditional on
33024         [__BOUNDED_POINTERS__].
33025         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
33026         __ptrvalue.
33027         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
33028         use __unbounded.
33029         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
33030         or __ptrvalue.
33031         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
33032         use __unbounded.
33033         (__new_shmctl): Do not use __ptrvalue.
33034         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
33035         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
33036         Likewise.
33037         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
33038         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
33039         (__libc_sigaction): Likewise.
33040         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
33041         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
33042         Likewise.
33043         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
33045 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
33047         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
33049         * string/mempcpy.c: Implement by calling memcpy.
33051 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
33053         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
33055         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
33056         evaluation.
33058         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
33059         values in the mantissa.
33061         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
33062         minimize writes to Z.
33063         (sub_magnitudes): Simplify code a bit.
33065 2013-02-12  Roland McGrath  <roland@hack.frob.com>
33067         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
33068         from the message.  The linker prefixes all warnings with that already.
33070 2013-02-12  Andreas Schwab  <schwab@suse.de>
33072         [BZ #15078]
33073         * posix/regexec.c (extend_buffers): Add parameter min_len.
33074         (check_matching): Pass minimum needed length.
33075         (clean_state_log_if_needed): Likewise.
33076         (get_subexp): Likewise.
33077         * posix/Makefile (tests): Add bug-regex34.
33078         (bug-regex34-ENV): Define.
33079         * posix/bug-regex34.c: New file.
33081         [BZ #11561]
33082         * posix/regcomp.c (parse_bracket_exp): When looking up collating
33083         elements compare against the byte sequence of it, not its name.
33084         * posix/Makefile (tests): Add bug-regex35.
33085         (bug-regex35-ENV): Define.
33086         * posix/bug-regex35.c: New file.
33088 2013-02-11  Tom de Vries  <tom@codesourcery.com>
33090         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
33091         comment.
33092         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
33093         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
33094         (CHECK_EOL): Add undef.
33096 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
33098         * bits/stdlib-bsearch.h: New file.
33099         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
33100         * stdlib/stdlib.h: Likewise.
33102 2013-02-11  Roland McGrath  <roland@hack.frob.com>
33104         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
33105         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
33106         declaration.
33107         * manual/search.texi (Array Search Function): Add missing const in
33108         lfind prototype.
33109         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
33110         declaration to use rlim_t.
33111         (Basic Scheduling Functions): Remove erroneous const from
33112         sched_getparam prototype.  Remove erroneous * from
33113         sched_get_priority_max and sched_get_priority_min prototypes.
33114         (Resource Usage): Fix summary @comment on vtimes to refer to
33115         sys/vtimes.h rather than vtimes.h.
33116         Add missing *s in vtimes prototype.
33117         (Limits on Resources): Fix ulimit prototype to return long int.
33118         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
33119         prototypes to use long int rather than double.
33120         (BSD Random): Fix initstate and setstate to use char *, not void *.
33121         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
33122         prototype to make second argument 'struct aiocb64 *const[]'.
33123         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
33124         (Status of AIO Operations): Remove erroneous const in aio_return and
33125         aio_return64 prototypes.
33126         (Synchronizing I/O): Fix sync prototype to return void.
33127         * manual/startup.texi (Suboptions): Remove an erroneous const in
33128         getsubopt prototype.
33129         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
33130         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
33131         use size_t rather than int.
33132         (Scanning All Users): Likewise for getpwent_r.
33133         (Setting Groups): Add missing const to setgroups prototype.
33134         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
33135         * manual/socket.texi (Host Names): Fix gethostbyaddr and
33136         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
33137         'const void *' rather than 'const char *'.
33138         (Host Address Functions): Likewise for inet_ntop.
33139         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
33140         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
33141         ssize_t for return value.
33142         (Sending Data): Likewise for send, sendto, sendmsg.
33143         (Socket Option Functions): Add a missing const in setsockopt prototype.
33144         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
33145         use wchar_t for the argument.
33146         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
33147         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
33148         take no arguments.
33149         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
33150         double/float/long double for second argument.
33151         Fix return types of significand, significandf, significandl.
33152         * manual/filesys.texi (Setting Permissions): Use mode_t for second
33153         argument in fchmod prototype.
33154         (File Owner): Use uid_t and gid_t in fchown prototype.
33155         (File Times): Add const to utimes, futimes, and lutimes prototypes.
33156         (Making Special Files): Use mode_t and dev_t in mknod prototype.
33157         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
33158         use 'const struct dirent **' as argument types to CMP function pointer
33159         argument.
33160         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
33161         (File Times): Fix summary magic @comment for struct utimbuf and utime
33162         to refer to utime.h, not time.h.
33163         * manual/string.texi (Argz Functions): Add missing const in
33164         argz_extract and argz_next prototypes.
33165         (Finding Tokens in a String): Likewise for basename.
33166         (String/Array Comparison): Fix typo in wcscasecmp prototype.
33167         (Copying and Concatenation): Fix typo in wmemmove prototype.
33168         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
33169         (Signal Stack): Remove erroneous const in sigstack prototype.
33170         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
33171         prototype.
33172         (Simple Calendar Time): Likewise for stime.
33173         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
33174         prototype.
33175         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
33176         say sys/sysctl.h instead.
33177         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
33178         and vsyslog prototypes.
33180 2013-02-11  Tom de Vries  <tom@codesourcery.com>
33182         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
33183         Remove.
33185 2013-02-11  Roland McGrath  <roland@hack.frob.com>
33187         * misc/sys/mman.h: Fix typo in mremap comment.
33189 2013-02-08  Roland McGrath  <roland@hack.frob.com>
33191         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
33192         the '\0' terminator.
33194 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
33196         [BZ #13550]
33197         * debug/segfault.c: Don't include <bp-checks.h>.
33198         * sysdeps/generic/bp-checks.h: Remove file.
33199         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
33200         (__GETDENTS): Don't use CHECK_N.
33201         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
33202         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
33203         (__getgroups): Don't use CHECK_N.
33204         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
33205         (setgroups): Don't use CHECK_N.
33206         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
33207         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
33208         (__libc_msgrcv): Don't use CHECK_N.
33209         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
33210         (__libc_msgsnd): Don't use CHECK_N.
33211         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
33212         <bp-checks.h>.
33213         (__libc_pread): Don't use CHECK_N.
33214         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
33215         include <bp-checks.h>.
33216         (__libc_pread64): Don't use CHECK_N.
33217         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
33218         include <bp-checks.h>.
33219         (__libc_pwrite): Don't use CHECK_N.
33220         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
33221         include <bp-checks.h>.
33222         (__libc_pwrite64): Don't use CHECK_N.
33223         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
33224         <bp-checks.h>.
33225         (__libc_pread): Don't use CHECK_N.
33226         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
33227         include <bp-checks.h>.
33228         (__libc_pread64): Don't use CHECK_N.
33229         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
33230         include <bp-checks.h>.
33231         (__libc_pwrite): Don't use CHECK_N.
33232         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
33233         include <bp-checks.h>.
33234         (__libc_pwrite64): Don't use CHECK_N.
33235         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
33236         (do_pread): Don't use CHECK_N.
33237         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
33238         (do_pread64): Don't use CHECK_N.
33239         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
33240         (do_pwrite): Don't use CHECK_N.
33241         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
33242         (do_pwrite64): Don't use CHECK_N.
33243         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
33244         (__libc_readv): Don't use CHECK_N.
33245         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
33246         (semop): Don't use CHECK_N.
33247         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
33248         <bp-checks.h>.
33249         (semtimedop): Don't use CHECK_N.
33250         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
33251         (__libc_pread): Don't use CHECK_N.
33252         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
33253         <bp-checks.h>.
33254         (__libc_pread64): Don't use CHECK_N.
33255         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
33256         <bp-checks.h>.
33257         (__libc_pwrite): Don't use CHECK_N.
33258         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
33259         <bp-checks.h>.
33260         (__libc_pwrite64): Don't use CHECK_N.
33261         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
33262         <bp-checks.h>.
33263         (__libc_msgrcv): Don't use CHECK_N.
33264         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
33265         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
33266         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
33267         (__libc_writev): Don't use CHECK_N.
33269 2013-02-08  Roland McGrath  <roland@hack.frob.com>
33271         * string/strcpy.c: Removed unused variable.
33273         * Makeconfig (+sysdep-includes): Define with := rather than =.
33274         Use an existing include/ subdir of each sysdeps dir before it.
33276 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
33278         * nscd/connection.c (register_traced_file): Comment function.
33279         [HAVE_INOTIFY] (union __inev): Define.
33280         [HAVE_INOTIFY] (inotify_check_files): New function.
33281         [HAVE_INOTIFY] (clear_db_cache): Likewise.
33282         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
33283         clear_db_cache.
33284         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
33286 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
33288         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
33289         loaded if not already and that a failure is permanent.
33291 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
33293         [BZ #15006]
33294         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
33295         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
33297 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
33299         [BZ #13550]
33300         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
33301         (CHECK_1_NULL_OK): Likewise.
33302         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
33303         (__fxstat): Do not use CHECK_1.
33304         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
33305         <bp-checks.h>.
33306         (___fxstat64): Do not use CHECK_1.
33307         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
33308         <bp-checks.h>.
33309         (__fxstatat): Do not use CHECK_1.
33310         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
33311         <bp-checks.h>.
33312         (__fxstatat64): Do not use CHECK_1.
33313         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
33314         <bp-checks.h>.
33315         (__fxstat): Do not use CHECK_1.
33316         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
33317         <bp-checks.h>.
33318         (__fxstatat): Do not use CHECK_1.
33319         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
33320         <bp-checks.h>.
33321         (__getresgid): Do not use CHECK_1.
33322         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
33323         <bp-checks.h>.
33324         (__getresuid): Do not use CHECK_1.
33325         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
33326         <bp-checks.h>.
33327         (__lxstat): Do not use CHECK_1.
33328         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
33329         <bp-checks.h>.
33330         (__old_msgctl): Do not use CHECK_1.
33331         (__new_msgctl): Likewise.
33332         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
33333         <bp-checks.h>.
33334         (__new_setrlimit): Do not use CHECK_1.
33335         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
33336         <bp-checks.h>.
33337         (__old_shmctl): Do not use CHECK_1.
33338         (__new_shmctl): Likewise.
33339         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
33340         <bp-checks.h>.
33341         (__xstat): Do not use CHECK_1.
33342         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
33343         (__lxstat): Do not use CHECK_1.
33344         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
33345         <bp-checks.h>.
33346         (___lxstat64): Do not use CHECK_1.
33347         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
33348         (__old_msgctl): Do not use CHECK_1.
33349         (__new_msgctl): Likewise.
33350         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
33351         <bp-checks.h>.
33352         (__gettimeofday): Do not use CHECK_1.
33353         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
33354         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
33355         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
33356         <bp-checks.h>.
33357         (__gettimeofday): Do not use CHECK_1.
33358         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
33359         (__old_shmctl): Do not use CHECK_1_NULL_OK.
33360         (__new_shmctl): Do not use CHECK_1.
33361         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
33362         <bp-checks.h>.
33363         (do_sigtimedwait): Do not use CHECK_1.
33364         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
33365         <bp-checks.h>.
33366         (do_sigwaitinfo): Do not use CHECK_1.
33367         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
33368         <bp-checks.h>.
33369         (msgctl): Do not use CHECK_1.
33370         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
33371         <bp-checks.h>.
33372         (shmctl): Do not use CHECK_1.
33373         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
33374         (ustat): Do not use CHECK_1.
33375         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
33376         <bp-checks.h>.
33377         (__fxstat): Do not use CHECK_1.
33378         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
33379         <bp-checks.h>.
33380         (__fxstatat): Do not use CHECK_1.
33381         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
33382         <bp-checks.h>.
33383         (__lxstat): Do not use CHECK_1.
33384         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
33385         <bp-checks.h>.
33386         (__xstat): Do not use CHECK_1.
33387         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
33388         (__xstat): Do not use CHECK_1.
33389         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
33390         (___xstat64): Do not use CHECK_1.
33392         [BZ #13550]
33393         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
33394         definitions.
33395         (CHECK_BOUNDS_HIGH): Likewise.
33396         * string/strcpy.c: Do not include <bp-checks.h>.
33397         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
33399 2013-02-07  Roland McGrath  <roland@hack.frob.com>
33401         * nscd/nscd-client.h (__nscd_drop_map_ref):
33402         Add __attribute__ ((unused)).
33403         * nis/nss-nisplus.h (niserr2nss): Likewise.
33405         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
33406         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
33408         * csu/libc-tls.c (init_static_tls, init_slotinfo):
33409         Remove inline keyword.
33410         * include/rounding-mode.h (round_away): Likewise.
33411         * libio/wfileops.c (adjust_wide_data): Likewise.
33412         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
33413         (__m128i_strloadu_tolower): Likewise.
33414         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
33415         (__m128i_strloadu_tolower): Likewise.
33416         * time/mktime.c (ydhms_diff): Likewise.
33417         * locale/elem-hash.h (elem_hash): Likewise.
33418         * locale/setlocale.c (setdata): Likewise.
33419         * posix/regex_internal.h (re_string_char_size_at): Likewise.
33420         (re_string_wchar_at): Likewise.
33421         (bitset_not, bitset_merge, bitset_mask): Likewise.
33422         [!(__GNUC__ > 3)] (inline): Remove macro.
33423         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
33424         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
33425         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
33426         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
33427         * string/memcmp.c (memcmp_bytes): Likewise.
33428         * locale/programs/locarchive.c (compute_hashval): Likewise.
33429         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
33430         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
33431         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
33432         * nss/getent.c (print_rpc, print_protocols): Likewise.
33433         (print_passwd, print_group, print_aliases): Likewise.
33434         * nis/nss-nisplus.h (niserr2nss): Likewise.
33435         * nscd/connections.c (restart_p): Likewise.
33436         Change return type to bool.
33438 2013-02-05  Roland McGrath  <roland@hack.frob.com>
33440         * Makeconfig (all-Depend-files): Add existing
33441         $(sorted-subdirs:=/Depend) files.
33442         (all-subdirs): Remove nss.
33443         * sysdeps/unix/inet/Subdirs: Add it here instead.
33444         * hesiod/Depend: New file.
33446         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
33447         instead of calling alloca.
33449         * io/lseek.c (__lseek): Rename to __libc_lseek.
33450         Define __lseek as an alias.
33452         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
33454 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
33456         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
33457         else clause and remove check for non-standard endianness.
33459 2013-02-04  David S. Miller  <davem@davemloft.net>
33461         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33463 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
33465         [BZ #13550]
33466         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
33467         (__ubp_memchr): Remove prototype.
33468         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
33469         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
33470         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
33471         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
33472         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
33473         Remove alias.
33474         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
33475         (__ubp_memchr): Likewise.
33476         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
33477         (__ubp_memchr): Likewise.
33478         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
33479         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
33480         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
33481         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
33482         CHECK_STRING.
33483         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
33484         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
33485         (__getcwd): Do not use CHECK_STRING.
33486         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
33487         <bp-checks.h>.
33488         (__real_chown): Do not use CHECK_STRING.
33489         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
33490         <bp-checks.h>.
33491         (fchownat): Do not use CHECK_STRING.
33492         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
33493         CHECK_STRING.
33494         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
33495         <bp-checks.h>.
33496         (__lchown): Do not use CHECK_STRING.
33497         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
33498         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
33499         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
33500         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
33501         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
33502         include <bp-checks.h>.
33503         (truncate64): Do not use CHECK_STRING.
33504         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
33505         <bp-checks.h>.
33506         (__real_chown): Do not use CHECK_STRING.
33507         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
33508         <bp-checks.h>.
33509         (__lchown): Do not use CHECK_STRING.
33510         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
33511         <bp-checks.h>.
33512         (__chown): Do not use CHECK_STRING.
33513         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
33514         <bp-checks.h>.
33515         (truncate64): Do not use CHECK_STRING.
33516         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
33517         Likewise.
33518         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
33519         (__xmknod): Do not use CHECK_STRING.
33520         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
33521         <bp-checks.h>.
33522         (__xmknodat): Do not use CHECK_STRING.
33523         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
33524         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
33526 2013-02-04  Andreas Schwab  <schwab@suse.de>
33528         [BZ #14142]
33529         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
33530         * include/netdb.h: Likewise for h_errno.
33531         * elf/tst-stackguard1.c: Include <tls.h>.
33533 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
33535         * elf/link.h (struct link_map): Extend the l_addr comment.
33536         * include/link.h (struct link_map): Likewise.
33538 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
33540         [BZ #13550]
33541         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
33542         (BOUNDED_1): Remove macro.
33543         * debug/backtrace.c: Don't include <bp-checks.h>.
33544         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
33545         (__backtrace): Likewise.
33546         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
33547         <bp-checks.h>.
33548         (__backtrace): Don't use BOUNDED_1.
33549         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
33550         <bp-checks.h>.
33551         (__backtrace): Don't use BOUNDED_1.
33552         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
33553         (__backtrace): Don't use BOUNDED_1.
33554         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
33555         (shmat): Don't use BOUNDED_N.
33557 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
33559         [BZ #13550]
33560         * sysdeps/generic/bp-start.h: Remove file.
33561         * csu/libc-start.c: Don't include <bp-start.h>.
33562         (LIBC_START_MAIN): Set up __environ directly instead of using
33563         INIT_ARGV_and_ENVIRON.
33564         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
33565         <bp-start.h>.
33567         [BZ #13550]
33568         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
33569         definitions.
33570         (CHECK_FCNTL): Likewise.
33571         (CHECK_N_PAGES): Likewise.
33573         [BZ #13550]
33574         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
33575         definitions.
33576         (CHECK_SIGSET_NULL_OK): Likewise.
33577         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
33578         <bp-checks.h>.
33579         (sigpending): Don't use CHECK_SIGSET.
33580         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
33581         <bp-checks.h>.
33582         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
33583         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
33584         <bp-checks.h>.
33585         (do_sigsuspend): Don't use CHECK_SIGSET.
33586         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
33587         use CHECK_SIGSET.
33588         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
33589         (do_sigwait): Don't use CHECK_SIGSET.
33590         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
33591         use CHECK_SIGSET.
33592         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
33593         include <bp-checks.h>.
33594         (sigpending): Don't use CHECK_SIGSET.
33595         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
33596         include <bp-checks.h>.
33597         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
33598         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
33599         <bp-checks.h>.
33600         (sigpending): Don't use CHECK_SIGSET.
33601         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
33602         <bp-checks.h>.
33603         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
33605         [BZ #13550]
33606         * sysdeps/generic/bp-semctl.h: Remove file.
33607         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
33608         <bp-checks.h> and <bp-semctl.h>.
33609         (__old_semctl): Don't use CHECK_SEMCTL.
33610         (__new_semctl): Likewise.
33611         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
33612         and <bp-semctl.h>.
33613         (__old_semctl): Don't use CHECK_SEMCTL.
33614         (__new_semctl): Likewise.
33615         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
33616         <bp-checks.h> and <bp-semctl.h>.
33617         (__old_semctl): Don't use CHECK_SEMCTL.
33618         (__new_semctl): Likewise.
33619         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
33620         <bp-checks.h> and <bp-semctl.h>.
33621         (semctl): Don't use CHECK_SEMCTL.
33623         [BZ #13550]
33624         * Makerules (elide-bp-thunks): Remove variable.
33625         (elide-routines.oS): Don't use $(elide-bp-thunks).
33626         (elide-routines.os): Likewise.
33627         (elide-routines.o): Likewise.
33628         (elide-routines.op): Likewise.
33629         (elide-routines.og): Likewise.
33630         (objects): Don't use $(bp-thunks).
33631         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
33632         include.
33633         (common-generated): Do not add s-proto-bp.d.
33634         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
33635         (int): Likewise.
33636         (typ): Likewise.
33637         Do not generate makefile rules for bounded-pointer thunks.
33638         * sysdeps/generic/bp-thunks.h: Remove file.
33639         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
33640         * sysdeps/unix/s-proto-bp.S: Likewise.
33642         [BZ #15062]
33643         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
33644         parts of result separately when argument is not close to line from
33645         -i to i and one part of argument is small.
33646         * math/k_casinhf.c (__kernel_casinhf): Likewise.
33647         * math/k_casinhl.c (__kernel_casinhl): Likewise.
33648         * math/libm-test.inc (cacos_test): Add more tests.
33649         (casin_test): Likewise.
33650         (casinh_test): Likewise.
33651         * sysdeps/i386/fpu/libm-test-ulps: Update.
33652         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33654 2013-01-31  David S. Miller  <davem@davemloft.net>
33656         * po/de.po: Update from translation team.
33658 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
33660         * time/tzfile.c: Include stdint.h for SIZE_MAX.
33662 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
33664         * configure.in (_AC_PROG_CC_C89): New definition.
33665         * configure: Regenerate.
33667         * configure.in (AC_PROG_CPP): New definition.
33668         * configure: Regenerate.
33670 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
33672         * debug/tst-backtrace.h: New file.
33673         * debug/tst-backtrace2.c: Include tst-backtrace.h.
33674         (ret): Remove variable.
33675         (x): Likewise.
33676         (FAIL): Remove macro.
33677         (NO_INLINE): Likewise.
33678         (fn1): Use match function instead of strstr.
33679         * debug/tst-backtrace3.c: Include tst-backtrace.h.
33680         (ret): Remove variable.
33681         (x): Likewise.
33682         (FAIL): Remove macro.
33683         (NO_INLINE): Likewise.
33684         (fn): Use match function instead of strstr.
33685         * debug/tst-backtrace4.c: Include tst-backtrace.h.
33686         (ret): Remove variable.
33687         (x): Likewise.
33688         (FAIL): Remove macro.
33689         (NO_INLINE): Likewise.
33690         (handle_signal): Use match function instead of strstr.
33691         * debug/tst-backtrace5.c: Include tst-backtrace.h.
33692         (ret): Remove variable.
33693         (x): Likewise.
33694         (FAIL): Remove macro.
33695         (NO_INLINE): Likewise.
33696         (handle_signal): Use match function instead of strstr.
33698 2013-01-23  Roland McGrath  <roland@hack.frob.com>
33700         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
33702 2013-01-23  David S. Miller  <davem@davemloft.net>
33704         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
33705         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
33706         argument of CAS if possible.
33707         * sysdeps/sparc/sparc64/bits/atomic.h
33708         (__arch_compare_and_exchange_val_32_acq): Likewise.
33709         (__arch_compare_and_exchange_val_64_acq): Likewise.
33711 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
33713         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
33714         * sysdeps/posix/ulimit.c: ... this.
33715         Include <limits.h>.
33716         * sysdeps/unix/bsd/ulimit.c: Remove file.
33718 2013-01-23  Adam Conrad  <adconrad@0c3.net>
33720         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
33721         (LDFLAGS-tst-array5): Likewise.
33723 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
33725         [BZ #15036]
33726         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
33727         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
33728         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
33729         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
33731 2013-01-21  David S. Miller  <davem@davemloft.net>
33733         * sysdeps/sparc/backtrace.c: New file.
33734         * sysdeps/sparc/sparc32/backtrace.h: New file.
33735         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
33736         * sysdeps/sparc/sparc64/backtrace.h: New file.
33737         * sysdeps/sparc/sparc64/backtrace.c: Delete.
33738         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
33739         -funwind-tables.
33741 2013-01-21  Andreas Schwab  <schwab@suse.de>
33743         [BZ #15020]
33744         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
33745         closed its stdout.
33747 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
33749         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
33750         "mpa2.h".
33751         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33753 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
33754             Mark Mitchell  <mark@codesourcery.com>
33755             Tom de Vries  <tom@codesourcery.com>
33756             Paul Pluzhnikov  <ppluzhnikov@google.com>
33758         * debug/tst-backtrace2.c: New file.
33759         * debug/tst-backtrace3.c: Likewise.
33760         * debug/tst-backtrace4.c: Likewise.
33761         * debug/tst-backtrace5.c: Likewise.
33762         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
33763         (CFLAGS-tst-backtrace3.c): Likewise.
33764         (CFLAGS-tst-backtrace4.c): Likewise.
33765         (CFLAGS-tst-backtrace5.c): Likewise.
33766         (LDFLAGS-tst-backtrace2): Likewise.
33767         (LDFLAGS-tst-backtrace3): Likewise.
33768         (LDFLAGS-tst-backtrace4): Likewise.
33769         (LDFLAGS-tst-backtrace5): Likewise.
33770         (tests): Add new tests tst-backtrace2, tst-backtrace3,
33771         tst-backtrace4 and tst-backtrace5.
33773 2013-01-18  Anton Blanchard  <anton@samba.org>
33774             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
33776         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
33777         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
33778         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
33779         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
33780         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
33781         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
33782         "+r" and remove output regs list as redundant.  Add explicit inline
33783         asm to specify register of return val to work around compiler codegen
33784         bug.  Remove (int) cast on return value.  Add return type parameter to
33785         use in macro so that this macro does not truncate return value for
33786         64-bit values.
33787         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
33788         pass to INTERNAL_VSYSCALL_NCS.
33789         (INLINE_VSYSCALL): Add 'long int' as return type to
33790         INTERNAL_VSYSCALL_NCS macro invocation.
33791         (INTERNAL_VSYSCALL): Add 'long int' as return type to
33792         INTERNAL_VSYSCALL_NCS macro invocation.
33793         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
33795 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
33797         [BZ #14496]
33798         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
33799         Fix application of SIMD FP exception mask.
33801         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
33802         mp_no from a power of two.
33803         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
33804         __mpexp_twomm1.  Use __pow_mp.
33806         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
33807         multiplication.
33809 2013-01-17  David S. Miller  <davem@davemloft.net>
33811         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33813 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
33815         [BZ #15023]
33816         * include/complex.h: Condition contents on [!_COMPLEX_H].
33817         (__kernel_casinhf): New prototype.
33818         (__kernel_casinh): Likewise.
33819         (__kernel_casinhl): Likewise.
33820         * math/Makefile (libm_calls): Add k_casinh.
33821         * math/k_casinh.c: New file.
33822         * math/k_casinhf.c: Likewise.
33823         * math/k_casinhl.c: Likewise.
33824         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
33825         finite nonzero arguments.
33826         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
33827         finite nonzero arguments.
33828         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
33829         finite nonzero arguments.
33830         * math/s_casinh.c: Do not include <float.h>.
33831         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
33832         * math/s_casinhf.c: Do not include <float.h>.
33833         (__casinhf): Move code for finite nonzero arguments to
33834         k_casinhf.c.
33835         * math/s_casinhl.c: Do not include <float.h>.
33836         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
33837         redefine.
33838         (__casinhl): Move code for finite nonzero arguments to
33839         k_casinhl.c.
33840         * math/libm-test.inc (cacos_test): Add more tests.
33841         * sysdeps/i386/fpu/libm-test-ulps: Update.
33842         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33844 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
33846         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
33847         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
33848         [!HAVE_MREMAP]: Remove [defined linux] case.
33849         * malloc/arena.c: Do not include <malloc-sysdep.h>.
33851 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
33853         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
33855 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
33857         * elf/elf.h (R_386_SIZE32): New relocation.
33858         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
33859         R_386_SIZE32.
33860         (elf_machine_rela): Likewise.
33861         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
33862         R_X86_64_SIZE64 and R_X86_64_SIZE32.
33864 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
33866         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
33867         (FP_FAST_FMA): Do not define.
33868         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
33869         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
33870         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
33871         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
33872         !_SOFT_FLOAT]: Likewise.
33873         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
33874         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
33875         value.
33876         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
33877         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
33878         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
33879         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
33880         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
33881         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
33882         file.
33884 2013-01-16  Andreas Schwab  <schwab@suse.de>
33886         [BZ #14327]
33887         * include/stdlib.h (__mktemp): Add declaration.
33888         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
33889         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
33891 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
33893         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
33894         definitions.
33895         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
33896         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
33897         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
33898         definitions here.
33899         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
33900         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
33901         definitions.
33902         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
33903         and ONE.
33904         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
33905         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
33906         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
33907         definitions.
33908         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
33909         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
33910         definitions.
33911         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
33913         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
33915 2013-01-15  David S. Miller  <davem@davemloft.net>
33917         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
33918         trunc{,f} to libm-sysdep_routes.
33919         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
33920         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
33921         file.
33922         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
33923         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
33924         file.
33925         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
33926         file.
33927         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
33928         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
33929         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
33930         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
33931         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
33932         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
33933         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
33934         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
33936         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
33937         nearbyint{,f} to libm-sysdep_routes.
33938         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
33939         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
33940         New file.
33941         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
33942         file.
33943         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
33944         New file.
33945         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
33946         file.
33947         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
33948         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
33949         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
33950         file.
33951         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
33952         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
33953         file.
33954         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
33955         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
33956         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
33958         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
33959         libc_feholdexcept and libc_fesetenv.
33961 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
33963         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
33965 2013-01-14  David S. Miller  <davem@davemloft.net>
33967         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
33968         (SPARC_ASM_VIS2_IFUNC): Likewise.
33969         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
33970         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
33971         use of 'siam' instruction.
33972         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
33973         Likewise.
33974         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
33975         Likewise.
33976         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
33977         Likewise.
33978         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
33979         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
33980         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
33981         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
33982         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
33983         file.
33984         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
33985         file.
33986         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
33987         file.
33988         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
33989         file.
33990         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
33991         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
33992         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
33993         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
33994         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
33995         new VIS2 routines.
33996         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
33997         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
33998         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
33999         Likewise.
34000         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
34001         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
34002         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
34003         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
34004         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
34005         routines to libm-sysdep_routines.
34006         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
34008         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
34009         fdim/fdimf to libm-sysdep_routines.
34010         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
34011         file.
34012         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
34013         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
34014         file.
34015         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
34016         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
34017         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
34018         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
34019         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
34020         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
34021         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
34023 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
34025         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
34026         to optimize copies.
34028         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
34029         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
34030         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34032         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
34033         local variable MPTWO.
34034         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
34035         Likewise.
34037 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
34039         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
34040         GLOB_NOESCAPE.
34042 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
34044         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
34046 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
34048         * manual/pattern.texi (glob_t): Document gl_flags.
34049         (glob64_t): Likewise.
34051 2013-01-11  David S. Miller  <davem@davemloft.net>
34053         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
34054         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
34055         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
34056         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
34057         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
34058         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
34059         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
34060         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
34061         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
34062         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
34063         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
34064         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
34065         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
34067         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
34068         sparc V9 rather than using V8 code.
34069         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
34070         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
34072         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
34073         Move to...
34074         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
34075         Here.
34077 2013-01-11  Roland McGrath  <roland@hack.frob.com>
34079         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
34080         not in the main loop.
34081         * configure: Regenerated.
34083 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
34085         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
34086         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
34087         to just #else.
34088         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
34089         [!__GLIBC_HAVE_LONG_LONG] case.
34090         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
34091         condition to just #else.
34092         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
34093         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
34094         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
34095         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
34096         unconditional.
34097         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
34098         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
34099         #elif condition to just #else.
34100         * sysdeps/unix/sysv/linux/sys/sysmacros.h
34101         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
34102         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
34103         #elif condition to just #else.
34105 2013-01-11  Steve Ellcey  <sellcey@mips.com>
34107         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
34108         (EF_MIPS_ARCH_64): Fix value.
34109         (EF_MIPS_ARCH_32R2): New.
34110         (EF_MIPS_ARCH_64R2): New.
34112 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
34114         * Makeconfig (+link-pie-before-libc): New.
34115         (+link-pie-after-libc): Likewise.
34116         (+link-pie-tests): Likewise.
34117         (+link-pie): Rewritten.
34118         (link-before-libc): Remove $(config-LDFLAGS).
34119         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
34120         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
34121         (config-LDFLAGS): Renamed to ...
34122         (rtld-LDFLAGS): This.
34123         (rtld-tests-LDFLAGS): New macro.
34124         (link-libc-rpath-link): Likewise.
34125         (link-libc-tests-rpath-link): Likewise.
34126         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
34127         (link-libc): Prepand $(link-libc-rpath-link).
34128         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
34129         (test-program-prefix): New macro.
34130         (test-via-rtld-prefix): Likewise.
34131         (test-program-cmd): Likewise.
34132         (host-test-program-cmd): Likewise.
34133         * Makefile ($(common-objpfx)testrun.sh): Replace
34134         $(run-program-prefix) with $(test-program-prefix).
34135         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
34136         $(rtld-LDFLAGS).
34137         ($(common-objpfx)shlib.lds): Likewise.
34138         (build-module-helper): Likewise.
34139         ($(common-objpfx)format.lds): Likewise.
34140         * Rules (binaries-pie-tests): New.
34141         (binaries-pie-notests): Likewise.
34142         (binaries-pie): Rewritten.
34143         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
34144         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
34145         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
34146         (make-test-out): Replace $(host-built-program-cmd) with
34147         $(host-test-program-cmd).
34148         * config.make.in (build-hardcoded-path-in-tests): New variable.
34149         * configure.in (--enable-hardcoded-path-in-tests): New configure
34150         option.
34151         (hardcoded_path_in_tests): New AC_SUBST.
34152         * configure: Regenerated.
34153         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
34154         $(built-program-cmd) with $(test-program-cmd).
34155         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
34156         (test_program_cmd): This.
34157         * elf/Makefile ($(objpfx)order.out): Run test with
34158         $(test-program-prefix).
34159         ($(objpfx)order2.out): Likewise.
34160         ($(objpfx)tst-initorder.out): Likewise.
34161         ($(objpfx)tst-initorder2.out): Likewise.
34162         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
34163         $(test-program-cmd).
34164         ($(objpfx)tst-array1-static.out): Likewise.
34165         ($(objpfx)tst-array2.out): Likewise.
34166         ($(objpfx)tst-array3.out): Likewise.
34167         ($(objpfx)tst-array4.out): Likewise.
34168         ($(objpfx)tst-array5.out): Likewise.
34169         ($(objpfx)tst-array5-static.out): Likewise.
34170         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
34171         $(test-program-cmd).
34172         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
34173         $(run-program-prefix) with $(test-program-prefix).
34174         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
34175         (test_program_prefix): This.
34176         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
34177         $(run-program-prefix) with $(test-program-prefix).
34178         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
34179         (test_program_prefix): This.
34180         * iconvdata/tst-tables.sh: Likewise.
34181         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
34182         $(run-program-prefix) with $(test-program-prefix).
34183         ($(objpfx)tst-translit.out): Likewise.
34184         ($(objpfx)tst-gettext2.out): Likewise.
34185         ($(objpfx)tst-gettext4.out): Likewise.
34186         ($(objpfx)tst-gettext6.out): Likewise.
34187         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
34188         (test_program_prefix): This.
34189         * intl/tst-gettext2.sh: Likewise.
34190         * intl/tst-gettext4.sh  Likewise.
34191         * intl/tst-gettext6.sh: Likewise.
34192         * intl/tst-translit.sh: Likewise.
34193         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
34194         with $(test-program-cmd).
34195         * libio/Makefile ($(objpfx)test-freopen.out): Replace
34196         $(run-program-prefix) with $(test-program-prefix).
34197         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
34198         (test_program_prefix): This.
34199         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
34200         $(run-program-prefix) with $(test-program-prefix).
34201         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
34202         (test_program_prefix): This.
34203         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
34204         * posix/Makefile ($(objpfx)globtest.out): Replace
34205         $(run-via-rtld-prefix) and $(test-wrapper) with
34206         $(test-program-prefix) and $(test-via-rtld-prefix).
34207         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
34208         $(test-program-prefix).
34209         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
34210         $(host-test-program-cmd).
34211         (tst-spawn-ARGS): Likewise.
34212         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
34213         $(test-program-prefix).
34214         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
34215         (test_via_rtld_prefix): This.
34216         (test_wrapper): Renamed to ...
34217         (test_program_prefix): This.
34218         (run_program_prefix): Replaced by test_program_prefix.
34219         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
34220         (test_program_prefix): This.
34221         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
34222         with $(host-test-program-cmd).
34223         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
34224         $(run-program-prefix) with $(test-program-prefix).
34225         ($(objpfx)tst-printf.out): Likewise.
34226         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
34227         $(test-program-cmd).
34228         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
34229         (test_program_prefix): This.
34230         * stdio-common/tst-unbputc.sh: Likewise.
34231         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
34232         $(run-program-prefix) with $(test-program-prefix).
34233         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
34234         (test_program_prefix): This.
34235         * string/Makefile ($(objpfx)tst-svc.out):  Replace
34236         $(built-program-cmd) with $(test-program-cmd).
34238 2013-01-11  Andreas Jaeger  <aj@suse.de>
34240         [BZ #15003]
34241         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
34242         value. Sync with Linux 3.7.
34244 2013-01-10  David S. Miller  <davem@davemloft.net>
34246         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
34247         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
34248         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
34250 2013-01-10  Roland McGrath  <roland@hack.frob.com>
34252         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
34253         never set.
34254         * configure: Regenerated.
34256 2013-01-10  David S. Miller  <davem@davemloft.net>
34258         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
34259         sparc V9 rather than using V8 code.
34260         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
34261         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
34263 2013-01-10  Roland McGrath  <roland@hack.frob.com>
34265         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
34266         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
34267         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
34268         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
34269         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
34270         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
34271         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
34272         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
34273         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
34274         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
34275         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
34276         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
34277         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
34278         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
34279         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
34280         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
34281         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
34282         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
34283         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
34284         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
34285         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
34286         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
34287         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
34288         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
34289         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
34290         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
34291         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
34293 2013-01-10  David S. Miller  <davem@davemloft.net>
34295         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34297 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
34299         * posix/Makefile (tests-static): New variable.
34300         (tests): Add $(tests-static).
34301         (tst-exec-static-ARGS): New variable.
34302         (tst-spawn-static-ARGS): Likewise.
34303         * posix/tst-exec-static.c: New file.
34304         * posix/tst-spawn-static.c: Likewise.
34305         * posix/tst-exec.c: Support run directly.
34306         * posix/tst-spawn.c: Likewise.
34308 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
34310         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
34311         long.
34312         * math/bits/mathcalls.h (llrint): Likewise.
34313         (llround): Likewise.
34314         * stdlib/stdlib.h (struct drand48_data): Likewise.
34315         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
34316         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
34317         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
34318         Likewise.
34319         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
34320         Likewise.
34321         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
34322         (elf_greg_t): Likewise.
34323         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
34324         (__jmp_buf): Likewise.
34325         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
34326         definitions.
34327         (llrint): Likewise, for all definitions.
34328         (llrintl): Likewise.
34330         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
34331         Remove [__GNUC__] condition.
34332         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
34333         condition to just [__USE_ISOC99].
34334         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
34336 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
34338         [BZ #14200]
34339         * sysdeps/unix/sysv/linux/x86/bits/environments.h
34340         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
34341         defined.
34342         (_POSIX_V6_ILP32_OFF32): Likewise.
34343         (_XBS5_ILP32_OFF32): Likewise.
34344         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
34345         (__ILP32_OFFBIG_LDFLAGS): Likewise.
34347 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
34349         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
34351         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
34352         doubles __mpexp_twomm1.  Adjust usage.
34353         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
34354         Remove.
34356 2013-01-10  Andreas Schwab  <schwab@suse.de>
34358         [BZ #14964]
34359         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
34360         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
34362 2013-01-09  David S. Miller  <davem@davemloft.net>
34364         [BZ #15003]
34365         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
34366         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
34367         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
34368         (TCP_FASTOPEN): Define.
34369         (tcp_repair_opt): New structure.
34370         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
34371         enum values.
34372         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
34373         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
34374         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
34375         (tcp_cookie_transactions): New structure.
34377 2013-01-09  Anton Blanchard  <anton@samba.org>
34379         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
34380         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
34381         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
34382         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
34384 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
34386         * include/features.h (__USE_ANSI): Remove.
34388 2013-01-09  Roland McGrath  <roland@hack.frob.com>
34390         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
34392         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
34394 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
34396         * sysdeps/s390/fpu/libm-test-ulps: Update.
34398         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34400         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
34401         (__acr): Likewise.
34402         (__cpy): Likewise.
34403         (norm): Likewise.
34404         (denorm): Likewise.
34405         (__mp_dbl): Likewise.
34406         (__dbl_mp): Likewise.
34407         (add_magnitudes): Likewise.
34408         (sub_magnitudes): Likewise.
34409         (__add): Likewise.
34410         (__sub): Likewise.
34411         (__mul): Likewise.
34412         (__inv): Likewise.
34413         (__dvd): Likewise.
34414         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
34415         (__acr): Likewise.
34416         (__cpy): Likewise.
34417         (norm): Likewise.
34418         (denorm): Likewise.
34419         (__mp_dbl): Likewise.
34420         (__dbl_mp): Likewise.
34421         (add_magnitudes): Likewise.
34422         (sub_magnitudes): Likewise.
34423         (__add): Likewise.
34424         (__sub): Likewise.
34425         (__mul): Likewise.
34426         (__inv): Likewise.
34427         (__dvd): Likewise.
34428         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
34429         (__acr): Likewise.
34430         (__cpy): Likewise.
34431         (norm): Likewise.
34432         (denorm): Likewise.
34433         (__mp_dbl): Likewise.
34434         (__dbl_mp): Likewise.
34435         (add_magnitudes): Likewise.
34436         (sub_magnitudes): Likewise.
34437         (__add): Likewise.
34438         (__sub): Likewise.
34439         (__mul): Likewise.
34440         (__inv): Likewise.
34441         (__dvd): Likewise.
34443 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
34445         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
34446         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
34447         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
34448         2 && __USE_EXTERN_INLINES]: Likewise.
34450 2013-01-08  Andreas Jaeger  <aj@suse.de>
34452         [BZ# 14985]
34453         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
34454         Remove.
34455         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
34456         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
34458 2013-01-07  Anton Blanchard  <anton@samba.org>
34460         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
34461         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
34462         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
34463         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
34464         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
34465         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
34466         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
34467         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
34468         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
34469         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
34470         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
34471         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
34472         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
34473         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
34474         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
34475         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
34476         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
34477         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
34478         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
34479         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
34480         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
34481         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
34482         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
34483         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
34484         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
34485         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
34486         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
34487         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
34488         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
34489         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
34490         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
34491         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34492         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
34493         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
34494         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
34495         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
34496         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
34497         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
34498         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
34499         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
34500         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
34501         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
34502         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
34504 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
34506         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
34507         (__MALLOC_PMT): Likewise.
34508         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
34509         [__GNUC__], only on [_LIBC].
34510         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
34511         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
34512         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
34513         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
34514         forward declaration.
34515         (realloc_hook_ini): Likewise.
34516         (memalign_hook_ini): Likewise.
34517         (__libc_memalign): Do not use __MALLOC_PMT in variable
34518         declaration.
34519         (__libc_valloc): Likewise.
34520         (__libc_pvalloc): Likewise.
34521         (__libc_calloc): Likewise.
34522         (__posix_memalign): Likewise.
34524         [BZ #14996]
34525         * math/s_casinh.c: Include <float.h>.
34526         (__casinh): Do not do computation with squaring and square root
34527         for large arguments.
34528         * math/s_casinhf.c: Include <float.h>.
34529         (__casinhf): Do not do computation with squaring and square root
34530         for large arguments.
34531         * math/s_casinhl.c: Include <float.h>.
34532         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
34533         (__casinhl): Do not do computation with squaring and square root
34534         for large arguments.
34535         * math/libm-test.inc (casin_test): Add more tests.
34536         (casinh_test): Likewise.
34537         * sysdeps/i386/fpu/libm-test-ulps: Update.
34538         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34540 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
34542         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
34543         (__x86_64_raw_data_cache_size): Likewise.
34544         (__x86_64_data_cache_size_half): Likewise.
34545         (__x86_64_raw_data_cache_size_half): Likewise.
34546         (__x86_64_shared_cache_size): Likewise.
34547         (__x86_64_raw_shared_cache_size): Likewise.
34548         (__x86_64_shared_cache_size_half): Likewise.
34549         (__x86_64_raw_shared_cache_size_half): Likewise.
34550         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
34551         to ...
34552         (__x86_data_cache_size): This.
34553         (__x86_64_raw_data_cache_size): Renamed to ...
34554         (__x86_raw_data_cache_size): This.
34555         (__x86_64_data_cache_size_half): Renamed to ...
34556         (__x86_data_cache_size_half): This.
34557         (__x86_64_raw_data_cache_size_half): Renamed to ...
34558         (__x86_raw_data_cache_size_half): This.
34559         (__x86_64_shared_cache_size): Renamed to ...
34560         (__x86_shared_cache_size): This.
34561         (__x86_64_raw_shared_cache_size): Renamed to ...
34562         (__x86_raw_shared_cache_size): This.
34563         (__x86_64_shared_cache_size_half): Renamed to ...
34564         (__x86_shared_cache_size_half): This.
34565         (__x86_64_raw_shared_cache_size_half): Renamed to ...
34566         (__x86_raw_shared_cache_size_half): This.
34567         * sysdeps/x86_64/memcpy.S: Updated.
34568         * sysdeps/x86_64/memset.S: Likewise.
34569         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
34570         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
34571         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
34573 2013-01-04  David S. Miller  <davem@davemloft.net>
34575         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34577 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
34579         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
34580         1 to avoid redefinition warning.
34581         (__USE_GNU): Don't define.
34582         (init_signaling_nan): Protoize.
34584         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34586 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
34588         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
34589         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
34590         (__cpymn): Likewise.
34591         (norm): Remove commented code.
34592         (denorm): Likewise.
34593         (__mp_dbl): Likewise.
34594         (__inv): Likewise.
34595         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
34596         (__cpymn): Likewise.
34597         (norm): Remove commented code.
34598         (denorm): Likewise.
34599         (__mp_dbl): Likewise.
34600         (__inv): Likewise.
34602         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
34603         mp_no value for 1.0 and 2.0.
34604         (norm): Use RADIXI instead of radixi.d.
34605         (denorm): Likewise.
34606         (__mul): Use 0.0 instead of zero.d.
34607         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
34608         mp_no value for 1.0 and 2.0.
34609         (norm): Use RADIXI instead of radixi.d.
34610         (denorm): Likewise.
34611         (__mul): Use 0.0 instead of zero.d.
34613 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
34615         [BZ #14994]
34616         * math/s_casinh.c (__casinh): Reduce finite argument to first
34617         quadrant then set signs of results at the end.
34618         * math/s_casinhf.c (__casinhf): Likewise.
34619         * math/s_casinhl.c (__casinhl): Likewise.
34620         * math/libm-test.inc (casin_test): Add more tests.
34621         (casinh_test): Likewise.
34622         * sysdeps/i386/fpu/libm-test-ulps: Update.
34623         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34625 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
34627         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
34629         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
34631         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
34632         declarations.
34633         (denorm): Likewise.
34634         (__mp_dbl): Likewise.
34635         (__inv): Likewise.
34637         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
34638         and adjust the header comment.
34640         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
34641         variable name from declaration.
34643 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
34645         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34646         Initialize COMMON_CPUID_INDEX_7 element.
34647         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
34648         (CPUID_RTM): Likewise.
34649         (HAS_RTM): Likewise.
34650         (COMMON_CPUID_INDEX_7): New enum.
34652 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
34654         [BZ #14981]
34655         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
34656         size is zero, record memory as freed.
34658 2013-01-03  Andreas Jaeger  <aj@suse.de>
34660         * po/ia.po: Add new Interlingua translation.
34662 2012-01-03  Allan McRae  <allan@archlinux.org>
34664         * locale/programs/localedef.c: Fix description of '--posix' flag.
34666 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
34668         * NEWS: Update dates in second copyright notice.
34669         * README: Update copyright dates in example.
34670         * manual/libc.texinfo: Update copyright dates.
34671         * scripts/test-installation.pl: Update copyright date in --version
34672         output.
34674         * hurd/ctty-input.c: Fix copyright notice formatting.
34675         * hurd/ctty-output.c: Likewise.
34676         * hurd/dtable.c: Likewise.
34677         * hurd/hurd-raise.c: Likewise.
34678         * hurd/hurdprio.c: Likewise.
34679         * hurd/msgportdemux.c: Likewise.
34680         * misc/sys/file.h: Likewise.
34681         * misc/sys/ioctl.h: Likewise.
34682         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
34683         * sysdeps/mach/hurd/chdir.c: Likewise.
34684         * sysdeps/mach/hurd/fchdir.c: Likewise.
34685         * sysdeps/mach/hurd/rename.c: Likewise.
34686         * sysdeps/mach/hurd/rmdir.c: Likewise.
34687         * sysdeps/mach/hurd/seekdir.c: Likewise.
34688         * sysdeps/mach/hurd/setsid.c: Likewise.
34689         * sysdeps/posix/wait3.c: Likewise.
34691         * All files with FSF copyright notices: Update copyright dates
34692         using scripts/update-copyrights.
34693         * intl/plural.c: Regenerated.
34694         * locale/programs/charmap-kw.h: Likewise.
34695         * locale/programs/locfile-kw.h: Likewise.
34697 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
34699         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
34700         four values.
34702         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
34703         calculation loop and add branch prediction.
34705         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
34706         check access beyond bounds of m1np.
34708         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
34709         MPTWO.
34710         (__inv): Remove local variable MPTWO to use the global
34711         constant.
34712         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
34713         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
34714         variable MPTWO.
34715         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
34716         MP3HALFS static const.
34718 2013-01-01  David S. Miller  <davem@davemloft.net>
34720         * po/ca.po: Update from translation team.
34722 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
34724         * scripts/update-copyrights: New file.
34725         * Makeconfig: Reformat copyright notice.
34726         * ctype/ctype.h: Likewise.
34727         * debug/swprintf_chk.c: Likewise.
34728         * elf/dl-cache.c: Likewise.
34729         * elf/dl-debug.c: Likewise.
34730         * elf/dl-object.c: Likewise.
34731         * grp/initgroups.c: Likewise.
34732         * hurd/Makefile: Likewise.
34733         * hurd/hurd/signal.h: Likewise.
34734         * hurd/hurdfault.c: Likewise.
34735         * hurd/hurdioctl.c: Likewise.
34736         * hurd/hurdlookup.c: Likewise.
34737         * hurd/intr-msg.c: Likewise.
34738         * iconv/gconv_open.c: Likewise.
34739         * libio/swprintf.c: Likewise.
34740         * locale/lc-ctype.c: Likewise.
34741         * locale/nl_langinfo.c: Likewise.
34742         * mach/Machrules: Likewise.
34743         * mach/Makefile: Likewise.
34744         * malloc/obstack.h: Likewise.
34745         * manual/Makefile: Likewise.
34746         * manual/tsort.awk: Likewise.
34747         * misc/bits/stab.def: Likewise.
34748         * nis/nis_print_group_entry.c: Likewise.
34749         * nis/nis_table.c: Likewise.
34750         * nis/nss_compat/compat-pwd.c: Likewise.
34751         * nis/nss_compat/compat-spwd.c: Likewise.
34752         * po/Makefile: Likewise.
34753         * posix/fnmatch.c: Likewise.
34754         * posix/regex.h: Likewise.
34755         * resolv/Makefile: Likewise.
34756         * resolv/nss_dns/dns-network.c: Likewise.
34757         * resolv/res_hconf.c: Likewise.
34758         * scripts/gen-sorted.awk: Likewise.
34759         * soft-fp/soft-fp.h: Likewise.
34760         * stdio-common/printf.h: Likewise.
34761         * stdlib/monetary.h: Likewise.
34762         * stdlib/random.c: Likewise.
34763         * stdlib/random_r.c: Likewise.
34764         * sysdeps/generic/Makefile: Likewise.
34765         * sysdeps/gnu/Makefile: Likewise.
34766         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
34767         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
34768         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
34769         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
34770         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
34771         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
34772         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
34773         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
34774         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
34775         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
34776         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
34777         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
34778         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
34779         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
34780         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
34781         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
34782         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
34783         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
34784         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
34785         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
34786         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
34787         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
34788         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
34789         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
34790         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
34791         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
34792         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
34793         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
34794         * sysdeps/mach/hurd/errnos.awk: Likewise.
34795         * sysdeps/mach/hurd/fork.c: Likewise.
34796         * sysdeps/mach/hurd/getcwd.c: Likewise.
34797         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
34798         * sysdeps/mach/hurd/mmap.c: Likewise.
34799         * sysdeps/mach/hurd/utimes.c: Likewise.
34800         * sysdeps/mach/hurd/xmknod.c: Likewise.
34801         * sysdeps/posix/profil.c: Likewise.
34802         * sysdeps/posix/readdir_r.c: Likewise.
34803         * sysdeps/powerpc/bits/mathdef.h: Likewise.
34804         * sysdeps/powerpc/bits/setjmp.h: Likewise.
34805         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
34806         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
34807         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
34808         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
34809         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
34810         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
34811         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34812         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
34813         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
34814         * sysdeps/pthread/lio_listio.c: Likewise.
34815         * sysdeps/sparc/dl-procinfo.h: Likewise.
34816         * sysdeps/unix/i386/sysdep.S: Likewise.
34817         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
34818         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
34819         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
34820         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
34821         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
34822         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
34823         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
34824         * sysdeps/unix/sysv/linux/speed.c: Likewise.
34825         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
34826         * sysdeps/wordsize-32/divdi3.c: Likewise.
34827         * time/sys/time.h: Likewise.
34828         * wcsmbs/Makefile: Likewise.
34830 2013-01-01  David S. Miller  <davem@davemloft.net>
34832         * po/fr.po: Update from translation team.
34834         * catgets/gencat.c: Update copyright year.
34835         * csu/version.c: Likewise.
34836         * debug/catchsegv.sh: Likewise.
34837         * debug/pcprofiledump.c: Likewise.
34838         * debug/xtrace.sh: Likewise.
34839         * elf/ldconfig.c: Likewise.
34840         * elf/ldd.bash.in: Likewise.
34841         * elf/pldd.c: Likewise.
34842         * elf/sotruss.ksh: Likewise.
34843         * elf/sprof.c: Likewise.
34844         * iconv/iconv_prog.c: Likewise.
34845         * iconv/iconvconfig.c: Likewise.
34846         * locale/programs/locale.c: Likewise.
34847         * locale/programs/localedef.c: Likewise.
34848         * login/programs/pt_chown.c: Likewise.
34849         * malloc/memusage.sh: Likewise.
34850         * malloc/memusagestat.c: Likewise.
34851         * malloc/mtrace.pl: Likewise.
34852         * nscd/nscd.c: Likewise.
34853         * nss/getent.c: Likewise.
34854         * nss/makedb.c: Likewise.
34855         * posix/getconf.c: Likewise.
34857 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
34859         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
34860         numbers.
34862 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
34864         * math/bits/mathcalls.h (modf): Use __nonnull.
34866 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
34868         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
34869         (split): Use macro CN instead of the bare value.
34870         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
34871         could be used.
34872         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
34873         instead of the bare value.
34874         (power1): Likewise.
34876 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34878         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
34879         __ATAN_TWOM.
34880         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
34882         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
34883         their values.
34884         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
34885         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
34886         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
34887         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
34889 2012-12-28  Andreas Jaeger  <aj@suse.de>
34891         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
34892         values are from Linux 3.7.
34894         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
34895         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
34897 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34899         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
34900         TRUE case.
34902         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
34903         (norm): Likewise.
34904         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
34905         variables with preprocessor constants.
34906         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
34907         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
34908         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
34910 2012-12-27  Bruno Haible  <bruno@clisp.org>
34912         [BZ #14317]
34913         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
34914         only if needed.
34916 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
34918         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
34919         and use variable directly.
34920         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
34922         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
34923         MPONE.
34924         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
34925         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
34926         variable MPONE.
34927         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
34928         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
34929         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
34930         include directive.  Remove local variable MPONE.
34931         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
34932         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
34933         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
34935 2012-12-25  David S. Miller  <davem@davemloft.net>
34937         * version.h (RELEASE): Set to "development".
34938         (VERSION): Set to "2.17.90".
34939         * NEWS: Add 2.18 section.
34941 2012-12-21  David S. Miller  <davem@davemloft.net>
34943         * po/hr.po: Update from translation team.
34945 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34947         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
34949 2012-12-19  Steve Ellcey  <sellcey@mips.com>
34951         * NEWS:  Mention new memcpy for MIPS.
34953 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
34955         * manual/contrib.texi (Contributors): Spelling correction.
34957 2012-12-15  David S. Miller  <davem@davemloft.net>
34959         * po/ru.po: Update from translation team.
34961 2012-12-13  David S. Miller  <davem@davemloft.net>
34963         * NEWS: Mention IFUNC testsuite enhancements.
34965         * po/pl.po: Update from translation team.
34966         * po/bg.po: Likewise.
34968         * manual/contrib.texi (Contributors): Update entries for Hongjiu
34969         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
34971 2012-12-11  David S. Miller  <davem@davemloft.net>
34973         * po/sv.po: Update from translation team.
34975         * po/vi.po: Update from translation team.
34977         * po/cs.po: Update from translation team.
34979         * po/de.po: Update from translation team.
34980         * po/eo.po: Likewise.
34981         * po/nl.po: Likewise.
34983 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
34985         [BZ #14246]
34986         * manual/argp.texi (Argp Helper Functions): Move node to follow
34987         Argp Parsing State.
34989         [BZ #14872]
34990         * manual/conf.texi (Limits on File System Capacity): Mention if
34991         terminating null is included in the max size.
34993 2012-12-10  Andreas Jaeger  <aj@suse.de>
34995         * po/cs.po: Update from translation team.
34997 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
34999         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
35000         void pointer and cast to uintptr_t.
35001         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
35002         path.
35003         * sysdeps/s390/s390-64/memcpy.S: Likewise.
35004         * sysdeps/s390/s390-64/memset.S: Likewise.
35006 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
35008         [BZ #14833]
35009         * menual/message.texi (Message Translation): Fix typos.
35010         (Helper programs for gettext): Likewise.
35012 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
35014         [BZ #14898]
35015         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
35016         Change to -1.
35018 2012-12-07  David S. Miller  <davem@davemloft.net>
35020         * po/libc.pot: Update.
35022 2012-12-07  Richard Henderson  <rth@redhat.com>
35024         [BZ #10114]
35025         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
35026         normal/normal case to before the switch.
35027         (_FP_DIV): Likewise.
35029 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
35030             Mike Frysinger  <vapier@gentoo.org>
35032         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
35033         check for __NR_fadvise64_64.
35035 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
35037         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
35038         0, not just to plain "0" as a statement.
35039         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
35040         with cw.
35042 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
35044         * NEWS: Use sourceware.org in Bugzilla URL.
35046 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
35048         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
35049         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
35051         * stdio-common/tst-put-error.c (do_test): Add newline to the
35052         padded test to ensure flush.
35054 2012-12-05  Jeff Law  <law@redhat.com>
35056         * sunrpc/etc.rpc (fedfs_admin): Add entry.
35058 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
35060         * README: Don't refer to ports add-on as distributed separately.
35061         Mention AArch64 in list of systems supported in the ports add-on.
35063         * LICENSES: Add more non-FSF copyright and license notices.
35065         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
35066         ((unused)).
35068         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
35070         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
35071         10000 as width of padded output.
35073 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
35075         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
35077         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
35078         variable LX with __attribute__ ((unused)).
35079         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
35080         Likewise.
35081         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
35082         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
35083         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
35084         with __attribute__ ((unused)).
35086 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
35088         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
35090 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
35092         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
35093         (CFLAGS-nldbl-acos.c): New variable.
35094         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
35095         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
35096         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
35097         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
35098         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
35099         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
35100         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
35101         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
35102         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
35103         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
35104         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
35105         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
35106         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
35107         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
35108         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
35109         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
35110         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
35111         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
35112         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
35113         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
35114         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
35115         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
35116         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
35117         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
35118         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
35119         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
35120         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
35121         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
35122         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
35123         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
35124         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
35125         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
35126         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
35127         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
35128         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
35129         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
35130         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
35131         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
35132         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
35133         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
35134         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
35135         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
35136         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
35137         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
35138         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
35139         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
35140         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
35141         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
35142         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
35143         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
35144         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
35145         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
35146         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
35147         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
35148         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
35149         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
35150         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
35151         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
35152         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
35153         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
35154         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
35155         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
35156         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
35157         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
35158         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
35159         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
35160         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
35161         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
35162         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
35163         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
35164         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
35165         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
35166         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
35167         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
35168         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
35169         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
35170         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
35171         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
35172         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
35173         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
35174         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
35175         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
35176         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
35177         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
35178         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
35179         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
35180         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
35181         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
35182         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
35183         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
35184         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
35185         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
35186         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
35187         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
35188         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
35189         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
35190         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
35192         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
35193         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
35195         [BZ #14914]
35196         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
35197         whole low double instead of just low 47 bits when splitting values
35198         into two parts.
35200 2012-12-03  Allan McRae  <allan@archlinux.org>
35202         * manual/stdio.texi (Predefined Printf Handlers): Remove
35203         @hsep and @vsep usage.
35205 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
35207         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
35208         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
35210 2012-12-03  Jeff Law  <law@redhat.com>
35212         * time/sys/time.h (settimeofday): Do not mark TV argument
35213         as __nonnull.
35215 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
35217         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
35218         when currently writing and seek to current position when not.
35219         * libio/Makefile (tests): Remove bug-fclose1.
35220         * libio/bug-fclose1.c: Delete.
35222 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
35224         * manual/arith.texi (feenableexcept): Fix typo.
35225         (fedisableexcept): Likewise.
35227 2012-11-30  Roland McGrath  <roland@hack.frob.com>
35229         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
35230         second, differently-typed declaration, rather than a cast.
35232 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
35234         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
35235         * include/rpc/svc.h: ... here.
35237 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
35239         [BZ #13013]
35240         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
35241         depending n and resplen2 to catch cases where answer
35242         equals answerp2.
35244 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
35246         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
35247         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
35249 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
35251         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
35253 2012-11-29  Roland McGrath  <roland@hack.frob.com>
35255         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
35257 2012-11-28  Jeff Law  <law@redhat.com>
35259         [BZ #13761]
35260         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
35261         dataset_temporary.  Track alloca usage into alloca_used.
35262         If dataset is large allocate and release it via malloc/free.
35264 2012-06-04  Florian Weimer  <fweimer@redhat.com>
35266         [BZ #14197]
35267         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
35269 2012-11-28  David S. Miller  <davem@davemloft.net>
35271         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35273 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
35275         [BZ #14803]
35276         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
35277         of pi/2 rounded to nearest to 64 bits.
35278         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
35279         nearest to 64 bits.
35280         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
35281         bits.
35283 2012-11-28  Jeff Law <law@redhat.com>
35284             Martin Osvald <mosvald@redhat.com>
35286         [BZ #14889]
35287         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
35288         * sunrpc/svc.c: Include time.h.
35289         (__svc_accept_failed): New function.
35290         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
35291         any reason other than EINTR, call __svc_accept_failed.
35292         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
35293         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
35295 2012-11-28  Andreas Schwab  <schwab@suse.de>
35297         * scripts/abilist.awk: Also handle indirect functions in .opd
35298         section.
35300 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
35302         [BZ #13881]
35303         * sysdeps/x86/fpu/powl_helper.c: New file.
35304         * sysdeps/x86/fpu/Makefile: Likewise.
35305         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
35306         (p3): New object.
35307         (__ieee754_powl): Use __powl_helper for finite arguments except
35308         integer exponents below 8.
35309         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
35310         (p3): New object.
35311         (__ieee754_powl): Use __powl_helper for finite arguments except
35312         integer exponents below 8.
35313         * math/libm-test.inc (pow_test): Add more tests and enable some
35314         previously disabled tests.
35315         * sysdeps/i386/fpu/libm-test-ulps: Update.
35316         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35318 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
35319             Carlos O'Donell  <carlos_odonell@mentor.com>
35321         * nss/makedb.c (is_prime): Assert that input is odd and greater
35322         than 4.  Note that fact in a comment too.
35323         (next_prime): Add 4 to input.
35325 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
35327         [BZ #11741]
35328         * libio/Makefile (tests): Add test case tst-fwrite-error.
35329         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
35330         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
35331         * libio/tst-fwrite-error.c: New test case.
35333 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
35335         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
35336         before casting to void *.
35337         * include/libc-internal.h (__pointer_type): New macro.
35338         (__integer_if_pointer_type_sub): Likewise.
35339         (__integer_if_pointer_type): Likewise.
35340         (cast_to_integer): Likewise.
35341         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
35342         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
35343         before casting to atomic64_t.
35344         (atomic_exchange_acq): Likewise.
35345         (__arch_exchange_and_add_body): Likewise.
35346         (__arch_add_body): Likewise.
35347         (atomic_add_negative): Likewise.
35348         (atomic_add_zero): Likewise.
35350 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
35352         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
35353         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
35354         (add_fdes): Likewise.
35355         (linear_search_fdes): Likewise.
35356         (binary_search_unencoded_fdes): Likewise.
35358 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
35360         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
35362 2012-11-24  Adam Conrad  <adconrad@0c3.net>
35364         * configure.in: Autodetect C++ header directories.
35365         * configure: Regenerated.
35367 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
35369         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
35371 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
35373         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35375 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
35377         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
35378         LDBL_MANT_DIG == 106]: Disable some tests.
35379         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
35380         Likewise.
35381         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
35382         Likewise.
35384         [BZ #14871]
35385         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
35386         input for small inputs.  Return +/- pi/2 for large inputs.
35387         * math/libm-test.inc (atan_test): Add more tests.
35389         * sysdeps/generic/unwind-dw2-fde-glibc.c
35390         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
35391         __attribute__ ((unused)).
35393         [BZ #14645]
35394         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
35395         x * y if x and y are nonzero and z is zero.
35397         [BZ #14811]
35398         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
35399         nonzero exponents with absolute value below 0x1p-117 to +/-
35400         0x1p-117.
35402         [BZ #14869]
35403         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
35404         up arguments below 2**-450, not just those below 2**-500.
35405         * math/libm-test.inc (hypot_test): Add another test.
35407         [BZ #14868]
35408         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
35409         Return a+b for ratio over 2**120, not 2**60.
35410         * math/libm-test.inc (hypot_test): Add another test.
35412         * math/libm-test.inc (clog_test): Use
35413         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
35414         (clog10_test): Likewise.
35416         [BZ #6778]
35417         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
35419 2012-11-22  Andreas Schwab  <schwab@suse.de>
35421         * sysdeps/i386/fpu/libm-test-ulps: Update.
35423 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
35425         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
35426         printf output with newline.
35428 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
35430         [BZ #14865]
35431         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
35432         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
35433         -z nodlopen, -z initfirst and -z execstack support.
35434         * configure: Regenerated.
35436         * elf/elf.h (DF_1_NODIRECT): New macro.
35437         (DF_1_IGNMULDEF): Likewise.
35438         (DF_1_NOKSYMS): Likewise.
35439         (DF_1_NOHDR): Likewise.
35440         (DF_1_EDITED): Likewise.
35441         (DF_1_NORELOC): Likewise.
35442         (DF_1_SYMINTPOSE): Likewise.
35443         (DF_1_GLOBAUDIT): Likewise.
35444         (DF_1_SINGLETON): Likewise.
35445         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
35446         DT_1_SUPPORTED_MASK bits.
35447         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
35449 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
35451         * sysdeps/unix/make-syscalls.sh: Document prefixes.
35453 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
35455         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
35456         macro.
35458         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
35459         (sendmmsg): Move declarations...
35460         * socket/sys/socket.h: ... here.
35461         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
35462         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
35463         include it from...
35464         * socket/recvmmsg.c: ... this new file.
35465         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
35466         (sendmmsg): Rename to __sendmmsg, create weak alias and make
35467         definition of __sendmmsg hidden.
35468         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
35469         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
35470         Move ENOSYS stub into and include it from...
35471         * socket/sendmmsg.c: ... this new file.
35472         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
35473         (sysdep_routines): Move recvmmsg and sendmmsg...
35474         * socket/Makefile (routines): ... here.
35475         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
35476         (GLIBC_PRIVATE): Add __sendmmsg.
35477         * include/sys/socket.h (__sendmmsg): Add declarations.
35478         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
35479         sendmmsg.
35481 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
35483         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
35484         variable I1 with __attribute__ ((unused)).
35485         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
35487 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
35489         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
35490         DUMMY variables with __attribute__ ((unused)).
35492         * bits/byteswap.h: Include <bits/types.h>.
35493         (__bswap_64): Use __uint64_t instead of unsigned long long int.
35495 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
35497         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
35498         string_t.  Do not manually set errno.
35499         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
35500         length with __strnlen.  Make sure to both set errno and return it on
35501         failure.
35503 2012-11-19  David S. Miller  <davem@davemloft.net>
35505         With help from Joseph Myers.
35506         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
35507         very large arguments properly.
35508         * math/libm-test.inc (atan_test): New tests.
35509         (atan2_test): New tests.
35510         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35511         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35513 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
35515         [BZ #14856]
35516         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
35517         Define to 3.
35519         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
35520         [POSIX] (EADDRNOTAVAIL): Likewise.
35521         [POSIX] (EAFNOSUPPORT): Likewise.
35522         [POSIX] (EALREADY): Likewise.
35523         [POSIX] (ECONNABORTED): Likewise.
35524         [POSIX] (ECONNREFUSED): Likewise.
35525         [POSIX] (ECONNRESET): Likewise.
35526         [POSIX] (EDESTADDRREQ): Likewise.
35527         [POSIX] (EDQUOT): Likewise.
35528         [POSIX] (EHOSTUNREACH): Likewise.
35529         [POSIX] (EIDRM): Likewise.
35530         [POSIX] (EISCONN): Likewise.
35531         [POSIX] (ELOOP): Likewise.
35532         [POSIX] (EMULTIHOP): Likewise.
35533         [POSIX] (ENETDOWN): Likewise.
35534         [POSIX] (ENETUNREACH): Likewise.
35535         [POSIX] (ENOBUFS): Likewise.
35536         [POSIX] (ENODATA): Likewise.
35537         [POSIX] (ENOLINK): Likewise.
35538         [POSIX] (ENOMSG): Likewise.
35539         [POSIX] (ENOPROTOOPT): Likewise.
35540         [POSIX] (ENOSR): Likewise.
35541         [POSIX] (ENOSTR): Likewise.
35542         [POSIX] (ENOTCONN): Likewise.
35543         [POSIX] (ENOTSOCK): Likewise.
35544         [POSIX] (EOPNOTSUPP): Likewise.
35545         [POSIX] (EOVERFLOW): Likewise.
35546         [POSIX] (EPROTO): Likewise.
35547         [POSIX] (EPROTONOSUPPORT): Likewise.
35548         [POSIX] (EPROTOTYPE): Likewise.
35549         [POSIX] (ESTALE): Likewise.
35550         [POSIX] (ETIME): Likewise.
35551         [POSIX] (ETXTBSY): Likewise.
35552         [POSIX] (EWOULDBLOCK): Likewise.
35553         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
35554         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
35555         [POSIX] (SEEK_CUR): Likewise.
35556         [POSIX] (SEEK_END): Likewise.
35557         [POSIX || UNIX98] (mode_t): Do not require.
35558         [POSIX] (off_t): Likewise.
35559         [POSIX] (pid_t): Likewise.
35560         [POSIX] (sys/stat.h): Do not allow header.
35561         [POSIX] (unistd.h): Likewise.
35562         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
35563         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
35564         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
35565         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
35566         require.
35567         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
35568         sigevent): Specify elements.
35569         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
35570         entry.
35571         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
35572         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
35574         * conform/data/cpio.h-data [POSIX]: Disable whole file.
35575         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
35576         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
35577         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
35578         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
35579         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
35580         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
35581         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
35582         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
35583         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
35584         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
35585         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
35586         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
35587         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
35588         Likewise.
35589         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
35590         Likewise.
35591         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
35592         Likewise.
35593         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
35594         Likewise.
35595         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
35596         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
35597         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
35598         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
35599         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
35600         Specify lower bound on value.
35601         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
35602         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
35603         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
35604         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
35605         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
35606         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
35607         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
35608         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
35609         value.
35610         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
35611         as optional.
35612         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
35613         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
35614         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
35615         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
35616         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
35617         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
35618         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
35619         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
35620         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
35621         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
35622         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
35623         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
35624         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
35625         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
35626         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
35627         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
35628         entry.
35629         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
35630         optional.
35631         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
35632         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
35633         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
35634         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
35635         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
35636         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
35637         Likewise.
35638         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
35639         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
35640         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
35641         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
35642         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
35643         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
35644         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
35645         as optional.
35646         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
35647         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
35648         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
35649         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
35650         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
35651         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
35652         specify as optional.
35653         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
35654         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
35655         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
35656         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
35657         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
35658         [XPG3] (NL_LANGMAX): Likewise.
35659         [POSIX || XPG3] (NL_MSGMAX): Likewise.
35660         [POSIX || XPG3] (NL_NMAX): Likewise.
35661         [POSIX || XPG3] (NL_SETMAX): Likewise.
35662         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
35663         [XPG3] (NZERO): Likewise.
35664         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
35665         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
35666         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
35667         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
35668         (REG_ERANGE): Expect.
35669         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
35670         optional-constant.
35671         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
35672         Use (void) in prototype.
35673         [POSIX] (*_t): Allow.
35674         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
35675         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
35676         (WRDE_BADVAL): Expect.
35678         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
35679         expect.
35680         [XPG3 || XPG4] (O_RSYNC): Likewise.
35681         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
35682         Likewise.
35683         [XPG3 || XPG4] (pthread_sigmask): Likewise.
35684         [XPG3 || XPG4] (sigqueue): Likewise.
35685         [XPG3 || XPG4] (sigtimedwait): Likewise.
35686         [XPG3 || XPG4] (sigwaitinfo): Likewise.
35687         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
35688         [XPG3 || XPG4] (vsnprintf): Likewise.
35689         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
35690         Likewise.
35691         [XPG3 || XPG4] (blksize_t): Likewise.
35692         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
35693         Likewise.
35694         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
35695         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
35696         [XPG3 || XPG4] (struct itimerspec): Likewise.
35697         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
35698         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
35699         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
35700         [XPG3 || XPG4] (clockid_t): Likewise.
35701         [XPG3 || XPG4] (timer_t): Likewise.
35702         [XPG3 || XPG4] (clock_getres): Likewise.
35703         [XPG3 || XPG4] (clock_gettime): Likewise.
35704         [XPG3 || XPG4] (clock_settime): Likewise.
35705         [XPG3 || XPG4] (nanosleep): Likewise.
35706         [XPG3 || XPG4] (timer_create): Likewise.
35707         [XPG3 || XPG4] (timer_delete): Likewise.
35708         [XPG3 || XPG4] (timer_gettime): Likewise.
35709         [XPG3 || XPG4] (timer_getoverrun): Likewise.
35710         [XPG3 || XPG4] (timer_settime): Likewise.
35711         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
35712         [XPG3 || XPG4] (getlogin_r): Likewise.
35713         [XPG3 || XPG4] (pread): Likewise.
35714         [XPG3 || XPG4] (pthread_atfork): Likewise.
35715         [XPG3 || XPG4] (pwrite): Likewise.
35717         [BZ #14835]
35718         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
35719         <bits/siginfo.h>.
35721 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
35723         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
35724         finalizing MALLSTREAM.
35726         * sysdeps/mach/hurd/syncfs.c: New file.
35728 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
35730         [BZ #14719]
35731         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
35732         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
35733         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
35734         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
35735         (_nss_dns_gethostbyname4_r): Likewise.
35736         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
35737         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
35739 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
35741         [BZ #13763]
35742         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
35744 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
35746         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
35747         * elf/cache.c (print_entry): Print ",AArch64" for
35748         FLAG_AARCH64_LIB64
35750         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
35751         * elf/cache.c (print_entry): Print ",hard-float" for
35752         FLAG_ARM_LIBHF.
35754 2012-11-18  David S. Miller  <davem@davemloft.net>
35756         With help from Joseph Myers.
35757         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
35758         cutoff to 2**-13.
35759         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
35760         cutoff to 2**-25.
35761         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
35762         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
35763         small.
35764         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
35765         * math/libm-test.inc (y0_test): New tests.
35766         (y1_test): New tests.
35767         * sysdeps/i386/fpu/libm-test-ulps: Update.
35768         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35769         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35771 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
35773         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
35774         64-bit targets.
35775         * configure: Regenerated.
35777 2012-11-17  David S. Miller  <davem@davemloft.net>
35779         [BZ #14811]
35780         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
35781         nonzero exponents with absolute value below 0x1p-128 to +/-
35782         0x1p-128.
35784 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
35786         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
35788         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
35790         * posix/getconf-speclist.c: New file.
35791         * posix/posix-envs.def: Likewise.
35792         * posix/confstr.c (START_ENV_GROUP): New macro.
35793         (END_ENV_GROUP): Likewise.
35794         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
35795         (KNOWN_PRESENT_ENV_STRING): Likewise.
35796         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
35797         (UNKNOWN_ENVIRONMENT): Likewise.
35798         (confstr): Include posix-envs.def instead of handling
35799         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
35800         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
35801         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
35802         (END_ENV_GROUP): Likewise.
35803         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
35804         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
35805         (UNKNOWN_ENVIRONMENT): Likewise.
35806         (__sysconf): Include posix-envs.def instead of handling associated
35807         cases directly here.
35808         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
35809         preprocessing getconf-speclist.c rather than running getconf or
35810         generating empty file.
35812 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
35814         * scripts/check-local-headers.sh: Ignore 'mach' headers.
35816 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
35818         [BZ #14672]
35819         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
35821 2012-11-16  David S. Miller  <davem@davemloft.net>
35823         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
35824         smaller than LDBL_EPSILON/2.0L, just return xm1.
35826 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
35828         * elf/tst-array1.c (init): Set constructor priority to 1000.
35829         (fini): Set destructor priority to 1000.
35830         * elf/tst-array2dep.c: Likewise.
35832 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
35834         [BZ #11741]
35835         * libio/fileops.c (_IO_new_file_write): Correctly return error.
35836         (_IO_new_file_xsputn): Also return EOF if none of the input
35837         data was written when overflow failed.
35838         * libio/iopadn.c (_IO_padn): Likewise.
35839         * libio/iowpadn.c (_IO_wpadn): Likewise.
35840         * stdio-common/tst-put-error.c: Add copyright notice.
35841         (do_test): Add case for printing padded string.
35842         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
35843         _IO_padn returned error.
35844         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
35845         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
35846         return EOF.
35848 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
35850         * libio/libioP.h: Add comment note that the references to C++
35851         bits are now obsolete.
35853 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35855         * math/libm-test.inc (check_complex): Use asprintf.
35857 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
35859         * debug/pcprofiledump.c (print_version): Update copyright year.
35860         * malloc/memusagestat.c (print_version): Likewise.
35862 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
35864         [BZ #14831]
35865         * elf/Makefile (tests): Add tst-audit8.
35866         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
35867         ($(objpfx)tst-audit8.out): New target.
35868         (tst-audit8-ENV): New variable.
35869         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
35870         audit if l_reloc_result is NULL.
35871         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
35872         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
35873         * elf/tst-audit8.c: New file.
35875 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35877         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
35878         * misc/Makefile (CFLAGS-select.c): Define.
35879         * posix/Makefile (CFLAGS-pause.c): Define.
35881 2012-11-13  David S. Miller  <davem@davemloft.net>
35883         * crypt/Makefile: Move test targets after toplevel Rules
35884         inclusion.  Grab any necessary sysdep routines when linking.
35885         * crypt/md5.c (md5_process_block): Remove define, we will always
35886         name it __md5_process_block.
35887         (md5_finish_ctx): Update md5_process_block call.
35888         (md5_stream): Likewise.
35889         (md5_process_bytes): Likewise.
35890         (md5_process_block): Rename to __md5_process_block and move to ...
35891         * crypt/md5-block.c: ... here.
35892         * crypt/sha256.c (sha256_process_block): Move to ...
35893         * crypt/sha256-block.c: ... here.
35894         * crypt/sha512.c (sha512_process_block): Move to ...
35895         * crypt/sha512-block.c: ... here.
35896         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
35897         path.
35898         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
35899         * sysdeps/sparc/sparc64/multiarch/Makefile
35900         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
35901         crypt subdir.
35902         (localedef-aux): Add md5 crypto assembler when in locale subdir.
35903         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
35904         multiarch changes.
35905         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
35906         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
35907         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
35908         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
35909         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
35910         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
35911         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
35912         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
35913         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
35914         file.
35915         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
35916         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
35917         file.
35918         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
35920 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
35922         * timezone/tzselect.ksh: Update from tzcode git revision
35923         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
35924         * timezone/zdump.c: Likewise.
35925         * timezone/zic.c: Likewise.
35926         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
35927         in TZVERSION setting, not $(PKGVERSION).
35928         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
35929         REPORT_BUGS_TO settings.
35931         [BZ #14838]
35932         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
35933         macro.
35935 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35937         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
35938         detection to immediately after _FP_ROUND().
35939         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
35940         bits are 0.
35942 2012-11-11  David S. Miller  <davem@davemloft.net>
35944         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
35945         inttypes.h
35946         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
35947         __close rather than their public counterparts.
35949 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
35951         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
35952         file.
35953         [UNIX98] (sem_timedwait): Do not expect.
35954         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
35955         [XPG4 || UNIX98] (sockatmark): Do not expect.
35956         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
35957         (clock_getcpuclockid): Do not expect.
35958         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
35959         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
35960         Do not expect.
35961         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
35962         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
35963         [UNIX98] (vwscanf): Likewise.
35964         [UNIX98] (vswscanf): Likewise.
35966 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
35968         * timezone/version.h: Remove file.
35969         * timezone/README: Do not refer to version.h.
35970         * timezone/Makefile ($(objpfx)zic.o): New dependency on
35971         $(objpfx)version.h.
35972         ($(objpfx)zdump.o): Likewise.
35973         ($(objpfx)version.h): New target.
35975         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
35976         2012i.
35977         * timezone/README: Don't mention modification to tzselect.ksh.
35978         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
35979         work on unmodified tzselect.ksh.  Substitute version numbers in
35980         tzselect.ksh.
35982         * Makefile (format-me): Remove.
35983         (INSTALL): Adjust indentation.  Use commands directly instead of
35984         using $(format-me).
35986         * aclocal.m4 (ACX_PKGVERSION): New macro.
35987         (ACX_BUGURL): Likewise.
35988         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
35989         (PKGVERSION): New AC_DEFINE_UNQUOTED.
35990         (REPORT_BUGS_TO): Likewise.
35991         * configure: Regenerated.
35992         * config.h.in (PKGVERSION): New macro.
35993         (REPORT_BUGS_TO): Likewise.
35994         * config.make.in (PKGVERSION): New variable.
35995         (PKGVERSION_TEXI): Likewise.
35996         (REPORT_BUGS_TO): Likewise.
35997         (REPORT_BUGS_TEXI): Likewise.
35998         * Makefile (format-me): Use -I$(common-objpfx)manual.
35999         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
36000         ($(common-objpfx)manual/%): New target.
36001         (manual/%): Remove target.
36002         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
36003         (print_version): Use PKGVERSION.
36004         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
36005         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
36006         and REPORT_BUGS_TO.
36007         ($(objpfx)xtrace): Likewise.
36008         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
36009         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
36010         (print_version): Use PKGVERSION.
36011         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
36012         (do_version): Use PKGVERSION.
36013         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
36014         REPORT_BUGS_TO.
36015         (common-ldd-rewrite): Likewise.
36016         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
36017         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
36018         (print_version): Use PKGVERSION.
36019         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
36020         * elf/pldd.c (argp_program_bug_address): Remove variable.
36021         (more_help): New function.
36022         (argp): Use more_help.
36023         (print_version): Use PKGVERSION.
36024         * elf/sln.c (main): Use PKGVERSION.
36025         (usage): Use REPORT_BUGS_TO.
36026         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
36027         (top level): Use PKGVERSION.
36028         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
36029         (print_version): Use PKGVERSION.
36030         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
36031         (print_version): Use PKGVERSION.
36032         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
36033         (print_version): Use PKGVERSION.
36034         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
36035         (print_version): Use PKGVERSION.
36036         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
36037         (print_version): Use PKGVERSION.
36038         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
36039         (print_version): Use PKGVERSION.
36040         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
36041         and BUGURL.
36042         ($(objpfx)memusage): Likewise.
36043         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
36044         (do_version): Use PKGVERSION.
36045         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
36046         (print_version): Use PKGVERSION.
36047         * malloc/mtrace.pl ($PACKAGE): Remove variable.
36048         ($PKGVERSION): New variable.
36049         ($REPORT_BUGS_TO): Likewise.
36050         (usage): Use $REPORT_BUGS_TO.
36051         (top level): Use $PKGVERSION.
36052         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
36053         ($(objpfx)pkgvers.texi): New rule.
36054         ($(objpfx)stamp-pkgvers): Likewise.
36055         * manual/install.texi: Include pkgvers.texi.
36056         (--with-pkgversion): Document new configure option.
36057         (--with-bugurl): Likewise.
36058         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
36059         than necessarily for this particular distribution.  Use
36060         REPORT_BUGS_TO for where to report bugs.
36061         * INSTALL: Regenerated.
36062         * manual/libc.texinfo: Include pkgvers.texi.
36063         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
36064         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
36065         (print_version): Use PKGVERSION.
36066         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
36067         (print_version): Use PKGVERSION.
36068         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
36069         (print_version): Use PKGVERSION.
36070         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
36071         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
36072         macro.
36073         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
36074         (print_version): Use PKGVERSION.
36075         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
36076         (print_version): Use PKGVERSION.
36077         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
36078         and PKGVERSION.
36080         * timezone/checktab.awk: Update from tzcode 2012i.
36081         * timezone/ialloc.c: Likewise.
36082         * timezone/private.h: Likewise.
36083         * timezone/scheck.c: Likewise.
36084         * timezone/tzfile.h: Likewise.
36085         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
36086         (TZVERSION): Hardcode tzcode version number.
36087         * timezone/zdump.c: Update from tzcode 2012i.
36088         * timezone/zic.c: Likewise.
36089         * timezone/version.h: New file.
36090         * timezone/README: Describe version.h.  Update upstream location.
36092         [BZ #14824]
36093         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
36094         (mktemp): Enable declaration.
36095         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
36096         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
36097         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
36098         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
36099         Likewise.
36100         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
36101         Likewise.
36102         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
36103         Likewise.
36104         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
36105         Likewise.
36106         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
36107         Likewise.
36108         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
36109         Likewise.
36111         [BZ #14821]
36112         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
36113         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
36114         for copies of such integer values.
36115         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
36116         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
36118 2012-11-09  Andreas Jaeger  <aj@suse.de>
36120         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
36121         definitions and declarations that are provided by
36122         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
36124 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36126         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
36127         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
36128         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
36129         definition.
36131 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36133         * elf/elf.h: Update comment before AArch64 relocations.
36135 2012-11-07  David S. Miller  <davem@davemloft.net>
36137         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
36138         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
36139         (__start_context): Declare.
36140         (__makecontext_ret): Delete.
36141         (__makecontext): Hook up __start_context instead of
36142         __makecontext_ret.
36143         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
36144         (sysdep_routines): Add __start_context when in stdlib.
36146 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36148         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
36149         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
36150         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
36151         hardcoded "nm".
36152         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
36153         (READELF): New variable.  Use it instead of hardcoded "readelf".
36155 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
36157         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
36158         * sysdeps/x86/Makefile: Here.
36159         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
36160         * sysdeps/x86/tst-xmmymm.sh: This.
36162 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36164         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
36165         expectations.
36166         [UNIX98] (pthread_barrier_t): Do not expect.
36167         [UNIX98] (pthread_barrierattr_t): Likewise.
36168         [UNIX98] (pthread_spinlock_t): Likewise.
36169         [UNIX98] (pthread_barrier_destroy): Likewise.
36170         [UNIX98] (pthread_barrier_init): Likewise.
36171         [UNIX98] (pthread_barrier_wait): Likewise.
36172         [UNIX98] (pthread_barrierattr_destroy): Likewise.
36173         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
36174         [UNIX98] (pthread_barrierattr_init): Likewise.
36175         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
36176         [UNIX98] (pthread_getcpuclockid): Likewise.
36177         [UNIX98] (pthread_mutex_timedlock): Likewise.
36178         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
36179         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
36180         [UNIX98] (pthread_sigmask): Likewise.
36181         [UNIX98] (pthread_spin_destroy): Likewise.
36182         [UNIX98] (pthread_spin_init): Likewise.
36183         [UNIX98] (pthread_spin_lock): Likewise.
36184         [UNIX98] (pthread_spin_trylock): Likewise.
36185         [UNIX98] (pthread_spin_unlock): Likewise.
36186         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
36187         Do not expect.
36188         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
36189         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
36190         [XPG3 || XPG4] (pthread_cond_t): Likewise.
36191         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
36192         [XPG3 || XPG4] (pthread_key_t): Likewise.
36193         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
36194         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
36195         [XPG3 || XPG4] (pthread_once_t): Likewise.
36196         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
36197         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
36198         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
36199         [XPG3 || XPG4] (pthread_t): Likewise.
36201         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
36202         not expect.
36203         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
36205         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
36206         Change function return type to int.
36208         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
36209         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
36210         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
36211         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
36212         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
36213         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
36214         [!POSIX] (posix_madvise): Likewise.
36215         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
36216         && !UNIX98].
36217         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
36218         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
36219         (mode_t): Likewise.
36220         (posix_mem_offset): Likewise.
36221         (posix_typed_mem_get_info): Likewise.
36222         (posix_typed_mem_open): Likewise.
36224         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
36225         Change condition to [XOPEN2K8].
36227         * conform/conformtest.pl: Preprocess allow-header data with -x c
36228         instead of from stdin.
36229         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
36230         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
36231         [C99-based standards] (cerfc): Likewise.
36232         [C99-based standards] (cexp2): Likewise.
36233         [C99-based standards] (cexpm1): Likewise.
36234         [C99-based standards] (clog10): Likewise.
36235         [C99-based standards] (clog1p): Likewise.
36236         [C99-based standards] (clog2): Likewise.
36237         [C99-based standards] (clgamma): Likewise.
36238         [C99-based standards] (ctgamma): Likewise.
36239         [C99-based standards] (cerff): Likewise.
36240         [C99-based standards] (cerfcf): Likewise.
36241         [C99-based standards] (cexp2f): Likewise.
36242         [C99-based standards] (cexpm1f): Likewise.
36243         [C99-based standards] (clog10f): Likewise.
36244         [C99-based standards] (clog1pf): Likewise.
36245         [C99-based standards] (clog2f): Likewise.
36246         [C99-based standards] (clgammaf): Likewise.
36247         [C99-based standards] (ctgammaf): Likewise.
36248         [C99-based standards] (cerfl): Likewise.
36249         [C99-based standards] (cerfcl): Likewise.
36250         [C99-based standards] (cexp2l): Likewise.
36251         [C99-based standards] (cexpm1l): Likewise.
36252         [C99-based standards] (clog10l): Likewise.
36253         [C99-based standards] (clog1pl): Likewise.
36254         [C99-based standards] (clog2l): Likewise.
36255         [C99-based standards] (clgammal): Likewise.
36256         [C99-based standards] (ctgammal): Likewise.
36257         * conform/data/inttypes.h-data [C99-based standards]: Include
36258         stdint.h-data.  Remove all expectations for stdint.h contents.
36259         [C99-based standards] (PRI*): Do not allow.
36260         [C99-based standards] (SCN*): Likewise.
36261         [C99-based standards] (*_t): Likewise.
36262         [C99-based-standards] (PRId8): Expect macro.
36263         [C99-based-standards] (PRIi8): Likewise.
36264         [C99-based-standards] (PRIo8): Likewise.
36265         [C99-based-standards] (PRIu8): Likewise.
36266         [C99-based-standards] (PRIx8): Likewise.
36267         [C99-based-standards] (PRIX8): Likewise.
36268         [C99-based-standards] (SCNd8): Likewise.
36269         [C99-based-standards] (SCNi8): Likewise.
36270         [C99-based-standards] (SCNo8): Likewise.
36271         [C99-based-standards] (SCNu8): Likewise.
36272         [C99-based-standards] (SCNx8): Likewise.
36273         [C99-based-standards] (PRIdLEAST8): Likewise.
36274         [C99-based-standards] (PRIiLEAST8): Likewise.
36275         [C99-based-standards] (PRIoLEAST8): Likewise.
36276         [C99-based-standards] (PRIuLEAST8): Likewise.
36277         [C99-based-standards] (PRIxLEAST8): Likewise.
36278         [C99-based-standards] (PRIXLEAST8): Likewise.
36279         [C99-based-standards] (SCNdLEAST8): Likewise.
36280         [C99-based-standards] (SCNiLEAST8): Likewise.
36281         [C99-based-standards] (SCNoLEAST8): Likewise.
36282         [C99-based-standards] (SCNuLEAST8): Likewise.
36283         [C99-based-standards] (SCNxLEAST8): Likewise.
36284         [C99-based-standards] (PRIdFAST8): Likewise.
36285         [C99-based-standards] (PRIiFAST8): Likewise.
36286         [C99-based-standards] (PRIoFAST8): Likewise.
36287         [C99-based-standards] (PRIuFAST8): Likewise.
36288         [C99-based-standards] (PRIxFAST8): Likewise.
36289         [C99-based-standards] (PRIXFAST8): Likewise.
36290         [C99-based-standards] (SCNdFAST8): Likewise.
36291         [C99-based-standards] (SCNiFAST8): Likewise.
36292         [C99-based-standards] (SCNoFAST8): Likewise.
36293         [C99-based-standards] (SCNuFAST8): Likewise.
36294         [C99-based-standards] (SCNxFAST8): Likewise.
36295         [C99-based-standards] (PRId16): Likewise.
36296         [C99-based-standards] (PRIi16): Likewise.
36297         [C99-based-standards] (PRIo16): Likewise.
36298         [C99-based-standards] (PRIu16): Likewise.
36299         [C99-based-standards] (PRIx16): Likewise.
36300         [C99-based-standards] (PRIX16): Likewise.
36301         [C99-based-standards] (SCNd16): Likewise.
36302         [C99-based-standards] (SCNi16): Likewise.
36303         [C99-based-standards] (SCNo16): Likewise.
36304         [C99-based-standards] (SCNu16): Likewise.
36305         [C99-based-standards] (SCNx16): Likewise.
36306         [C99-based-standards] (PRIdLEAST16): Likewise.
36307         [C99-based-standards] (PRIiLEAST16): Likewise.
36308         [C99-based-standards] (PRIoLEAST16): Likewise.
36309         [C99-based-standards] (PRIuLEAST16): Likewise.
36310         [C99-based-standards] (PRIxLEAST16): Likewise.
36311         [C99-based-standards] (PRIXLEAST16): Likewise.
36312         [C99-based-standards] (SCNdLEAST16): Likewise.
36313         [C99-based-standards] (SCNiLEAST16): Likewise.
36314         [C99-based-standards] (SCNoLEAST16): Likewise.
36315         [C99-based-standards] (SCNuLEAST16): Likewise.
36316         [C99-based-standards] (SCNxLEAST16): Likewise.
36317         [C99-based-standards] (PRIdFAST16): Likewise.
36318         [C99-based-standards] (PRIiFAST16): Likewise.
36319         [C99-based-standards] (PRIoFAST16): Likewise.
36320         [C99-based-standards] (PRIuFAST16): Likewise.
36321         [C99-based-standards] (PRIxFAST16): Likewise.
36322         [C99-based-standards] (PRIXFAST16): Likewise.
36323         [C99-based-standards] (SCNdFAST16): Likewise.
36324         [C99-based-standards] (SCNiFAST16): Likewise.
36325         [C99-based-standards] (SCNoFAST16): Likewise.
36326         [C99-based-standards] (SCNuFAST16): Likewise.
36327         [C99-based-standards] (SCNxFAST16): Likewise.
36328         [C99-based-standards] (PRId32): Likewise.
36329         [C99-based-standards] (PRIi32): Likewise.
36330         [C99-based-standards] (PRIo32): Likewise.
36331         [C99-based-standards] (PRIu32): Likewise.
36332         [C99-based-standards] (PRIx32): Likewise.
36333         [C99-based-standards] (PRIX32): Likewise.
36334         [C99-based-standards] (SCNd32): Likewise.
36335         [C99-based-standards] (SCNi32): Likewise.
36336         [C99-based-standards] (SCNo32): Likewise.
36337         [C99-based-standards] (SCNu32): Likewise.
36338         [C99-based-standards] (SCNx32): Likewise.
36339         [C99-based-standards] (PRIdLEAST32): Likewise.
36340         [C99-based-standards] (PRIiLEAST32): Likewise.
36341         [C99-based-standards] (PRIoLEAST32): Likewise.
36342         [C99-based-standards] (PRIuLEAST32): Likewise.
36343         [C99-based-standards] (PRIxLEAST32): Likewise.
36344         [C99-based-standards] (PRIXLEAST32): Likewise.
36345         [C99-based-standards] (SCNdLEAST32): Likewise.
36346         [C99-based-standards] (SCNiLEAST32): Likewise.
36347         [C99-based-standards] (SCNoLEAST32): Likewise.
36348         [C99-based-standards] (SCNuLEAST32): Likewise.
36349         [C99-based-standards] (SCNxLEAST32): Likewise.
36350         [C99-based-standards] (PRIdFAST32): Likewise.
36351         [C99-based-standards] (PRIiFAST32): Likewise.
36352         [C99-based-standards] (PRIoFAST32): Likewise.
36353         [C99-based-standards] (PRIuFAST32): Likewise.
36354         [C99-based-standards] (PRIxFAST32): Likewise.
36355         [C99-based-standards] (PRIXFAST32): Likewise.
36356         [C99-based-standards] (SCNdFAST32): Likewise.
36357         [C99-based-standards] (SCNiFAST32): Likewise.
36358         [C99-based-standards] (SCNoFAST32): Likewise.
36359         [C99-based-standards] (SCNuFAST32): Likewise.
36360         [C99-based-standards] (SCNxFAST32): Likewise.
36361         [C99-based-standards] (PRId64): Likewise.
36362         [C99-based-standards] (PRIi64): Likewise.
36363         [C99-based-standards] (PRIo64): Likewise.
36364         [C99-based-standards] (PRIu64): Likewise.
36365         [C99-based-standards] (PRIx64): Likewise.
36366         [C99-based-standards] (PRIX64): Likewise.
36367         [C99-based-standards] (SCNd64): Likewise.
36368         [C99-based-standards] (SCNi64): Likewise.
36369         [C99-based-standards] (SCNo64): Likewise.
36370         [C99-based-standards] (SCNu64): Likewise.
36371         [C99-based-standards] (SCNx64): Likewise.
36372         [C99-based-standards] (PRIdLEAST64): Likewise.
36373         [C99-based-standards] (PRIiLEAST64): Likewise.
36374         [C99-based-standards] (PRIoLEAST64): Likewise.
36375         [C99-based-standards] (PRIuLEAST64): Likewise.
36376         [C99-based-standards] (PRIxLEAST64): Likewise.
36377         [C99-based-standards] (PRIXLEAST64): Likewise.
36378         [C99-based-standards] (SCNdLEAST64): Likewise.
36379         [C99-based-standards] (SCNiLEAST64): Likewise.
36380         [C99-based-standards] (SCNoLEAST64): Likewise.
36381         [C99-based-standards] (SCNuLEAST64): Likewise.
36382         [C99-based-standards] (SCNxLEAST64): Likewise.
36383         [C99-based-standards] (PRIdFAST64): Likewise.
36384         [C99-based-standards] (PRIiFAST64): Likewise.
36385         [C99-based-standards] (PRIoFAST64): Likewise.
36386         [C99-based-standards] (PRIuFAST64): Likewise.
36387         [C99-based-standards] (PRIxFAST64): Likewise.
36388         [C99-based-standards] (PRIXFAST64): Likewise.
36389         [C99-based-standards] (SCNdFAST64): Likewise.
36390         [C99-based-standards] (SCNiFAST64): Likewise.
36391         [C99-based-standards] (SCNoFAST64): Likewise.
36392         [C99-based-standards] (SCNuFAST64): Likewise.
36393         [C99-based-standards] (SCNxFAST64): Likewise.
36394         [C99-based-standards] (PRIdMAX): Likewise.
36395         [C99-based-standards] (PRIiMAX): Likewise.
36396         [C99-based-standards] (PRIoMAX): Likewise.
36397         [C99-based-standards] (PRIuMAX): Likewise.
36398         [C99-based-standards] (PRIxMAX): Likewise.
36399         [C99-based-standards] (PRIXMAX): Likewise.
36400         [C99-based-standards] (SCNdMAX): Likewise.
36401         [C99-based-standards] (SCNiMAX): Likewise.
36402         [C99-based-standards] (SCNoMAX): Likewise.
36403         [C99-based-standards] (SCNuMAX): Likewise.
36404         [C99-based-standards] (SCNxMAX): Likewise.
36405         [C99-based-standards] (PRIdPTR): Likewise.
36406         [C99-based-standards] (PRIiPTR): Likewise.
36407         [C99-based-standards] (PRIoPTR): Likewise.
36408         [C99-based-standards] (PRIuPTR): Likewise.
36409         [C99-based-standards] (PRIxPTR): Likewise.
36410         [C99-based-standards] (PRIXPTR): Likewise.
36411         [C99-based-standards] (SCNdPTR): Likewise.
36412         [C99-based-standards] (SCNiPTR): Likewise.
36413         [C99-based-standards] (SCNoPTR): Likewise.
36414         [C99-based-standards] (SCNuPTR): Likewise.
36415         [C99-based-standards] (SCNxPTR): Likewise.
36416         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
36417         allow.
36418         * conform/data/stdint.h-data: Update comments to clarify
36419         requirements.
36420         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
36421         type.
36422         [C99-based standards] (INT8_MAX): Likewise.
36423         [C99-based standards] (INT16_MIN): Likewise.
36424         [C99-based standards] (INT16_MAX): Likewise.
36425         [C99-based standards] (INT32_MIN): Likewise.
36426         [C99-based standards] (INT32_MAX): Likewise.
36427         [C99-based standards] (INT64_MIN): Likewise.
36428         [C99-based standards] (INT64_MAX): Likewise.
36429         [C99-based standards] (UINT8_MAX): Likewise.
36430         [C99-based standards] (UINT16_MAX): Likewise.
36431         [C99-based standards] (UINT32_MAX): Likewise.
36432         [C99-based standards] (UINT64_MAX): Likewise.
36433         [C99-based standards] (INT_LEAST8_MIN): Likewise.
36434         [C99-based standards] (INT_LEAST8_MAX): Likewise.
36435         [C99-based standards] (INT_LEAST16_MIN): Likewise.
36436         [C99-based standards] (INT_LEAST16_MAX): Likewise.
36437         [C99-based standards] (INT_LEAST32_MIN): Likewise.
36438         [C99-based standards] (INT_LEAST32_MAX): Likewise.
36439         [C99-based standards] (INT_LEAST64_MIN): Likewise.
36440         [C99-based standards] (INT_LEAST64_MAX): Likewise.
36441         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
36442         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
36443         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
36444         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
36445         [C99-based standards] (INT_FAST8_MIN): Likewise.
36446         [C99-based standards] (INT_FAST8_MAX): Likewise.
36447         [C99-based standards] (INT_FAST16_MIN): Likewise.
36448         [C99-based standards] (INT_FAST16_MAX): Likewise.
36449         [C99-based standards] (INT_FAST32_MIN): Likewise.
36450         [C99-based standards] (INT_FAST32_MAX): Likewise.
36451         [C99-based standards] (INT_FAST64_MIN): Likewise.
36452         [C99-based standards] (INT_FAST64_MAX): Likewise.
36453         [C99-based standards] (UINT_FAST8_MAX): Likewise.
36454         [C99-based standards] (UINT_FAST16_MAX): Likewise.
36455         [C99-based standards] (UINT_FAST32_MAX): Likewise.
36456         [C99-based standards] (UINT_FAST64_MAX): Likewise.
36457         [C99-based standards] (INTPTR_MIN): Likewise.
36458         [C99-based standards] (INTPTR_MAX): Likewise.
36459         [C99-based standards] (UINTPTR_MAX): Likewise.
36460         [C99-based standards] (INTMAX_MIN): Likewise.
36461         [C99-based standards] (INTMAX_MAX): Likewise.
36462         [C99-based standards] (UINTMAX_MAX): Likewise.
36463         [C99-based standards] (PTRDIFF_MIN): Likewise.
36464         [C99-based standards] (PTRDIFF_MAX): Likewise.
36465         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
36466         [C99-based standards] (SIZE_MAX): Likewise.
36467         [C99-based standards] (WCHAR_MAX): Likewise.
36468         [C99-based standards] (WINT_MAX): Likewise.
36469         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
36470         constraint on value.
36471         [C99-based standards] (WCHAR_MIN): Likewise.
36472         [C99-based standards] (WINT_MIN): Likewise.
36473         [C99-based standards] (*_t): Allow.
36474         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
36475         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
36476         Include math.h-data and complex.h-data.  Remove all expectations
36477         of math.h and complex.h contents.
36478         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
36479         at end of line.
36480         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
36481         (struct tm): Expect tag.
36482         [C99-based-standards] (wcstof): Expect function.
36483         [C99-based-standards] (wcstold): Likewise.
36484         [C99-based-standards] (wcstoll): Likewise.
36485         [C99-based-standards] (wcstoull): Likewise.
36486         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
36487         macro-int-constant.  Specify type.
36488         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
36489         constraint on value.
36490         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
36491         Specify type.
36492         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
36493         Specify value.
36494         [ISO C standards]: Do not allow headers.
36495         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
36496         wcs[abcdefghijklmnopqrstuvwxyz]*.
36497         [ISO C standards] (*_t): Do not allow.
36498         * conform/data/wctype.h-data [C99-based standards] (iswblank):
36499         Expect function.
36500         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
36501         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
36502         Specify type.
36503         [ISO C standards]: Do not allow headers.
36504         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
36505         is[abcdefghijklmnopqrstuvwxyz]*.
36506         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
36507         to[abcdefghijklmnopqrstuvwxyz]*.
36508         [ISO C standards] (*_t): Do not allow.
36509         * conform/data/stdalign.h-data: New file.
36510         * conform/data/stdbool.h-data: Likewise.
36511         * conform/data/stdnoreturn.h-data: Likewise.
36513 2012-11-07  Roland McGrath  <roland@hack.frob.com>
36515         [BZ #14815]
36516         * manual/filesys.texi (Directory Entries): Typo fix.
36517         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
36519 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36521         * elf/elf.h (EM_AARCH64): New macro.
36522         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
36523         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
36524         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
36525         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
36526         (R_AARCH64_TLSDESC): Likewise.
36527         (NT_ARM_TLS): Likewise.
36528         (NT_ARM_HW_BREAK): Likewise.
36529         (NT_ARM_HW_WATCH): Likewise.
36531 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36533         [BZ #14811]
36534         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
36535         (__ieee754_powl): Saturate nonzero exponents with absolute value
36536         below 0x1p-79 to +/- 0x1p-79.
36537         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
36538         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
36539         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
36540         nonzero exponents with absolute value below 0x1p-32 to +/-
36541         0x1p-32.
36542         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
36543         (__ieee754_powl): Saturate nonzero exponents with absolute value
36544         below 0x1p-79 to +/- 0x1p-79.
36545         * math/libm-test.inc (pow_test): Add more tests.
36547 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36549         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
36550         _dl_s390_cap_flags with kernel. Increase string length.
36551         (_dl_s390_platforms): Add z196 and zEC12.
36553 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36555         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
36556         Change XOPEN21K to XOPEN2K.
36558 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
36560         * string/memmove.c: Use memcpy when possible.
36562 2012-11-06  Andreas Jaeger  <aj@suse.de>
36564         * po/eo.po: Update from translation team.
36566 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
36568         [BZ #14793]
36569         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
36570         exponent and small x and y exponents, scale x or y up.  Increase
36571         by 2 the exponent used in scaling up.
36572         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36573         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36574         * math/libm-test.inc (fma_test): Add more tests.
36575         (fma_test_towardzero): Likewise.
36576         (fma_test_downward): Likewise.
36577         (fma_test_upward): Likewise.
36579 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
36581         [BZ #14805]
36582         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
36583         fenv_t *.
36585         [BZ #14801]
36586         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
36587         namespace for names of struct fields.
36588         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
36589         fenv_t fields.
36590         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
36591         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
36593 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36595         [BZ #3665]
36596         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
36598 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
36600         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
36601         PTR_DEMANGLE.
36603         [BZ #5246]
36604         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
36605         PTR_DEMANGLE.
36607 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
36609         [BZ #14797]
36610         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
36611         definitely overflow as x * y not x * y + z.
36612         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36613         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36614         * math/libm-test.inc (fma_test): Add more tests.
36615         (fma_test_towardzero): Likewise.
36616         (fma_test_downward): Likewise.
36617         (fma_test_upward): Likewise.
36619 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
36621         [BZ #157]
36623         * include/stub-tag.h: Remove file.
36624         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
36625         '#include' of it.
36626         * manual/maint.texi (Porting): Don't reference it.
36627         * Makerules ($(objpfx)stubs): Likewise.
36628         * dirent/closedir.c: Don't include <stub-tag.h>.
36629         * dirent/dirfd.c: Likewise.
36630         * dirent/fdopendir.c: Likewise.
36631         * dirent/getdents.c: Likewise.
36632         * dirent/getdents64.c: Likewise.
36633         * dirent/opendir.c: Likewise.
36634         * dirent/readdir.c: Likewise.
36635         * dirent/readdir64.c: Likewise.
36636         * dirent/readdir64_r.c: Likewise.
36637         * dirent/readdir_r.c: Likewise.
36638         * dirent/rewinddir.c: Likewise.
36639         * dirent/seekdir.c: Likewise.
36640         * dirent/telldir.c: Likewise.
36641         * gmon/profil.c: Likewise.
36642         * grp/setgroups.c: Likewise.
36643         * inet/if_index.c: Likewise.
36644         * io/access.c: Likewise.
36645         * io/chdir.c: Likewise.
36646         * io/chmod.c: Likewise.
36647         * io/chown.c: Likewise.
36648         * io/close.c: Likewise.
36649         * io/dup.c: Likewise.
36650         * io/dup2.c: Likewise.
36651         * io/dup3.c: Likewise.
36652         * io/euidaccess.c: Likewise.
36653         * io/faccessat.c: Likewise.
36654         * io/fchdir.c: Likewise.
36655         * io/fchmod.c: Likewise.
36656         * io/fchmodat.c: Likewise.
36657         * io/fchown.c: Likewise.
36658         * io/fchownat.c: Likewise.
36659         * io/fcntl.c: Likewise.
36660         * io/flock.c: Likewise.
36661         * io/fstatfs.c: Likewise.
36662         * io/fstatfs64.c: Likewise.
36663         * io/fstatvfs.c: Likewise.
36664         * io/fstatvfs64.c: Likewise.
36665         * io/futimens.c: Likewise.
36666         * io/fxstat.c: Likewise.
36667         * io/fxstat64.c: Likewise.
36668         * io/fxstatat.c: Likewise.
36669         * io/fxstatat64.c: Likewise.
36670         * io/getcwd.c: Likewise.
36671         * io/isatty.c: Likewise.
36672         * io/lchmod.c: Likewise.
36673         * io/lchown.c: Likewise.
36674         * io/link.c: Likewise.
36675         * io/linkat.c: Likewise.
36676         * io/lseek.c: Likewise.
36677         * io/lseek64.c: Likewise.
36678         * io/lxstat64.c: Likewise.
36679         * io/mkdir.c: Likewise.
36680         * io/mkdirat.c: Likewise.
36681         * io/mkfifo.c: Likewise.
36682         * io/mkfifoat.c: Likewise.
36683         * io/open.c: Likewise.
36684         * io/open64.c: Likewise.
36685         * io/openat.c: Likewise.
36686         * io/openat64.c: Likewise.
36687         * io/pipe.c: Likewise.
36688         * io/pipe2.c: Likewise.
36689         * io/poll.c: Likewise.
36690         * io/posix_fadvise.c: Likewise.
36691         * io/posix_fadvise64.c: Likewise.
36692         * io/posix_fallocate.c: Likewise.
36693         * io/posix_fallocate64.c: Likewise.
36694         * io/read.c: Likewise.
36695         * io/readlink.c: Likewise.
36696         * io/readlinkat.c: Likewise.
36697         * io/rmdir.c: Likewise.
36698         * io/sendfile.c: Likewise.
36699         * io/sendfile64.c: Likewise.
36700         * io/statfs.c: Likewise.
36701         * io/statfs64.c: Likewise.
36702         * io/statvfs.c: Likewise.
36703         * io/statvfs64.c: Likewise.
36704         * io/symlink.c: Likewise.
36705         * io/symlinkat.c: Likewise.
36706         * io/ttyname.c: Likewise.
36707         * io/ttyname_r.c: Likewise.
36708         * io/umask.c: Likewise.
36709         * io/unlink.c: Likewise.
36710         * io/unlinkat.c: Likewise.
36711         * io/utime.c: Likewise.
36712         * io/utimensat.c: Likewise.
36713         * io/write.c: Likewise.
36714         * io/xmknod.c: Likewise.
36715         * io/xmknodat.c: Likewise.
36716         * io/xstat.c: Likewise.
36717         * io/xstat64.c: Likewise.
36718         * login/getpt.c: Likewise.
36719         * login/grantpt.c: Likewise.
36720         * login/unlockpt.c: Likewise.
36721         * math/e_acoshl.c: Likewise.
36722         * math/e_acosl.c: Likewise.
36723         * math/e_asinl.c: Likewise.
36724         * math/e_atan2l.c: Likewise.
36725         * math/e_atanhl.c: Likewise.
36726         * math/e_coshl.c: Likewise.
36727         * math/e_expl.c: Likewise.
36728         * math/e_fmodl.c: Likewise.
36729         * math/e_gammal_r.c: Likewise.
36730         * math/e_hypotl.c: Likewise.
36731         * math/e_j0l.c: Likewise.
36732         * math/e_j1l.c: Likewise.
36733         * math/e_jnl.c: Likewise.
36734         * math/e_lgammal_r.c: Likewise.
36735         * math/e_log10l.c: Likewise.
36736         * math/e_log2l.c: Likewise.
36737         * math/e_logl.c: Likewise.
36738         * math/e_powl.c: Likewise.
36739         * math/e_rem_pio2l.c: Likewise.
36740         * math/e_sinhl.c: Likewise.
36741         * math/e_sqrtl.c: Likewise.
36742         * math/fclrexcpt.c: Likewise.
36743         * math/fedisblxcpt.c: Likewise.
36744         * math/feenablxcpt.c: Likewise.
36745         * math/fegetenv.c: Likewise.
36746         * math/fegetexcept.c: Likewise.
36747         * math/fegetround.c: Likewise.
36748         * math/feholdexcpt.c: Likewise.
36749         * math/fesetenv.c: Likewise.
36750         * math/fesetround.c: Likewise.
36751         * math/feupdateenv.c: Likewise.
36752         * math/fgetexcptflg.c: Likewise.
36753         * math/fraiseexcpt.c: Likewise.
36754         * math/fsetexcptflg.c: Likewise.
36755         * math/ftestexcept.c: Likewise.
36756         * math/k_cosl.c: Likewise.
36757         * math/k_rem_pio2l.c: Likewise.
36758         * math/k_sinl.c: Likewise.
36759         * math/k_tanl.c: Likewise.
36760         * math/s_asinhl.c: Likewise.
36761         * math/s_atanl.c: Likewise.
36762         * math/s_cbrtl.c: Likewise.
36763         * math/s_erfl.c: Likewise.
36764         * math/s_expm1l.c: Likewise.
36765         * math/s_log1pl.c: Likewise.
36766         * math/s_tanhl.c: Likewise.
36767         * misc/acct.c: Likewise.
36768         * misc/brk.c: Likewise.
36769         * misc/chflags.c: Likewise.
36770         * misc/chroot.c: Likewise.
36771         * misc/fchflags.c: Likewise.
36772         * misc/fgetxattr.c: Likewise.
36773         * misc/flistxattr.c: Likewise.
36774         * misc/fremovexattr.c: Likewise.
36775         * misc/fsetxattr.c: Likewise.
36776         * misc/fsync.c: Likewise.
36777         * misc/ftruncate.c: Likewise.
36778         * misc/futimes.c: Likewise.
36779         * misc/futimesat.c: Likewise.
36780         * misc/getdomain.c: Likewise.
36781         * misc/getdtsz.c: Likewise.
36782         * misc/gethostid.c: Likewise.
36783         * misc/gethostname.c: Likewise.
36784         * misc/getloadavg.c: Likewise.
36785         * misc/getpagesize.c: Likewise.
36786         * misc/getsysstats.c: Likewise.
36787         * misc/getxattr.c: Likewise.
36788         * misc/gtty.c: Likewise.
36789         * misc/ioctl.c: Likewise.
36790         * misc/lgetxattr.c: Likewise.
36791         * misc/listxattr.c: Likewise.
36792         * misc/llistxattr.c: Likewise.
36793         * misc/lremovexattr.c: Likewise.
36794         * misc/lsetxattr.c: Likewise.
36795         * misc/lutimes.c: Likewise.
36796         * misc/madvise.c: Likewise.
36797         * misc/mincore.c: Likewise.
36798         * misc/mlock.c: Likewise.
36799         * misc/mlockall.c: Likewise.
36800         * misc/mmap.c: Likewise.
36801         * misc/mprotect.c: Likewise.
36802         * misc/msync.c: Likewise.
36803         * misc/munlock.c: Likewise.
36804         * misc/munlockall.c: Likewise.
36805         * misc/munmap.c: Likewise.
36806         * misc/preadv.c: Likewise.
36807         * misc/preadv64.c: Likewise.
36808         * misc/ptrace.c: Likewise.
36809         * misc/pwritev.c: Likewise.
36810         * misc/pwritev64.c: Likewise.
36811         * misc/readv.c: Likewise.
36812         * misc/reboot.c: Likewise.
36813         * misc/remap_file_pages.c: Likewise.
36814         * misc/removexattr.c: Likewise.
36815         * misc/revoke.c: Likewise.
36816         * misc/select.c: Likewise.
36817         * misc/setdomain.c: Likewise.
36818         * misc/setegid.c: Likewise.
36819         * misc/seteuid.c: Likewise.
36820         * misc/sethostid.c: Likewise.
36821         * misc/sethostname.c: Likewise.
36822         * misc/setregid.c: Likewise.
36823         * misc/setreuid.c: Likewise.
36824         * misc/setxattr.c: Likewise.
36825         * misc/sstk.c: Likewise.
36826         * misc/stty.c: Likewise.
36827         * misc/swapoff.c: Likewise.
36828         * misc/swapon.c: Likewise.
36829         * misc/sync.c: Likewise.
36830         * misc/syncfs.c: Likewise.
36831         * misc/syscall.c: Likewise.
36832         * misc/truncate.c: Likewise.
36833         * misc/ualarm.c: Likewise.
36834         * misc/usleep.c: Likewise.
36835         * misc/ustat.c: Likewise.
36836         * misc/utimes.c: Likewise.
36837         * misc/vhangup.c: Likewise.
36838         * misc/writev.c: Likewise.
36839         * posix/_exit.c: Likewise.
36840         * posix/alarm.c: Likewise.
36841         * posix/execve.c: Likewise.
36842         * posix/fexecve.c: Likewise.
36843         * posix/fork.c: Likewise.
36844         * posix/fpathconf.c: Likewise.
36845         * posix/getaddrinfo.c: Likewise.
36846         * posix/getegid.c: Likewise.
36847         * posix/geteuid.c: Likewise.
36848         * posix/getgid.c: Likewise.
36849         * posix/getgroups.c: Likewise.
36850         * posix/getlogin.c: Likewise.
36851         * posix/getlogin_r.c: Likewise.
36852         * posix/getpgid.c: Likewise.
36853         * posix/getpid.c: Likewise.
36854         * posix/getppid.c: Likewise.
36855         * posix/getresgid.c: Likewise.
36856         * posix/getresuid.c: Likewise.
36857         * posix/getsid.c: Likewise.
36858         * posix/getuid.c: Likewise.
36859         * posix/glob64.c: Likewise.
36860         * posix/nanosleep.c: Likewise.
36861         * posix/pathconf.c: Likewise.
36862         * posix/pause.c: Likewise.
36863         * posix/posix_madvise.c: Likewise.
36864         * posix/pread.c: Likewise.
36865         * posix/pread64.c: Likewise.
36866         * posix/pwrite.c: Likewise.
36867         * posix/pwrite64.c: Likewise.
36868         * posix/sched_getaffinity.c: Likewise.
36869         * posix/sched_getp.c: Likewise.
36870         * posix/sched_gets.c: Likewise.
36871         * posix/sched_primax.c: Likewise.
36872         * posix/sched_primin.c: Likewise.
36873         * posix/sched_rr_gi.c: Likewise.
36874         * posix/sched_setaffinity.c: Likewise.
36875         * posix/sched_setp.c: Likewise.
36876         * posix/sched_sets.c: Likewise.
36877         * posix/sched_yield.c: Likewise.
36878         * posix/setgid.c: Likewise.
36879         * posix/setlogin.c: Likewise.
36880         * posix/setpgid.c: Likewise.
36881         * posix/setresgid.c: Likewise.
36882         * posix/setresuid.c: Likewise.
36883         * posix/setsid.c: Likewise.
36884         * posix/setuid.c: Likewise.
36885         * posix/sleep.c: Likewise.
36886         * posix/spawni.c: Likewise.
36887         * posix/sysconf.c: Likewise.
36888         * posix/times.c: Likewise.
36889         * posix/wait.c: Likewise.
36890         * posix/wait3.c: Likewise.
36891         * posix/wait4.c: Likewise.
36892         * posix/waitpid.c: Likewise.
36893         * resolv/gai_sigqueue.c: Likewise.
36894         * resource/getpriority.c: Likewise.
36895         * resource/getrlimit.c: Likewise.
36896         * resource/getrusage.c: Likewise.
36897         * resource/nice.c: Likewise.
36898         * resource/setpriority.c: Likewise.
36899         * resource/setrlimit.c: Likewise.
36900         * resource/ulimit.c: Likewise.
36901         * rt/aio_cancel.c: Likewise.
36902         * rt/aio_fsync.c: Likewise.
36903         * rt/aio_read.c: Likewise.
36904         * rt/aio_sigqueue.c: Likewise.
36905         * rt/aio_suspend.c: Likewise.
36906         * rt/aio_write.c: Likewise.
36907         * rt/clock_getres.c: Likewise.
36908         * rt/clock_gettime.c: Likewise.
36909         * rt/clock_nanosleep.c: Likewise.
36910         * rt/clock_settime.c: Likewise.
36911         * rt/lio_listio.c: Likewise.
36912         * rt/mq_close.c: Likewise.
36913         * rt/mq_getattr.c: Likewise.
36914         * rt/mq_notify.c: Likewise.
36915         * rt/mq_open.c: Likewise.
36916         * rt/mq_receive.c: Likewise.
36917         * rt/mq_send.c: Likewise.
36918         * rt/mq_setattr.c: Likewise.
36919         * rt/mq_timedreceive.c: Likewise.
36920         * rt/mq_timedsend.c: Likewise.
36921         * rt/mq_unlink.c: Likewise.
36922         * rt/shm_open.c: Likewise.
36923         * rt/shm_unlink.c: Likewise.
36924         * rt/timer_create.c: Likewise.
36925         * rt/timer_delete.c: Likewise.
36926         * rt/timer_getoverr.c: Likewise.
36927         * rt/timer_gettime.c: Likewise.
36928         * rt/timer_settime.c: Likewise.
36929         * setjmp/__longjmp.c: Likewise.
36930         * setjmp/setjmp.c: Likewise.
36931         * signal/kill.c: Likewise.
36932         * signal/killpg.c: Likewise.
36933         * signal/raise.c: Likewise.
36934         * signal/sigaction.c: Likewise.
36935         * signal/sigaltstack.c: Likewise.
36936         * signal/sigblock.c: Likewise.
36937         * signal/sigignore.c: Likewise.
36938         * signal/sigintr.c: Likewise.
36939         * signal/signal.c: Likewise.
36940         * signal/sigpause.c: Likewise.
36941         * signal/sigpending.c: Likewise.
36942         * signal/sigqueue.c: Likewise.
36943         * signal/sigreturn.c: Likewise.
36944         * signal/sigset.c: Likewise.
36945         * signal/sigsetmask.c: Likewise.
36946         * signal/sigstack.c: Likewise.
36947         * signal/sigsuspend.c: Likewise.
36948         * signal/sigtimedwait.c: Likewise.
36949         * signal/sigvec.c: Likewise.
36950         * signal/sigwait.c: Likewise.
36951         * signal/sigwaitinfo.c: Likewise.
36952         * signal/sysv_signal.c: Likewise.
36953         * socket/accept.c: Likewise.
36954         * socket/accept4.c: Likewise.
36955         * socket/bind.c: Likewise.
36956         * socket/connect.c: Likewise.
36957         * socket/getpeername.c: Likewise.
36958         * socket/getsockname.c: Likewise.
36959         * socket/getsockopt.c: Likewise.
36960         * socket/isfdtype.c: Likewise.
36961         * socket/listen.c: Likewise.
36962         * socket/recv.c: Likewise.
36963         * socket/recvfrom.c: Likewise.
36964         * socket/recvmsg.c: Likewise.
36965         * socket/send.c: Likewise.
36966         * socket/sendmsg.c: Likewise.
36967         * socket/sendto.c: Likewise.
36968         * socket/setsockopt.c: Likewise.
36969         * socket/shutdown.c: Likewise.
36970         * socket/sockatmark.c: Likewise.
36971         * socket/socket.c: Likewise.
36972         * socket/socketpair.c: Likewise.
36973         * stdio-common/ctermid.c: Likewise.
36974         * stdio-common/cuserid.c: Likewise.
36975         * stdio-common/remove.c: Likewise.
36976         * stdio-common/rename.c: Likewise.
36977         * stdio-common/renameat.c: Likewise.
36978         * stdio-common/tempname.c: Likewise.
36979         * stdlib/getcontext.c: Likewise.
36980         * stdlib/makecontext.c: Likewise.
36981         * stdlib/setcontext.c: Likewise.
36982         * stdlib/swapcontext.c: Likewise.
36983         * stdlib/system.c: Likewise.
36984         * streams/fattach.c: Likewise.
36985         * streams/fdetach.c: Likewise.
36986         * streams/getmsg.c: Likewise.
36987         * streams/getpmsg.c: Likewise.
36988         * streams/putmsg.c: Likewise.
36989         * streams/putpmsg.c: Likewise.
36990         * sysdeps/unix/bsd/getpt.c: Likewise.
36991         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
36992         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
36993         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
36994         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
36995         Likewise.
36996         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
36997         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
36998         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
36999         * sysvipc/msgctl.c: Likewise.
37000         * sysvipc/msgget.c: Likewise.
37001         * sysvipc/msgrcv.c: Likewise.
37002         * sysvipc/msgsnd.c: Likewise.
37003         * sysvipc/semctl.c: Likewise.
37004         * sysvipc/semget.c: Likewise.
37005         * sysvipc/semop.c: Likewise.
37006         * sysvipc/semtimedop.c: Likewise.
37007         * sysvipc/shmat.c: Likewise.
37008         * sysvipc/shmctl.c: Likewise.
37009         * sysvipc/shmdt.c: Likewise.
37010         * sysvipc/shmget.c: Likewise.
37011         * termios/tcdrain.c: Likewise.
37012         * termios/tcflow.c: Likewise.
37013         * termios/tcflush.c: Likewise.
37014         * termios/tcgetattr.c: Likewise.
37015         * termios/tcgetpgrp.c: Likewise.
37016         * termios/tcsendbrk.c: Likewise.
37017         * termios/tcsetattr.c: Likewise.
37018         * termios/tcsetpgrp.c: Likewise.
37019         * time/adjtime.c: Likewise.
37020         * time/clock.c: Likewise.
37021         * time/getitimer.c: Likewise.
37022         * time/gettimeofday.c: Likewise.
37023         * time/setitimer.c: Likewise.
37024         * time/settimeofday.c: Likewise.
37025         * time/stime.c: Likewise.
37026         * time/time.c: Likewise.
37028 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
37030         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
37031         /usr/old/bin.
37033         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
37034         instead of spaces.
37035         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
37037 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
37039         [BZ #14796]
37040         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
37041         FE_TONEAREST before applying Dekker multiplication and Knuth
37042         addition.  Clear inexact exceptions and check for exact zero
37043         results afterwards.
37044         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37045         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
37046         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37047         * math/libm-test.inc (fma_test): Add more tests.
37048         (fma_test_towardzero): Likewise.
37049         (fma_test_downward): Likewise.
37050         (fma_test_upward): Likewise.
37051         * sysdeps/generic/math_private.h (default_libc_fesetround): New
37052         function.
37053         (libc_fesetround): New macro.
37054         (libc_fesetroundf): Likewise.
37055         (libc_fesetroundl): Likewise.
37056         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
37057         function.
37058         (libc_fesetround_387): Likewise.
37059         (libc_fesetroundf): New macro.
37060         (libc_fesetround): Likewise.
37061         (libc_fesetroundl): Likewise.
37062         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
37063         function.
37064         (libc_fesetroundf): New macro.
37065         (libc_fesetround): Likewise.
37066         (libc_fesetroundl): Likewise.
37067         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
37068         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
37069         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
37070         libm_hidden_ver.
37071         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
37072         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
37073         libm_hidden_def.
37074         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
37075         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
37076         libm_hidden_ver.
37077         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
37078         libm_hidden_def.
37080         [BZ #3439]
37081         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
37082         integer constant usable in #if and use that to give value to enum
37083         constant.
37084         (FE_DIVBYZERO): Likewise.
37085         (FE_UNDERFLOW): Likewise.
37086         (FE_OVERFLOW): Likewise.
37087         (FE_INVALID): Likewise.
37088         (FE_INVALID_SNAN): Likewise.
37089         (FE_INVALID_ISI): Likewise.
37090         (FE_INVALID_IDI): Likewise.
37091         (FE_INVALID_ZDZ): Likewise.
37092         (FE_INVALID_IMZ): Likewise.
37093         (FE_INVALID_COMPARE): Likewise.
37094         (FE_INVALID_SOFTWARE): Likewise.
37095         (FE_INVALID_SQRT): Likewise.
37096         (FE_INVALID_INTEGER_CONVERSION): Likewise.
37097         (FE_TONEAREST): Likewise.
37098         (FE_TOWARDZERO): Likewise.
37099         (FE_UPWARD): Likewise.
37100         (FE_DOWNWARD): Likewise.
37101         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
37102         (FE_DIVBYZERO): Likewise.
37103         (FE_OVERFLOW): Likewise.
37104         (FE_UNDERFLOW): Likewise.
37105         (FE_INEXACT): Likewise.
37106         (FE_TONEAREST): Likewise.
37107         (FE_DOWNWARD): Likewise.
37108         (FE_UPWARD): Likewise.
37109         (FE_TOWARDZERO): Likewise.
37110         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
37111         (FE_UNDERFLOW): Likewise.
37112         (FE_OVERFLOW): Likewise.
37113         (FE_DIVBYZERO): Likewise.
37114         (FE_INVALID): Likewise.
37115         (FE_TONEAREST): Likewise.
37116         (FE_TOWARDZERO): Likewise.
37117         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
37118         (FE_OVERFLOW): Likewise.
37119         (FE_UNDERFLOW): Likewise.
37120         (FE_DIVBYZERO): Likewise.
37121         (FE_INEXACT): Likewise.
37122         (FE_TONEAREST): Likewise.
37123         (FE_TOWARDZERO): Likewise.
37124         (FE_UPWARD): Likewise.
37125         (FE_DOWNWARD): Likewise.
37126         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
37127         (FE_DIVBYZERO): Likewise.
37128         (FE_OVERFLOW): Likewise.
37129         (FE_UNDERFLOW): Likewise.
37130         (FE_INEXACT): Likewise.
37131         (FE_TONEAREST): Likewise.
37132         (FE_DOWNWARD): Likewise.
37133         (FE_UPWARD): Likewise.
37134         (FE_TOWARDZERO): Likewise.
37136 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
37138         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
37140 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
37142         * scripts/cross-test-ssh.sh (command): Use newlines to separate
37143         commands.  Quote $PWD.
37144         (blacklist_exports): Don't use remove_newlines.  Replace "declare
37145         -x" by "export".
37146         (remove_newlines): Remove.
37148 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
37150         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
37151         * stdlib/stdlib.h (atof): Moved to ...
37152         * include/bits/stdlib-float.h: Here.  New file.
37153         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
37154         * stdlib/bits/stdlib-float.h: New file.
37155         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
37156         -mno-sse -mno-mmx.
37157         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
37158         <xmmintrin.h>.
37160 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
37162         * conform/conformtest.pl (@headers): Add fenv.h.
37163         * conform/data/fenv.h-data: New file.
37164         * include/fenv.h [_ISOMAC]: Disable all contents of file except
37165         include of <math/fenv.h>.
37167         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
37168         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
37169         && !UNIX98].  Enables tests for XOPEN2K8.
37170         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
37171         POSIX2008]: Likewise.
37173         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
37174         (struct rusage): Do not expect type or its members.
37176         [BZ #3439]
37177         * math/math.h (FP_NAN): Define macro to integer constant usable in
37178         #if and use that to give value to enum constant.
37179         (FP_INFINITE): Likewise.
37180         (FP_ZERO): Likewise.
37181         (FP_SUBNORMAL): Likewise.
37182         (FP_NORMAL): Likewise.
37184 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
37186         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
37187         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
37188         arguments.
37190 2012-11-02  Roland McGrath  <roland@hack.frob.com>
37192         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
37193         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
37194         autoconf-time if not.
37195         * configure.in: Remove AC_PREREQ.
37197 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37199         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
37200         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
37201         of the internal implementation.
37203 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
37205         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
37206         except include of <misc/sys/syslog.h>.
37208 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
37210         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
37211         function returns with a NULL context exit with zero.
37213 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37215         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
37217 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
37219         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
37220         (run_program_cmd): This.
37221         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
37222         (tst_langinfo): New variable.  Use it.
37224 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
37226         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
37227         floating point opcodes.
37229 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
37231         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
37232         variable.
37234         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
37236         * sysdeps/mach/hurd/powerpc: Remove directory.
37237         * sysdeps/mach/powerpc: Likewise.
37239 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
37241         * scripts/check-local-headers.sh: Ignore c++ headers.
37243 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
37245         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
37246         __libc_cleanup_region_start argument.
37248 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
37250         [BZ #14784]
37251         [BZ #14785]
37252         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
37253         x * y using scaling, not as x * y + z.
37254         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37255         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37256         * math/libm-test.inc (fma_test): Add more tests.
37257         (fma_test_towardzero): Likewise.
37258         (fma_test_downward): Likewise.
37259         (fma_test_upward): Likewise.
37261 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
37263         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
37265 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
37267         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
37268         New variable.
37270 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
37272         * rt/tst-shm.c (worker): Correct checking for mmap failure.
37274 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
37276         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37277         Fix sort order.
37278         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37279         Likewise.
37281 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37283         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37284         Fix the order of the list for glibc 2.17.
37285         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37286         Likewise.
37288 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
37290         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37292 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
37294         [BZ #14610]
37295         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
37296         for low part of x being zero before using __atanl (y).
37297         * math/libm-test.inc (atan2_test): Add another test.
37299         * manual/install.texi (Configuring and compiling): Document
37300         general use of test-wrapper and test-wrapper-env.
37301         * INSTALL: Regenerated.
37303         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
37304         (__fma): Do not extract and scale down low bits on after-rounding
37305         systems when result rounded to normal precision would have normal
37306         exponent.
37307         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
37308         (__fmal): Do not extract and scale down low bits on after-rounding
37309         systems when result rounded to normal precision would have normal
37310         exponent.
37311         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
37312         (__fmal): Do not extract and scale down low bits on after-rounding
37313         systems when result rounded to normal precision would have normal
37314         exponent.
37315         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
37316         macro.
37317         (fma_test): Add more tests.
37318         (fma_test_towardzero): Likewise.
37319         (fma_test_downward): Likewise.
37320         (fma_test_upward): Likewise.
37322 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
37324         * sysdeps/i386/tininess.h: Renamed to ...
37325         * sysdeps/x86/tininess.h: This.
37326         * sysdeps/x86_64/tininess.h: Removed.
37328 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
37330         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
37331         input.  Use $(build-program-cmd).
37332         ($(objpfx)tst-array1-static.out): Likewise.
37333         ($(objpfx)tst-array2.out): Likewise.
37334         ($(objpfx)tst-array3.out): Likewise.
37335         ($(objpfx)tst-array4.out): Likewise.
37336         ($(objpfx)tst-array5.out): Likewise.
37337         ($(objpfx)tst-array5-static.out): Likewise.
37339 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
37341         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
37342         if defined.
37344         * nss/nsswitch.h (nss_interface_function): Provide new
37345         macro for use with NSS functions.
37346         * grp/initgroups.c: Use new macro.
37347         * nss/getXXbyYY.c: Likewise.
37348         * nss/getXXbyYY_r.c: Likewise.
37349         * nss/getXXent.c: Likewise.
37350         * nss/getXXent_r.c: Likewise.
37351         * sysdeps/posix/getaddrinfo.c: Likewise.
37353 2012-10-30  Andreas Jaeger  <aj@suse.de>
37355         * po/ru.po: Update Russion translation from translation project.
37357 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
37359         [BZ #14152]
37360         [BZ #14783]
37361         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
37362         result and shift together with sticky bit instead of replicating
37363         round-to-nearest rounding.
37364         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37365         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37366         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
37367         missing underflow exceptions.
37368         (fma_test_towardzero): Add more tests.
37369         (fma_test_downward): Likewise.
37370         (fma_test_upward): Likewise.
37372         [BZ #14047]
37373         * sysdeps/generic/tininess.h: New file.
37374         * sysdeps/i386/tininess.h: Likewise.
37375         * sysdeps/sh/tininess.h: Likewise.
37376         * sysdeps/x86_64/tininess.h: Likewise.
37377         * stdlib/tst-strtod-underflow.c: Likewise.
37378         * stdlib/tst-tininess.c: Likewise.
37379         * stdlib/strtod_l.c: Include <tininess.h>.
37380         (round_and_return): Do not set errno for exact underflow cases.
37381         Force an underflow exception when setting errno for underflow.
37382         Determine underflow based on rounding to normal precision if
37383         TININESS_AFTER_ROUNDING.
37384         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
37385         ERANGE for exact underflow cases.
37386         * stdlib/Makefile (tests): Add tst-tininess and
37387         tst-strtod-underflow.
37388         ($(objpfx)tst-tininess): Use $(link-libm).
37389         ($(objpfx)tst-strtod-underflow): Likewise.
37391 2012-10-30  Andreas Jaeger  <aj@suse.de>
37393         [BZ#14767]
37394         * elf/Makefile (tests): Remove conditional for have-initfini-array
37395         since this is now always required and the variable does not exist
37396         anymore.
37397         (tests-static): Likewise.
37398         (modules-names): Likewise.
37400         * po/eo.po: Add Esperanto translation from translation project.
37402         * elf/tst-array1.c (fini_array): Make writeable so that it can be
37403         merged with constructor/destructor.
37404         (init_array): Likewise.
37405         * elf/tst-array2dep.c (fini_array): Likewise.
37406         (init_array): Likewise.
37408 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
37410         * manual/message.texi: Delete @cartouche tags.
37412 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
37414         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
37415         EOPNOTSUPP.
37416         * sysdeps/mach/hurd/fsync.c: Likewise.
37418         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
37419         [_POSIX_REALTIME_SIGNALS]: Change condition to
37420         [_POSIX_REALTIME_SIGNALS > 0].
37422 2012-10-27  Andreas Jaeger  <aj@suse.de>
37424         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
37425         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
37426         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
37427         [__WORDSIZE != 64]: Likewise.
37429 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
37431         *  iconvdata/tst-table.sh: Remove ${SHELL}.
37432         *  iconvdata/tst-tables.sh: Likewise.
37434 2012-10-25  David S. Miller  <davem@davemloft.net>
37436         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37437         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
37438         of strtoull.
37440         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
37441         ifunc-impl-list.c
37442         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
37443         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
37444         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
37445         file.
37447 2012-10-25  Roland McGrath  <roland@hack.frob.com>
37449         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37450         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
37451         __getdirentries.
37453 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
37454             Jim Blandy  <jimb@codesourcery.com>
37456         * scripts/cross-test-ssh.sh: New file.
37457         * manual/install.texi (Configuring and compiling): Document use of
37458         cross-test-ssh.sh.
37459         * INSTALL: Regenerated.
37461 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
37463         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
37464         EOPNOTSUPP.
37466 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
37468         * Makeconfig (run-program-prefix): Fix comment.
37470 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
37471             Jim Blandy  <jimb@codesourcery.com>
37473         * Makeconfig (test-wrapper): New variable,
37474         (test-wrapper-env): Likewise.
37475         [$(cross-compiling) = yes && $(test-wrapper) != ""]
37476         (run-built-tests): Define to yes.
37477         (run-program-prefix): Use $(test-wrapper).
37478         (built-program-cmd): Likewise.
37479         * Rules (make-test-out): Use $(test-wrapper-env) and
37480         $(host-built-program-cmd).
37481         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
37482         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
37483         tst-pathopt.sh.
37484         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
37485         $(test-wrapper-env) to tst-rtld-load-self.sh.
37486         ($(objpfx)order2.out): Use $(test-wrapper).
37487         ($(objpfx)tst-initorder.out): Likewise.
37488         ($(objpfx)tst-initorder2.out): Likewise.
37489         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
37490         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
37491         (test_wrapper_env): New variable.  Use it to run ld.so.
37492         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
37493         Use it to run ld.so.
37494         (test_wrapper_env): Likewise.
37495         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
37496         $(test-wrapper) to run-iconv-test.sh.
37497         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
37498         (ICONV): Use $test_wrapper.
37499         * posix/Makefile ($(objpfx)globtest.out): Pass
37500         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
37501         globtest.sh, not $(run-program-prefix).
37502         * posix/globtest.sh (run_via_rtld_prefix): New variable.
37503         (test_wrapper): Likewise.
37504         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
37505         set together with run_via_rtld_prefix.
37506         (run_program_prefix): Define in terms of test_wrapper and
37507         run_via_rtld_prefix.
37509 2012-10-24  Roland McGrath  <roland@hack.frob.com>
37511         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
37512         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
37513         Targets removed.
37515         [BZ #14743]
37516         * include/time.h: Remove librt_hidden_proto (clock_gettime).
37517         Declare __clock_getres, __clock_gettime, __clock_settime,
37518         __clock_nanosleep, and __clock_getcpuclockid.
37519         * rt/clock_gettime.c: Define __clock_gettime as an alias.
37520         Remove librt_hidden_def (clock_gettime).
37521         * sysdeps/unix/clock_gettime.c: Likewise.
37522         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
37523         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
37524         * rt/clock_getres.c: Define __clock_getres as an alias.
37525         * sysdeps/posix/clock_getres.c: Likewise.
37526         * rt/clock_settime.c: Define __clock_settime as an alias.
37527         * sysdeps/unix/clock_settime.c: Likewise.
37528         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
37529         * sysdeps/unix/clock_nanosleep.c: Likewise.
37530         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
37531         * rt/clock-compat.c: New file.
37532         * rt/Makefile (librt-routines): Add clock-compat and move
37533         $(clock-routines) to ...
37534         (routines): ... here, new variable.
37535         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
37536         Don't add get_clockfreq here.
37537         * rt/Versions (libc: GLIBC_2.17): New version set.
37538         Add clock_* symbols here.
37539         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
37540         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
37541         (GLIBC_2.17): Add clock_* symbols.
37542         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
37543         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
37544         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
37545         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37546         Likewise.
37547         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37548         Likewise.
37549         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
37550         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
37551         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
37552         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
37553         * NEWS: Mention the move.
37555         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
37556         Use __open, __read, __close rather than their public counterparts.
37557         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37558         (__get_clockfreq_via_cpuinfo): Likewise.
37559         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
37560         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
37562         * config.h.in (HAVE_IFUNC): New #undef.
37563         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
37564         was successful.
37565         * configure: Regenerated.
37567 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
37569         * configure.in: Move READELF check to start of file.
37570         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
37571         libc_cv_asm_gnu_indirect_function in the process.
37572         * configure: Regenerated.
37574 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
37576         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
37577         send the output to /dev/null.
37578         (libc_cv_cc_with_libunwind): Likewise.
37579         (libc_cv_as_noexecstack): Likewise.
37580         * configure: Regenerate.
37582 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
37584         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
37586         * posix/globtest.sh (TMPDIR): Do not set.
37587         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
37588         (testout): Likewise.
37590 2012-10-24  Andreas Jaeger  <aj@suse.de>
37592         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
37593         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
37594         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
37595         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
37596         posix_fadvise64, posix_fallocate64.
37598         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
37599         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
37600         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
37601         Likewise.
37602         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
37603         Likewise.
37604         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
37606         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
37607         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
37608         <bits/fcntl-linux.h>.
37609         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
37611         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
37612         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
37613         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
37614         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
37615         [__WORDSIZE != 64]: Likewise.
37617 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
37619         * Makeconfig (run-built-tests): New variable.
37620         * Rules [$(cross-compiling) = yes]: Change condition to
37621         [$(run-built-tests) = no].
37622         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
37623         to [$(run-built-tests) = yes].
37624         * elf/Makefile [$(cross-compiling) = no]: Likewise
37625         * grp/Makefile [$(cross-compiling) = no]: Likewise.
37626         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
37627         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
37628         * intl/Makefile [$(cross-compiling) = no]: Likewise.
37629         * io/Makefile [$(cross-compiling) = no]: Likewise.
37630         * libio/Makefile [$(cross-compiling) = no]: Likewise.
37631         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
37632         * misc/Makefile [$(cross-compiling) = no]: Likewise.
37633         * posix/Makefile [$(cross-compiling) = no]: Likewise.
37634         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
37635         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
37636         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
37637         * string/Makefile [$(cross-compiling) = no]: Likewise.
37639         * posix/Makefile ($(objpfx)globtest.out): Pass
37640         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
37641         $(rtld-installed-name).
37642         * posix/globtest.sh (elf_objpfx): Remove variable.
37643         (rtld_installed_name): Likewise.
37644         (library_path): Likewise.
37645         (run_program_prefix): New variable.  Use for running globtest
37646         binary.
37648 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
37649             Joseph Myers  <joseph@codesourcery.com>
37651         * Makeconfig (host-built-program-cmd): New variable.
37652         * elf/Makefile (tst-stackguard1-ARGS): Use
37653         $(host-built-program-cmd).
37654         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
37655         (tst-spawn-ARGS): Likewise.
37656         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
37658 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
37659             Jim Blandy  <jimb@codesourcery.com>
37661         * Makeconfig (run-via-rtld-prefix): New variable.
37662         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
37663         (built-program-cmd): Likewise.
37665 2012-10-22  Andreas Jaeger  <aj@suse.de>
37667         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
37668         __O_RSYNC if it exists, otherwise to O_SYNC.
37670 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
37671             Joseph Myers  <joseph@codesourcery.com>
37673         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
37674         /dev/null.
37675         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
37676         from /dev/null
37677         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
37678         /dev/null.
37680 2012-10-22  Andreas Jaeger  <aj@suse.de>
37682         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
37683         Define always.
37684         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
37686         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
37687         bits/fcntl-linux.h.
37689         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
37690         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
37692         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
37693         to __O_LARGEFILE.
37694         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
37695         to __O_LARGEFILE.
37697 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
37698             Joseph Myers  <joseph@codesourcery.com>
37700         * config.make.in (NM): New variable.
37702 2012-10-21  Andreas Jaeger  <aj@suse.de>
37704         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
37705         definitions and declarations that are provided by
37706         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
37708 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
37710         [BZ #14683]
37711         * elf/Makefile (tests-static): Add tst-leaks1-static.
37712         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
37713         ($(objpfx)tst-leaks1-static): New rule.
37714         ($(objpfx)tst-leaks1-static-mem): Likewise.
37715         (tst-leaks1-static-ENV): New macro.
37716         * elf/dl-open.c (dl_open_worker): Check the main application
37717         only if SHARED is defined.
37718         * elf/tst-leaks1-static.c: New file.
37720 2012-10-20  Andreas Jaeger  <aj@suse.de>
37722         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
37723         generic values for Linux.
37724         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
37725         and declarations that are provided by <bits/fcntl-linux.h> and
37726         include <bits/fcntl-linux.h>.
37727         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
37728         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
37730 2012-10-20  Roland McGrath  <roland@hack.frob.com>
37732         * io/fcntl.h: Move include of <bits/types.h> to the top and
37733         include it unconditionally.
37735 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
37737         * wcsmbs/Makefile (tests-ifunc): New variable.
37738         (tests): Add $(tests-ifunc).
37739         * wcsmbs/test-wcschr-ifunc.c: New file.
37740         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
37741         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
37742         * wcsmbs/test-wcslen-ifunc.c: Likewise.
37743         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
37744         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
37746         * string/Makefile (tests-ifunc): New variable.
37747         (tests): Add $(tests-ifunc).
37748         * string/test-memccpy.c (TEST_NAME): New macro.
37749         * string/test-memchr.c (TEST_NAME): Likewise.
37750         * string/test-memcmp.c (TEST_NAME): Likewise.
37751         * string/test-memcpy.c (TEST_NAME): Likewise.
37752         * string/test-memmem.c (TEST_NAME): Likewise.
37753         * string/test-memmove.c (TEST_NAME): Likewise.
37754         * string/test-memset.c (TEST_NAME): Likewise.
37755         * string/test-rawmemchr.c (TEST_NAME): Likewise.
37756         * string/test-stpcpy.c (TEST_NAME): Likewise.
37757         * string/test-stpncpy.c (TEST_NAME): Likewise.
37758         * string/test-strcasecmp.c (TEST_NAME): Likewise.
37759         * string/test-strcasestr.c (TEST_NAME): Likewise.
37760         * string/test-strcat.c (TEST_NAME): Likewise.
37761         * string/test-strchr.c (TEST_NAME): Likewise.
37762         * string/test-strcmp.c(TEST_NAME): Likewise.
37763         * string/test-strcpy.c (TEST_NAME): Likewise.
37764         * string/test-strcspn.c (TEST_NAME): Likewise.
37765         * string/test-strlen.c (TEST_NAME): Likewise.
37766         * string/test-strncasecmp.c (TEST_NAME): Likewise.
37767         * string/test-strncmp.c (TEST_NAME): Likewise.
37768         * string/test-strncpy.c (TEST_NAME): Likewise.
37769         * string/test-strnlen.c (TEST_NAME): Likewise.
37770         * string/test-strpbrk.c (TEST_NAME): Likewise.
37771         * string/test-strrchr.c (TEST_NAME): Likewise.
37772         * string/test-strspn.c (TEST_NAME): Likewise.
37773         * string/test-strstr.c (TEST_NAME): Likewise.
37774         * string/test-bcopy-ifunc.c: New file.
37775         * string/test-bzero-ifunc.c: Likewise.
37776         * string/test-memccpy-ifunc.c: Likewise.
37777         * string/test-memchr-ifunc.c: Likewise.
37778         * string/test-memcmp-ifunc.c: Likewise.
37779         * string/test-memcpy-ifunc.c: Likewise.
37780         * string/test-memmem-ifunc.c: Likewise.
37781         * string/test-memmove-ifunc.c: Likewise.
37782         * string/test-mempcpy-ifunc.c: Likewise.
37783         * string/test-memset-ifunc.c: Likewise.
37784         * string/test-rawmemchr-ifunc.c: Likewise.
37785         * string/test-stpcpy-ifunc.c: Likewise.
37786         * string/test-stpncpy-ifunc.c: Likewise.
37787         * string/test-strcasecmp-ifunc.c: Likewise.
37788         * string/test-strcasestr-ifunc.c: Likewise.
37789         * string/test-strcat-ifunc.c: Likewise.
37790         * string/test-strchr-ifunc.c: Likewise.
37791         * string/test-strchrnul-ifunc.c: Likewise.
37792         * string/test-strcmp-ifunc.c: Likewise.
37793         * string/test-strcpy-ifunc.c: Likewise.
37794         * string/test-strcspn-ifunc.c: Likewise.
37795         * string/test-strlen-ifunc.c: Likewise.
37796         * string/test-strncasecmp-ifunc.c: Likewise.
37797         * string/test-strncat-ifunc.c: Likewise.
37798         * string/test-strncmp-ifunc.c: Likewise.
37799         * string/test-strncpy-ifunc.c: Likewise.
37800         * string/test-strnlen-ifunc.c: Likewise.
37801         * string/test-strpbrk-ifunc.c: Likewise.
37802         * string/test-strrchr-ifunc.c: Likewise.
37803         * string/test-strspn-ifunc.c: Likewise.
37804         * string/test-strstr-ifunc.c: Likewise.
37806         * debug/Makefile (tests-ifunc): New variable.
37807         (tests): Add $(tests-ifunc).
37808         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
37809         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
37810         * debug/test-stpcpy_chk-ifunc.c: New file.
37811         * debug/test-strcpy_chk-ifunc.c: Likewise.
37813 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
37815         [BZ #13601]
37816         * elf/dl-load.c (open_verify): Retry read if the entire ELF
37817         header is not read in.
37819 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
37821         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
37822         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
37823         directly.  Pass built executable to script as
37824         $(built-program-cmd).
37825         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
37826         $testprogram without using LD_LIBRARY_PATH and $ldso.
37828         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
37829         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
37830         $(rtld-installed-name).
37831         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
37832         (rtld_installed_name): Likewise.
37833         (library_path): Likewise.
37834         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
37835         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
37836         $(run-program-prefix) to tst-tables.sh.
37837         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
37838         it to run tst-table-from and tst-table-to.
37839         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
37840         Pass it to tst-table.sh.
37841         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
37842         $(run-program-prefix) to tst-gettext.sh.
37843         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
37844         tst-translit.sh.
37845         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
37846         tst-gettext2.sh.
37847         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
37848         to run tst-gettext.
37849         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
37850         to run tst-gettext2.
37851         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
37852         to run tst-translit.
37853         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
37854         $(run-program-prefix) to tst-mtrace.sh.
37855         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
37856         to run tst-mtrace.
37857         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
37858         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
37859         $(rtld-installed-name).
37860         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
37861         (rtld_installed_name): Likewise.
37862         (run_program_prefix): New variable.  Use it to run wordexp-test.
37864         * Makeconfig (ARCH): Remove all definitions.
37865         (machine): Likewise.
37866         [ARCH]: Remove conditional code.
37867         [!objdir]: Give error.
37868         [!objdir] (objpfx): Remove.
37869         [!objdir] (common-objpfx): Likewise.
37870         [!objdir] (common-objdir): Likewise.
37871         * configure.in (config_makefile): Remove.  Hardcode Makefile in
37872         AC_CONFIG_FILES call.
37873         * configure: Regenerated.
37875         [BZ #13888]
37876         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
37877         or TMPDIR.
37878         (testout): Likewise.
37880         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
37881         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
37882         $(rtld-installed-name).
37883         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
37884         (rtld_installed_name): Likwise.
37885         (runit): Remove function.
37886         (run_getconf): New variable,  Use it for running getconf binary.
37888 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
37890         [BZ #14716]
37891         * string/test-memmem.c (check_result): New function.
37892         (do_one_test): Use it.
37893         (check1): New function.
37894         (test_main): Use it.
37896 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
37898         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
37900 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
37902         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
37903         (_G_LSEEK64): Likewise.
37904         (_G_MMAP64): Likewise.
37905         (_G_FSTAT64): Likewise.
37906         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
37907         (_G_LSEEK64): Likewise.
37908         (_G_MMAP64): Likewise.
37909         (_G_FSTAT64): Likewise.
37910         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
37911         unconditional.  Call __mmap64 directly.
37912         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
37913         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
37914         __lseek64 directly.
37915         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
37916         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
37917         __mmap64 directly.
37918         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
37919         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
37920         __lseek64 directly.
37921         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
37922         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
37923         __lseek64 directly.
37924         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
37925         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
37926         __lseek64 directly.
37927         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
37928         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
37929         __fxstat64 directly.
37930         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
37931         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
37932         unconditional.
37933         (freopen64) [!_G_OPEN64]: Remove conditional code.
37934         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
37935         unconditional.
37936         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
37937         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
37938         unconditional.
37939         (ftello64) [!_G_LSEEK64]: Remove conditional code.
37940         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
37941         unconditional.
37942         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
37943         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
37944         unconditional.
37945         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
37946         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
37947         unconditional.
37948         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
37949         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
37950         unconditional.
37951         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
37952         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
37953         unconditional.
37954         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
37956 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
37958         [BZ #12140]
37959         * manual/memory.texi (Malloc Tunable Parameters): Add note
37960         about free list pointers overwriting some perturb bytes.
37961         Wording suggested by Roland McGrath.
37963 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
37965         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
37966         (lgamma_test): Likewise.
37967         (tgamma_test): Likewise.
37969 2012-10-16  Florian Weimer  <fweimer@redhat.com>
37971         [BZ #14700]
37972         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
37973         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
37975 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
37977         * NEWS: Mention BZ #14716.
37978         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
37979         when removing AVAILABLE1_USES_J macro.
37981 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
37983         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
37984         (__bswap_64): __uint64_t for unsigned 64-bit int.
37986 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
37988         * include/string.h (memmem): Declare libc hidden alias.
37989         * string/memmem.c (memmem): Define libc hidden alias.
37990         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
37991         __read, __close instead of open, read, close.
37993 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
37995         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
37996         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
37997         global and hidden.
37998         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
37999         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
38000         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
38001         Likewise.
38002         (__rawmemchr_sse2): Likewise.
38003         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
38004         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
38005         (__strchr_sse2): Likewise.
38006         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
38007         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
38008         (__strcasecmp_sse2): Likewise.
38009         (__strncasecmp_sse2): Likewise.
38010         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
38011         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
38012         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
38013         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
38014         (__strrchr_sse2): Likewise.
38015         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
38016         ifunc-impl-list.c.
38017         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
38018         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
38019         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
38020         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
38021         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
38022         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
38023         * sysdeps/x86_64/multiarch/memset.S: Likewise.
38024         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
38025         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
38026         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
38027         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
38028         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
38029         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
38030         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
38031         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
38032         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
38033         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
38034         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
38035         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
38036         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
38037         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
38038         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
38039         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
38040         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
38041         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
38042         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
38043         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
38044         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
38045         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
38046         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
38048         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
38049         global and hidden.
38050         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
38051         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
38052         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
38053         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
38054         Likewise.
38055         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
38056         Likewise.
38057         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
38058         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
38059         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
38060         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
38061         ifunc-impl-list.c.
38062         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
38063         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
38064         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
38065         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
38066         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
38067         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
38068         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
38069         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
38070         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
38071         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
38072         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
38073         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
38074         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
38075         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
38076         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
38077         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
38078         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
38079         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
38080         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
38081         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
38082         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
38083         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
38084         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
38085         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
38086         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
38087         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
38088         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
38089         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
38090         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
38091         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
38092         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
38093         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
38094         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
38095         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
38096         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
38097         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
38098         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
38099         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
38100         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
38101         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
38102         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
38104         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
38105         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
38106         * include/ifunc-impl-list.h: New file.
38107         * misc/ifunc-impl-list.c: Likewise.
38108         * misc/Makefile (routines): Add ifunc-impl-list.
38109         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
38110         * string/test-string.h: Include <ifunc-impl-list.h>.
38111         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
38112         TEST_NAME]: New variables.
38113         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
38114         are defined.
38115         (test_init): Call __libc_ifunc_impl_list to initialize
38116         func_list if TEST_IFUNC and TEST_NAME are defined.
38118         * string/Makefile (strop-tests): Add bcopy and bzero.
38119         * string/test-bcopy.c: New file.
38120         * string/test-bzero.c: Likewise.
38121         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
38122         defined.
38123         * string/test-memset.c: Support bzero test if TEST_BZERO is
38124         defined.
38125         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
38126         __libc_memmove.
38127         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
38128         __libc_memset.
38129         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
38130         of memset.
38132 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
38134         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
38135         * configure: Regenerated.
38137         * Makeconfig (+link-static-before-libc): Don't include
38138         $(link-static-libc).
38140         * libio/libio.h (_IO_pos_t): Remove.
38142 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
38144         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
38145         McGrath.
38147 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
38149         * crypt/crypt-entry.c: Include fips-private.h.
38150         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
38151         * crypt/md5c-test.c (main): Tolerate disabled MD5.
38152         * sysdeps/unix/sysv/linux/fips-private.h: New file.
38153         * sysdeps/generic/fips-private.h: New file, dummy fallback.
38155 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
38157         * crypt/crypt-private.h: Include stdbool.h.
38158         (_ufc_setup_salt_r): Return bool.
38159         * crypt/crypt-entry.c: Include errno.h.
38160         (__crypt_r): Return NULL with EINVAL for bad salt.
38161         * crypt/crypt_util.c (bad_for_salt): New.
38162         (_ufc_setup_salt_r): Check that salt is long enough and within
38163         the specified alphabet.
38164         * crypt/badsalttest.c: New file.
38165         * crypt/Makefile (tests): Add it.
38166         ($(objpfx)badsalttest): New.
38168 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
38170         * NEWS: Add entry for BZ #14602.
38172 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
38174         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
38175         type-generic.
38176         * math/libm-test.inc: Update comment listing what functions and
38177         macros are tested.
38178         (isgreater_test): New function.
38179         (isgreaterequal_test): Likewise.
38180         (isless_test): Likewise.
38181         (islessequal_test): Likewise.
38182         (islessgreater_test): Likewise.
38183         (isunordered_test): Likewise.
38184         (main): Call the new functions.
38186 2012-10-09  Roland McGrath  <roland@hack.frob.com>
38188         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
38189         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
38190         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
38191         * sysdeps/i386/configure: Regenerated.
38192         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
38193         * sysdeps/mach/configure: Regenerated.
38194         * sysdeps/mach/hurd/configure: Regenerated.
38195         * sysdeps/powerpc/configure: Regenerated.
38196         * sysdeps/powerpc/powerpc32/configure: Regenerated.
38197         * sysdeps/powerpc/powerpc64/configure: Regenerated.
38198         * sysdeps/s390/s390-32/configure: Regenerated.
38199         * sysdeps/s390/s390-64/configure: Regenerated.
38200         * sysdeps/sh/configure: Regenerated.
38201         * sysdeps/sparc/configure: Regenerated.
38202         * sysdeps/unix/sysv/linux/configure: Regenerated.
38203         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
38204         * sysdeps/x86_64/configure: Regenerated.
38206         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
38207         defined.  Don't check if MAP is NULL.
38209 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
38211         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
38212         (_G_stat64): Likewise.
38213         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
38214         (_G_stat64): Likewise.
38215         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
38216         instead of struct _G_stat64.
38217         * libio/fileops.c (mmap_remap_check): Likewise.
38218         (decide_maybe_mmap): Likewise.
38219         (_IO_new_file_seekoff): Likewise.
38220         (_IO_file_stat): Likewise.
38221         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
38222         _G_off64_t.
38223         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
38224         instead of struct _G_stat64.
38225         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
38227 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
38229         [BZ #14602]
38230         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38231         Replace with ...
38232         (CHECK_EOL): New macro.
38233         (two_way_short_needle): Check beginning of haystack for EOL.  Use
38234         CHECK_EOL.
38235         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38236         Replace with CHECK_EOL.
38237         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38238         Replace with CHECK_EOL.
38240 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
38242         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
38243         type-generic.
38244         * math/libm-test.inc: Update comment listing what functions and
38245         macros are tested.
38246         (finite_test): New function.
38247         (isinf_test): Likewise.
38248         (isnan_test): Likewise.
38249         (fpclassify_test): Test subnormal input.
38250         (isfinite_test): Likewise.
38251         (isnormal_test): Likewise.
38252         (main): Call the new functions.
38254 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
38256         [BZ #14660]
38257         * Makerules (%.dynsym): Force C locale when running
38258         $(OBJDUMP) --dynamic-syms.
38260 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
38262         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
38263         <stdint.h>.
38265 2012-10-06  David S. Miller  <davem@davemloft.net>
38267         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
38268         upper 32-bits of the length value in %o2 since we use branch-on-register
38269         tests which consider the entire 64-bit register.
38271 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
38273         * string/test-strstr.c (check2): Add a test for page boundary.
38275 2012-10-05  David S. Miller  <davem@davemloft.net>
38277         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
38278         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
38279         file.
38280         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
38281         sysdep_routines.
38282         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
38283         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
38284         and bzero when HWCAP_SPARC_CRYPTO is present.
38286 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
38288         [BZ #14602]
38289         * string/test-strstr.c (check2): New function.
38290         (test_main): Call check2.
38292         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
38293         and bug-strchr1.
38294         * string/bug-strcasestr1.c (do_test): Moved to ...
38295         * string/test-strcasestr.c (check1): Here.  New function.
38296         (do_one_test): Break out result checking code into ...
38297         (check_result): This.  New function.
38298         (do_one_test): Call check_result.
38299         (test_main): Call check1.
38300         * string/bug-strchr1.c (do_test): Moved to ...
38301         * string/test-strchr.c (check1): Here.  New function.
38302         (do_one_test): Break out result checking code into ...
38303         (check_result): This.  New function.
38304         (do_one_test): Call check_result.
38305         (test_main): Call check1.
38306         * string/bug-strstr1.c (main): Moved to ...
38307         * string/test-strstr.c (check1): Here.  New function.
38308         (do_one_test): Break out result checking code into ...
38309         (check_result): This.  New function.
38310         (do_one_test): Call check_result.
38311         (test_main): Call check1.
38312         * string/bug-strcasestr1.c: Removed.
38313         * string/bug-strchr1.c: Likewise.
38314         * string/bug-strstr1.c: Likewise.
38316         * elf/Makefile (dl-routines): Add hwcaps.
38317         * elf/dl-support.c (_dl_important_hwcaps): Removed.
38318         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
38319         (_dl_important_hwcaps): Moved to ...
38320         * elf/dl-hwcaps.c: Here.  New file.
38321         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
38323         [BZ #14557]
38324         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
38325         if IS_IN_rtld isn't defined.
38327         * elf/dl-support.c (_dl_sysinfo_map): New.
38328         Include "get-dynamic-info.h" and "setup-vdso.h".
38329         (_dl_non_dynamic_init): Call setup_vdso.
38330         * elf/dynamic-link.h: Don't include <assert.h>.
38331         (elf_get_dynamic_info): Moved to ...
38332         * elf/get-dynamic-info.h: Here.  New file.
38333         * elf/dynamic-link.h: Include "get-dynamic-info.h".
38334         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
38335         * elf/setup-vdso.h: Here.  New file.
38336         * elf/rtld.c: Include "setup-vdso.h".
38337         (dl_main): Call setup_vdso.
38339 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
38341         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
38342         creal in comment listing functions tested.  List finite, isinf,
38343         isnan, isless, islessequal, isgreater, isgreaterequal,
38344         islessgreater, isunordered, lgamma_r and pow10 as functions and
38345         macros not tested.  Mention which functions not tested are aliases
38346         for other functions.  Fix typo.  Note that signs of NaNs are not
38347         tested.
38349         * scripts/config.guess: Update from config.git.
38350         * scripts/config.sub: Likewise.
38352 2012-10-04  Roland McGrath  <roland@hack.frob.com>
38354         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
38355         * misc/madvise.c (madvise): Renamed to __madvise.
38356         Make madvise a weak alias.
38357         * include/sys/mman.h: Declare __madvise.
38358         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
38359         * sysdeps/unix/syscalls.list
38360         (madvise): Make __madvise the strong name, and madvise a weak alias.
38361         * sysdeps/unix/sysv/linux/syscalls.list
38362         (madvise, mmap): Remove redundant entries.
38363         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
38364         * malloc/malloc.c (mtrim): Likewise.
38365         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
38367 2012-10-03  Roland McGrath  <roland@hack.frob.com>
38369         * sysdeps/mach/hurd/dl-cache.c: File removed.
38370         * config.h.in (USE_LDCONFIG): New #undef.
38371         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
38372         * configure: Regenerated.
38373         * elf/Makefile (dl-routines): Add dl-cache only under
38374         [$(use-ldconfig) = yes].
38375         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
38376         cache on [USE_LDCONFIG].
38377         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
38378         [USE_LDCONFIG].
38379         * elf/rtld.c (dl_main): Likewise.
38381 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
38383         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
38384         _SC_LEVEL4_CACHE_LINESIZE.
38386 2012-10-03  Roland McGrath  <roland@hack.frob.com>
38388         * sysdeps/unix/bsd/confstr.h: File removed.
38390 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
38392         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
38393         sys/sdt-config.h.
38395 2012-10-02  Roland McGrath  <roland@hack.frob.com>
38397         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
38398         Make 'mapoff' field ElfW(Off) rather than off_t.
38400 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
38402         * nscd/Makefile: Remove nscd-cflags and all its users.
38403         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
38404         (CFLAGS-nonlib): Add compiler flags for nscd modules.
38406         [BZ #10631]
38407         * malloc.c (malloc_printerr): Clarify error message.
38409 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
38411         [BZ #14648]
38412         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
38413         Set bit_FMA_Usable if FMA is supported.
38414         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
38415         macro.
38416         (bit_FMA4_Usable): Updated.
38417         (index_FMA_Usable): New macro.
38418         (CPUID_FMA): Likewise
38419         (HAS_FMA): Defined with bit_FMA_Usable.
38421 2012-10-01  Roland McGrath  <roland@hack.frob.com>
38423         * bits/types.h (__swblk_t): Type removed.
38424         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
38425         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
38426         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
38427         (__SWBLK_T_TYPE): Likewise.
38428         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
38429         (__SWBLK_T_TYPE): Likewise.
38430         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38431         (__SWBLK_T_TYPE): Likewise.
38432         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
38433         (__SWBLK_T_TYPE): Likewise.
38435 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
38436             Honza Horak <hhorak@redhat.com>
38438         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
38439         (xdr_mapname): Use YPMAXMAP as maxsize.
38440         (xdr_peername): Use YPMAXPEER as maxsize.
38441         (xdr_keydat): Use YPAXRECORD as maxsize.
38442         (xdr_valdat): Use YPMAXRECORD as maxsize.
38444 2012-10-01  Roland McGrath  <roland@hack.frob.com>
38446         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
38448         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
38449         * csu/init-first.c: ... here.
38450         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
38451         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
38452         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
38453         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
38454         * sysdeps/i386/init-first.c: File removed.
38455         * sysdeps/sh/init-first.c: File removed.
38457 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
38459         [BZ #14645]
38460         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
38461         if x * y might underflow to zero and z is zero.
38462         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
38463         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
38464         * math/libm-test.inc (min_subnorm_value): New variable.
38465         (fma_test): Add more tests.
38466         (fma_test_towardzero): Likewise.
38467         (fma_test_downward): Likewise
38468         (fma_test_upward): Likewise.
38469         (initialize): Set min_subnorm_value.
38471 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
38473         [BZ #14638]
38474         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
38475         0 + 0.
38476         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
38477         mode for addition resulting in exact zero.
38478         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
38479         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
38480         exact 0 + 0.
38481         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
38482         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
38483         * math/libm-test.inc (fma_test): Add more tests.
38484         (fma_test_towardzero): New function.
38485         (fma_test_downward): Likewise.
38486         (fma_test_upward): Likewise.
38487         (main): Call the new functions.
38489 2012-09-28  David S. Miller  <davem@davemloft.net>
38491         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
38493 2012-09-28  Roland McGrath  <roland@hack.frob.com>
38495         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
38496         instead of SIGALRM.
38498         * sysdeps/gnu/_G_config.h: Moved to ...
38499         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
38500         * sysdeps/mach/hurd/_G_config.h: Moved to ...
38501         * sysdeps/generic/_G_config.h: ... here.
38503         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
38505         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
38507         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
38508         Conditionalize target on [libnss_test1.so-version].
38510         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
38512         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
38513         (elfobjdir): Move out of conditionals.
38515         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
38516         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
38517         (__nss_lookup_function): Conditionalize label remove_from_tree on
38518         [!DO_STATIC_NSS || SHARED], matching its only use.
38520 2012-09-28  David S. Miller  <davem@davemloft.net>
38522         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
38523         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
38524         file.
38525         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
38526         sysdep_routines.
38527         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
38528         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
38529         when HWCAP_SPARC_CRYPTO is present.
38531 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
38533         * io/tst-mknodat.c: Create a FIFO instead of a socket.
38535 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
38537         [BZ #6530]
38538         * stdio-common/vfprintf.c (process_string_arg): Revert
38539         2000-07-22 change.
38541 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
38543         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
38544         for testcase.
38545         * stdio-common/tst-sprintf.c: Include <locale.h>
38546         (main): Test sprintf's handling of incomplete multibyte
38547         characters.
38549 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
38551         * elf/dl-runtime.c (VERSYMIDX): Removed.
38552         * elf/dl-version.c (VERSYMIDX): Likewise.
38553         * elf/do-rel.h (VERSYMIDX): Likewise.
38554         (VALIDX): Likewise.
38555         * elf/dynamic-link.h (VERSYMIDX): Likewise.
38556         * elf/rtld.c (VALIDX): Likewise.
38557         (ADDRIDX): Likewise.
38558         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
38559         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
38560         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
38561         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
38562         (VALIDX): Likewise.
38563         (ADDRIDX): Likewise.
38565 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
38567         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
38569 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
38571         [BZ #11438]
38572         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
38573         to global scope.
38574         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
38575         addresses are in the same scope as 192.0.2/24.
38576         * posix/gai.conf: Document new scope table defaults.
38578 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
38580         [BZ #5298]
38581         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
38582         for ftell.  Compute offsets from write pointers instead.
38583         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
38585 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
38587         [BZ #14543]
38588         * libio/Makefile (tests): New test case tst-fseek.
38589         * libio/tst-fseek.c: New test case to verify that fseek/ftell
38590         combination works in wide mode.
38591         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
38592         state when the external buffer state changes.
38594 2012-09-27  David S. Miller  <davem@davemloft.net>
38596         [BZ #14376]
38597         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
38598         pass reloc->r_addend in as the 'high' argument to
38599         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
38601         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38603 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
38605         * rt/tst-aio2.c: Include <pthread.h>.
38606         * rt/tst-aio3.c: Likewise.
38608 2012-09-27  Steve Ellcey  <sellcey@mips.com>
38610         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
38612 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
38614         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
38615         contents on [SHARED].
38617 2012-09-26  Marek Polacek  <polacek@redhat.com>
38619         [BZ #14530]
38620         [BZ #13741]
38621         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
38622         for C++ and GCC <4.3 as well as for non GCC compilers.
38624 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
38626         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38628 2012-09-25  Roland McGrath  <roland@hack.frob.com>
38630         * Makefile.in (all, install): Declare with .PHONY.
38631         Reported by Michael Hope <michael.hope@linaro.org>.
38633 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38635         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
38636         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
38637         system header.
38638         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
38639         Likewise.
38640         (sydep_routines): Add the new and the internal functions.
38641         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
38642         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
38643         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
38644         (GLIBC_2.17): Add the new function.
38645         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
38646         (GLIBC_2.17): Likewise.
38647         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
38648         (GLIBC_2.17): Likewise.
38649         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
38650         (GLIBC_2.17): Likewise.
38651         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
38653 2012-09-25  Alan Modra  <amodra@gmail.com>
38655         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
38656         Add release barrier before setting once_control to say
38657         initialisation is done.  Add hints on lwarx.  Use macro in
38658         place of isync.
38659         (clear_once_control): Add release barrier.
38661 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
38663         [BZ #13629]
38664         * math/s_clog.c (__clog): Handle more values close to |z| = 1
38665         specially.
38666         * math/s_clog10.c (__clog10): Likewise.
38667         * math/s_clog10f.c (__clog10f): Likewise.
38668         * math/s_clog10l.c (__clog10l): Likewise.
38669         * math/s_clogf.c (__clogf): Likewise.
38670         * math/s_clogl.c (__clogl): Likewise.
38671         * math/Makefile (libm-calls): Add x2y2m1.
38672         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
38673         (__x2y2m1): Likewise.
38674         (__x2y2m1l): Likewise.
38675         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
38676         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
38677         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
38678         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
38679         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
38680         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
38681         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
38682         * sysdeps/i386/fpu/libm-test-ulps: Update.
38683         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38685         [BZ #14621]
38686         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
38687         int as type of variable DEPTH.
38688         (glob): Use size_t instead of int as type of variables NEWCOUNT
38689         and OLD_PATHC.
38691 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38693         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
38694         Add s_sincosf-sse2.
38695         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
38696         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
38697         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
38698         macros for using routine as __sincosf_ia32.
38699         Use macro for function declaration and weak_alias.
38700         * sysdeps/i386/fpu/libm-test-ulps: Update.
38702         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
38703         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38705         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
38706         subnormal argument.
38707         * math/s_cexpf.c (__cexpf): Likewise.
38708         * math/s_csinf.c (__csinf): Likewise.
38709         * math/s_csinhf.c (__csinhf): Likewise.
38710         * math/s_ctanf.c (__ctanf): Likewise.
38711         * math/s_ctanhf.c (__ctanhf): Likewise.
38712         * math/s_ccosh.c (__ccoshf): Likewise.
38713         * math/s_cexp.c (__cexpl): Likewise.
38714         * math/s_csin.c (__csin): Likewise.
38715         * math/s_csinh.c (__csinh): Likewise.
38716         * math/s_ctan.c (__ctan): Likewise.
38717         * math/s_ctanh.c (ctanh): Likewise.
38718         * math/s_ccoshl.c (__ccoshl): Likewise.
38719         * math/s_cexpl.c (__cexpl): Likewise.
38720         * math/s_csinl.c (__csinl): Likewise.
38721         * math/s_csinhl.c (__csinhl): Likewise.
38722         * math/s_ctanl.c (__ctanl): Likewise.
38723         * math/s_ctanhl.c (__ctanhl): Likewise.
38725 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
38727         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
38728         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
38729         (_IO_off_t): Define to __off_t, not _G_off_t.
38730         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
38731         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
38732         (_IO_wint_t): Define to wint_t, not _G_wint_t.
38733         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
38734         type of __dummy and __dummy2 fields.
38735         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
38736         (_G_ssize_t): Likewise.
38737         (_G_off_t): Likewise.
38738         (_G_pid_t): Likewise.
38739         (_G_uid_t): Likewise.
38740         (_G_wchar_t): Likewise.
38741         (_G_wint_t): Likewise.
38742         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
38743         (_G_ssize_t): Likewise.
38744         (_G_off_t): Likewise.
38745         (_G_pid_t): Likewise.
38746         (_G_uid_t): Likewise.
38747         (_G_wchar_t): Likewise.
38748         (_G_wint_t): Likewise.
38749         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
38750         (_G_ssize_t): Likewise.
38751         (_G_off_t): Likewise.
38752         (_G_pid_t): Likewise.
38753         (_G_uid_t): Likewise.
38754         (_G_wchar_t): Likewise.
38755         (_G_wint_t): Likewise.
38757 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
38759         * malloc/arena.c: Include malloc-sysdep.h.
38760         (shrink_heap): Use check_may_shrink_heap to decide if madvise
38761         is sufficient to shrink the heap or an unmap is needed.
38762         * sysdeps/generic/malloc-sysdep.h: New file.  Define
38763         new function check_may_shrink_heap.
38764         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
38765         new function check_may_shrink_heap.
38767 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
38769         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
38770         comments.
38772 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
38774         * catgets/test-gencat.sh: Add "set -e".
38775         * elf/tst-pathopt.sh: Likewise.
38776         * grp/tst_fgetgrent.sh: Likewise.
38777         * iconvdata/run-iconv-test.sh: Likewise.
38778         * intl/tst-gettext.sh: Likewise.
38779         * intl/tst-gettext2.sh: Likewise.
38780         * intl/tst-gettext4.sh: Likewise.
38781         * intl/tst-gettext6.sh: Likewise.
38782         * intl/tst-translit.sh: Likewise.
38783         * io/ftwtest-sh: Likewise.
38784         * libio/test-freopen.sh: Likewise.
38785         * malloc/tst-mtrace.sh: Likewise.
38786         * posix/globtest.sh: Likewise.
38787         * posix/tst-getconf.sh: Likewise.
38788         * posix/wordexp-tst.sh: Likewise.
38789         * stdio-common/tst-printf.sh: Likewise.
38790         * stdio-common/tst-unbputc.sh: Likewise.
38791         * stdlib/tst-fmtmsg.sh: Likewise.
38792         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
38793         * catgets/Makefile: Do not specify -e option when running
38794         testsuite shell scripts.
38795         * elf/Makefile: Likewise.
38796         * grp/Makefile: Likewise.
38797         * iconvdata/Makefile: Likewise.
38798         * intl/Makefile: Likewise.
38799         * io/Makefile: Likewise.
38800         * libio/Makefile: Likewise.
38801         * malloc/Makefile: Likewise.
38802         * posix/Makefile: Likewise.
38803         * stdio-common/Makefile: Likewise.
38804         * stdlib/Makefile: Likewise.
38805         * sysdeps/x86_64/Makefile: Likewise.
38807         * io/ftwtest-sh: Add copyright header.
38808         * posix/globtest.sh: Likewise.
38809         * posix/tst-getconf.sh: Likewise.
38810         * posix/wordexp-tst.sh: Likewise.
38811         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
38813 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
38815         [BZ #13679]
38816         * Makeconfig (+link): Defined as $(+link-static) if
38817         $(build-shared) isn't yes.
38818         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
38819         isn't yes.
38820         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
38822         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
38824         [BZ #14562]
38825         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
38826         new chunk size with MALLOC_ALIGN_MASK.
38828 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
38830         [BZ #5044]
38831         * stdio-common/printf_fphex.c: Include <stdbool.h> and
38832         <rounding-mode.h>.
38833         (__printf_fphex): Determine rounding using get_rounding_mode and
38834         round_away.
38835         * stdio-common/tst-printf-round.c (struct hex_test): New
38836         structure.
38837         (hex_tests): New variable.
38838         (test_hex_in_one_mode): New function.
38839         (do_test): Also run tests for hex float output.
38841 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
38843         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
38844         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
38845         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
38846         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
38847         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
38848         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
38849         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
38850         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
38852 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
38854         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
38855         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
38856         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
38857         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
38859 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
38861         [BZ #14579]
38862         * elf/rtld.c (dl_main): Limit the check for self loading to normal
38863         mode only.
38864         * elf/tst-rtld-load-self.sh: New test.
38865         * elf/Makefile: Run it.
38867 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
38869         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
38870         (tst-writev-ENV): Remove.
38871         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
38873 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
38875         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
38877 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
38879         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
38880         unconditional.
38881         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
38882         Likewise.
38883         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
38884         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
38885         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
38886         Likewise.
38888 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
38890         [BZ #14587]
38891         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
38892         * config.make.in (have-cpp-asm-debuginfo): Removed.
38893         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
38894         * configure: Regenerated.
38896 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
38898         [BZ #5044]
38899         * stdio-common/printf_fp.c: Include <stdbool.h> and
38900         <rounding-mode.h>.
38901         (___printf_fp): Determine rounding using get_rounding_mode and
38902         round_away.
38903         * stdio-common/tst-printf-round.c: New file.
38904         * stdio-common/Makefile (tests): Add tst-printf-round.
38905         (link-libm): New variable.
38906         ($(objpfx)tst-printf-round): Depend in $(link-libm).
38908 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
38910         [BZ #14576]
38911         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
38912         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
38913         Likewise.
38914         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
38915         Likewise.
38917 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
38919         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
38920         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
38921         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
38922         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
38924 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
38926         [BZ #14518]
38927         * include/rounding-mode.h: New file.
38928         * sysdeps/generic/get-rounding-mode.h: Likewise.
38929         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
38930         * stdlib/strtod_l.c: Include <rounding-mode.h>.
38931         (MAX_VALUE): New macro.
38932         (MIN_VALUE): Likewise.
38933         (overflow_value): New function.
38934         (underflow_value): Likewise.
38935         (round_and_return): Use overflow_value and underflow_value to
38936         determine return values in overflow and underflow cases.  Use
38937         round_away to determine rounding depending on rounding mode.
38938         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
38939         determine return values in overflow and underflow cases.
38940         * stdlib/tst-strtod-round.c: Include <fenv.h>.
38941         (struct test_results): New structure.
38942         (struct test): Use struct test_results to store expected results
38943         for all rounding modes.
38944         (TEST): Include expected results for all rounding modes.
38945         (test_in_one_mode): New function.
38946         (do_test): Use test_in_one_mode to compute and check results.
38947         Check results for all rounding modes.
38948         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
38949         $(link-libm).
38951 2012-12-09  Allan McRae  <allan@archlinux.org>
38953         * sysdeps/i386/fpu/libm-test-ulps: Update
38955 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
38957         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
38958         (_G_int32_t): Likewise.
38959         (_G_uint16_t): Likewise.
38960         (_G_uint32_t): Likewise.
38961         (_G_HAVE_BOOL): Likewise.
38962         (_G_HAVE_ATEXIT): Likewise.
38963         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
38964         (_G_HAVE_IO_FILE_OPEN): Likewise.
38965         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
38966         (_G_int32_t): Likewise.
38967         (_G_uint16_t): Likewise.
38968         (_G_uint32_t): Likewise.
38969         (_G_HAVE_BOOL): Likewise.
38970         (_G_HAVE_ATEXIT): Likewise.
38971         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
38972         (_G_HAVE_IO_FILE_OPEN): Likewise.
38973         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
38974         (_G_int32_t): Likewise.
38975         (_G_uint16_t): Likewise.
38976         (_G_uint32_t): Likewise.
38977         (_G_HAVE_BOOL): Likewise.
38978         (_G_HAVE_ATEXIT): Likewise.
38979         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
38980         (_G_HAVE_IO_FILE_OPEN): Likewise.
38982 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
38984         * csu/libc-tls.c: Update copyright years.
38986 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
38988         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
38989         [!_G_USING_THUNKS]: Remove conditional code.
38990         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
38991         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
38993         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
38994         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
38995         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
38996         (_G_VTABLE_LABEL_PREFIX): Likewise.
38997         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
38998         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
38999         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
39000         (_G_VTABLE_LABEL_PREFIX): Likewise.
39001         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
39002         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
39003         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
39004         (_G_VTABLE_LABEL_PREFIX): Likewise.
39005         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
39007 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
39009         * libio/Makefile: Include ../Makeconfig before tests.
39010         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
39011         only if $(build-shared) is yes.
39013         * iconv/gconv_db.c: Update copyright years.
39015 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39017         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
39018         unwind info if defined PIC. Fix special cases description.
39019         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
39021         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
39022         DP_HI_MASK entry.
39023         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
39025 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
39027         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
39029         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
39030         is NULL.
39032         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
39033         (LDLIBS-tst-chk4): This.
39034         (LDFLAGS-tst-chk5): Renamed to ...
39035         (LDLIBS-tst-chk5): This.
39036         (LDFLAGS-tst-chk6): Renamed to ...
39037         (LDLIBS-tst-chk6): This.
39038         (LDFLAGS-tst-lfschk4): Renamed to ...
39039         (LDLIBS-tst-lfschk4): This.
39040         (LDFLAGS-tst-lfschk5): Renamed to ...
39041         (LDLIBS-tst-lfschk5): This.
39042         (LDFLAGS-tst-lfschk6): Renamed to ...
39043         (LDLIBS-tst-lfschk6): This.
39045         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
39046         on $(common-objpfx)soversions.mk.
39048 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
39050         [BZ #10014]
39051         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
39052         example host name.
39054 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
39056         * malloc/arena.c (arena_get_retry): New function that gets
39057         another arena for the caller to try its request on.
39058         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
39059         current arena cannot fulfill the request.
39060         (__libc_memalign): Likewise.
39061         (__libc_memalign): Likewise.
39062         (__libc_pvalloc): Likewise.
39063         (__libc_calloc): Likewise.
39065 2012-09-05  John Tobey  <john.tobey@gmail.com>
39067         [BZ #13542]
39068         * manual/arith.texi (Operations on Complex): Fix description
39069         of carg branch cut.
39071 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
39073         [BZ #10014]
39074         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
39075         host name.
39077         [BZ #10038]
39078         * manual/memory.texi (Memory): Make order of menu items match
39079         order of sections.
39081 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39083         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
39084         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
39085         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
39087 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39089         * csu/libc-tls.c (static_dtv): Renamed to ...
39090         (_dl_static_dtv): This.  Make it global.
39091         (_dl_initial_dtv): Removed.
39092         (__libc_setup_tls): Updated.
39093         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
39094         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
39095         DL_INITIAL_DTV.
39097 2012-09-06  Petr Machata  <pmachata@redhat.com>
39099         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
39100         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
39101         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
39102         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
39104 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39106         [BZ #14545]
39107         * csu/libc-tls.c (_dl_initial_dtv): New variable.
39108         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
39109         freeing dtv[-1].
39111 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39113         [BZ #14544]
39114         * Makeconfig (link-static-before-libc): Replace $(+prector)
39115         with $(+prectorT).
39116         (link-static-after-libc): Replace $(+postctor) with
39117         $(+postctorT).
39118         (link-bounded): Replace $(+prector)/$(+postctor) with
39119         $(+prectorT)/$(+postctorT).
39120         (+prectorT): New macro.
39121         (+postctorT): Likewise.
39123 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
39125         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
39126         (round_str): Handle values above the maximum for IBM long double
39127         as inexact.
39128         * stdlib/tst-strtod-round.c (tests): Regenerated.
39130 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39132         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
39133         assembler flag.
39134         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
39135         zarch_nohighgprs around the zarch optimized routines.
39136         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
39137         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
39138         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
39139         for zarch.
39141 2012-09-05  David S. Miller  <davem@davemloft.net>
39143         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39145         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
39146         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
39147         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
39148         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
39149         entries.
39151 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39153         * malloc/arena.c: Fold copyright years.
39154         * malloc/mcheck.c, malloc/memusage.c: Likewise.
39156 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39158         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
39160 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39162         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
39164 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39166         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
39167         change internal state upon failure.
39169 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39171         * malloc/mcheck.c (mcheck_check_all): Fix typo.
39172         * malloc/memusage.c (mmap): Likewise.
39173         (mmap64, mremap): Likewise.  Adjust name in comment.
39175 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
39177         * libio/fileops.c: Fix typos in comments.
39178         * libio/oldfileops.c: Likewise.
39179         * libio/wfileops.c: Likewise.
39181 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
39183         [BZ #1349]
39184         * malloc/Makefile (tests): Add tst-malloc-usable test case.
39185         (tst-malloc-usable-ENV): Set environment for test case.
39186         * malloc/hooks.c (malloc_check_get_size): New function to get
39187         requested size.
39188         * malloc/malloc.c (musable): Use malloc_check_get_size.
39189         * malloc/tst-malloc-usable.c: New test case.
39191 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
39193         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
39195 2012-09-05  Allan McRae  <allan@archlinux.org>
39197         [BZ #13966]
39198         * configure.in (CXX_SYSINCLUDES): Use compiler output to
39199         determine header location.
39200         * configure: Regenerated.
39202 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
39204         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
39205         float format.
39206         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
39207         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
39208         format.
39209         (test): Regenerate.
39211 2012-09-04  David S. Miller  <davem@davemloft.net>
39213         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
39214         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
39215         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
39217 2012-09-04  Florian Weimer  <fweimer@redhat.com>
39219         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
39220         failures.
39222         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
39224 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
39226         [BZ #9914]
39227         * libio/iogetdelim.c: Include <limits.h>.
39228         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
39229         + len + 1 would overflow.
39231 2012-09-03  Andreas Jaeger  <aj@suse.de>
39233         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39234         * sysdeps/i386/fpu/libm-test-ulps: Update.
39236 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39238         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
39239         Add s_sinf-sse2, s_conf-sse2.
39241         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
39242         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
39243         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
39244         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
39246         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
39247         for using routine as __sinf_ia32.
39248         Use macro for function declaration and weak_alias.
39249         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
39250         for using routine as __cosf_ia32.
39251         Use macro for function declaration and weak_alias.
39253         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
39254         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
39256         * sysdeps/x86_64/fpu/s_sinf.S: New file.
39257         * sysdeps/x86_64/fpu/s_cosf.S: New file.
39258         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39260         * math/libm-test.inc (cos_test): Add more test cases.
39261         (sin_test): Likewise.
39262         (sincos_test): Likewise.
39264 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39266         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
39267         (IFUNC_RESOLVE): Make pointers to the specialized implementations
39268         hidden.
39269         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
39271 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
39273         [BZ #14538]
39274         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
39275         first element of the GOT.
39276         (elf_machine_load_address): Return the difference between
39277         the runtime address of _DYNAMIC and elf_machine_dynamic ().
39279 2012-09-01  Allan McRae  <allan@archlinux.org>
39281         [BZ #13412]
39282         * configure.in (AWK): Require gawk version 3.0 or later.
39283         * configure: Regenerated.
39285 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
39287         * sysdeps/unix/sysv/linux/kernel-features.h
39288         (__ASSUME_POSIX_CPU_TIMERS): Remove.
39289         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
39290         [__NR_clock_getres]: Make code unconditional.
39291         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
39292         (clock_getcpuclockid): Remove code left unreachable by removal of
39293         conditionals.
39294         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
39295         code unconditional.
39296         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
39297         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39298         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
39299         Make code unconditional.
39300         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
39301         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39302         * sysdeps/unix/sysv/linux/clock_settime.c
39303         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
39304         conditional code.
39305         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
39306         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39308 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
39310         [BZ #14476]
39311         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
39312         scripts/test-installation.pl.
39314         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
39315         and $ld_so_version if it is set.
39317 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
39319         [BZ #14516]
39320         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
39321         failure if reading from procfs failed.
39322         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
39324 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
39326         * sysdeps/unix/sysv/linux/kernel-features.h
39327         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
39328         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
39329         Remove conditional code.
39330         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39331         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
39332         Remove conditional code.
39333         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39334         * sysdeps/unix/sysv/linux/i386/fxstat.c
39335         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39336         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39337         * sysdeps/unix/sysv/linux/i386/fxstatat.c
39338         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39339         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39340         * sysdeps/unix/sysv/linux/i386/lxstat.c
39341         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39342         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39343         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
39344         Remove conditional code.
39345         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39346         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
39347         Remove conditional code.
39348         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39349         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
39350         <kernel-features.h>.
39351         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
39352         Remove.
39353         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
39354         Remove conditional code.
39355         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39356         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
39357         Remove conditional.
39359 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
39361         [BZ #5400]
39362         * NEWS: Add fixed bug number.
39364 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
39366         [BZ #14519]
39367         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
39368         underflowing exponent in case of negative sign.
39369         * stdlib/tst-strtod-round-data: Add more tests.
39370         * stdlib/tst-strtod-round.c (tests): Regenerated.
39372         [BZ #3479]
39373         * stdlib/strtod_l.c (NDIG): Remove.
39374         (HEXNDIG): Likewise.
39375         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
39376         smallest representable value.
39377         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
39378         lie within an exact representation of 1/2 ulp of the result.
39379         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
39380         unconditionally.
39381         (TENS_P9_IDX): Define unconditionally.
39382         (TENS_P9_SIZE): Likewise.
39383         (TENS_P10_IDX): Likewise.
39384         (TENS_P10_SIZE): Likewise.
39385         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
39386         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
39387         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
39388         entries for 10^2^13 and 10^2^14.
39389         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
39390         (TENS_P13_IDX): Define.
39391         (TENS_P13_SIZE): Likewise.
39392         (TENS_P14_IDX): Likewise.
39393         (TENS_P14_SIZE): Likewise.
39394         (_fpioconst_pow10): Change array size to
39395         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
39396         unconditional.
39397         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
39398         1024]: Add entries for 10^2^13 and 10^2^14.
39399         [LAST_POW10 > _LAST_POW10]: Remove #error.
39400         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
39401         (_fpioconst_pow10): Change array size to
39402         FPIOCONST_POW10_ARRAY_SIZE.
39403         * stdlib/gen-fpioconst.c: New file.
39404         * stdlib/gen-tst-strtod-round.c: Likewise.
39405         * stdlib/tst-strtod-round-data: Likewise.
39406         * stdlib/tst-strtod-round.c: Likewise.
39407         * stdlib/Makefile (tests): Add tst-strtod-round.
39409         [BZ #14459]
39410         * stdlib/strtod_l.c: Include <stdint.h>.
39411         (NDEBUG): Do not define.
39412         (round_and_return): Change EXPONENT parameter to type intmax_t.
39413         Rearrange calculations to avoid internal overflow possibilities.
39414         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
39415         Rearrange calculations to avoid internal overflow possibilities.
39416         Assert that number fits inside MPNSIZE limbs.
39417         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
39418         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
39419         calculations and add assertions to avoid internal overflow
39420         possibilities.  Add casts to avoid signed/unsigned operations.
39421         * stdlib/tst-strtod-overflow.c: New file.
39422         * stdlib/Makefile (tests): Add tst-strtod-overflow.
39424 2012-08-25  Marek Polacek  <polacek@redhat.com>
39426         * time/time.h: Fix some typos in comments.
39428 2012-08-23  Roland McGrath  <roland@hack.frob.com>
39430         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
39431         * posix/tst-rfc3484-2.c: Likewise.
39432         * posix/tst-rfc3484-3.c: Likewise.
39434 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
39436         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
39437         (EF_ARM_ABI_FLOAT_HARD): Likewise.
39439 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
39441         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
39442         #include of fxstatat64.c.
39444 2012-08-22  Roland McGrath  <roland@hack.frob.com>
39446         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
39447         * shadow/getspent_r.c: Likewise.
39448         * shadow/getspnam.c: Likewise.
39449         * shadow/getspnam_r.c: Likewise.
39450         * gshadow/getsgent.c: Likewise.
39451         * gshadow/getsgent_r.c: Likewise.
39452         * gshadow/getsgnam.c: Likewise.
39453         * gshadow/getsgnam_r.c: Likewise.
39454         * inet/getnetbyad.c: Likewise.
39455         * inet/getnetbyad_r.c: Likewise.
39456         * inet/getnetbynm.c: Likewise.
39457         * inet/getnetbynm_r.c: Likewise.
39458         * inet/getnetent.c: Likewise.
39459         * inet/getnetent_r.c: Likewise.
39460         * inet/getproto.c: Likewise.
39461         * inet/getproto_r.c: Likewise.
39462         * inet/getprtent.c: Likewise.
39463         * inet/getprtent_r.c: Likewise.
39464         * inet/getprtname.c: Likewise.
39465         * inet/getprtname_r.c: Likewise.
39466         * inet/getrpcbyname.c: Likewise.
39467         * inet/getrpcbyname_r.c: Likewise.
39468         * inet/getrpcbynumber.c: Likewise.
39469         * inet/getrpcbynumber_r.c: Likewise.
39470         * inet/getrpcent.c: Likewise.
39471         * inet/getrpcent_r.c: Likewise.
39472         * inet/getaliasent.c: Likewise.
39473         * inet/getaliasent_r.c: Likewise.
39474         * inet/getaliasname.c: Likewise.
39475         * inet/getaliasname_r.c: Likewise.
39476         * nscd/getgrgid_r.c: Likewise.
39477         * nscd/getgrnam_r.c: Likewise.
39478         * nscd/gethstbyad_r.c: Likewise.
39479         * nscd/gethstbynm3_r.c: Likewise.
39480         * nscd/getpwnam_r.c: Likewise.
39481         * nscd/getpwuid_r.c: Likewise.
39482         * nscd/getsrvbynm_r.c: Likewise.
39483         * nscd/getsrvbypt_r.c: Likewise.
39484         * nscd/gai.c: Likewise.
39486         * configure.in (build_nscd): New substituted variable, set
39487         by --disable-build-nscd and defaults to $use_nscd.
39488         * configure: Regenerated.
39489         * config.make.in (build-nscd): New substituted variable.
39490         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
39491         Change conditional to require [$(build-nscd) = yes] as well.
39492         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
39494         [BZ# 13696]
39495         * configure.in (use_nscd): New substituted variable, set by
39496         --disable-nscd.  If enabled, define USE_NSCD.
39497         * configure: Regenerated.
39498         * config.h.in: Add USE_NSCD.
39499         * config.make.in (use-nscd): New substituted variable.
39500         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
39501         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
39502         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
39503         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
39504         (CFLAGS-getgrnam_r.c): Likewise.
39505         (CFLAGS-initgroups.c): Likewise.
39506         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
39507         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
39508         Variables removed.
39509         * inet/getnetgrent_r.c
39510         (nscd_setnetgrent): New function, broken out of ...
39511         (setnetgrent): ... here.  Call it.
39512         (innetgr): Conditionalize nscd bits on [USE_NSCD].
39513         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
39514         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
39515         * nscd/Makefile (routines, aux): Move definitions after include of
39516         Makeconfig.  Conditionalize on [$(use-nscd) != no].
39517         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
39518         Conditionalize on [USE_NSCD].
39519         (is_nscd, nscd_init_cb): Likewise.
39520         (nss_load_library): Conditionalize init callback on [USE_NSCD].
39521         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
39522         * nss/nss_db/db-init.c: Likewise.
39523         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
39524         [USE_NSCD].
39525         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
39526         (make_request): Use it.
39527         (cache_valid_p): New function.
39528         (__check_pf): Use it.
39529         * NEWS: Add item for --disable-nscd.
39531 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
39533         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
39534         to support sed >= 4.2.1-20-ga9bf076.
39535         * configure: Regenerated.
39537 2012-08-22  Roland McGrath  <roland@hack.frob.com>
39539         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
39540         Conditionalize whole body on [IREL].
39542 2012-08-22  Jeff Law <law@redhat.com>
39544         [BZ #14505]
39545         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
39546         if the family is PF_UNSPEC.
39548 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
39550         * Makerules (lib-version): Rename from V.
39551         (install-lib-nosubdir): Change V to lib-version.
39553 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
39555         [BZ #14252]
39556         * powerpc32/power6/wcschr.c: New file.
39557         * powerpc32/power6/wcscpy.c: New file.
39558         * powerpc32/power6/wcsrchr.c: New file.
39559         * powerpc64/power6/wcschr.c: New file.
39560         * powerpc64/power6/wcscpy.c: New file.
39561         * powerpc64/power6/wcsrchr.c: New file.
39563 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
39565         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
39566         (two_way_short_needle): Use it.
39567         * string/strstr.c (AVAILABLE1_USES_J): Define.
39568         * string/strcasestr.c: Likewise.
39570         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
39571         array references.
39572         * string/strcasestr.c (TOLOWER): Make side-effect safe.
39574         [BZ #11607]
39575         * NEWS: Add an entry.
39576         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
39577         define their defaults.
39578         (two_way_short_needle): Detect end-of-string on-the-fly.
39579         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
39580         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
39581         * string/bug-strcasestr1.c: New test.
39582         * string/Makefile: Run it.
39584 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
39586         [BZ #11607]
39587         * string/str-two-way.h (two_way_short_needle): Optimize matching of
39588         the first character.
39590 2012-08-21  Roland McGrath  <roland@hack.frob.com>
39592         * csu/elf-init.c (__libc_csu_irel): Function removed.
39593         * csu/libc-start.c (apply_irel): New function.
39594         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
39596 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
39598         * sysdeps/unix/sysv/linux/kernel-features.h
39599         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
39600         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
39601         <kernel-features.h>.
39602         [__NR_fadvise64_64]: Make code unconditional.
39603         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
39604         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
39605         !__NR_fadvise64_64)]: Likewise.
39606         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
39607         !__NR_fadvise64_64))]: Likewise.
39608         [__NR_fadvise64]: Make code unconditional.
39609         [!__NR_fadvise64]: Remove conditional code.
39610         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
39611         <kernel-features.h>.
39612         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
39613         unconditional.
39614         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
39615         conditional code.
39616         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
39617         not include <kernel-features.h>.
39618         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
39619         unconditional.
39620         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
39621         conditional code.
39622         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
39623         include <kernel-features.h>.
39624         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
39625         unconditional.
39626         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
39627         conditional code.
39629 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
39631         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
39632         slight instruction rearrangements per scrollpipe analysis.
39633         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
39635 2012-08-20  Roland McGrath  <roland@hack.frob.com>
39637         * manual/syslog.texi (syslog; vsyslog, closelog):
39638         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
39639         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
39641         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
39642         DSOCAPS to match condition on defining it.
39644 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
39646         * sysdeps/unix/sysv/linux/kernel-features.h
39647         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
39648         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
39649         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
39650         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
39651         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
39652         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
39653         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
39654         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
39655         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
39656         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
39658         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
39659         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
39661         * sysdeps/unix/sysv/linux/kernel-features.h
39662         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
39663         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
39664         unconditional.
39665         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39666         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
39667         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
39668         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39669         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
39670         Make code unconditional.
39671         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39672         (__mmap64) [!__NR_mmap2]: Likewise.
39673         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
39674         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
39675         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39676         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
39677         [__NR_mmap2]: Make code unconditional.
39678         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39679         (__mmap64) [!__NR_mmap2]: Likewise.
39681 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39683         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
39685 2012-08-18  Andreas Jaeger  <aj@suse.de>
39687         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
39689 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
39691         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
39692         * include/unistd.h (__have_sock_cloexec): Likewise.
39693         (__have_pipe2): Likewise.
39694         (__have_dup3): Likewise.
39696 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
39698         [BZ #9685]
39699         * include/unistd.h (__have_pipe2): Change define into an extern int.
39700         (__have_dup3): Likewise.
39701         * socket/have_sock_cloexec.c: Include fcntl.h.
39702         (__have_pipe2): New variable.
39703         (__have_dup3): Likewise.
39705 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
39707         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
39709 2012-08-17  Marek Polacek  <polacek@redhat.com>
39711         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
39712         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
39714 2012-08-17  Roland McGrath  <roland@hack.frob.com>
39716         * configure.in: Add AC_SUBST for sysheaders.
39717         * configure: Regenerated.
39718         * config.make.in (sysheaders): New substituted variable.
39720         * sysdeps/unix/mkfifo.c: Moved ...
39721         * sysdeps/posix/mkfifo.c: ... here.
39722         * sysdeps/unix/mkfifoat.c: Moved ...
39723         * sysdeps/posix/mkfifoat.c: ... here.
39725         * sysdeps/unix/utime.c: Moved ...
39726         * sysdeps/posix/utime.c: ... here.
39728         * sysdeps/unix/time.c: Moved ...
39729         * sysdeps/posix/time.c: ... here.
39730         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
39731         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
39733         * sysdeps/unix/nice.c: Moved ...
39734         * sysdeps/posix/nice.c: ... here.
39736         * sysdeps/unix/alarm.c: Moved ...
39737         * sysdeps/posix/alarm.c: ... here.
39739         * intl/Makefile ($(codeset_mo)): Depend on the input file.
39741 2012-08-17  Jeff Law <law@redhat.com>
39743         * intl/Makefile (codeset_mo): New variable.
39744         ($(codeset_mo)): New target.
39745         (tst-codeset.out): Depend on that.  Remove explicit rule.
39746         (tst-gettext3.out, tst-gettext5.out): Likewise.
39747         (LOCPATH-ENV, tst-codeset-ENV): New variables.
39748         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
39749         * intl/tst-codeset.sh: Remove.
39750         * intl/tst-gettext3.sh: Likewise.
39751         * intl/tst-gettext5.sh: Likewise.
39753 2012-08-17  Roland McGrath  <roland@hack.frob.com>
39755         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
39756         * sysdeps/unix/syscalls.list: ... here.
39758         * sysdeps/posix/getaddrinfo.c
39759         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
39760         (gaiconf_init, gaiconf_reload): Use them.
39761         [!_STATBUF_ST_NSEC]
39762         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
39763         Define using time_t rather than struct timespec.
39765         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
39766         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
39767         Macros removed.
39768         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
39769         [!NO_THREADS].
39770         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
39771         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
39772         Likewise.
39774         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
39775         __libc_cleanup_push argument.
39777         * bits/param.h: New file.
39778         * misc/sys/param.h: New file.
39779         * include/sys/param.h: New file.
39780         * misc/Makefile (headers): Add bits/param.h.
39781         * sysdeps/generic/sys/param.h: File removed.
39782         * sysdeps/unix/sysv/linux/bits/param.h: New file.
39783         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
39784         * sysdeps/mach/hurd/bits/param.h: New file.
39785         * sysdeps/mach/hurd/sys/param.h: File removed.
39787         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
39788         last change.
39790         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
39791         [_IO_MTSAFE_IO].
39792         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
39793         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
39794         New macros.
39796         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
39797         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
39798         rather than -D_IO_MTSAFE_IO conditionally.
39799         * stdio-common/Makefile (CPPFLAGS): Likewise.
39800         * wcsmbs/Makefile (CPPFLAGS): Likewise.
39801         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
39802         Use $(libio-mtsafe).
39803         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
39804         of -D_IO_MTSAFE_IO.
39805         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
39806         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
39807         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
39808         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
39809         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
39810         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
39811         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
39812         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
39813         (CFLAGS-fread_u_chk.c): Likewise.
39814         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
39815         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
39816         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
39817         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
39818         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
39819         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
39820         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
39821         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
39822         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
39824         * libio/Makefile: Test [$(libc-reentrant) = yes]
39825         instead of [$(filter %REENTRANT, $(defines)) nonempty].
39827         * Makeconfig
39828         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
39829         * sysdeps/pthread/configure: File removed.
39830         * sysdeps/pthread/Makeconfig: New file.
39831         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
39832         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
39834 2012-08-16  Gary Benson  <gbenson@redhat.com>
39836         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
39837         unmapping the first object in a namespace.
39839 2012-08-16  Roland McGrath  <roland@hack.frob.com>
39841         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
39842         (__internal_setnetgrent): ... this.  Add internal_function to
39843         definition.  Add libc_hidden_def.
39844         (setnetgrent): Update caller.
39845         (internal_endnetgrent): Renamed to ...
39846         (__internal_endnetgrent): ... this.  Add internal_function to
39847         definition.  Add libc_hidden_def.
39848         (endnetgrent): Update caller.
39849         (internal_getnetgrent_r): Renamed to ...
39850         (__internal_getnetgrent_r): ... this.  Add internal_function to
39851         definition.  Add libc_hidden_def.
39852         (__getnetgrent_r): Update caller.
39853         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
39855 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
39857         * stdlib/longlong.h: Update from GCC.
39859 2012-08-16  Roland McGrath  <roland@hack.frob.com>
39861         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
39862         on _QL, which is set by umul_ppmm but never used.
39863         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
39864         variables, which are set by GMP macros but never used.
39865         * stdio-common/_itowa.c (_itowa): Likewise.
39866         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
39867         * stdlib/mod_1.c (mpn_mod_1): Likewise.
39869 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
39871         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
39872         struct La_sh_regs is not constant.
39873         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
39874         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
39875         and struct La_sparc64_regs are not constant.
39877 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
39879         * sysdeps/unix/sysv/linux/kernel-features.h
39880         (__ASSUME_POSIX_TIMERS): Remove.
39881         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
39882         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39883         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
39884         Make code unconditional.
39885         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39886         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
39887         Make code unconditional.
39888         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39889         * sysdeps/unix/sysv/linux/clock_nanosleep.c
39890         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
39891         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39892         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
39893         Make code unconditional.
39894         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39895         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
39896         (__libc_missing_posix_timers): Remove.
39898 2012-08-15  Roland McGrath  <roland@hack.frob.com>
39900         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
39901         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
39903         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
39905         * elf/dl-sym.c: Include <stdlib.h>.
39907         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
39908         constants, which avoids warnings in 32-bit builds.
39910         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
39911         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
39913         * misc/lseek.c: File moved to ...
39914         * io/lseek.c: ... here.
39916         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
39918         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
39919         shifting LEN more than 31 bits at once.
39921 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39923         [BZ #14195]
39924         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
39925         segmentation fault for a case of two empty input strings.
39926         * string/test-strncasecmp.c (check1): Renamed to...
39927         (bz12205): ...this.
39928         (bz14195): Add new testcase for two empty input strings and N > 0.
39929         (test_main): Call new testcase, adapt for renamed function.
39931 2012-08-15  Andreas Jaeger  <aj@suse.de>
39933         [BZ #14090]
39934         * crypt/md5test2.c: New test, based on test supplied by Serge
39935         Belyshev <belyshev@depni.sinp.msu.ru>.
39936         * crypt/Makefile (xtests): Add md5test-giant..
39937         * crypt/Makefile ($(objpfx)md5test-giant): Add.
39939 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
39941         [BZ #14090]
39942         * crypt/md5.c (md5_process_block): Don't assume the buffer
39943         length is less than 2**32.
39944         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
39945         length is less than 2**64.
39947 2012-08-15  Roland McGrath  <roland@hack.frob.com>
39949         * string/str-two-way.h: Include <sys/param.h>.
39950         (MAX): Macro removed.
39952         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
39953         Move #define and #undef of memmove to just before and after
39954         including <string.h>.
39956         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
39957         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
39958         and after including <string.h>.  Move declarations of
39959         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
39960         to before #include "string/memmove.c".
39962         * include/dirent.h: Declare __getdirentries.
39964         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
39965         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
39967 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
39969         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
39970         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
39971         * sysdeps/i386/configure: Regenerated.
39972         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
39973         STABS_CURRENT_FILE, and STABS_FUN.
39974         (END): Remove call to STABS_FUN_END.
39975         (STABS_CURRENT_FILE1): Delete.
39976         (STABS_CURRENT_FILE): Likewise.
39977         (STABS_FUN): Likewise.
39978         (STABS_FUN_END): Likewise.
39979         (STABS_FUN2): Likewise.
39980         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
39981         * sysdeps/x86_64/configure: Regenerated.
39983 2012-08-14  Roland McGrath  <roland@hack.frob.com>
39985         * elf/dl-open.c: Include <atomic.h>.
39986         * elf/dl-lookup.c: Likewise.
39988 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
39990         * sysdeps/unix/sysv/linux/kernel-features.h
39991         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
39992         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
39993         unconditionally.
39994         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
39995         unconditionally.
39996         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
39997         condition on __ASSUME_CLONE_THREAD_FLAGS.
39999 2012-08-14  Andreas Jaeger  <aj@suse.de>
40001         * sysdeps/i386/fpu/libm-test-ulps: Update.
40003 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
40005         * include/atomic.h (atomic_exchange_and_add): Split into ...
40006         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
40007         New atomic macros.
40009 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
40011         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
40013 2012-08-13  Jeff Law <law@redhat.com>
40015         * manual/stdio.texi (snprintf): Clarify handling of the trailing
40016         null byte in the output string.
40018 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
40020         * sysdeps/unix/sysv/linux/kernel-features.h
40021         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
40022         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
40023         (__ASSUME_ARG_MAX_STACK_BASED): Define.
40024         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
40025         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
40026         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
40027         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
40029 2012-08-09  Jeff Law <law@redhat.com>
40031         [BZ #13939]
40032         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
40033         When avoid_arena is set, don't retry in the that arena.  Pick the
40034         next one, whatever it might be.
40035         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
40036         (arena_lock): Pass in new parameter to arena_get2.
40037         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
40038         arena_get2.
40039         (__libc_malloc): Unify retrying after main arena failure with
40040         __libc_memalign version.
40041         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
40043 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
40045         [BZ #14166]
40046         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
40047         to __redirect_strstr.
40048         (__strstr_sse42): Use typeof __redirect_strstr.
40049         (__strstr_ia32): Likewise.
40050         (__libc_strstr): New prototype.
40051         (strstr): Renamed to ...
40052         (__libc_strstr): This.
40053         (strstr): New strong alias of __libc_strstr.
40054         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
40055         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
40056         __redirect_time.
40057         Include <time.h>.
40058         (__libc_time): New prototype.
40059         (time_ifunc): Replace time with __libc_time.
40060         (time): New strong alias and hidden definition of __libc_time.
40061         (__GI_time): Remove strong alias.
40062         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
40063         Include <stddef.h>.
40064         (memmove): Redefined to __redirect_memmove.
40065         (__memmove_sse2): Use typeof __redirect_memmove.
40066         (__memmove_ssse3): Likewise.
40067         (__memmove_ssse3_back): Likewise.
40068         (__libc_memmove): New prototype.
40069         (memmove): Renamed to ...
40070         (__libc_memmove): This.
40071         (memmove): New strong alias of __libc_memmove.
40073 2012-08-08  Mark Salter  <msalter@redhat.com>
40075         * elf/elf.h
40076         (R_MN10300_TLS_GD): Define.
40077         (R_MN10300_TLS_LD): Likewise.
40078         (R_MN10300_TLS_LDO): Likewise.
40079         (R_MN10300_TLS_GOTIE): Likewise.
40080         (R_MN10300_TLS_IE): Likewise.
40081         (R_MN10300_TLS_LE): Likewise.
40082         (R_MN10300_TLS_DTPMOD): Likewise.
40083         (R_MN10300_TLS_DTPOFF): Likewise.
40084         (R_MN10300_TLS_TPOFF): Likewise.
40085         (R_MN10300_SYM_DIFF): Likewise.
40086         (R_MN10300_ALIGN): Likewise.
40087         (R_MN10300_NUM): Update.
40089 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
40091         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
40092         Remove.
40094 2012-08-08  Roland McGrath  <roland@hack.frob.com>
40096         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
40098         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
40099         sysdeps/unix -> sysdeps/posix move.
40100         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
40102 2012-08-07      Allan McRae     <allan@archlinux.org>
40104         [BZ #14303]
40105         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
40106         (SUNOS_CPP): Likewise.
40107         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
40108         not found.
40109         (open_input): Call CPP using execvp.
40111 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
40113         * sysdeps/unix/sysv/linux/kernel-features.h
40114         (__ASSUME_PROT_GROWSUPDOWN): Remove.
40115         (__ASSUME_NO_CLONE_DETACHED): Likewise.
40116         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
40117         (__ASSUME_WAITID_SYSCALL): Likewise.
40118         * sysdeps/unix/sysv/linux/dl-execstack.c
40119         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
40120         code unconditional.
40121         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
40122         conditional code.
40123         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
40124         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
40125         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
40126         code.
40127         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
40128         unconditional.
40129         [__ASSUME_WAITID_SYSCALL]: Likewise.
40130         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
40132 2012-08-07  Roland McGrath  <roland@hack.frob.com>
40134         * sysdeps/unix/closedir.c: Renamed to ...
40135         * sysdeps/posix/closedir.c: ... here.
40136         * sysdeps/unix/dirfd.c: Renamed to ...
40137         * sysdeps/posix/dirfd.c: ... here.
40138         * sysdeps/unix/dirstream.h: Renamed to ...
40139         * sysdeps/posix/dirstream.h: ... here.
40140         * sysdeps/unix/fdopendir.c: Renamed to ...
40141         * sysdeps/posix/fdopendir.c: ... here.
40142         * sysdeps/unix/opendir.c: Renamed to ...
40143         * sysdeps/posix/opendir.c: ... here.
40144         * sysdeps/unix/readdir.c: Renamed to ...
40145         * sysdeps/posix/readdir.c: ... here.
40146         * sysdeps/unix/readdir_r.c: Renamed to ...
40147         * sysdeps/posix/readdir_r.c: ... here.
40148         * sysdeps/unix/rewinddir.c: Renamed to ...
40149         * sysdeps/posix/rewinddir.c: ... here.
40150         * sysdeps/unix/seekdir.c: Renamed to ...
40151         * sysdeps/posix/seekdir.c: ... here.
40152         * sysdeps/unix/telldir.c: Renamed to ...
40153         * sysdeps/posix/telldir.c: ... here.
40154         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
40155         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
40156         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
40157         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
40159         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
40160         * bits/fcntl.h: ... here.
40162         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
40163         not 0.
40164         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
40165         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
40166         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
40167         (struct flock): Move l_start, l_len to the beginning.
40168         Use __pid_t for l_pid.
40169         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
40170         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
40171         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
40172         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
40173         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
40174         [__USE_LARGEFILE64] (struct flock64): New type.
40175         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
40177         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
40178         * bits/dirent.h: ... here.
40180         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
40181         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
40183 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
40185         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40186         Change from 2.6.0 to 2.6.16.
40187         * sysdeps/unix/sysv/linux/configure: Regenerated.
40188         * sysdeps/unix/sysv/linux/kernel-features.h
40189         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
40190         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
40191         version.
40192         (__ASSUME_UTIMES): Likewise.
40193         (__ASSUME_CLONE_STOPPED): Remove.
40194         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
40195         architectures, not kernel version.
40196         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
40197         (__ASSUME_NO_CLONE_DETACHED): Likewise.
40198         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
40199         (__ASSUME_WAITID_SYSCALL): Likewise.
40200         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
40201         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
40202         * README: State 2.6.16 as minimum Linux kernel version.  Do not
40203         refer to older versions.
40205 2012-08-06  Roland McGrath  <roland@hack.frob.com>
40207         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
40208         Define alphasort64 as an alias.
40209         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
40210         Define versionsort64 as an alias.
40211         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
40212         Define scandir64 as an alias.
40213         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
40214         Define scandirat64 as an alias.
40215         * dirent/alphasort64.c (alphasort64):
40216         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
40217         * dirent/versionsort64.c: Likewise.
40218         * dirent/scandir64.c: Likewise.
40219         * dirent/scandirat64.c: Likewise.
40220         * sysdeps/wordsize-64/alphasort.c: File removed.
40221         * sysdeps/wordsize-64/alphasort64.c: File removed.
40222         * sysdeps/wordsize-64/scandir.c: File removed.
40223         * sysdeps/wordsize-64/scandir64.c: File removed.
40224         * sysdeps/wordsize-64/scandirat.c: File removed.
40225         * sysdeps/wordsize-64/scandirat64.c: File removed.
40226         * sysdeps/wordsize-64/versionsort.c: File removed.
40227         * sysdeps/wordsize-64/versionsort64.c: File removed.
40228         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
40229         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
40230         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
40231         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
40232         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
40233         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
40234         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
40235         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
40237         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
40238         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
40239         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
40240         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40241         [defined __arch64__ || defined __sparcv9]
40242         (__INO_T_MATCHES_INO64_T): New macro.
40243         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
40244         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
40245         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
40246         * sysdeps/unix/sysv/linux/bits/dirent.h
40247         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
40248         (_DIRENT_MATCHES_DIRENT64): New macro.
40250         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
40251         Define lockf64 as an alias.
40252         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
40253         Define fseeko64 as an alias.
40254         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
40255         Define ftello64 as an alias.
40256         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
40257         Define _IO_fgetpos64 and fgetpos64 as aliases.
40258         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
40259         Define _IO_fsetpos64 and fsetpos64 as aliases.
40260         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
40261         Conditionalize body on this.
40262         * libio/fseeko64.c: Likewise.
40263         * libio/ftello64.c: Likewise.
40264         * libio/iofgetpos64.c: Likewise.
40265         * libio/iofsetpos64.c: Likewise.
40266         * sysdeps/wordsize-64/lockf.c: File removed.
40267         * sysdeps/wordsize-64/lockf64.c: File removed.
40268         * sysdeps/wordsize-64/fseeko.c: File removed.
40269         * sysdeps/wordsize-64/fseeko64.c: File removed.
40270         * sysdeps/wordsize-64/ftello.c: File removed.
40271         * sysdeps/wordsize-64/ftello64.c: File removed.
40272         * sysdeps/wordsize-64/iofgetpos.c: File removed.
40273         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
40274         * sysdeps/wordsize-64/iofsetpos.c: File removed.
40275         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
40276         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
40277         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
40278         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
40279         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
40280         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
40281         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
40282         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
40283         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
40284         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
40285         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
40287         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
40288         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
40289         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
40290         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40291         [defined __arch64__ || defined __sparcv9]
40292         (__OFF_T_MATCHES_OFF64_T): New macro.
40293         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
40294         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
40295         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40296         (__OFF_T_MATCHES_OFF64_T): New macro.
40298 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
40300         * stdlib/secure-getenv.c (__secure_getenv): Replace
40301         GLIBC_2_16 with GLIBC_2_17.
40303 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
40305         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
40306         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
40308 2012-08-03  David S. Miller  <davem@davemloft.net>
40310         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40312 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
40314         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
40315         Remove.
40316         (__ASSUME_CORRECT_SI_PID): Likewise.
40317         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
40318         (__ASSUME_TMPFS_NAME): Likewise.
40319         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
40320         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
40321         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
40322         (HAVE_AUX_SECURE): Make definition unconditional.
40323         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
40324         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
40326 2012-08-03  Roland McGrath  <roland@hack.frob.com>
40328         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
40329         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
40330         * sysdeps/mach/hurd/eloop-threshold.h: New file.
40331         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40332         __eloop_threshold instead of SYMLOOP_MAX.
40334         * sysdeps/generic/eloop-threshold.h: New file.
40335         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
40336         of MAXSYMLINKS.
40337         * elf/chroot_canon.c (chroot_canon): Likewise.
40339 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
40341         [BZ #13717]
40342         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40343         Change to 2.6.0 everywhere.
40344         * sysdeps/unix/sysv/linux/configure: Regenerated.
40345         * sysdeps/unix/sysv/linux/kernel-features.h
40346         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
40347         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
40348         kernel versions.
40349         (__ASSUME_POSIX_TIMERS): Define unconditionally.
40350         (__ASSUME_FUTEX_REQUEUE): Remove.
40351         (__ASSUME_STATFS64): Define unconditionally.
40352         (__ASSUME_AT_SECURE): Likewise.
40353         (__ASSUME_CORRECT_SI_PID): Likewise.
40354         (__ASSUME_TGKILL): Define without depending on kernel version for
40355         i386.
40356         (__ASSUME_UTIMES): Likewise.
40357         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
40358         kernel version.
40359         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
40360         (__ASSUME_TMPFS_NAME): Likewise.
40361         * README: Update reference to Linux kernel versions.
40363 2012-08-02  Marek Polacek  <polacek@redhat.com>
40365         [BZ# 14150]
40366         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
40367         libc_cv_asm_type_prefix with %.
40368         * configure: Regenerated.
40369         * include/libc-symbols.h: Remove comment about
40370         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
40371         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
40372         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
40373         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
40374         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
40375         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
40376         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
40377         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
40378         * elf/tst-unique2mod1.c: Likewise.
40379         * elf/tst-unique1mod2.c: Likewise.
40380         * elf/tst-unique1mod1.c: Likewise.
40381         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
40382         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
40383         Replace ASM_TYPE_DIRECTIVE with .type.
40384         * sysdeps/s390/s390-64/sysdep.h: Likewise.
40385         * sysdeps/i386/sysdep.h: Likewise.
40386         * sysdeps/x86_64/sysdep.h: Likewise.
40387         * sysdeps/sh/sysdep.h: Likewise.
40388         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
40389         Do not define ASM_TYPE_DIRECTIVE.
40390         * sysdeps/powerpc/sysdep.h: Likewise.
40391         * sysdeps/powerpc/powerpc32/sysdep.h:
40392         Replace ASM_TYPE_DIRECTIVE with .type.
40393         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
40394         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
40395         * sysdeps/i386/fpu/e_powf.S: Likewise.
40396         * sysdeps/i386/fpu/e_expl.S: Likewise.
40397         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
40398         * sysdeps/i386/fpu/e_acosh.S: Likewise.
40399         * sysdeps/i386/fpu/e_pow.S: Likewise.
40400         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
40401         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
40402         * sysdeps/i386/fpu/s_expm1.S: Likewise.
40403         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
40404         * sysdeps/i386/fpu/e_log2.S: Likewise.
40405         * sysdeps/i386/fpu/e_log2l.S: Likewise.
40406         * sysdeps/i386/fpu/e_scalb.S: Likewise.
40407         * sysdeps/i386/fpu/e_powl.S: Likewise.
40408         * sysdeps/i386/fpu/e_log10f.S: Likewise.
40409         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
40410         * sysdeps/i386/fpu/e_logl.S: Likewise.
40411         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
40412         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
40413         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
40414         * sysdeps/i386/fpu/e_log2f.S: Likewise.
40415         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
40416         * sysdeps/i386/fpu/e_log.S: Likewise.
40417         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
40418         * sysdeps/i386/fpu/e_logf.S: Likewise.
40419         * sysdeps/i386/fpu/e_log10l.S: Likewise.
40420         * sysdeps/i386/fpu/e_atanh.S: Likewise.
40421         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
40422         * sysdeps/i386/fpu/e_log10.S: Likewise.
40423         * sysdeps/i386/fpu/s_frexp.S: Likewise.
40424         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
40425         * sysdeps/i386/fpu/s_asinh.S: Likewise.
40426         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
40427         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
40428         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
40429         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
40430         * sysdeps/i386/i686/strtok.S: Likewise.
40431         * sysdeps/i386/i386-mcount.S: Likewise.
40432         * sysdeps/i386/strtok.S: Likewise.
40433         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
40434         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
40435         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
40436         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
40437         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
40438         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
40439         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
40440         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
40441         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
40442         * sysdeps/x86_64/_mcount.S: Likewise.
40443         * sysdeps/x86_64/strtok.S: Likewise.
40444         * sysdeps/sh/_mcount.S: Likewise.
40446 2012-08-01  Roland McGrath  <roland@hack.frob.com>
40448         * libio/iofopen.c: Include <fcntl.h>.
40449         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
40450         (_IO_fopen64, fopen64): Define as aliases.
40451         * libio/iofopen64.c: Include <fcntl.h>.
40452         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
40453         Conditionalize body on this.
40454         * sysdeps/wordsize-64/iofopen.c: File removed.
40455         * sysdeps/wordsize-64/iofopen64.c: File removed.
40457 2012-08-01  Marek Polacek  <polacek@redhat.com>
40459         * libc/Makeconfig: Use elf in place of binfmt-subdir.
40460         Use dlfcn directly instead of a variable.
40461         (binfmt-subdir): Do not define.
40462         (dlfcn): Likewise.
40464 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
40466         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
40467         Remove all definitions.
40468         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
40469         <kernel-features.h>.
40470         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
40471         (miss_F_GETOWN_EX): Remove all definitions.
40472         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
40473         macro definition.
40474         [!__ASSUME_FCNTL64]: Remove conditional code.
40475         [__ASSUME_FCNTL64]: Make code unconditional.
40476         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
40477         <kernel-features.h>.
40478         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
40479         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
40480         (lockf64) [__NR_fcntl64]: Make code unconditional.
40481         (lockf64) [__ASSUME_FCNTL64]: Likewise.
40483         * sysdeps/unix/sysv/linux/kernel-features.h
40484         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
40485         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
40486         Make code unconditional.
40487         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40488         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40489         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
40490         [__NR_vfork]: Make code unconditional.
40491         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40492         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40493         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
40494         [__NR_vfork]: Make code unconditional.
40495         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40496         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40498 2012-08-01  Roland McGrath  <roland@hack.frob.com>
40500         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
40501         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
40503         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40504         Define mkstemp64 as an alias.
40505         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40506         Define mkstemps64 as an alias.
40507         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40508         Define mkostemp64 as an alias.
40509         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40510         Define mkostemps64 as an alias.
40511         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
40512         Conditionalize body on this.
40513         * misc/mkostemp64.c: Likewise.
40514         * misc/mkostemps64.c: Likewise.
40515         * misc/mkstemps64.c: Likewise.
40516         * sysdeps/wordsize-64/mkstemp64.c: File removed.
40517         * sysdeps/wordsize-64/mkostemp64.c: File removed.
40518         * sysdeps/wordsize-64/mkostemp.c: File removed.
40519         * sysdeps/wordsize-64/mkstemp.c: File removed.
40520         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
40521         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
40522         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
40523         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
40525         [BZ #14138]
40526         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
40527         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
40528         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
40529         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
40531         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
40532         compat_symbol macros from <shlib-compat.h> rather than the underlying
40533         default_symbol_version and symbol_version macros, so that DEFAULT
40534         lines in shlib-versions are respected.
40535         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
40537 2012-08-01  Florian Weimer  <fweimer@redhat.com>
40539         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
40540         Declare with warn_unused_result.
40541         (setgid, setregid, setegid, setresgid): Likewise.
40542         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
40543         Likewise.
40544         * WUR-REPORT: Remove set*id functions.
40546 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
40548         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
40550 2012-07-31  Roland McGrath  <roland@hack.frob.com>
40552         [BZ #10191]
40553         * include/sys/socket.h (__libc_accept, __libc_accept4):
40554         Add attribute_hidden.
40555         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
40557         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
40558         use of PTR_MANGLE.
40559         * inet/getnetgrent_r.c (setup): Likewise.
40561         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
40563 2012-07-31  David S. Miller  <davem@davemloft.net>
40565         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40567 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
40569         [BZ #13629]
40570         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
40571         value between 1.0 and 2.0 and smaller part has absolute value less
40572         than 1.0.
40573         * math/s_clog10.c (__clog10): Likewise.
40574         * math/s_clog10f.c (__clog10f): Likewise.
40575         * math/s_clog10l.c (__clog10l): Likewise.
40576         * math/s_clogf.c (__clogf): Likewise.
40577         * math/s_clogl.c (__clogl): Likewise.
40578         * math/libm-test.inc (clog_test): Add more tests.
40579         (clog10_test): Likewise.
40580         * sysdeps/i386/fpu/libm-test-ulps: Update.
40581         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40583 2012-07-31  Florian Weimer  <fweimer@redhat.com>
40585         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
40586         Exit with zero in case no suitable GID is found, and write a
40587         message to standard error.
40589 2012-07-30  Roland McGrath  <roland@hack.frob.com>
40591         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
40592         rather than to 1.
40593         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
40594         (MAXPATHLEN): Removed.
40595         (NOGROUP, NODEV): New macros.
40596         (setbit, clrbit, isset, isclr): New macros.
40597         (howmany, roundup, powerof2): New macros.
40598         (DEV_BSIZE): New macro.
40600         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
40601         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
40603         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
40604         definition on [!__NO_LONG_DOUBLE_MATH].
40606         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
40607         PTR_MANGLE and PTR_DEMANGLE.
40609         * socket/accept4.c (accept4): Rename to __libc_accept4.
40610         Define accept4 as a weak alias.
40612         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
40613         on [_DIRENT_HAVE_D_TYPE].
40614         * io/ftw.c (ftw_dir): Likewise.
40616         * io/xmknod.c (__xmknod): Don't check PATH for being null.
40618         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
40620         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
40621         Use the BSD numbers rather than the arbitrary ones we had.
40622         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
40623         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
40624         (SIGXCPU, SIGXFSZ): New macros.
40625         (_NSIG): Now 32.
40627         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
40628         initializer on [_LIBC_REENTRANT].
40630         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
40631         definitions inside [_POSIX_MAPPED_FILES].
40633         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
40635         * dirent/opendir.c: Include <fcntl.h>.
40637         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
40638         (__libc_getspecific): Likewise.
40639         (__libc_key_create): Likewise.
40641         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
40642         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
40643         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
40644         (tmpfile64): Define as alias.
40645         * sysdeps/wordsize-64/tmpfile.c: File removed.
40646         * sysdeps/wordsize-64/tmpfile64.c: File removed.
40647         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
40648         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
40650         * stdio-common/vfscanf.c: Include <stdbool.h>.
40651         * nss/makedb.c: Likewise.
40652         * stdio-common/_i18n_number.h: Likewise.
40653         * argp/argp-help.c: Likewise.
40654         * posix/wordexp.c: Likewise.
40655         * sysdeps/posix/spawni.c: Likewise.
40656         * nss/nss_files/files-initgroups.c: Likewise.
40657         * stdio-common/reg-modifier.c: Include <stdlib.h>.
40658         * nss/nss_files/files-initgroups.c: Likewise.
40659         * nss/nss_db/db-netgrp.c: Likewise.
40660         * nss/nss_db/db-initgroups.c: Likewise.
40661         * io/fchmodat.c: Include <sys/stat.h>.
40663         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
40664         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
40666         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
40667         [HAVE_MMAP].
40669         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
40670         Add multiple inclusion protection.
40672 2012-07-27  David S. Miller  <davem@davemloft.net>
40674         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40676 2012-07-27  Gary Benson  <gbenson@redhat.com>
40678         [BZ #14298]
40679         * elf/rtld.c: Include <stap-probe.h>.
40680         (dl_main): Added static probes "init_start" and "init_complete".
40681         * elf/dl-load.c: Include <stap-probe.h>.
40682         (lose): Take new parameter "nsid".
40683         Added static probe "map_failed".
40684         (_dl_map_object_from_fd): Pass namespace id to lose.
40685         Added static probe "map_start".
40686         (open_verify): Pass namespace id to lose.
40687         * elf/dl-open.c: Include <stap-probe.h>.
40688         (dl_open_worker) Added static probes "map_complete", "reloc_start"
40689         and "reloc_complete".
40690         * elf/dl-close.c: Include <stap-probe.h>.
40691         (_dl_close_worker): Added static probes "unmap_start" and
40692         "unmap_complete".
40693         * elf/rtld-debugger-interface.txt: New file documenting the above.
40695 2012-07-26  Roland McGrath  <roland@hack.frob.com>
40697         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
40698         rather than a string variable.
40699         * sunrpc/rpc_main.c (h_output): Likewise.
40700         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
40702 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
40704         * inet/check_native.c: New file.
40706 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
40708         [BZ #13629]
40709         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
40710         if larger part has absolute value 1.0.
40711         * math/s_clog10.c (__clog10): Likewise.
40712         * math/s_clog10f.c (__clog10f): Likewise.
40713         * math/s_clog10l.c (__clog10l): Likewise.
40714         * math/s_clogf.c (__clogf): Likewise.
40715         * math/s_clogl.c (__clogl): Likewise.
40716         * math/libm-test.inc (clog_test): Add more tests.
40717         (clog10_test): Likewise.
40718         * sysdeps/i386/fpu/libm-test-ulps: Update.
40719         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40721         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
40722         (pltexit): Likewise.
40723         (La_regs): Likewise.
40724         (La_retval): Likewise.
40725         (int_retval): Likewise.
40726         Update #error for removed macros to refer only to definitions in
40727         tst-audit.h.
40728         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
40729         macro.
40730         (pltexit): Likewise.
40731         (La_regs): Likewise.
40732         (La_retval): Likewise.
40733         (int_retval): Likewise.
40734         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
40735         macro.
40736         (pltexit): Likewise.
40737         (La_regs): Likewise.
40738         (La_retval): Likewise.
40739         (int_retval): Likewise.
40740         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
40741         macro.
40742         (pltexit): Likewise.
40743         (La_regs): Likewise.
40744         (La_retval): Likewise.
40745         (int_retval): Likewise.
40746         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
40747         macro.
40748         (pltexit): Likewise.
40749         (La_regs): Likewise.
40750         (La_retval): Likewise.
40751         (int_retval): Likewise.
40752         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
40753         macro.
40754         (pltexit): Likewise.
40755         (La_regs): Likewise.
40756         (La_retval): Likewise.
40757         (int_retval): Likewise.
40758         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
40759         macro.
40760         (pltexit): Likewise.
40761         (La_regs): Likewise.
40762         (La_retval): Likewise.
40763         (int_retval): Likewise.
40764         * sysdeps/generic/tst-audit.h: Update comment to refer only to
40765         macro definitions in tst-audit.h.
40766         * sysdeps/i386/tst-audit.h: New file.
40767         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
40768         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
40769         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
40770         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
40771         * sysdeps/sh/tst-audit.h: Likewise.
40772         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
40773         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
40774         * sysdeps/x86_64/tst-audit.h: Likewise.
40776 2012-07-26  Andreas Jaeger  <aj@suse.de>
40778         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
40779         ptrace.
40781         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
40782         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
40783         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
40784         PTRACE_O_MASK.
40785         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
40786         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
40787         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
40789         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
40790         value.
40792         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
40793         _sigsys.
40794         (si_call_addr, si_syscall, si_arch): Define new macro.
40795         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
40796         _sigsys.
40797         (si_call_addr, si_syscall, si_arch): Define new marcro.
40798         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
40799         _sigsys.
40800         (si_call_addr, si_syscall, si_arch): Define new macro.
40801         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
40802         _sigsys.
40803         (si_call_addr, si_syscall, si_arch): Define new macro.
40805 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
40807         [BZ #13717]
40808         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40809         Change to 2.4.21 where previously 2.4.1.
40810         * sysdeps/unix/sysv/linux/configure: Regenerated.
40811         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
40812         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
40813         Linux kernel version.
40814         (__ASSUME_STD_AUXV): Remove.
40815         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
40816         kernel version.
40817         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
40818         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
40819         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
40820         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
40821         (__ASSUME_NETLINK_SUPPORT): Likewise.
40822         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
40823         (__no_netlink_support): Remove conditional definition.
40824         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
40825         Remove.
40826         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
40827         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
40828         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
40829         (if_nameindex_ioctl): Remove.
40830         (if_nameindex_netlink): Do not handle __no_netlink_support.
40831         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
40832         code.
40833         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
40834         Remove conditional code.
40835         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
40836         code.
40837         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
40838         unconditional.
40839         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
40840         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
40841         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
40842         Remove.
40843         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
40844         [!__ASSUME_STD_AUXV]: Remove conditional code.
40845         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
40846         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
40847         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
40848         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
40849         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
40850         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
40851         code.
40852         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
40853         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
40854         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
40855         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
40856         conditional code.
40857         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
40858         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
40859         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
40860         code.
40861         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
40862         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
40863         conditional code.
40864         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
40865         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
40866         code unconditional.
40867         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40868         conditional code.
40869         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40870         unconditional.
40871         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40872         conditional code.
40873         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
40874         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40875         unconditional.
40876         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40877         conditional code.
40878         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
40879         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
40880         code unconditional.
40881         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40882         conditional code.
40883         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40884         unconditional.
40885         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40886         conditional code.
40887         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
40888         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
40889         code unconditional.
40890         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40891         conditional code.
40892         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40893         unconditional.
40894         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40895         conditional code.
40897 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
40899         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
40900         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
40901         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
40902         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
40903         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
40904         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
40905         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
40906         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
40907         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
40908         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
40909         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
40910         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
40911         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
40912         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
40913         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
40914         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
40915         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
40916         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
40917         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
40918         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
40919         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
40920         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
40921         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
40923 2012-07-25  Florian Weimer  <fweimer@redhat.com>
40925         * Versions.def: Add GLIBC_2.17.
40926         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
40927         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
40928         Introduce __libc_secure_getenv.
40929         * stdlib/Versions (2.17): Add secure_getenv
40930         (GLIBC_PRIVATE): Add __libc_secure_getenv.
40931         * stdlib/secure-getenv.c: Rename __secure_getenv to
40932         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
40933         symbol __secure_getenv for GLIBC_2.0.
40934         * stdlib/tst-secure-getenv.c: New.
40935         * stdlib/Makefile (tests): Add testcase.
40936         * manual/startup.texi (Environment Access): Document
40937         secure_getenv.
40938         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
40939         __libc_secure_getenv.
40940         * inet/ruserpass.c (ruserpass): Likewise.
40941         * malloc/mtrace.c (mtrace): Likewise.
40942         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
40943         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
40944         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
40945         * sysdeps/posix/tempname.c: Likewise.  Evaluate
40946         HAVE_SECURE_GETENV.
40947         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
40948         __secure_getenv to __libc_secure_getenv.
40949         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
40950         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
40951         Likewise.
40952         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
40953         Likewise.
40954         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
40955         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
40956         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
40957         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
40958         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
40959         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
40960         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
40962 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
40964         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
40965         (struct La_i86_retval): Likewise.
40966         (struct La_x86_64_regs): Likewise.
40967         (struct La_x86_64_retval): Likewise.
40968         (struct La_x32_regs): Likewise.
40969         (struct La_x32_retval): Likewise.
40970         (struct La_ppc32_regs): Likewise.
40971         (struct La_ppc32_retval): Likewise.
40972         (struct La_ppc64_regs): Likewise.
40973         (struct La_ppc64_retval): Likewise.
40974         (struct La_sh_regs): Likewise.
40975         (struct La_sh_retval): Likewise.
40976         (struct La_s390_32_regs): Likewise.
40977         (struct La_s390_32_retval): Likewise.
40978         (struct La_s390_64_regs): Likewise.
40979         (struct La_s390_64_retval): Likewise.
40980         (struct La_sparc32_regs): Likewise.
40981         (struct La_sparc32_retval): Likewise.
40982         (struct La_sparc64_regs): Likewise.
40983         (struct La_sparc64_retval): Likewise.
40984         (struct audit_ifaces): Remove architecture-specific pltenter and
40985         pltexit members.
40986         * sysdeps/i386/ldsodefs.h: New file.
40987         * sysdeps/powerpc/ldsodefs.h: Likewise.
40988         * sysdeps/s390/ldsodefs.h: Likewise.
40989         * sysdeps/sh/ldsodefs.h: Likewise.
40990         * sysdeps/sparc/ldsodefs.h: Likewise.
40991         * sysdeps/x86_64/ldsodefs.h: Likewise.
40993 2012-07-25  Marek Polacek  <polacek@redhat.com>
40995         [BZ #6808]
40996         * math/libm-test.inc (yn_test): Add another test.
40997         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
40998         to ERANGE when the result is +-Inf.
40999         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
41000         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
41001         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
41002         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
41004 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
41006         * conform/data/time.h-data (NULL): Use macro-constant.  Require
41007         equal to 0.
41008         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
41009         clock_t.
41010         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
41012 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
41014         * configure.in <sysdeps resolving>: Correct printing
41015         Implies_before.
41016         * configure: Regenerate.
41018 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
41020         * math/w_ilogb.c: Include <limits.h>.
41021         * math/w_ilogbl.c: Likewise.
41023 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
41025         * manual/lang.texi (__va_copy): Document primarily as ISO C99
41026         va_copy.  Document allowing for unavailable va_copy only as
41027         pre-C99 compatibility.
41028         * manual/string.texi (Copying and Concatenation): Use va_copy
41029         instead of __va_copy in concat example.
41031 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
41033         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
41034         (__sendto): Use create_address_port.  Initialize APORT and deallocate
41035         it if not null.
41037         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
41038         with O_NOLINK passed to __file_name_lookup.
41040         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
41041         with O_NOLINK passed to __file_name_lookup.
41043         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
41044         negative N or less than NGIDS.
41046         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
41047         type to string_t.  Set ERANGE as errno and return it if NAME is not big
41048         enough.  Use memcpy instead of strncpy.
41050 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
41052         * elf/Makefile (check-data): Remove.
41053         (localplt.data): New vpath directive.
41054         ($(objpfx)check-localplt.out): Use localplt.data from vpath
41055         instead of $(check-data).
41056         * scripts/data/localplt-generic.data: Move to ...
41057         * sysdeps/generic/localplt.data: ... here.
41058         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
41059         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
41060         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
41061         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
41062         ... here.
41063         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
41064         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
41065         ... here.
41066         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
41067         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
41068         ... here.
41069         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
41070         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
41071         ... here.
41072         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
41073         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
41074         ... here.
41075         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
41076         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
41077         ... here.
41079 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41081         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
41082         PPC32 and PPC64 files.
41083         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
41084         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
41086 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41088         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
41089         __makecontext_ret to ...
41090         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
41091         ... here and call exit if uc_link is NULL.  New file.
41092         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
41093         __makecontext_ret.S.
41094         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
41095         __makecontext_ret to ...
41096         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
41097         ... here and call exit if uc_link is NULL.  New file.
41098         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
41099         __makecontext_ret.S.
41101 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41103         * elf/elf.h (R_390_IRELATIVE): New definition.
41104         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
41105         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
41106         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
41107         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
41108         (elf_machine_lazy_rel): Likewise.
41109         * sysdeps/s390/dl-irel.h: New file.
41110         * sysdeps/s390/s390-64/memcpy.S: New asm code.
41111         * sysdeps/s390/s390-64/memset.S: New asm code.
41112         * sysdeps/s390/s390-64/memcmp.S: New asm code.
41113         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
41114         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
41115         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
41116         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
41117         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
41118         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
41119         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
41120         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
41121         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
41122         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
41123         * sysdeps/s390/s390-32/memcpy.S: New asm code.
41124         * sysdeps/s390/s390-32/memset.S: New asm code.
41125         * sysdeps/s390/s390-32/memcmp.S: New asm code.
41127 2012-07-17  Marek Polacek  <polacek@redhat.com>
41129         [BZ #14349]
41130         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
41131         * sysdeps/s390/s390-64/configure.in: Likewise.
41132         * sysdeps/sparc/configure.in: Likewise.
41133         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
41134         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
41135         * sysdeps/i386/configure.in: Likewise.
41136         * sysdeps/x86_64/configure.in: Likewise.
41137         * sysdeps/sh/configure.in: Likewise.
41138         * sysdeps/s390/s390-32/configure: Regenerated.
41139         * sysdeps/s390/s390-64/configure: Likewise.
41140         * sysdeps/x86_64/configure: Likewise.
41141         * sysdeps/sh/configure: Likewise.
41142         * sysdeps/powerpc/powerpc64/configure: Likewise.
41143         * sysdeps/powerpc/powerpc32/configure: Likewise.
41144         * sysdeps/sparc/configure: Likwise.
41145         * sysdeps/i386/configure: Likewise.
41147         * elf/dl-open.c: Comment fixes.
41149 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
41151         * Makefile [CXX] (check-data): Remove.
41152         [CXX] (c++-types.data): New vpath directive.
41153         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
41154         vpath.  Do not allow for C++ type data being missing.
41155         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
41156         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
41157         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
41158         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
41159         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
41160         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
41161         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
41162         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
41163         ... here.
41164         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
41165         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
41166         ... here.
41167         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
41168         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
41169         ... here.
41170         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
41171         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
41172         ... here.
41173         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
41174         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
41175         ... here.
41176         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
41177         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
41178         ... here.
41179         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
41180         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
41181         ... here.
41182         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
41183         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
41185         * elf/tls-macros.h (TLS_LE): Move architecture-specific
41186         definitions to architecture-specific files.
41187         (TLS_IE): Likewise.
41188         (TLS_LD): Likewise.
41189         (TLS_GD): Likewise.
41190         * sysdeps/i386/tls-macros.h: New file.
41191         * sysdeps/powerpc/tls-macros.h: Likewise.
41192         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
41193         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
41194         * sysdeps/sh/tls-macros.h: Likewise.
41195         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
41196         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
41197         * sysdeps/x86_64/tls-macros.h: Likewise.
41199 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
41201         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
41202         zero value for regular exit case.
41204         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
41205         (__start_context): Preserve zero value for regular exit case.
41207 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
41208             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41210         * manual/setjmp.texi (setcontext): Clarify normal process
41211         termination when uc_link is the null pointer.
41212         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
41213         exit call.
41215 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
41217         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
41218         preprocessor.  Test for each exception mask separately.
41220 2012-07-16  Andreas Jaeger  <aj@suse.de>
41222         * po/ru.po: Update from translation team.
41224 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
41226         * conform/data/string.h-data (NULL): Use macro-constant.  Require
41227         equal to 0.
41228         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
41229         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
41230         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
41231         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
41232         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41234 2012-07-13  Andreas Jaeger  <aj@suse.de>
41236         * po/fr.po: Update from translation team.
41238 2012-07-12  Marek Polacek  <polacek@redhat.com>
41240         [BZ #14173]
41241         * math/libm-test.inc (yn_test): Add test for BZ #14173.
41242         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
41243         loop condition.
41245 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
41247         [BZ #13717]
41248         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
41249         Change to 2.4.1 where previously 2.4.0.
41250         * sysdeps/unix/sysv/linux/configure: Regenerated.
41251         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
41252         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
41253         version.
41254         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
41255         (__ASSUME_AT_CLKTCK): Remove.
41256         (__ASSUME_AT_PAGESIZE): Likewise.
41257         (__ASSUME_AT_XID): Likewise.
41258         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
41259         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
41260         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
41261         unconditionally.
41262         (HAVE_AUX_PAGESIZE): Likewise.
41263         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
41264         [__ASSUME_AT_CLKTCK]: Make code unconditional.
41265         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
41267 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
41269         [BZ #14307]
41270         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
41271         the temporary buffer used to invoke __gethostbyname2_r,
41272         __gethostbyaddr_r and gethostbyname4_r to make room for struct
41273         host_data / struct gaih_addrtuple.
41274         * resolv/nss_dns/dns-host.c (global scope): Move definition of
41275         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
41276         header file nss/nsswitch.h.
41277         * nss/nsswitch.h (global scope): Add definition of implementation
41278         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
41279         resolv/nss_dns/dns-host.c).
41281 2012-07-11  Andreas Jaeger  <aj@suse.de>
41283         * po/fr.po: Update from translation team.
41285         * po/sv.po: Update from translation team
41286         * po/fr.po: Another update from translation team.
41288 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41290         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
41291         for subnormals or multiply small sinh result by itself.
41292         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
41293         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41295 2012-07-11  David S. Miller  <davem@davemloft.net>
41297         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41299 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
41301         [BZ #14347]
41302         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
41303         (INTERNAL_MARK): Shift it here.
41305 2012-07-10  Marek Polacek  <polacek@redhat.com>
41307         [BZ #14151]
41308         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
41309         libc_cv_asm_global_directive with .globl.
41310         * configure: Regenerated.
41311         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
41312         with .globl.
41313         * sysdeps/i386/configure: Regenerated.
41314         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
41315         with .globl.
41316         * sysdeps/x86_64/configure: Regenerated.
41317         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
41318         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
41319         * elf/tst-unique2mod2.c: Likewise.
41320         * elf/tst-unique2mod1.c: Likewise.
41321         * elf/tst-unique1mod2.c: Likewise.
41322         * elf/tst-unique1mod1.c: Likewise.
41323         * sysdeps/s390/s390-32/sysdep.h: Likewise.
41324         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
41325         * sysdeps/s390/s390-64/sysdep.h: Likewise.
41326         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
41327         * sysdeps/mach/sysdep.h: Likewise.
41328         * sysdeps/i386/sysdep.h: Likewise.
41329         * sysdeps/i386/i386-mcount.S: Likewise.
41330         * sysdeps/x86_64/_mcount.S: Likewise.
41331         * sysdeps/x86_64/sysdep.h: Likewise.
41332         * sysdeps/sh/_mcount.S: Likewise.
41333         * sysdeps/sh/sysdep.h: Likewise.
41334         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
41335         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
41336         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
41337         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
41338         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
41339         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
41340         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
41341         * locale/localeinfo.h: Likewise.
41342         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
41343         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
41345 2012-07-09  Roland McGrath  <roland@hack.frob.com>
41347         [BZ #14336]
41348         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
41349         system".
41350         * manual/message.texi (The Uniforum approach): Likewise.
41351         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
41352         (glibc iconv Implementation): Likewise.
41354 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
41356         [BZ #14337]
41357         * math/s_clog.c (__clog): Avoid scaling a value down where that
41358         could result in underflow.
41359         * math/s_clog10.c (__clog10): Likewise.
41360         * math/s_clog10f.c (__clog10f): Likewise.
41361         * math/s_clog10l.c (__clog10l): Likewise.
41362         * math/s_clogf.c (__clogf): Likewise.
41363         * math/s_clogl.c (__clogl): Likewise.
41364         * math/libm-test.inc (clog_test): Add more tests.
41365         (clog10_test): Likewise.
41366         * sysdeps/i386/fpu/libm-test-ulps: Update.
41367         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41369 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
41371         [BZ #14283]
41372         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
41373         by 7 not 8 to examine high bit of fractional part.
41375         [BZ #14042]
41376         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
41377         for call to __mcount_internal.
41378         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
41379         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
41380         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
41382 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
41384         [BZ #14154]
41385         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
41386         approximation for values within 0x1p-13f of an odd multiple of
41387         pi/4.
41388         * math/libm-test.inc (tan_test): Do not allow spurious underflow
41389         exception.  Add more tests.
41390         * sysdeps/i386/fpu/libm-test-ulps: Update.
41392         [BZ #6778]
41393         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
41394         inputs and return -1 for them.  Do not check for +Inf in case not
41395         reachable for +Inf.
41396         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
41397         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
41398         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
41399         and return -1 for them.  Do not check for +Inf in case not
41400         reachable for +Inf.
41401         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
41402         define.
41403         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
41404         and return -1 for them.  Do not check for +Inf in case not
41405         reachable for +Inf.
41406         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
41407         spurious underflow.
41408         * sysdeps/i386/fpu/libm-test-ulps: Update.
41409         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41411 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
41413         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
41415 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
41417         [BZ #14157]
41418         [BZ #14331]
41419         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
41420         could result in spurious underflow.  Scale down values above
41421         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
41422         * math/s_csqrtf.c (__csqrtf): Likewise.
41423         * math/s_csqrtl.c (__csqrtl): Likewise.
41424         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
41425         spurious underflow.
41426         * sysdeps/i386/fpu/libm-test-ulps: Update.
41427         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41429 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
41431         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
41432         xopen-msg.sed.
41433         * catgets/xopen-msg.awk: New file.
41434         * catgets/xopen-msg.sed: Removed.
41436         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
41437         po2text.sed.
41438         * intl/po2test.awk: New file.
41439         * intl/po2test.sed: Removed.
41441 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
41443         [BZ #14328]
41444         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
41445         or multiply small sinh result by itself.
41446         * math/s_ctanf.c (__ctanf): Likewise.
41447         * math/s_ctanh.c (__ctanh): Likewise.
41448         * math/s_ctanhf.c (__ctanhf): Likewise.
41449         * math/s_ctanhl.c (__ctanhl): Likewise.
41450         * math/s_ctanl.c (__ctanl): Likewise.
41451         * math/libm-test.inc (ctan_test_tonearest): New function.
41452         (ctan_test_towardzero): Likewise.
41453         (ctan_test_downward): Likewise.
41454         (ctan_test_upward): Likewise.
41455         (ctanh_test_tonearest): Likewise.
41456         (ctanh_test_towardzero): Likewise.
41457         (ctanh_test_downward): Likewise.
41458         (ctanh_test_upward): Likewise.
41459         (main): Call these new functions.
41460         * sysdeps/i386/fpu/libm-test-ulps: Update.
41461         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41463 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
41465         * .gitignore: Delete /ports entry.
41467 2012-07-03  Andreas Jaeger  <aj@suse.de>
41469         * po/bg.po: Update from translation team.
41470         * po/cs.po: Likewise.
41471         * po/de.po: Likewise.
41472         * po/hr.po: Likewise.
41473         * po/nl.pl: Likewise.
41474         * po/pl.po: Likewise.
41475         * po/vi.po: Likewise.
41477 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
41479         * Makeconfig [!+link] (+link-before-libc): New variable.
41480         [!+link] (+link-after-libc): Likewise.
41481         [!+link] (+link-tests): Likewise.
41482         [!+link] (+link): Define in terms of $(+link-before-libc) and
41483         $(+link-after-libc).
41484         [!+link-static] (+link-static-before-libc): New variable.
41485         [!+link-static] (+link-static-after-libc): Likewise.
41486         [!+link-static] (+link-static-tests): Likewise.
41487         [!+link-static] (+link-static): Define in terms of
41488         $(+link-static-before-libc) and $(+link-static-after-libc).
41489         [build-shared] (link-libc-before-gnulib): New variable.
41490         [build-shared] (link-libc-tests): Likewise.
41491         [build-shared] (link-libc): Define in terms of
41492         $(link-libc-before-gnulib).
41493         [!build-shared] (link-libc-tests): New variable.
41494         (link-libc-static-tests): New variable.
41495         [!gnulib] (gnulib-arch): New variable.
41496         [!gnulib] (gnulib-tests): Likewise.
41497         [!gnulib] (static-gnulib-arch): Likewise.
41498         [!gnulib] (static-gnulib-tests): Likewise.
41499         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
41500         Define with "=" instead of ":=".
41501         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
41502         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
41503         * Rules (binaries-all-notests): New variable.
41504         (binaries-all-tests): Likewise.
41505         (binaries-static-notests): Likewise.
41506         (binaries-static-tests): Likewise.
41507         (binaries-all): Define using $(binaries-all-notests) and
41508         $(binaries-all-tests).
41509         (binaries-static): Define using $(binaries-static-notests) and
41510         $(binaries-static-tests).
41511         (binaries-shared-tests): New variable.
41512         (binaries-shared-notests): Likewise.
41513         (binaries-shared): Remove variable.
41514         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
41515         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
41516         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
41517         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
41518         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
41519         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
41520         * elf/Makefile (sln-modules): New variable.
41521         (extra-objs): Add $(sln-modules:=.o).
41522         (ldconfig-modules): Add static-stubs.
41523         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
41524         * elf/static-stubs.c: New file.
41526         [BZ #14283]
41527         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
41528         by 7 not 8 to examine high bit of fractional part.  Use volatile
41529         variables when splitting into final array of floats if
41530         __FLT_EVAL_METHOD__ != 0.
41531         * math/libm-test.inc (cos_test): Add another test.
41532         (sin_test): Likewise.
41533         * sysdeps/i386/fpu/libm-test-ulps: Update.
41535         [BZ #14273]
41536         * math/libm-test.inc (cosh_test): Add more tests.
41538         * version.h (RELEASE): Set to "development".
41539         (VERSION): Set to "2.16.90".
41541 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
41543         * NEWS: Update copyright. Remove last-updated date.
41544         Mention math library bug fixes and timezone data changes.
41545         * README: Mention GNU/Hurd, x32, and HPPA support status.
41547 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
41549         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
41551 2012-06-27  Andreas Jaeger  <aj@suse.de>
41553         * manual/contrib.texi (Contributors): Add Samuel Thibault.
41555 2012-06-25  Andreas Jaeger  <aj@suse.de>
41557         * sysdeps/s390/fpu/libm-test-ulps: Update.
41559 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
41560             Thomas Schwinge  <thomas@codesourcery.com>
41562         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
41563         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
41564         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
41565         fanotify_mark.
41567 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
41569         * sysdeps/mach/start.c: Remove file.
41570         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
41571         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
41572         * sysdeps/sh/init-first.c: Likewise.
41574         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
41575         registers for frame unwinding purposes, add CFI directives.
41576         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
41577         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
41578         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
41579         Likewise.
41581         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
41582         __fortify_fail returning.
41583         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
41585         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
41586         sysdeps/sh/____longjmp_chk.S.
41587         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
41588         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
41589         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
41590         (gen-as-const-headers): Append sigaltstack-offsets.sym.
41592         * sysdeps/sh/abort-instr.h: New file.
41593         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
41594         process in case exit returns.
41596         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
41597         initialize the GOT register before use.
41599         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
41600         calculation of ARGC > 4.
41602         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
41603         meaningful names to some local labels.
41605 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
41606             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
41608         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
41609         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
41610         (__arch_compare_and_exchange_val_16_acq): Likewise.
41611         (__arch_compare_and_exchange_val_32_acq): Likewise.
41612         (atomic_exchange_and_add): Fix gUSA sequence.
41613         (atomic_add): Likewise.
41614         (atomic_add_negative): Likewise.
41615         (atomic_add_zero): Likewise.
41616         (atomic_bit_test_set): Likewise.
41618 2012-06-22  Andreas Schwab  <schwab@redhat.com>
41620         [BZ #13579]
41621         * include/link.h (struct link_map): Add l_free_initfini.
41622         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
41623         l_initfini.
41624         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
41625         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
41626         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
41627         set.
41629 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
41631         * configure.in: Use AC_LANG_SOURCE.
41632         * configure: Regenerate.
41634 2012-06-22  Roland McGrath  <roland@hack.frob.com>
41636         * configure.in (libc_cv_localstatedir): New substituted variable.
41637         * configure: Regenerated.
41638         * config.make.in (localstatedir): New variable, substituted from
41639         libc_cv_localstatedir.
41640         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
41641         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
41642         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
41643         * sysdeps/gnu/configure: Regenerated.
41645 2012-06-21  Jeff Law  <law@redhat.com>
41647         [BZ #14277]
41648         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
41649         free.  Simplify list management for _LIBC case.
41651 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
41653         [BZ #14273]
41654         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
41655         Clear sign bit of 64-bit integer value before comparing against
41656         overflow value.
41658         * sysdeps/mach/configure: Regenerated.
41660 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
41662         [BZ #14278]
41663         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
41665 2012-06-21  Jeff Law  <law@redhat.com>
41667         [BZ #13882]
41668         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
41669         uint16_t for elements in the "seen" array to avoid char overflows.
41670         * elf/dl-fini.c (_dl_sort_fini): Likewise.
41671         * elf/dl-open.c (dl_open_worker): Likewise.
41673 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
41675         * scripts/list-sources.sh: Scan PORTS for translations.
41676         * po/libc.pot: Regenerated.
41678 2012-06-21  Andreas Jaeger  <aj@suse.de>
41680         [BZ #12194]
41681         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
41682         warning.
41683         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
41684         * bits/byteswap-16.h (__bswap_16): Likewise.
41685         * bits/byteswap.h (__bswap_constant_16): Likewise.
41687 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
41689         [BZ #14117]
41690         * sysdeps/i386/fpu_control.h: Removed.
41691         * sysdeps/x86_64/fpu_control.h: Moved to ...
41692         * sysdeps/x86/fpu_control.h: Here.
41694         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
41695         (_FPU_SETCW): Likewise.
41697 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
41699         [BZ #14117]
41700         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
41701         * sysdeps/x86/fpu/bits/mathinline.h: This.
41702         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
41704         [BZ #14050]
41705         [BZ #14117]
41706         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
41707         functions if __x86_64__ is defined.
41709 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
41711         * string/endian.h: Add !__ASSEMBLER__ condition for including
41712         conversion interfaces.
41714 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
41716         [BZ #14241]
41717         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
41718         of ABS(x) in calculating zero to negative powers other than odd
41719         integers.
41720         * math/libm-test.inc (pow_test): Add more tests.
41722 2012-06-15  Andreas Jaeger  <aj@suse.de>
41724         * manual/contrib.texi (Contributors): Update entry of Liubov
41725         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
41726         Machado Filho.
41728 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
41730         * string/string.h: Add __wur to GNU version of strerror_r.
41732 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
41734         [BZ #14229]
41735         * string/Makefile (tests): Add tst-strtok_r.
41736         * string/tst-strtok_r.c: New file.
41737         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
41738         RAX_LP/RDX_LP on SAVE_PTR.
41740 2012-06-14  Roland McGrath  <roland@hack.frob.com>
41742         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
41744 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
41746         * libm_test.inc (csqrt_test): Allow more spurious underflow
41747         exceptions.
41748         (j0_test): Likewise.
41749         (j1_test): Likewise.
41750         (y0_test): Likewise.
41751         (y1_test): Likewise.
41753 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
41755         * po/Makefile (libc.pot): Use UTF-8 charset.
41757 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
41759         [BZ #14210]
41760         Suppress sign-conversion warning from FD_SET.
41761         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
41762         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
41763         not unsigned long int.
41764         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
41766 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
41768         [BZ #14050]
41769         [BZ #14117]
41770         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
41771         __extern_always_inline instead of __extern_inline.
41772         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
41773         (__signbit): Likewise.
41774         (__signbitl): Support C++ namespace.
41775         (lrintf): New inline function.
41776         (lrint): Likewise.
41777         (llrintf): Likewise.
41778         (llrint): Likewise.
41779         (fmaxf): Likewise.
41780         (fmax): Likewise.
41781         (fminf): Likewise.
41782         (fmin): Likewise.
41783         (rint): Likewise.
41784         (rintf): Likewise.
41785         (ceil): Likewise.
41786         (ceilf): Likewise.
41787         (floor): Likewise.
41788         (floorf): Likewise.
41789         (nearbyint): Likewise.
41790         (nearbyintf): Likewise.
41792 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
41794         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
41795         non-default versions.
41797 2012-06-11  Roland McGrath  <roland@hack.frob.com>
41799         [BZ #14218]
41800         * manual/argp.texi (Argp): Reword argp_parse description slightly.
41802 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
41804         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
41805         (FE_UPWARD, FE_DOWNWARD): Don't define.
41806         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
41807         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
41809         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
41810         reading it.
41811         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
41812         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
41814 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
41816         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
41817         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
41818         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
41819         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
41821 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
41823         [BZ #14117]
41824         * sysdeps/i386/fpu/bits/fenv.h: Removed.
41825         * sysdeps/i386/fpu/Implies: New file.
41826         * sysdeps/x86_64/fpu/Implies: Likewise.
41827         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
41828         * sysdeps/x86/fpu/bits/fenv.h: This.
41830         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
41831         __SSE_MATH__.
41833 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
41835         [BZ #14134]
41836         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
41837         character 0xffff that matches the last element of the
41838         conversion table.
41840 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41842         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
41843         fmodl commit.
41845 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41847         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
41848         values higher than 25.6283.
41850 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41852         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
41853         subnormal exponent extraction and add some __builtin_expect.
41854         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
41855         Fix for subnormal mantissa calculation.
41857 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
41859         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
41860         cpu2 is -1 and errno is not ENOSYS.
41862 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
41864         [BZ #14117]
41865         * sysdeps/i386/i486/bits/string.h: Renamed to ...
41866         * sysdeps/x86/bits/string.h: This.
41867         * sysdeps/x86_64/bits/string.h: Removed.
41869         * sysdeps/i386/i486/bits/string.h: Define inline functions only
41870         if not compiling for x86-64, but compiling for >= i486.
41872         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
41873         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
41875         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
41876         New macro from Linux kernel 3.4.0.
41877         (FP_XSTATE_MAGIC2): Likewise.
41878         (FP_XSTATE_MAGIC2_SIZE): Likewise.
41879         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
41880         (struct _fpx_sw_bytes): New struct.
41881         (struct _xsave_hdr): Likewise.
41882         (struct _ymmh_state): Likewise.
41883         (struct _xstate): Likewise.
41885         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
41886         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
41887         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
41888         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
41889         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
41890         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
41892         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
41893         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
41894         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
41895         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
41896         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
41897         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
41899 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
41901         [BZ #13743]
41902         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
41903         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
41904         (sysdep_headers): Include sys/platform/ppc.h.
41905         * sysdeps/powerpc/test-gettimebase.c: Test for
41906         __ppc_get_timebase() to catch future ISA opcode/insn changes.
41907         * manual/Makefile (appendices): Include platform.texi.
41908         * manual/contrib.texi (Contributors): Update @node pointers.
41909         * manual/maint.texi (Maintenance): Likewise.
41910         (Platform): New node.
41911         * manual/platform.texi: New file.  Document the new features.
41913 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
41914             Jakub Jelinek  <jakub@redhat.com>
41916         [BZ #14188]
41917         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
41918         where __builtin_expect is unavailable.
41920 2012-06-03  David S. Miller  <davem@davemloft.net>
41922         * stdlib/longlong.h: Updated from GCC.
41924 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
41926         [BZ #14042]
41927         * sysdeps/powerpc/powerpc32/mcount.c: New file.
41928         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
41929         __mcount_internal.
41930         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
41931         (GLIBC_2.16): Likewise.
41933 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
41935         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
41937 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
41939         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
41940         (default-abi): New variable.
41941         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
41942         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
41943         variable.
41944         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
41945         Likewise.
41946         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
41947         Likewise.
41948         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
41949         Likewise.
41951         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
41952         definition.  Document in comment.
41954 2012-06-01  David S. Miller  <davem@davemloft.net>
41956         * stdlib/longlong.h: Updated from GCC.
41958 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
41960         [BZ #14117]
41961         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
41962         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
41963         sys/debugreg.h sys/io.h here.
41964         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
41965         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
41966         sys/io.h.
41967         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
41968         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
41969         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
41970         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
41971         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
41972         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
41974         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
41975         Define only if __x86_64__ is defined.
41977 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
41979         [BZ #14048]
41980         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
41981         Use int64_t for variable i.
41982         * math/libm-test.inc (fmod_test): Add more tests.
41984         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
41985         z computation is not scheduled after fetestexcept.
41986         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
41987         Use math_force_eval instead of asm to ensure calculation scheduled
41988         before exception test.
41989         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
41990         Ensure a1 + u.d computation is not scheduled after fetestexcept.
41992 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
41994         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
41995         computation is not scheduled after fetestexcept.
41997 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
41999         [BZ #14117]
42000         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
42001         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
42003 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42005         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
42006         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
42008 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
42010         [BZ #14117]
42011         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
42012         <bits/wordsize.h>.
42013         (__WCHAR_MIN): Support __WORDSIZE == 64.
42014         (__WCHAR_MAX): Likewise.
42016         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
42017         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
42019         [BZ #14183]
42020         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
42021         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
42023         [BZ #14117]
42024         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
42025         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
42027         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
42028         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
42030         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
42031         Defined to 1 if __x86_64__ isn't defined.
42032         (_STAT_VER_LINUX_OLD): New.
42033         (st_atime): Remove duplicate.
42034         (st_mtime): Likewise.
42035         (st_ctime): Likewise.
42037 2012-05-31  David S. Miller  <davem@davemloft.net>
42039         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
42040         entries.
42042 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
42044         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
42045         gen-libm-test.pl.
42047         [BZ #14132]
42048         * elf/dl-reloc.c: Include <_itoa.h>.
42049         (_dl_reloc_bad_type): Remove use of INTUSE.
42050         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
42051         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
42052         * stdio-common/psiginfo.c (psiginfo): Likewise.
42053         * stdio-common/psignal.c (psignal): Likewise.
42054         * string/strsignal.c (strsignal): Likewise.
42055         * include/signal.h (_sys_siglist): Declare hidden proto.
42056         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
42057         INTVARDEF with libc_hidden_data_def.
42058         * stdio-common/itoa-udigits.c: Likewise.
42059         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
42060         (_itoa_lower_digits_internal): Remove declaration.
42061         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
42062         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
42063         (_sys_sigabbrev_internal): Remove aliases.
42064         (_sys_siglist): Define hidden alias.
42066 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
42068         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42069         bits/sysctl.h.
42071 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
42073         [BZ #14117]
42074         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
42075         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
42077         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
42078         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
42079         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
42080         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
42081         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
42082         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
42084         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
42085         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
42086         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
42088         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
42089         with __addr.
42090         (insw): Likewise.
42091         (insl): Likewise.
42092         (outsb): Likewise.
42093         (outsw): Likewise.
42094         (outsl): Likewise.
42096         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
42097         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
42098         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
42100         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
42101         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
42102         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
42103         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
42104         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
42105         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
42107         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
42108         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
42110         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
42111         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
42113         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
42114         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
42115         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
42117         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
42118         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
42119         to ...
42120         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
42122         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
42123         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
42124         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
42126         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
42127         for x86-64.
42128         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
42130 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
42132         * math/math.h (M_El): Use two more decimal places.
42133         (M_LOG2El): Likewise.
42134         (M_LOG10El): Likewise.
42135         (M_LN2l): Likewise.
42136         (M_LN10l): Likewise.
42137         (M_PIl): Likewise.
42138         (M_PI_2l): Likewise.
42139         (M_PI_4l): Likewise.
42140         (M_1_PIl): Likewise.
42141         (M_2_PIl): Likewise.
42142         (M_2_SQRTPIl): Likewise.
42143         (M_SQRT2l): Likewise.
42144         (M_SQRT1_2l): Likewise.
42146 2012-05-31  David S. Miller  <davem@davemloft.net>
42148         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
42149         values between float registers.
42150         * sysdeps/sparc/sparc64/memset.S: Likewise.
42151         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
42153 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
42155         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
42156         -D_FORTIFY_SOURCE=1.
42157         (CPPFLAGS-tst-longjmp_chk.c): Define.
42158         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
42159         (CPPFLAGS-tst-longjmp_chk2.c): Define.
42160         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
42161         CFLAGS-tst-wchar-h.c.
42163 2012-05-31  Marek Polacek  <polacek@redhat.com>
42165         [BZ #14132]
42166         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
42167         __endmntent_internal): Remove declaration.
42168         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
42169         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
42170         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
42172 2012-05-30  David S. Miller  <davem@davemloft.net>
42174         * sysdeps/sparc/sparc32/soft-fp/q_util.c
42175         (___Q_simulate_exceptions): Use real FP ops rather than writing
42176         into the %fsr.
42177         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
42178         Likewise.
42180 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42182         [BZ #14117]
42183         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
42184         * sysdeps/x86/bits/xtitypes.h: This.
42186         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
42187         * sysdeps/x86/bits/wordsize.h: This.
42189         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
42190         * sysdeps/x86/bits/huge_vall.h: This.
42192         * sysdeps/i386/bits/select.h: Removed.
42193         * sysdeps/x86_64/bits/select.h: Renamed to ...
42194         * sysdeps/x86/bits/select.h: This.
42196         * sysdeps/i386/bits/setjmp.h: Removed.
42197         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
42198         * sysdeps/x86/bits/setjmp.h: This.
42200         * sysdeps/i386/bits/mathdef.h: Removed.
42201         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
42202         * sysdeps/x86/bits/mathdef.h: This.
42204 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
42206         [BZ #14132]
42207         * include/sys/socket.h (__connect_internal)
42208         (__libc_sa_len_internal): Remove declaration.
42209         (__connect, __libc_sa_len): Declare hidden_proto.
42210         (SA_LEN): Remove use of INTUSE.
42211         * socket/connect.c: Add libc_hidden_def.
42212         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
42213         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
42214         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
42215         alias.
42216         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
42217         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
42218         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
42219         of adding _internal alias.
42221 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42223         [BZ #14117]
42224         * sysdeps/i386/bits/link.h: Removed.
42225         * sysdeps/i386/bits/linkmap.h: Likewise.
42226         * sysdeps/x86_64/bits/link.h: Renamed to ...
42227         * sysdeps/x86/bits/link.h: This.
42228         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
42229         * sysdeps/x86/bits/linkmap.h: This.
42231         * sysdeps/i386/bits/endian.h: Removed.
42232         * sysdeps/x86_64/bits/endian.h: Renamed to ...
42233         * sysdeps/x86/bits/endian.h: This.
42235         * sysdeps/i386/bits/byteswap.h: Removed.
42236         * sysdeps/i386/bits/byteswap-16.h: Likewise.
42237         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
42238         * sysdeps/x86/bits/byteswap.h: This.
42239         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
42240         * sysdeps/x86/bits/byteswap-16.h: This.
42241         * sysdeps/i386/Implies: Add x86.
42242         * sysdeps/x86_64/Implies: Likewise.
42244 2012-05-30  David S. Miller  <davem@davemloft.net>
42246         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
42247         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
42248         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
42249         (FP_TRAPPING_EXCEPTIONS): Define.
42250         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
42251         (FP_TRAPPING_EXCEPTIONS): Define.
42252         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
42253         subnormals only when inexact has been signalled or underflow
42254         exceptions are enabled.
42255         (_FP_PACK_CANONICAL): Likewise.
42257 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42259         [BZ #14183]
42260         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
42261         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
42263 2012-05-30  Richard Henderson  <rth@twiddle.net>
42265         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
42266         with #ifndef NOT_IN_libc.
42268         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
42269         marked to avoid plt entry.
42271 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42273         [BZ #14112]
42274         * Makeconfig (default-abi): New macro.
42275         (abi-includes): Likewise.
42276         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
42277         $(abi-$(default-abi)-lib-soname) for soname if defined.
42278         ($(common-objpfx)gnu/lib-names.stmp): Generate from
42279         abi-variants.
42280         * Makefile (installed-stubs): Likewise.
42281         * include/stubs-biarch.h: Removed.
42282         * scripts/lib-names.awk: Only handle one library at a time.
42283         * scripts/soversions.awk: Remove WORDSIZE support.
42284         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
42285         entries.
42286         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
42287         Removed.
42288         (syscall-list-default-condition): Likewise.
42289         (syscall-list-default-condition): Likewise.
42290         (syscall-list-includes): Likewise.
42291         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
42292         syscall-list-* with abi-*.  Handle undefined abi-variants.
42293         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
42294         * sysdeps/unix/sysv/linux/i386/Implies: New file.
42295         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
42296         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
42297         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
42298         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
42299         Removed.
42300         (syscall-list-32-options): Likewise.
42301         (syscall-list-32-condition): Likewise.
42302         (syscall-list-64-options): Likewise.
42303         (syscall-list-64-condition): Likewise.
42304         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
42305         macro.
42306         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
42307         Renamed to ...
42308         (abi-*): This.
42309         (abi-64-ld-soname): New macro.
42310         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
42311         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
42312         Renamed to ...
42313         (abi-*): This.
42314         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
42315         * sysdeps/x86_64/x32/shlib-versions: Likewise.
42317 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
42319         * sysdeps/unix/sysv/linux/kernel-features.h
42320         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
42321         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
42322         include <kernel-features.h>.
42323         [!__NR_ftruncate64]: Remove conditional code.
42324         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42325         [__NR_ftruncate64]: Make code unconditional.
42326         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42327         * sysdeps/unix/sysv/linux/truncate64.c: Do not
42328         include <kernel-features.h>.
42329         [!__NR_ftruncate64]: Remove conditional code.
42330         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42331         [__NR_ftruncate64]: Make code unconditional.
42332         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42333         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
42334         include <kernel-features.h>.
42335         [!__NR_ftruncate64]: Remove conditional code.
42336         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42337         [__NR_ftruncate64]: Make code unconditional.
42338         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42339         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
42340         include <kernel-features.h>.
42341         [!__NR_ftruncate64]: Remove conditional code.
42342         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42343         [__NR_ftruncate64]: Make code unconditional.
42344         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42346         * configure.in (libc_cv_fpie): Weaken to a compile test using
42347         LIBC_TRY_CC_OPTION.
42348         * configure: Regenerated.
42350 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
42352         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
42353         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
42354         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
42355         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
42356         Refreshed.
42357         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
42358         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
42359         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
42360         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
42361         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
42362         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
42363         Refreshed.
42365 2012-05-27  David S. Miller  <davem@davemloft.net>
42367         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
42368         (___Q_zero): New.
42369         (__Q_simulate_exceptions): Return void.  Change to simulate
42370         exceptions by writing into the %fsr.
42371         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
42372         (__Qp_handle_exceptions): Likewise.
42373         (numbers): Delete.
42374         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
42375         __Qp_handle_exceptions.
42376         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
42377         __Qp_handle_exceptions.
42378         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
42379         as unused and give dummy FP_RND_NEAREST initializer.
42380         (FP_INHIBIT_RESULTS): Define.
42381         (___Q_simulate_exceptions): Update declaration.
42382         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
42383         formatting.
42384         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
42385         as unused and give dummy FP_RND_NEAREST initializer.
42386         (__Qp_handle_exceptions): Update declaration.
42387         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
42388         formatting.
42390 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
42392         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
42393         the temporary FPU control word.
42394         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
42395         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
42396         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
42397         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
42398         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
42399         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
42400         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
42401         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
42402         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
42403         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
42404         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
42406 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
42408         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
42409         fields.
42411 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
42413         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
42414         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
42415         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
42416         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
42417         Likewise.
42418         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
42419         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
42420         Likewise.
42422 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
42424         * po/h.po: Update from translation team.
42426 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
42428         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
42430         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
42431         handling of denormals.
42432         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
42433         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
42434         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
42435         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
42436         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
42437         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
42438         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
42439         Likewise.
42441 2012-05-26  Marek Polacek  <polacek@redhat.com>
42443         [BZ #14152]
42444         * math/libm-test.inc (fma_test): Don't always expect underflow
42445         exception.
42447 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
42449         [BZ #12416]
42450         * elf/tst-execstack.c: Include stackinfo.h.
42451         (do_test): Adjust test case to ensure that pthread_getattr_np
42452         behaviour remains the same after marking stack executable.
42454 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
42456         * sysdeps/unix/sysv/linux/kernel-features.h
42457         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
42458         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
42459         kernel-features.h.
42460         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
42461         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
42462         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
42463         kernel-features.h.
42464         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
42465         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
42467 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
42469         * configure.in: Define the default includes to being none.
42470         * configure: Regenerated.
42472 2012-05-25  Roland McGrath  <roland@hack.frob.com>
42474         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
42475         * sysdeps/x86_64/setjmp.S: Likewise.
42476         * sysdeps/i386/bsd-setjmp.S: Likewise.
42477         * sysdeps/i386/bsd-_setjmp.S: Likewise.
42478         * sysdeps/i386/setjmp.S: Likewise.
42479         * sysdeps/i386/__longjmp.S: Likewise.
42480         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
42481         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
42483         * include/stap-probe.h: New file.
42484         * configure.in: Handle --enable-systemtap.
42485         * configure: Regenerated.
42486         * config.h.in (USE_STAP_PROBE): New #undef.
42487         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
42488         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
42489         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
42491 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
42493         [BZ #13717]
42494         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
42495         to 2.4.0 where earlier.
42496         * sysdeps/unix/sysv/linux/configure: Regenerated.
42497         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
42498         <kernel-features.h>.
42499         [__ASSUME_32BITUIDS]: Make code unconditional.
42500         [!__ASSUME_32BITUIDS]: Remove conditional code.
42501         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
42502         <kernel-features.h>.
42503         [__ASSUME_32BITUIDS]: Make code unconditional.
42504         [!__ASSUME_32BITUIDS]: Remove conditional code.
42505         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
42506         [__ASSUME_32BITUIDS]: Make code unconditional.
42507         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
42508         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
42509         <kernel-features.h>.
42510         [__ASSUME_32BITUIDS]: Make code unconditional.
42511         [!__ASSUME_32BITUIDS]: Remove conditional code.
42512         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
42513         <kernel-features.h>.
42514         [__ASSUME_32BITUIDS]: Make code unconditional.
42515         [!__ASSUME_32BITUIDS]: Remove conditional code.
42516         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
42517         <kernel-features.h>.
42518         [__ASSUME_32BITUIDS]: Make code unconditional.
42519         [!__ASSUME_32BITUIDS]: Remove conditional code.
42520         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
42521         <kernel-features.h>.
42522         [__ASSUME_32BITUIDS]: Make code unconditional.
42523         [!__ASSUME_32BITUIDS]: Remove conditional code.
42524         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
42525         <kernel-features.h>.
42526         [__ASSUME_32BITUIDS]: Make code unconditional.
42527         [!__ASSUME_32BITUIDS]: Remove conditional code.
42528         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
42529         <kernel-features.h>.
42530         [__ASSUME_32BITUIDS]: Make code unconditional.
42531         [!__ASSUME_32BITUIDS]: Remove conditional code.
42532         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
42533         <kernel-features.h>.
42534         [__ASSUME_32BITUIDS]: Make code unconditional.
42535         [!__ASSUME_32BITUIDS]: Remove conditional code.
42536         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
42537         <kernel-features.h>.
42538         [__ASSUME_32BITUIDS]: Make code unconditional.
42539         [!__ASSUME_32BITUIDS]: Remove conditional code.
42540         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
42541         <kernel-features.h>.
42542         [__ASSUME_32BITUIDS]: Make code unconditional.
42543         [!__ASSUME_32BITUIDS]: Remove conditional code.
42544         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
42545         <kernel-features.h>.
42546         [__ASSUME_32BITUIDS]: Make code unconditional.
42547         [!__ASSUME_32BITUIDS]: Remove conditional code.
42548         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
42549         <kernel-features.h>.
42550         [__NR_setresgid] (__setresgid): Do not declare.
42551         [__ASSUME_32BITUIDS]: Make code unconditional.
42552         [!__ASSUME_32BITUIDS]: Remove conditional code.
42553         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
42554         <kernel-features.h>.
42555         [__NR_setresuid] (__setresuid): Do not declare.
42556         [__ASSUME_32BITUIDS]: Make code unconditional.
42557         [!__ASSUME_32BITUIDS]: Remove conditional code.
42558         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
42559         <kernel-features.h>.
42560         [__ASSUME_32BITUIDS]: Make code unconditional.
42561         [!__ASSUME_32BITUIDS]: Remove conditional code.
42562         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
42563         <kernel-features.h>.
42564         [__ASSUME_32BITUIDS]: Make code unconditional.
42565         [!__ASSUME_32BITUIDS]: Remove conditional code.
42566         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
42567         <kernel-features.h>.
42568         [__ASSUME_32BITUIDS]: Make code unconditional.
42569         [!__ASSUME_32BITUIDS]: Remove conditional code.
42570         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
42571         <kernel-features.h>.
42572         [__ASSUME_32BITUIDS]: Make code unconditional.
42573         [!__ASSUME_32BITUIDS]: Remove conditional code.
42574         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
42575         <kernel-features.h>.
42576         [__ASSUME_32BITUIDS]: Make code unconditional.
42577         [!__ASSUME_32BITUIDS]: Remove conditional code.
42578         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
42579         <kernel-features.h>.
42580         [__ASSUME_32BITUIDS]: Make code unconditional.
42581         [!__ASSUME_32BITUIDS]: Remove conditional code.
42582         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
42583         <kernel-features.h>.
42584         [__ASSUME_32BITUIDS]: Make code unconditional.
42585         [!__ASSUME_32BITUIDS]: Remove conditional code.
42586         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
42587         <kernel-features.h>.
42588         [__ASSUME_32BITUIDS]: Make code unconditional.
42589         [!__ASSUME_32BITUIDS]: Remove conditional code.
42590         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
42591         <kernel-features.h>.
42592         [__ASSUME_32BITUIDS]: Make code unconditional.
42593         [!__ASSUME_32BITUIDS]: Remove conditional code.
42594         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
42595         <kernel-features.h>.
42596         [__ASSUME_32BITUIDS]: Make code unconditional.
42597         [!__ASSUME_32BITUIDS]: Remove conditional code.
42598         * sysdeps/unix/sysv/linux/kernel-features.h
42599         (__ASSUME_SETRESUID_SYSCALL): Remove.
42600         (__ASSUME_SETRESGID_SYSCALL): Likewise.
42601         (__ASSUME_32BITUIDS): Likewise.
42602         (__ASSUME_LDT_WORKS): Likewise.
42603         (__ASSUME_O_DIRECTORY): Likewise.
42604         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
42605         architecture but not kernel version.
42606         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
42607         (__ASSUME_MMAP2_SYSCALL): Likewise.
42608         (__ASSUME_STAT64_SYSCALL): Likewise.
42609         (__ASSUME_IPC64): Likewise.
42610         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
42611         <kernel-features.h>.
42612         [__ASSUME_32BITUIDS]: Make code unconditional.
42613         [!__ASSUME_32BITUIDS]: Remove conditional code.
42614         * sysdeps/unix/sysv/linux/opendir.c: Do not include
42615         <kernel-features.h>.
42616         [__ASSUME_O_DIRECTORY]: Make code unconditional.
42617         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
42618         132096]: Remove conditional code.
42619         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
42620         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
42621         <kernel-features.h>.
42622         [__ASSUME_32BITUIDS]: Make code unconditional.
42623         [!__ASSUME_32BITUIDS]: Remove conditional code.
42624         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
42625         <kernel-features.h>.
42626         [__ASSUME_32BITUIDS]: Make code unconditional.
42627         [!__ASSUME_32BITUIDS]: Remove conditional code.
42628         * sysdeps/unix/sysv/linux/setegid.c: Do not include
42629         <kernel-features.h>.
42630         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
42631         unconditional.
42632         (__setresgid): Do not declare.
42633         [__ASSUME_32BITUIDS]: Make code unconditional.
42634         [!__ASSUME_32BITUIDS]: Remove conditional code.
42635         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
42636         <kernel-features.h>.
42637         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
42638         unconditional.
42639         (__setresuid): Do not declare.
42640         [__ASSUME_32BITUIDS]: Make code unconditional.
42641         [!__ASSUME_32BITUIDS]: Remove conditional code.
42642         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
42643         <kernel-features.h>.
42644         [__ASSUME_32BITUIDS]: Make code unconditional.
42645         [!__ASSUME_32BITUIDS]: Remove conditional code.
42646         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
42647         <kernel-features.h>.
42648         [__ASSUME_32BITUIDS]: Make code unconditional.
42649         [!__ASSUME_32BITUIDS]: Remove conditional code.
42651 2012-05-25  Richard Henderson  <rth@twiddle.net>
42653         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
42654         dl_hwcap to ifunc resolver.
42655         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
42656         elf_ifunc_invoke.
42657         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
42658         dl_hwcap to ifunc resolver.
42659         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
42661 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
42663         [BZ #14153]
42664         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
42665         for |x| <= 2**-26, not 2**-57.
42666         * math/libm-test.inc (acos_test): Do not allow spurious underflow
42667         exception.
42669 2012-05-24  Jeff Law  <law@redhat.com>
42671         * stdio-common/Makefile (tests): Add bug25.
42672         * stdio-common/bug25.c: New test.
42674 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
42676         [BZ #13576]
42677         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
42678         multiple of MALLOC_ALIGNMENT in size.
42679         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
42681 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
42683         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
42684         Require >= 256.
42685         (FILENAME_MAX): Use macro-int-constant.
42686         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
42687         (_IOFBF): Use macro-int-constant.
42688         (_IOLBF): Likewise.
42689         (_IONBF): Likewise.
42690         (SEEK_CUR): Likewise.
42691         (SEEK_END): Likewise.
42692         (SEEK_SET): Likewise.
42693         (TMP_MAX): Likewise.
42694         (EOF): Use macro-int-constant.  Require < 0.
42695         (NULL): Use macro-constant.  Require == 0.
42696         (stdin): Require type to be FILE *.
42697         (stdout): Likewise.
42698         (stderr): Likewise.
42699         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
42700         macro-int-constant.
42701         (EXIT_SUCCESS): Likewise.
42702         (NULL): Use macro-constant.  Require == 0.
42703         (RAND_MAX): Use macro-int-constant.
42704         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
42705         [C99-based standards] (strtof): Require function.
42706         [C99-based standards] (strtold): Likewise.
42707         [C99-based standards] (strtoll): Likewise.
42708         [C99-based standards] (strtoull): Likewise.
42709         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
42710         [ISO || ISO99 || ISO11] (limits.h): Likewise.
42711         [ISO || ISO99 || ISO11] (math.h): Likewise.
42712         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
42713         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
42714         [ISO || ISO99 || ISO11] (*_t): Do not allow.
42716 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
42718         [BZ #14132]
42719         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
42720         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
42721         * intl/dgettext.c (DCGETTEXT): Likewise.
42722         * intl/gettext.c (DCGETTEXT): Likewise.
42723         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
42724         * posix/regex_internal.h (gettext): Likewise.
42725         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
42726         Remove declaration.
42727         * include/argz.h (__argz_count_internal)
42728         (__argz_stringify_internal): Remove declaration.
42729         (__argz_count, __argz_stringify): Declare hidden proto.
42730         * intl/dcgettext.c: Remove use of INTDEF.
42731         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
42732         * string/argz-stringify.c: Likewise.
42733         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
42734         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
42735         Declare hidden proto.
42736         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
42737         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
42738         Declare hidden proto.
42739         * include/stdio.h (__asprintf_internal): Don't declare.
42740         (__asprintf): Don't define as macro.  Declare hidden proto.
42741         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
42742         (__fsetlocking): Declare hidden proto.
42743         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
42744         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
42745         hidden proto.
42746         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
42747         (_IO_setlinebuf): Remove use of INTUSE.
42748         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
42749         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
42750         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
42751         Remove declaration.
42752         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
42753         (_IO_do_flush): Remove use of INTUSE.
42754         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
42755         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
42756         (_IO_adjust_column, _IO_least_wmarker)
42757         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
42758         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
42759         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
42760         (_IO_default_doallocate, _IO_wdefault_doallocate)
42761         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
42762         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
42763         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
42764         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
42765         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
42766         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
42767         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
42768         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
42769         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
42770         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
42771         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
42772         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
42773         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
42774         proto.
42775         (_IO_flush_all_internal, _IO_adjust_column_internal)
42776         (_IO_default_uflow_internal, _IO_default_finish_internal)
42777         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
42778         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
42779         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
42780         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
42781         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
42782         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
42783         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
42784         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
42785         (_IO_file_close_internal, _IO_file_close_it_internal)
42786         (_IO_file_underflow_internal, _IO_file_overflow_internal)
42787         (_IO_file_init_internal, _IO_file_attach_internal)
42788         (_IO_file_fopen_internal, _IO_file_read_internal)
42789         (_IO_file_sync_internal, _IO_file_seek_internal)
42790         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
42791         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
42792         (_IO_str_underflow_internal, _IO_str_overflow_internal)
42793         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
42794         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
42795         (_IO_list_all_internal, _IO_link_in_internal)
42796         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
42797         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
42798         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
42799         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
42800         (_IO_do_write_internal, _IO_padn_internal)
42801         (_IO_getline_info_internal, _IO_getline_internal)
42802         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
42803         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
42804         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
42805         (_IO_vfscanf_internal, _IO_vfprintf_internal)
42806         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
42807         (_IO_init_internal, _IO_un_link_internal): Don't declare.
42808         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
42809         with libc_hidden_ver, remove use of INTUSE.
42810         * libio/genops.c: Likewise.
42811         * libio/freopen.c: Likewise.
42812         * libio/freopen64.c: Likewise.
42813         * libio/iofclose.c: Likewise.
42814         * libio/iofdopen.c: Likewise.
42815         * libio/iofflush.c: Likewise.
42816         * libio/iofflush_u.c: Likewise.
42817         * libio/iofgets.c: Likewise.
42818         * libio/iofgets_u.c: Likewise.
42819         * libio/iofopen.c: Likewise.
42820         * libio/iofopncook.c: Likewise.
42821         * libio/iofread.c: Likewise.
42822         * libio/iofread_u.c: Likewise.
42823         * libio/ioftell.c: Likewise.
42824         * libio/iofwrite.c: Likewise.
42825         * libio/iogetline.c: Likewise.
42826         * libio/iogets.c: Likewise.
42827         * libio/iogetwline.c: Likewise.
42828         * libio/iopadn.c: Likewise.
42829         * libio/iopopen.c: Likewise.
42830         * libio/ioseekoff.c: Likewise.
42831         * libio/ioseekpos.c: Likewise.
42832         * libio/iosetbuffer.c: Likewise.
42833         * libio/iosetvbuf.c: Likewise.
42834         * libio/ioungetc.c: Likewise.
42835         * libio/ioungetwc.c: Likewise.
42836         * libio/iovdprintf.c: Likewise.
42837         * libio/iovsprintf.c: Likewise.
42838         * libio/iovsscanf.c: Likewise.
42839         * libio/memstream.c: Likewise.
42840         * libio/obprintf.c: Likewise.
42841         * libio/oldfileops.c: Likewise.
42842         * libio/oldiofclose.c: Likewise.
42843         * libio/oldiofdopen.c: Likewise.
42844         * libio/oldiofopen.c: Likewise.
42845         * libio/oldiopopen.c: Likewise.
42846         * libio/oldstdfiles.c: Likewise.
42847         * libio/putc.c: Likewise.
42848         * libio/setbuf.c: Likewise.
42849         * libio/setlinebuf.c: Likewise.
42850         * libio/stdfiles.c: Likewise.
42851         * libio/strops.c: Likewise.
42852         * libio/vasprintf.c: Likewise.
42853         * libio/vscanf.c: Likewise.
42854         * libio/vsnprintf.c: Likewise.
42855         * libio/vswprintf.c: Likewise.
42856         * libio/wfiledoalloc.c: Likewise.
42857         * libio/wfileops.c: Likewise.
42858         * libio/wgenops.c: Likewise.
42859         * libio/wmemstream.c: Likewise.
42860         * libio/wstrops.c: Likewise.
42861         * libio/__fpurge.c: Likewise.
42862         * libio/__fsetlocking.c: Likewise.
42863         * assert/assert.c: Likewise.
42864         * debug/fgets_chk.c: Likewise.
42865         * debug/fgets_u_chk.c: Likewise.
42866         * debug/fread_chk.c: Likewise.
42867         * debug/fread_u_chk.c: Likewise.
42868         * debug/gets_chk.c: Likewise.
42869         * debug/obprintf_chk.c: Likewise.
42870         * debug/vasprintf_chk.c: Likewise.
42871         * debug/vdprintf_chk.c: Likewise.
42872         * debug/vsnprintf_chk.c: Likewise.
42873         * debug/vsprintf_chk.c: Likewise.
42874         * malloc/mtrace.c: Likewise.
42875         * misc/error.c: Likewise.
42876         * misc/syslog.c: Likewise.
42877         * stdio-common/asprintf.c: Likewise.
42878         * stdio-common/fxprintf.c: Likewise.
42879         * stdio-common/getw.c: Likewise.
42880         * stdio-common/isoc99_fscanf.c: Likewise.
42881         * stdio-common/isoc99_scanf.c: Likewise.
42882         * stdio-common/isoc99_vfscanf.c: Likewise.
42883         * stdio-common/isoc99_vscanf.c: Likewise.
42884         * stdio-common/isoc99_vsscanf.c: Likewise.
42885         * stdio-common/printf-prs.c: Likewise.
42886         * stdio-common/printf_fp.c: Likewise.
42887         * stdio-common/printf_fphex.c: Likewise.
42888         * stdio-common/printf_size.c: Likewise.
42889         * stdio-common/putw.c: Likewise.
42890         * stdio-common/scanf.c: Likewise.
42891         * stdio-common/sprintf.c: Likewise.
42892         * stdio-common/tmpfile.c: Likewise.
42893         * stdio-common/vfprintf.c: Likewise.
42894         * stdio-common/vfscanf.c: Likewise.
42895         * stdlib/strfmon_l.c: Likewise.
42896         * sunrpc/openchild.c: Likewise.
42897         * sunrpc/xdr_stdio.c: Likewise.
42898         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
42899         * sysdeps/mach/hurd/tmpfile.c: Likewise.
42901 2012-05-24  Roland McGrath  <roland@hack.frob.com>
42903         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
42905         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
42906         in the third column, to generate for the shared library an IFUNC
42907         that uses _dl_vdso_vsym.
42908         * Makerules (COMPILE.c, compile-stdin.c): New variables.
42909         * Makeconfig (object-suffixes-noshared): New variable.
42911         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
42912         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
42913         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
42914         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
42916         [BZ #14132]
42917         * include/sys/time.h (__gettimeofday): Remove macro.
42918         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
42919         * time/gettimeofday.c (__gettimeofday): Remove #undef.
42920         Remove INTDEF.
42921         (__gettimeofday): Add libc_hidden_def.
42922         (gettimeofday): Add libc_hidden_weak.
42923         * sysdeps/mach/gettimeofday.c: Likewise.
42924         * sysdeps/posix/gettimeofday.c: Likewise.
42925         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
42926         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
42927         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
42928         (__gettimeofday_internal): Remove strong_alias.
42929         (__gettimeofday): Add libc_hidden_def.
42930         (gettimeofday): Add libc_hidden_weak.
42931         * sysdeps/unix/syscalls.list (gettimeofday):
42932         Remove __gettimeofday_internal alias.
42934 2012-05-24  Daniel Jacobowitz  <drow@false.org>
42935             H.J. Lu  <hongjiu.lu@intel.com>
42937         [BZ #12495]
42938         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
42939         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
42940         (largebin_index_32_big): New.
42941         (largebin_index): Use it for 16-byte alignment.
42942         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
42943         correction with front_misalign.
42945 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
42947         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
42948         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
42949         Likewise.
42950         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
42951         Likewise.
42952         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
42953         Likewise.
42954         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
42955         Likewise.
42956         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
42957         Likewise.
42958         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
42959         Likewise.
42960         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
42961         Likewise.
42962         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
42963         Likewise.
42964         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
42965         Likewise.
42966         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
42967         Likewise.
42968         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
42969         Likewise.
42970         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
42971         Likewise.
42973         * scripts/data/c++-types-x32-linux-gnu.data: New file.
42974         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
42976 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
42978         [BZ #10846]
42979         [BZ #14036]
42980         * math/libm-test.inc (exp_test): Add test from bug 14036.
42981         (pow_test): Add test from bug 10846.
42983         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
42984         and other flags.
42985         (special_function): Do not include flags in test name.
42986         (parse_args): Likewise.
42987         * sysdeps/i386/fpu/libm-test-ulps: Update.
42988         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
42989         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
42990         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
42991         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42993         * math/gen-libm-test.pl (%beautify): Add entries for underflow
42994         exceptions.
42995         * math/libm-test.inc ("Philosophy"): Update comment about
42996         exception testing.
42997         (UNDERFLOW_EXCEPTION): New macro.
42998         (UNDERFLOW_EXCEPTION_OK): Likewise.
42999         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
43000         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
43001         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
43002         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
43003         (INVALID_EXCEPTION_OK): Update value.
43004         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
43005         (OVERFLOW_EXCEPTION_OK): Likewise.
43006         (IGNORE_ZERO_INF_SIGN): Likewise.
43007         (test_exceptions): Handle underflow exceptions.
43008         (acos_test): Update for underflow exception expectations.
43009         (cexp_test): Likewise.
43010         (clog_test): Likewise.
43011         (clog10_test): Likewise.
43012         (csqrt_test): Likewise.
43013         (ctan_test): Likewise.
43014         (ctanh_test): Likewise.
43015         (exp_test): Likewise.
43016         (exp10_test): Likewise.
43017         (exp2_test): Likewise.
43018         (expm1_test): Likewise.
43019         (fma_test): Likewise.
43020         (j0_test): Likewise.
43021         (jn_test): Likewise.
43022         (nexttoward_test): Likewise.
43023         (pow_test): Likewise.
43024         (scalbn_test): Likewise.
43025         (scalbln_test): Likewise.
43026         (tan_test): Likewise.
43027         (y1_test): Likewise.
43028         * sysdeps/i386/fpu/libm-test-ulps: Update.
43029         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43031 2012-05-23  David S. Miller  <davem@davemloft.net>
43033         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
43034         (__libc_sigaction): Remove unused local variables.
43036 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
43038         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
43040 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
43042         mktime: avoid signed integer overflow
43043         * time/mktime.c (__mktime_internal): Do not mishandle the case
43044         where diff == INT_MIN.
43046         mktime: simplify computation of average
43047         * time/mktime.c (ranged_convert): Use new time_t_avg function
43048         instead of rolling our own (probably-slower) code.
43050         mktime: do not assume signed right shift propagates sign bit
43051         * time/mktime.c (isdst_differ): New static function.
43052         (__mktime_internal): No need to normalize tm_isdst now.
43053         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
43054         tm_isdst values.
43056         mktime: merge another wrapv change from gnulib
43057         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
43058         from some compilers.
43060         mktime: remove incorrect attempt at unusual arithmetics
43061         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
43062         The code didn't really work on such machines anyway.
43063         (TYPE_MINIMUM): Assume two's complement.
43064         (twos_complement_arithmetic): Verify that long_int and time_t
43065         are two's complement (or unsigned, in the latter case).
43067         mktime: check signed shifts on long_int and time_t, too
43068         * time/mktime.c (SHR): Check that shifts work as desired
43069         on the types long_int and time_t too, as SHR is used on
43070         such types.
43072         mktime: do not assume 'long' is wide enough
43073         * time/mktime.c (verify): Move decl up.
43074         (long_int): New type.
43075         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
43076         to remove assumption in the code that 'long' is wide enough to
43077         store year values.  This assumption is not true on x32 and on
43078         some non-glibc platforms.
43080         mktime: merge wrapv change from gnulib
43081         * time/mktime.c (WRAPV): New macro.
43082         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
43083         (guess_time_tm, __mktime_internal): Do not assume that signed
43084         integer overflow wraps around; modern compilers generate code
43085         where this assumption is no longer valid.
43087 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
43089         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
43090         Replace "jmp L(pseudo_end)" with "ret".
43091         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
43092         Likewise.
43094 2012-05-23  Andreas Jaeger  <aj@suse.de>
43096         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
43097         * sysdeps/unix/sysv/linux/poll.c: Remove file.
43099 2012-05-23  Andreas Jaeger  <aj@suse.de>
43100             Maximilian Attems  <max@stro.at>
43102         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
43103         New macros.
43105 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
43107         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
43108         code so that pseudo_end is just ret and the stack pointer is
43109         correct also for static library in error case.
43111 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
43113         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
43114         move to syscalls.list.
43115         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
43116         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
43117         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
43118         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
43120         * manual/install.texi (Running make install): Do not mention Linux
43121         kernel version for which pt_chown is not needed.
43122         (Linux): Do not mention problems with nscd with 2.0 kernels.
43123         * INSTALL: Regenerated.
43125 2012-05-23  Andreas Jaeger  <aj@suse.de>
43127         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
43128         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
43129         macro.
43130         * sysdeps/unix/sysv/linux/s390/bits/mman.h
43131         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43132         * sysdeps/unix/sysv/linux/sh/bits/mman.h
43133         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43134         * sysdeps/unix/sysv/linux/i386/bits/mman.h
43135         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43136         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
43137         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43138         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
43139         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43140         * sysdeps/unix/sysv/linux/bits/in.h
43141         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
43143 2012-05-22  Roland McGrath  <roland@hack.frob.com>
43145         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
43146         (PREPARE_VERSION): Just use assert instead, it will be elided
43147         under [NDEBUG] anyway.
43149 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43151         * sysdeps/unix/sysv/linux/Makefile: Include
43152         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
43153         (sysdep_routines): Remove sysctl.
43154         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
43155         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
43156         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
43157         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
43158         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
43160 2012-05-22  Andreas Jaeger  <aj@suse.de>
43162         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
43163         that pseudo_end is just ret and the stack pointer is correct also
43164         for static library in error case.
43166 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
43168         [BZ #14122]
43169         * nss/nsswitch.c (defconfig_entries): New variable.
43170         (__nss_database_lookup): Don't leak defconfig entries.
43171         (nss_parse_service_list): Don't leak on error paths.
43172         (free_database_entries): New function.
43173         (free_defconfig): New function.
43174         (free_mem): Move common code to free_database_entries.
43176 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43178         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
43179         Add arch_prctl.
43180         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
43182         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
43183         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
43184         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
43185         New macro.
43186         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
43187         (INTERNAL_SYSCALL_TYPES): Likewise.
43188         (LOAD_ARGS_TYPES_[1-6]): Likewise.
43189         (LOAD_REGS_TYPES_[1-6]): Likewise.
43190         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
43191         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
43193 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43195         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
43196         copysignl for GLIBC_2_0.
43197         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
43198         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
43199         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
43200         logbl for GLIBC_2_0.
43201         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
43202         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
43204 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43206         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
43207         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
43209         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
43210         Use "neg %eax".
43212         * time/mktime.c: Update copyright years.
43214 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
43216         mktime: merge comment-quoting-style change from gnulib
43217         * time/mktime.c: Quote 'like this' in comments.
43218         The GNU coding standards suggest that we no longer quote `like this',
43219         as "`" and "'" are typically rendered asymmetrically nowadays.
43220         The typical gnulib style is to quote 'like this' when quoting
43221         code, and "like this" when quoting English.
43223         * time/mktime.c (compile-command): Add "-I.".
43225         mktime: merge mktime-internal.h change from gnulib
43226         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
43228         mktime: merge time_r change from gnulib
43229         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
43231         mktime: merge DEBUG change from gnulib
43232         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
43233         case system <time.h> has a #define.
43235         mktime: merge <sys/types.h> change from gnulib
43236         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
43237         since <time.t> is now guaranteed to define time_t.
43239         mktime: merge HAVE_CONFIG_H change from gnulib
43240         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
43242 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43244         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
43245         Use "neg %eax".
43247         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
43248         __rlim_t cast.
43249         (struct rusage): Use anonymous union to pad each field to
43250         __syscall_slong_t.
43252 2012-05-21  David S. Miller  <davem@davemloft.net>
43254         * Makefules (o-iterator): Remove .s cases.
43255         (compile-command.s): Delete.
43256         (COMPILE.s): Delete.
43257         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
43259 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
43261         * configure.in (libc_cv_predef_stack_protector): Only consider
43262         "foobar" and "__stack_chk_fail" lines in libc_undefs.
43263         * configure: Regenerated.
43265 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
43267         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
43268         New macro.  Use R*LP on int and pointer.
43269         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
43270         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
43271         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
43272         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
43274         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
43275         [__WORDSIZE_TIME64_COMPAT32] instead of
43276         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
43277         (struct utmp): Likewise.
43278         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
43279         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
43280         Renamed to ...
43281         (__WORDSIZE_TIME64_COMPAT32): This.
43282         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
43283         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
43284         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
43285         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
43286         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
43287         (__WORDSIZE_TIME64_COMPAT32): New macro.
43289 2012-05-21  Andreas Jaeger  <aj@suse.de>
43291         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
43292         only if [SHARED]. Add prototype for __wcschr_ia32.
43294 2012-05-21  Roland McGrath  <roland@hack.frob.com>
43296         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
43297         of %rbp unmolested in the jmp_buf while mangling the low bits.
43298         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
43299         unmolested high bits of %rbp while demangling the low bits.
43300         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
43302 2012-05-21  Andreas Jaeger  <aj@suse.de>
43304         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
43305         * sunrpc/svc_simple.c: Use it for registerrpc.
43306         * sunrpc/xcrypt.c: Use it for passwd2des.
43308         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
43310 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
43312         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
43313         Don't define if [__SYSCALL_WORDSIZE != 32].
43314         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
43315         New macro.
43317 2012-05-21  Bruno Haible  <bruno@clisp.org>
43318             Andreas Jaeger  <aj@suse.de>
43320         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
43321         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
43322         inptr and inend for must_buffer_ch.
43323         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
43324         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
43325         * stdio-common/Makefile (tests): Remove bug15.
43326         (bug15-ENV): Remove macro.
43327         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
43328         anymore.
43330 2012-05-19  Andreas Jaeger  <aj@suse.de>
43331             Roland McGrath  <roland@hack.frob.com>
43333         * manual/contrib.texi: Completely rewritten. It contains now an
43334         alphabetical list of contributors and their contributions.
43336 2012-05-21  Richard Henderson  <rth@twiddle.net>
43338         * misc/getauxval.c (__getauxval): Use unsigned long int.
43339         * misc/sys/auxv.h: Include <sys/cdefs.h>.
43340         (getauxval): Use unsigned long int.
43342 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
43344         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
43346 2012-05-21  Roland McGrath  <roland@hack.frob.com>
43348         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
43349         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
43350         __alignof__ (long double).
43352 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43354         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43356 2012-05-20  Richard Henderson  <rth@twiddle.net>
43358         * misc/getauxval.c: New file.
43359         * misc/sys/auxv.h: New file.
43360         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
43361         (routines): Add getauxval.
43362         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
43363         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
43364         * elf/dl-sysdep.c (_dl_auxv): Remove.
43365         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
43366         * elf/dl-support.c (_dl_auxv): New variable.
43367         (_dl_aux_init): Initialize it.
43368         * manual/startup.texi (Auxiliary Vector): New node.
43369         * sysdeps/generic/bits/hwcap.h: New file.
43370         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
43371         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
43372         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
43373         * sysdeps/sparc/sysdep.h: ... here.  Include it.
43374         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
43375         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
43376         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
43377         Update.
43378         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
43379         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
43380         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
43381         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
43382         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
43383         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
43384         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
43385         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
43387 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43389         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43391 2012-05-19  David S. Miller  <davem@davemloft.net>
43393         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43395 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
43397         [BZ #14123]
43398         * math/s_ccosh.c: Include <float.h>
43399         (__ccosh): Avoid internal overflow calculating sinh and cosh
43400         values before multiplying by sin and cos values.
43401         * math/s_ccoshf.c: Likewise.
43402         * math/s_ccoshl.c: Likewise.
43403         * math/s_csin.c: Likewise.
43404         * math/s_csinf.c: Likewise.
43405         * math/s_csinl.c: Likewise.
43406         * math/s_csinh.c: Likewise.
43407         * math/s_csinhf.c: Likewise.
43408         * math/s_csinhl.c: Likewise.
43409         * math/libm-test.inc (ccos_test): Add more tests.
43410         (ccosh_test): Likewise.
43411         (csin_test): Likewise.
43412         (csinh_test): Likewise.
43413         * sysdeps/i386/fpu/libm-test-ulps: Update.
43414         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43416 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
43418         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
43419         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
43421         * sysdeps/x86_64/x32/_itoa.h: Add comment.
43423 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
43425         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
43426         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
43427         * sysdeps/powerpc/soft-fp/Versions: Likewise.
43428         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
43429         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
43430         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
43431         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
43432         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
43433         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
43434         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
43435         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
43436         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
43437         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
43438         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
43439         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
43440         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
43441         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
43442         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
43443         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
43444         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
43445         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
43446         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
43447         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
43448         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
43449         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
43450         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
43451         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
43452         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
43453         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
43454         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
43455         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
43457 2012-05-18  Andreas Jaeger  <aj@suse.de>
43459         * csu/.gitignore: Delete.
43461 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
43463         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
43464         (timex): Use __syscall_slong_t.
43466 2012-05-18  Andreas Jaeger  <aj@suse.de>
43467             Carlos O'Donell  <carlos_odonell@mentor.com>
43469         * manual/install.texi (Configuring and compiling): Update
43470         description about files modified in the source directory.
43471         * INSTALL: Regenerated.
43473 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
43475         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
43476         value.  Use "or" to set return value to -1.
43477         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
43478         negate return value.
43480 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
43482         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
43483         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
43484         failure if the compiler has Graphite support disabled.
43485         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
43486         Likewise.
43487         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
43488         (CFLAGS-memmove.c): Likewise.
43489         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
43490         Likewise.
43492 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
43494         * sysdeps/x86_64/x32/_itoa.h: New file.
43496         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
43497         getdents system call only if kernel and user dirents have the
43498         same d_ino and d_off.
43500         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43501         LLONG_MAX != LONG_MAX.
43502         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43503         (_fitoa_word): Likewise.
43505         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
43506         years.
43507         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
43508         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
43509         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
43511         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
43512         include <bits/wordsize.h>.  Check __x86_64__ instead of
43513         __WORDSIZE.
43514         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
43515         if __x86_64__ is defined.  Use anonymous union on fpstate.
43517         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
43518         anonymous union.
43520 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
43522         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
43523         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
43524         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
43525         Refer to _rtld_local_ro instead of _rtld_global_ro.
43526         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
43527         Likewise.
43528         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
43529         Likewise.
43530         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
43531         Likewise.
43532         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
43533         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
43534         of _rtld_global, and rtld_progname instead of _dl_argv[0].
43536         * sysdeps/powerpc/powerpc32/dl-machine.c
43537         (__elf_machine_runtime_setup) [PROF]: Don't reference
43538         _dl_prof_resolve.
43540 2012-05-18  Andreas Jaeger  <aj@suse.de>
43542         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
43543         function only available for GCCs before 3.4 since GCC 3.4
43544         introduced a builtin.
43545         (lrint): Likewise.
43546         (llrintf): Likewise.
43547         (llrint): Likewise.
43548         (fmaxf): Likewise.
43549         (fmax): Likewise.
43550         (fminf): Likewise.
43551         (fmin): Likewise.
43552         (rint): Likewise.
43553         (rintf): Likewise.
43554         (nearbyint): Likewise.
43555         (nearbyintf): Likewise.
43556         (ceil): Likewise.
43557         (ceilf): Likewise.
43558         (floor): Likewise.
43559         (floorf): Likewise.
43561 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
43563         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
43564         on both fields and cast pointer to __syscall_ulong_t.
43566         * bits/types.h (__fsword_t): New type.
43567         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
43568         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
43569         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43570         (__FSWORD_T_TYPE): Likewise.
43571         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43572         (__FSWORD_T_TYPE): Likewise.
43573         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43574         (__FSWORD_T_TYPE): Likewise.
43575         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
43576         (__FSWORD_T_TYPE): Likewise.
43577         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
43578         __SWORD_TYPE with __fsword_t.
43579         (statfs64): Likewise.
43581 2012-05-17  David S. Miller  <davem@davemloft.net>
43583         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
43585 2012-05-17  Andreas Jaeger  <aj@suse.de>
43587         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
43588         warning.
43590 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
43592         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
43594 2012-05-17  Andreas Jaeger  <aj@suse.de>
43596         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
43597         when it is used.
43599 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
43601         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
43603 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
43605         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
43606         * sysdeps/x86_64/tst-mallocalign1.c: New file.
43608 2012-05-17  Andreas Jaeger  <aj@suse.de>
43609             Carlos O'Donell  <carlos_odonell@mentor.com>
43611         [BZ #14059]
43612         * sysdeps/x86_64/multiarch/init-arch.h
43613         (bit_YMM_Usable): Rename to...
43614         (bit_AVX_Usable): ... this.
43615         (bit_FMA4_Usable): New macro.
43616         (bit_XMM_state): New macro.
43617         (bit_YMM_state): New macro.
43618         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
43619         [__ASSEMBLER__] (index_AVX_Usable): ... this.
43620         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
43621         (CPUID_OSXSAVE): New macro.
43622         (CPUID_AVX): New macro.
43623         (CPUID_FMA4): New macro.
43624         (index_YMM_Usable): Rename to...
43625         (index_AVX_Usable): ... this.
43626         (HAS_AVX): Use HAS_ARCH_FEATURE.
43627         (HAS_FMA4): Likewise.
43628         (HAS_YMM_USABLE): Remove.
43629         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
43630         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
43631         are present.
43632         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
43633         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
43634         * sysdeps/x86_64/multiarch/Makefile: Likewise.
43635         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
43636         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
43638 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
43640         * math/libm-test.c: Support platforms without multiple rounding modes.
43641         * math/bug-nextafter.c: Support platforms without FP exceptions.
43642         * math/bug-nexttoward.c: Likewise.
43643         * math/test-fenv.c: Likewise.
43644         * math/test-misc.c: Likewise.
43645         * stdlib/bug-getcontext.c: Likewise.
43647 2012-05-17  Andreas Jaeger  <aj@suse.de>
43649         * manual/examples/search.c (critter_cmp): Change signature to
43650         avoid warnings.
43651         * manual/string.texi (Collation Functions): Likewise.
43653 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43655         * bits/types.h: Fold copyright years.
43656         * bits/typesizes.h: Likewise.
43657         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
43658         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
43659         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
43660         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
43661         * time/time.h: Likewise.
43663 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
43665         [BZ #208]
43666         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
43667         in instead of returning them.  Return void.
43668         (__libc_mallinfo): Accumulate over all arenas.
43669         (__malloc_stats): Adjust for change in int_mallinfo interface.
43671 2012-05-16  Roland McGrath  <roland@hack.frob.com>
43673         [BZ #10375]
43674         * configure.in (NM): Add AC_CHECK_TOOL for it.
43675         (libc_extra_cflags): New substituted variable.
43676         Check for -fstack-protector being used implicitly.
43677         * configure: Regenerated.
43678         * config.make.in (config-extra-cflags): New variable,
43679         gets @libc_extra_cflags@.
43680         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
43682         [BZ #10375]
43683         * configure.in: Check for _FORTIFY_SOURCE being predefined.
43684         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
43685         * configure: Regenerated.
43686         * config.make.in (CPPUNDEFS): New substituted variable.
43687         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
43688         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
43689         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
43691 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43693         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
43694         (mq_attr): Use __syscall_slong_t.
43696 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43698         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
43699         Check __x86_64__ instead of __WORDSIZE.
43700         (_STAT_VER_LINUX): Likewise.
43701         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
43702         __syscall_ulong_t and __syscall_slong_t.
43703         (stat64): Likewise.
43705 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43707         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
43709 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43711         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
43713 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43715         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
43716         __syscall_ulong_t.
43718         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
43719         include <bits/wordsize.h>.  Check __x86_64__ instead of
43720         __WORDSIZE.
43721         (greg_t): Use "__extension__ long long int" if __x86_64__ is
43722         defined.
43723         (mcontext_t): Replace "unsigned long" with "unsigned long long".
43725         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
43726         include <bits/wordsize.h>.  Check __x86_64__ instead of
43727         __WORDSIZE.
43728         (user_regs_struct): Use "__extension__ unsigned long long"
43729         instead of "unsigned long" if __x86_64__ is defined.
43730         (user): Likewise.  Pad after pointer field if __ILP32__ is
43731         defined.
43733 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
43735         * configure.in (makeinfo): Require version 4.5 or later.  Allow
43736         versions 5 to 9.
43737         * configure: Regenerated.
43738         * manual/install.texi (texinfo): Increase version requirement to
43739         4.5 or later.
43740         * INSTALL: Regenerated.
43742         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
43744 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43746         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
43748         * sysdeps/x86_64/x32/ffs.c: New file.
43750         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
43751         __syscall_ulong_t.
43752         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
43753         defined.  Use __syscall_ulong_t.
43754         (shminfo): Use __syscall_ulong_t.
43755         (shm_info): Likewise.
43757         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
43758         __syscall_ulong_t.
43760         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
43761         <bits/wordsize.h>.
43762         (msgqnum_t): Use __syscall_ulong_t.
43763         (msglen_t): Likewise.
43764         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
43765         __syscall_ulong_t.
43767         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
43768         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
43770         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
43772         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
43773         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
43775         * sysvipc/sys/msg.h (msgbuf): Replace long int with
43776         __syscall_slong_t.
43778         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
43779         include <bits/wordsize.h>.  Check __x86_64__ instead of
43780         __WORDSIZE.
43782         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
43783         "unsigned long long int" if __x86_64__ is defined.
43784         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
43786         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
43787         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
43788         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
43790         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
43791         <stdint.h>.
43792         (GET_PC): Cast to uintptr_t first.
43793         (GET_FRAME): Likewise.
43794         (GET_STACK): Likewise.
43796         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
43797         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
43798         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
43799         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
43800         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
43801         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
43802         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
43803         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
43804         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
43805         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
43806         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
43807         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
43808         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
43809         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
43810         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
43811         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
43812         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
43813         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
43814         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
43815         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
43816         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
43817         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
43818         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
43819         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
43820         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
43821         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
43822         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
43823         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
43824         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
43826 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
43828         * Makerules (+depfiles): Also collect depfiles from .oS in
43829         $(extra-objs).
43830         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
43831         .oS, $(libnldbl-routines)).
43833         * Makerules (native-compile-mkdep-flags): Define.
43834         * sunrpc/Makefile (extra-objs): Add $(addprefix
43835         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
43836         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
43837         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
43838         calling $(make-target-directory).
43840 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43842         * bits/types.h (__snseconds_t): Removed.
43843         * time/time.h (struct timespec): Replace __snseconds_t with
43844         __syscall_slong_t.
43845         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
43846         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
43847         Likewise.
43848         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43849         (__SNSECONDS_T_TYPE): Likewise.
43850         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43851         (__SNSECONDS_T_TYPE): Likewise.
43852         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43853         (__SNSECONDS_T_TYPE): Likewise.
43855 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43857         * sysdeps/mach/hurd/bits/typesizes.h
43858         (__SYSCALL_SLONG_TYPE): New macro.
43859         (__SYSCALL_ULONG_TYPE): Likewise.
43861 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43863         * bits/types.h (__syscall_slong_t): New type.
43864         (__syscall_ulong_t): Likewise.
43866         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
43867         (__SYSCALL_ULONG_TYPE): Likewise.
43868         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43869         (__SYSCALL_SLONG_TYPE): Likewise.
43870         (__SYSCALL_ULONG_TYPE): Likewise.
43871         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43872         (__SYSCALL_SLONG_TYPE): Likewise.
43873         (__SYSCALL_ULONG_TYPE): Likewise.
43874         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43875         (__SYSCALL_SLONG_TYPE): Likewise.
43876         (__SYSCALL_ULONG_TYPE): Likewise.
43878 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43880         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
43881         Add sigaltstack-offsets.sym.
43882         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
43883         <sigaltstack-offsets.h>.
43884         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
43885         longjmp_msg pointer.
43886         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
43887         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
43888         signal stack.
43889         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
43891 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
43893         * elf/stackguard-macros.h: Remove file.
43894         * sysdeps/generic/stackguard-macros.h: New file.
43895         * sysdeps/i386/stackguard-macros.h: Likewise.
43896         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
43897         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
43898         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
43899         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
43900         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
43901         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
43902         * sysdeps/x86_64/stackguard-macros.h: Likewise.
43903         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
43904         <elf/stackguard-macros.h>.
43906         [BZ #14109]
43907         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
43908         __aligned__ in attribute.
43909         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
43910         (gregset_t): Likewise.
43912 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43914         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
43915         * sysdeps/x86_64/64/Implies-after: Here.  New file.
43916         * sysdeps/x86_64/x32/Implies-after: New file.
43918 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43920         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
43921         and access return value for _dl_profile_fixup.  Use R10_LP to
43922         load frame size.
43924 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43926         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
43928 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43930         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
43931         * sysdeps/x86_64/x32/sysdep.h: New file.
43933 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43935         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
43936         * sysdeps/x86_64/setjmp.S: Likewise.
43938 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43940         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
43941         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
43942         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
43943         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
43944         remove unused global constant.
43946 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
43948         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
43949         include of <not-cancel.h>.
43951 2012-05-15  Roland McGrath  <roland@hack.frob.com>
43953         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
43955 2012-05-15  Jeff Law  <law@redhat.com>
43956             Andreas Jaeger  <aj@suse.de>
43958         [BZ #13594]
43959         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
43960         out from...
43961         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
43962         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
43963         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
43964         code changing __hst_map_handle.map.
43966 2012-05-15  Roland McGrath  <roland@hack.frob.com>
43968         * configure.in (sysnames): Look for Implies-before and Implies-after
43969         files.
43970         * configure: Regenerated.
43972 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43974         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
43975         8-byte data alignment with LP_SIZE alignment.
43977 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43979         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
43980         into R10_LP.
43982 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43984         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
43986 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43988         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
43989         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
43990         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
43991         Likewise.
43992         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
43994 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
43996         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
43997         (stackinfo_sub_sp): Likewise.
43999 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44001         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
44002         RAX_LP.
44004 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44006         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
44007         into R*_LP.
44009 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44011         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
44012         sizes into R*_LP.
44014 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44016         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
44018 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44020         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
44021         into R11_LP and load __x86_64_shared_cache_size_half into
44022         R8_LP.
44024 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44026         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
44027         R8_LP.
44029 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44031         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
44032         logb for POWER7.
44033         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
44034         logbf for POWER7.
44035         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
44036         logbl for POWER7.
44037         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
44038         powerpc32/power7/fpu/s_logb.c via #include.
44039         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
44040         powerpc32/power7/fpu/s_logbf.c via #include.
44041         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
44042         powerpc32/power7/fpu/s_logbl.c via #include.
44044 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
44046         * README.libm: Remove file.
44048 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44050         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
44051         count for x32.  Use R*_LP and omit operand-size suffix.
44053 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44055         * shlib-versions: Move x86_64-.*-linux.* entries to ...
44056         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
44057         * sysdeps/x86_64/x32/shlib-versions: New file.
44059 2012-05-14  Roland McGrath  <roland@hack.frob.com>
44061         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
44062         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
44063         Use _dl_fatal_printf instead.
44065 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
44067         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
44068         set if not set by the user.  Do not allow for being unset.
44069         * sysdeps/unix/sysv/linux/configure: Regenerated.
44071 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44073         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
44074         the `q' suffix from lea and replace .quad with ASM_ADDR.
44076 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44078         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
44079         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
44080         instead of $17.
44081         (PTR_DEMANGLE): Likewise.
44083 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44085         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
44086         (LP_OP): Likewise.
44087         (ASM_ADDR): Likewise.
44088         (RAX_LP): Likewise.
44089         (RBP_LP): Likewise.
44090         (RBX_LP): Likewise.
44091         (RCX_LP): Likewise.
44092         (RDI_LP): Likewise.
44093         (RSI_LP): Likewise.
44094         (RSP_LP): Likewise.
44095         (R8_LP): Likewise.
44096         (R9_LP): Likewise.
44097         (R10_LP): Likewise.
44098         (R10_LP): Likewise.
44099         (R11_LP): Likewise.
44100         (R12_LP): Likewise.
44101         (R13_LP): Likewise.
44102         (R14_LP): Likewise.
44103         (R15_LP): Likewise.
44105 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44107         * sysdeps/x86_64/x32/dl-machine.h: New file.
44109 2012-05-14  Andreas Jaeger  <aj@suse.de>
44111         * manual/Makefile (subdir): Remove export of subdir.
44112         (all): Remove target.
44113         (.PHONY): Remove all from list.
44114         (mkinstalldirs): Remove.
44115         (.PHONY): Remove installdirs from list.
44116         ($(inst_infodir)/libc.info): Use make-target-directory.
44117         (installdirs): Remove.
44118         (subdir_%): Remove.
44119         (glibc-targets): Remove.
44120         (lib): Remove.
44121         (stubs): Remove.
44122         ($(objpfx)stubs ../po/manual.pot): Remove.
44123         ($(objpfx)stamp%): Remove.
44124         (make-target-directory): Remove.
44125         (subdir_install): Remove.
44126         (routines): Remove.
44127         (aux): Remove.
44128         (sources): Remove.
44129         (objects): Remove.
44130         (headers): Remove.
44132         [BZ #13750]
44133         * manual/.gitignore: Remove, it's not needed anymore.
44134         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
44135         all files in it.
44136         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
44137         directory.
44138         (texis): Renamed to $(objpfx)texis.
44139         (texis-path): New, contains path to generated files.
44140         (chapters.%): Use texis-path for complete path, add extra argument
44141         libc-texinfo.sh.
44142         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
44143         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
44144         (summary,texi, stamp-summary): Use complete path of
44145         files. Generate files in build dir.
44146         (dir-add.texi): Build in build dir.
44147         (libm-err.texi,stamp-libm-err): Likewise.
44148         (version.texi, stamp-version): Likewise.
44149         (.%c.texi): Likewise.
44150         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
44151         (mostlyclean): Remove target.
44152         (realclean): Remove target.
44153         (generated): Add new variable with contents from mostlyclean and
44154         realclean, remove entries duplicated in common-mostlyclean, add
44155         stamp-libm-err and stamp-version.
44156         (generated-dirs): Add libc directory.
44157         ($(inst_infodir)/libc.info): Install files from build dir.
44159         * manual/install.texi (Configuring and compiling): Adjust since
44160         the info files are not part of the tar ball anymore.
44162 2012-05-14  Andreas Jaeger  <aj@suse.de>
44164         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
44165         variable.
44167 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
44169         [BZ #13717]
44170         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
44171         to 2.2.0 where earlier.
44172         * sysdeps/unix/sysv/linux/configure: Regenerated.
44173         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
44174         Remove conditional code.
44175         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
44176         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
44177         Remove conditional code.
44178         [!__NR_lchown]: Likewise.
44179         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44180         [__NR_lchown]: Likewise.
44181         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
44182         comment referencing __ASSUME_LCHOWN_SYSCALL.
44183         * sysdeps/unix/sysv/linux/i386/sigaction.c
44184         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44185         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44186         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
44187         Remove conditional code.
44188         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
44189         (__protocol_available): Remove #if 0 code.
44190         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
44191         conditional code.
44192         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
44193         * sysdeps/unix/sysv/linux/kernel-features.h
44194         (__ASSUME_GETCWD_SYSCALL): Don't define.
44195         (__ASSUME_REALTIME_SIGNALS): Likewise.
44196         (__ASSUME_PREAD_SYSCALL): Likewise.
44197         (__ASSUME_PWRITE_SYSCALL): Likewise.
44198         (__ASSUME_POLL_SYSCALL): Likewise.
44199         (__ASSUME_LCHOWN_SYSCALL): Likewise.
44200         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
44201         non-SPARC.
44202         (__ASSUME_SIOCGIFNAME): Don't define.
44203         (__ASSUME_MSG_NOSIGNAL): Likewise.
44204         (__ASSUME_SENDFILE): Define unconditionally.
44205         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
44206         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
44207         conditional code.
44208         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
44209         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
44210         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
44211         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44212         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
44213         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
44214         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44215         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
44216         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44217         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44218         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
44219         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44220         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44221         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
44222         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44223         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44224         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
44225         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44226         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44227         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
44228         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44229         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44230         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
44231         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44232         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44233         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
44234         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44235         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44236         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
44237         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44238         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44239         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
44240         Remove conditional code.
44241         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44242         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
44243         Remove conditional code.
44244         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44245         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
44246         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
44247         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
44248         Remove conditional code.
44249         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44250         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
44251         Remove conditional code.
44252         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44253         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
44254         Remove conditional code.
44255         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44256         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
44257         Remove conditional code.
44258         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44259         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
44260         Remove conditional code.
44261         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44262         * sysdeps/unix/sysv/linux/sh/pwrite64.c
44263         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44264         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44265         * sysdeps/unix/sysv/linux/sigaction.c
44266         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44267         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44268         * sysdeps/unix/sysv/linux/sigpending.c
44269         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44270         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44271         * sysdeps/unix/sysv/linux/sigprocmask.c
44272         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44273         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44274         * sysdeps/unix/sysv/linux/sigsuspend.c
44275         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44276         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44277         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
44278         (__libc_missing_rt_sigs): Remove.
44279         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
44280         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
44281         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
44282         Remove conditional code.
44283         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
44284         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
44285         return 1.
44286         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
44287         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
44288         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
44289         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
44291 2012-05-14  Andreas Jaeger  <aj@suse.de>
44293         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
44294         it's not used in glibc.
44295         (__coshm1): Likewise.
44296         (__acosh1p): Likewise.
44297         (__sgn): Likewise.
44299         * manual/string.texi (Copying and Concatenation): Add missing
44300         variable in concat example.
44301         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
44303 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44305         [BZ #14103]
44306         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
44307         __builtin_clzl with __builtin_clzll.
44309 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44311         [BZ #14104]
44312         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
44313         libc_freeres_ptr.
44315 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44317         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
44318         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
44319         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
44320         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
44322 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
44324         * NEWS: Update ia64 info.
44326 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
44328         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
44329         used as bcopy.
44331 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
44333         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
44334         * sysdeps/unix/syscalls.list (dup3): Likewise.
44335         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
44336         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
44338 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
44340         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
44341         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
44343 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
44345         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
44346         thread pointer.
44347         (TLS_IE): Use mov/add instead of movq/addq to load thread
44348         pointer.
44349         (TLS_GD_PREFIX): New.
44350         (TLS_GD): Use it.
44352 2012-05-11  David S. Miller  <davem@davemloft.net>
44354         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
44355         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
44356         (_FPU_SETCW): Likewise.
44358 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44360         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
44361         is 32-byte aligned.
44363 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
44365         [BZ #11837]
44366         * iconvdata/gb18030.c: Update tables.
44367         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
44368         characters specially.
44369         (BODY for TO_LOOP): Add encoding of missing ranges.
44371 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
44373         [BZ #13673]
44374         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
44375         * sysdeps/mach/hurd/dup3.c: Likewise.
44376         * sysdeps/mach/hurd/readlinkat.c: Likewise.
44377         * sysdeps/powerpc/memmove.c:: Likewise.
44379 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44381         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
44382         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
44384 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44386         * elf/elf.h (R_X86_64_RELATIVE64): New.
44387         (R_X86_64_NUM): Updated.
44388         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
44389         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
44390         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
44391         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
44392         tst-quad1pie tst-quad2pie
44393         (modules-names): Add tst-quadmod1 tst-quadmod2.
44394         ($(objpfx)tst-quad1): New dependency.
44395         ($(objpfx)tst-quad2): Likewise.
44396         ($(objpfx)tst-quad1pie): Likewise.
44397         ($(objpfx)tst-quad2pie): Likewise.
44398         * sysdeps/x86_64/tst-quad1.c: New file.
44399         * sysdeps/x86_64/tst-quad1pie.c: New file.
44400         * sysdeps/x86_64/tst-quad2.c: Likewise.
44401         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
44402         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
44403         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
44404         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
44405         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
44407 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44409         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
44410         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
44411         * streams/stropts.h (t_scalar_t): Define type.
44413         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
44414         (_PATH_PRESERVE): Set to "/var/lib".
44415         (_PATH_RWHODIR): Set to "/var/spool/rwho".
44417         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
44418         instead of int.
44420         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
44421         if __dir_mkfile succeeded.
44423         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
44424         checking for _hurd_dtablesize.  Unlock it right after having
44425         finished _hurd_dtable allocation.
44427 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44429         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
44430         * sysdeps/mach/hurd/configure: Regenerated.
44431         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
44432         special-casing to...
44433         * sysdeps/gnu/configure.in: ... this new file.
44434         * sysdeps/unix/sysv/linux/configure: Regenerated.
44435         * sysdeps/gnu/configure: New generated file.
44437         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
44438         for Linux: use nsec instead of usec, as well as:
44439         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
44440         members of type struct timespec.
44441         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
44442         New macros.
44443         (struct stat64): Likewise.
44444         (_STATBUF_ST_NSEC): New macro.
44445         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
44447         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
44448         __strtoul_internal rather than strtoul.
44450 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44452         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
44453         and reject them.
44455 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44457         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
44458         which preserves existing values.
44459         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
44461 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44463         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
44464         TIMEOUT values.  Return EINVAL for NFDS values either negative or
44465         greater than FD_SETSIZE.
44467 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44469         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
44470         allocated, call __vm_protect to finish enabling the existing space, and
44471         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
44472         allocate the remainder.
44474 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44476         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
44477         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
44479 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44481         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
44482         sysdeps/mach/hurd/readlink.c.
44484         * posix/tst-sysconf.c (posix_options): Only use
44485         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
44486         _POSIX_SYNCHRONIZED_IO when they are defined
44487         * sysdeps/mach/hurd/bits/posix_opt.h:
44488         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
44489         (_XOPEN_REALTIME): Undefine macro.
44490         (_XOPEN_REALTIME_THREADS): Undefine macro.
44491         (_XOPEN_SHM): Undefine macro.
44492         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
44493         macro to -1.
44494         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
44495         macro to -1.
44496         (_POSIX_ASYNC_IO): Undefine macro.
44497         (_POSIX_PRIORITIZED_IO): Undefine macro.
44498         (_POSIX_SPIN_LOCKS): Define macro to -1.
44500         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
44501         SA_NODEFER, SA_RESETHAND.
44502         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
44503         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
44504         F_DUPFD_CLOEXEC.
44506 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44508         * elf/Makefile (pldd-modules): Define unconditionally.
44510 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44512         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
44514 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44516         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
44517         Return ENOENT when name is empty.
44518         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
44520 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44522         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
44524         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
44526 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44528         Fix mlock in all cases except non-readable pages.
44529         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
44530         instead of VM_PROT_ALL as parameter to __vm_wire function.
44532         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
44533         (__mkdir): When path is `/', just fail with EEXIST.
44534         * sysdeps/mach/hurd/mkdirat.c: Likewise.
44536 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44538         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
44539         <sys/uio.h> (for writev).
44540         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
44541         and <sys/param.h> (for MIN).
44543 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44545         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
44546         REQUESTED_TIME.  Properly set the remaining time and return EINTR
44547         if interrupted.
44549 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44551         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
44552         Depend on against $(link-rpcuserlibs).
44554 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44556         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
44557         (__libc_stack_end): Do not use attribute_relro.
44558         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
44559         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
44560         to libthread-provided value.
44561         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
44562         attribute_relro.
44564 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44566         [BZ #3748]
44567         * bits/libc-lock.h (__libc_once_get): New macro.
44568         * sysdeps/mach/bits/libc-lock.h: Likewise.
44569         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
44570         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
44571         instead of using implementation details.
44573         * libio/fileops.c: Unconditionally include <kernel-features.h>.
44574         * libio/freopen.c: Likewise.
44575         * libio/freopen64.c: Likewise.
44576         * misc/syslog.c: Likewise.
44577         * nscd/connections.c: Likewise.
44578         * nscd/netgroupcache.c: Likewise.
44579         * sysdeps/posix/getcwd.c: Likewise.
44581 2012-05-10  Roland McGrath  <roland@hack.frob.com>
44583         * math/w_ilogbf.c: Add #include <limits.h>.
44585 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44587         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
44588         path instead of returning without unlocking.
44590         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
44591         immediate-write ioctls.
44592         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
44594 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44596         * sysdeps/mach/hurd/i386/init-first.c (init): Use
44597         __builtin_frame_address instead of making assumptions about the
44598         location of the return address relative to DATA.  Force early load of
44599         the return address.
44600         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
44601         __builtin_frame_address.
44603         dup3 for GNU Hurd.
44604         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
44605         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
44606         implement dup3 and do some further code clean-ups.
44607         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
44608         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
44610 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44612         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
44614         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
44615         HURD_CRITICAL_END around holding _hurd_dtable_lock.
44616         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
44617         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
44618         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
44619         d->port.lock.
44621         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
44622         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
44623         when handler == SIG_ERR, not when handler != SIG_ERR.
44625 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44627         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
44628         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
44629         definitions.
44631         accept4 for GNU Hurd.
44632         * include/sys/socket.h (__libc_accept4): New prototype.
44633         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
44634         to implement __libc_accept4.
44635         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
44636         __libc_accept4.
44637         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
44639         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
44640         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
44641         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
44642         signal-defines.sym.
44644 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44646         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
44648 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44650         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
44651         assertion on O_CLOEXEC flag.
44652         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
44653         * hurd/intern-fd.c: Likewise.
44654         * hurd/port2fd.c: Likewise.
44656 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44658         [BZ #3906]
44659         * bits/in.h (IPV6_PKTINFO): Define new macro.
44660         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
44662 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44664         [BZ #13954]
44665         [BZ #13955]
44666         [BZ #13956]
44667         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
44668         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
44669         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
44670         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
44671         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
44672         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
44673         * math/libm-test.inc (logb_test) : Additional logb tests.
44675 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
44676             Andreas Jaeger  <aj@suse.de>
44678         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
44679         * configure: Regenerated.
44680         * config.h.in (LINK_OBSOLETE_RPC): New macro.
44681         * config.make.in (link-obsolete-rpc): New substituted variable.
44682         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
44683         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
44684         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
44685         (shared-only-routines): Don't set it under [link-obsolete-rpc],
44686         so that libc.a contains the symbols.
44687         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
44688         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
44689         * sunrpc/auth_none.c: Likewise.
44690         * sunrpc/auth_unix.c: Likewise.
44691         * sunrpc/authdes_prot.c: Likewise.
44692         * sunrpc/authuxprot.c: Likewise.
44693         * sunrpc/clnt_gen.c: Likewise.
44694         * sunrpc/clnt_perr.c: Likewise.
44695         * sunrpc/clnt_raw.c: Likewise.
44696         * sunrpc/clnt_simp.c: Likewise.
44697         * sunrpc/clnt_tcp.c: Likewise.
44698         * sunrpc/clnt_udp.c: Likewise.
44699         * sunrpc/clnt_unix.c: Likewise.
44700         * sunrpc/des_crypt.c: Likewise.
44701         * sunrpc/des_soft.c: Likewise.
44702         * sunrpc/get_myaddr.c: Likewise.
44703         * sunrpc/key_call.c: Likewise.
44704         * sunrpc/key_prot.c: Likewise.
44705         * sunrpc/netname.c: Likewise.
44706         * sunrpc/pm_getmaps.c: Likewise.
44707         * sunrpc/pm_getport.c: Likewise.
44708         * sunrpc/pmap_clnt.c: Likewise.
44709         * sunrpc/pmap_prot.c: Likewise.
44710         * sunrpc/pmap_prot2.c: Likewise.
44711         * sunrpc/pmap_rmt.c: Likewise.
44712         * sunrpc/publickey.c: Likewise.
44713         * sunrpc/rpc_cmsg.c: Likewise.
44714         * sunrpc/rpc_common.c: Likewise.
44715         * sunrpc/rpc_dtable.c: Likewise.
44716         * sunrpc/rpc_prot.c: Likewise.
44717         * sunrpc/rpc_thread.c: Likewise.
44718         * sunrpc/rtime.c: Likewise.
44719         * sunrpc/svc.c: Likewise.
44720         * sunrpc/svc_auth.c: Likewise.
44721         * sunrpc/svc_raw.c: Likewise.
44722         * sunrpc/svc_run.c: Likewise.
44723         * sunrpc/svc_tcp.c: Likewise.
44724         * sunrpc/svc_udp.c: Likewise.
44725         * sunrpc/svc_unix.c: Likewise.
44726         * sunrpc/svcauth_des.c: Likewise.
44727         * sunrpc/xcrypt.c: Likewise.
44728         * sunrpc/xdr.c: Likewise.
44729         * sunrpc/xdr_array.c: Likewise.
44730         * sunrpc/xdr_float.c: Likewise.
44731         * sunrpc/xdr_intXX_t.c: Likewise.
44732         * sunrpc/xdr_mem.c: Likewise.
44733         * sunrpc/xdr_rec.c: Likewise.
44734         * sunrpc/xdr_ref.c: Likewise.
44735         * sunrpc/xdr_sizeof.c: Likewise.
44736         * sunrpc/xdr_stdio.c: Likewise.
44738 2012-05-10  Roland McGrath  <roland@hack.frob.com>
44740         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
44741         change.  Update copyright years.
44743 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
44745         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
44747 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
44748             Joseph Myers  <joseph@codesourcery.com>
44749             Paul Pluzhnikov  <ppluzhnikov@google.com>
44751         [BZ #14012]
44752         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
44753         requiring rpcgen.
44754         [cross-compiling] (extra-libs): Likewise.
44755         [cross-compiling] (extra-libs-others): Likewise.
44756         [cross-compiling] (librpcsvc-routines): Likewise.
44757         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
44758         [cross-compiling] (omit-deps): Likewise.
44759         (sunrpc-CPPFLAGS): New variable.
44760         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
44761         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
44762         (cross-rpcgen-objs): New variable.
44763         (extra-objs): Append $(cross-rpcgen-objs).
44764         ($(cross-rpcgen-objs)): New rule.
44765         ($(objpfx)cross-rpcgen): Likewise.
44766         (rpcgen-cmd): Define to use $(built-program-file).  Expand
44767         comment.
44768         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
44769         ($(objpfx)x%.stmp): Likewise.
44770         * sunrpc/proto.h [IS_IN_build] (_): Define.
44771         [IS_IN_build] (_libc_intl_domainname): Likewise.
44773 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44775         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
44776         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
44777         and R_X86_64_TPOFF64.
44779 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
44781         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
44782         sysdeps/unix/sysv/syscalls.list.
44783         (stime): Likewise.
44784         (utime): Likewise.
44785         * sysdeps/unix/sysv/syscalls.list: Remove file.
44787 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
44789         [BZ #3440]
44790         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
44791         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
44792         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
44793         (__LC_IDENTIFICATION): Make these macros useful in #if
44794         expressions, as required by C99.
44796 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
44798         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
44799         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
44800         after this.
44802 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
44804         * stdlib/longlong.h: Updated from GCC.
44806 2012-05-09  Andreas Jaeger  <aj@suse.de>
44808         * nscd/nscd.c (run_modes): Make named enum, reorder so that
44809         default is first entry.
44810         (run_mode): Set type.
44811         (main): Remove informal message about syslog.
44812         (options): Fix typo.
44814         [BZ #14053]
44815         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
44816         to asm.
44817         (lrint): Likewise.
44818         (llrintf): Likewise.
44819         (llrint): Likewise.
44820         (rint): Likewise.
44821         (rintf): Likewise.
44822         (nearbyint): Likewise.
44823         (nearbyintf): Likewise.
44825 2012-05-09  Andreas Jaeger  <aj@suse.de>
44826             Pedro Alves  <palves@redhat.com>
44828         * nscd/nscd.c (run_mode): Use enum.
44829         (main): Cleanup coding style issue.
44831 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
44832             Andreas Jaeger  <aj@suse.de>
44834         * nscd/nscd.c (go_background): Replaced with...
44835         (run_mode): ... this.
44836         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
44837         (options): Add -F --foreground.
44838         (main): Implement it.
44839         (parse_opt): Parse it.
44841 2012-05-09  Andreas Jaeger  <aj@suse.de>
44843         [BZ #14083]
44844         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
44845         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
44846         -Wconversion warning.
44847         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
44848         Likewise.
44850 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
44852         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
44853         == 0.
44854         (LC_ALL): Use macro-int-constant.
44855         (LC_COLLATE): Likewise.
44856         (LC_CTYPE): Likewise.
44857         (LC_MESSAGES): Likewise.
44858         (LC_MONETARY): Likewise.
44859         (LC_NUMERIC): Likewise.
44860         (LC_TIME): Likewise.
44861         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
44862         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
44863         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44864         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
44865         Specify type.
44866         [C99-based standards] (float_t): Expect type.
44867         [C99-based standards] (double_t): Expect type.
44868         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
44869         type.
44870         [C99-based standards] (HUGE_VALL): Likewise.
44871         [C99-based standards] (INFINITY): Likewise.
44872         [C99-based standards] (NAN): Likewise.
44873         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
44874         [C99-based standards] (FP_NAN): Likewise.
44875         [C99-based standards] (FP_NORMAL): Likewise.
44876         [C99-based standards] (FP_SUBNORMAL): Likewise.
44877         [C99-based standards] (FP_ZERO): Likewise.
44878         [C99-based standards] (FP_FAST_FMA): Use
44879         optional-macro-int-constant.  Specify type.  Require == 1.
44880         [C99-based standards] (FP_FAST_FMAF): Likewise.
44881         [C99-based standards] (FP_FAST_FMAL): Likewise.
44882         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
44883         [C99-based standards] (FP_ILOGBNAN): Likewise.
44884         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
44885         Specify type.
44886         [C99-based standards] (MATH_ERREXCEPT): Likewise.
44887         [C99-based standards] (math_errhandling): Specify type.
44888         [ISO99 || ISO11] (signgam): Do not allow.
44889         [non-C99-based standards] (copysignf): Do not allow.
44890         [non-C99-based standards] (exp2f): Likewise.
44891         [non-C99-based standards] (log2f): Likewise.
44892         [non-C99-based standards] (modff): Allow.
44893         [non-C99-based standards] (erff): Do not allow.
44894         [non-C99-based standards] (erfcf): Likewise.
44895         [non-C99-based standards] (gammaf): Likewise.
44896         [non-C99-based standards] (hypotf): Likewise.
44897         [non-C99-based standards] (j0f): Likewise.
44898         [non-C99-based standards] (j1f): Likewise.
44899         [non-C99-based standards] (jnf): Likewise.
44900         [non-C99-based standards] (lgammaf): Likewise.
44901         [non-C99-based standards] (tgammaf): Likewise.
44902         [non-C99-based standards] (y0f): Likewise.
44903         [non-C99-based standards] (y1f): Likewise.
44904         [non-C99-based standards] (ynf): Likewise.
44905         [non-C99-based standards] (isnanf): Likewise.
44906         [non-C99-based standards] (acoshf): Likewise.
44907         [non-C99-based standards] (asinhf): Likewise.
44908         [non-C99-based standards] (atanhf): Likewise.
44909         [non-C99-based standards] (cbrtf): Likewise.
44910         [non-C99-based standards] (expm1f): Likewise.
44911         [non-C99-based standards] (ilogbf): Likewise.
44912         [non-C99-based standards] (log1pf): Likewise.
44913         [non-C99-based standards] (logbf): Likewise.
44914         [non-C99-based standards] (nextafterf): Likewise.
44915         [non-C99-based standards] (remainderf): Likewise.
44916         [non-C99-based standards] (rintf): Likewise.
44917         [non-C99-based standards] (scalbf): Likewise.
44918         [non-C99-based standards] (copysignl): Likewise.
44919         [non-C99-based standards] (exp2l): Likewise.
44920         [non-C99-based standards] (log2l): Likewise.
44921         [non-C99-based standards] (modfl): Allow.
44922         [non-C99-based standards] (erfl): Do not allow.
44923         [non-C99-based standards] (erfcl): Likewise.
44924         [non-C99-based standards] (gammal): Likewise.
44925         [non-C99-based standards] (hypotl): Likewise.
44926         [non-C99-based standards] (j0l): Likewise.
44927         [non-C99-based standards] (j1l): Likewise.
44928         [non-C99-based standards] (jnl): Likewise.
44929         [non-C99-based standards] (lgammal): Likewise.
44930         [non-C99-based standards] (tgammal): Likewise.
44931         [non-C99-based standards] (y0l): Likewise.
44932         [non-C99-based standards] (y1l): Likewise.
44933         [non-C99-based standards] (ynl): Likewise.
44934         [non-C99-based standards] (isnanl): Likewise.
44935         [non-C99-based standards] (acoshl): Likewise.
44936         [non-C99-based standards] (asinhl): Likewise.
44937         [non-C99-based standards] (atanhl): Likewise.
44938         [non-C99-based standards] (cbrtl): Likewise.
44939         [non-C99-based standards] (expm1l): Likewise.
44940         [non-C99-based standards] (ilogbl): Likewise.
44941         [non-C99-based standards] (log1pl): Likewise.
44942         [non-C99-based standards] (logbl): Likewise.
44943         [non-C99-based standards] (nextafterl): Likewise.
44944         [non-C99-based standards] (remainderl): Likewise.
44945         [non-C99-based standards] (rintl): Likewise.
44946         [non-C99-based standards] (scalbl): Likewise.
44947         [ISO || ISO99 || ISO11] (*_t): Do not allow.
44948         [non-C99-based standards] (FP_*): Do not allow.
44949         [C99-based standards] (FP_*): Change to
44950         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
44951         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
44952         allow.
44953         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
44954         (SIG_ERR): Likewise.
44955         [X/Open-based standards] (SIG_HOLD): Likewise.
44956         (SIG_IGN): Likewise.
44957         (SIGABRT): Use macro-int-constant.  Specify type.  Require
44958         positive value.
44959         (SIGFPE): Likewise.
44960         (SIGILL): Likewise.
44961         (SIGINT): Likewise.
44962         (SIGSEGV): Likewise.
44963         (SIGTER): Likewise.
44964         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
44965         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
44966         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
44967         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
44968         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
44969         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
44970         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
44971         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
44972         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
44973         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
44974         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
44975         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
44976         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
44977         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
44978         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
44979         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
44980         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
44981         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
44982         [X/Open-based standards] (SIGTRAP): Likewise.
44983         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
44984         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
44985         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
44986         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
44987         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
44988         allow.
44990 2012-05-08  Ian Wienand  <ianw@vmware.com>
44992         [BZ #14080]
44993         * time/tzset.c (__tzset_parse_tz): Update default rules for
44994         daylight time changes in the Energy Policy Act of 2005.
44996 2012-05-09  Andreas Jaeger  <aj@suse.de>
44998         [BZ #13983]
44999         * elf/ldconfig.c (parse_conf): Change string to make clear that
45000         ldconfig only issued a warning if ld.so.conf does not exist.
45002 2012-05-08  David S. Miller  <davem@davemloft.net>
45004         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
45005         movxtod instead of popping the value on the stack.
45007         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45009 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
45011         * config.h.in: Add HAVE_ARM_PCS_VFP.
45013 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
45015         [BZ #13979]
45016         * include/features.h: Warn if user requests __FORTIFY_SOURCE
45017         checking but the checks are disabled for any reason.
45019 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
45021         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
45022         and ELF64_R_TYPE with ELFW(R_TYPE).
45024 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
45026         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
45027         (ulimit): Likewise.
45029         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
45030         (settimeofday): Likewise.
45032 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
45034         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
45035         a struct th_u2 inside the union, and move tu_block/tu_code into
45036         a new th_u3 union of tu_block/tu_code inside of that.  Move
45037         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
45038         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
45039         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
45040         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
45041         (th_stuff): Change to th_u1.tu_stuff.
45042         (th_data): Define.
45043         (th_msg): Change to th_u1.th_u2.tu_data.
45045 2012-05-07  David S. Miller  <davem@davemloft.net>
45047         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45049         [BZ #14074]
45050         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
45051         (SETUP_PIC_REG): Use it.
45052         (SETUP_PIC_REG_LEAF): Use it.
45054 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
45056         [BZ #13885]
45057         [BZ #13923]
45058         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45059         USE_AS_EXPM1L.
45060         (EXPL_FINITE): Likewise.
45061         (FLDLOG): Likewise.
45062         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
45063         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
45064         e_expl.S.
45065         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45066         USE_AS_EXPM1L.
45067         (EXPL_FINITE): Likewise.
45068         (FLDLOG): Likewise.
45069         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
45070         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
45071         e_expl.S.
45072         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
45073         test of -max_value argument for long double.
45074         * sysdeps/i386/fpu/libm-test-ulps: Update.
45075         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45077 2012-05-06  David S. Miller  <davem@davemloft.net>
45079         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
45080         quad soft-float symbols whose references which are compiler
45081         generated.
45082         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
45084 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
45086         [BZ #13884]
45087         [BZ #13914]
45088         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45089         USE_AS_EXP10L.
45090         (EXPL_FINITE): Likewise.
45091         (FLDLOG): Likewise.
45092         (c0): Likewise.
45093         (c1): Likewise.
45094         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
45095         Adjust comments for base varying.
45096         (__expl_finite): Change alias to EXPL_FINITE.
45097         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
45098         e_expl.S.
45099         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
45100         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
45101         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
45102         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
45103         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45104         USE_AS_EXP10L.
45105         (EXPL_FINITE): Likewise.
45106         (FLDLOG): Likewise.
45107         (c0): Likewise.
45108         (c1): Likewise.
45109         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
45110         Adjust comments for base varying.
45111         (__expl_finite): Change alias to EXPL_FINITE.
45112         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
45113         tests for bugs.
45114         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45116         [BZ #14064]
45117         * math/libm-test.inc (check_float_internal): Correct ulp
45118         calculation for subnormal expected results.
45120 2012-05-06  Andreas Jaeger  <aj@suse.de>
45122         * Makeconfig (+math-flags): New, set to -frounding-math.
45123         (+cflags): Add +math-flags so that all of glibc gets compiled with
45124         it.
45126         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
45128 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
45130         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
45131         Disable one test.
45133         [BZ #13787]
45134         [BZ #13922]
45135         [BZ #14036]
45136         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
45137         (__ieee754_expl): Allow for and saturate large arguments.
45138         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
45139         (u_threshold): Likewise.
45140         (__exp): Call __ieee754_exp before checking for overflow and
45141         underflow.
45142         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
45143         (u_threshold): Likewise.
45144         (__expf): Call __ieee754_expf before checking for overflow and
45145         underflow.
45146         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
45147         (u_threshold): Likewise.
45148         (__expl): Call __ieee754_expl before checking for overflow and
45149         underflow.
45150         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
45151         (__ieee754_expl): Allow for and saturate large arguments.
45152         * math/libm-test.inc (exp_test): Add another test.  Do not allow
45153         missing overflow exception on overflow.
45154         (expm1_test): Do not allow missing overflow exception on overflow.
45156         * sysdeps/i386/fpu/e_expl.c: Move to ...
45157         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
45158         rather than using inline asm.
45159         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
45160         * sysdeps/x86_64/fpu/e_expl.S: Copy from
45161         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
45163         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
45164         (nice): Likewise.
45165         (poll): Likewise.
45166         (signal): Likewise.
45167         (time): Likewise.
45168         (times): Likewise.
45170 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
45172         * sysdeps/unix/syscalls.list (adjtime): Add entry from
45173         sysdeps/unix/common/syscalls.list.
45174         (fchmod): Likewise.
45175         (fchown): Likewise.
45176         (ftruncate): Likewise.
45177         (getrusage): Likewise.
45178         (gettimeofday): Likewise.
45179         (setpgid): Likewise.
45180         (setregid): Likewise.
45181         (setreuid): Likewise.
45182         (sigaction): Likewise.
45183         (truncate): Likewise.
45184         (vhangup): Likewise.
45185         * sysdeps/unix/common/syscalls.list: Remove file.
45186         * sysdeps/unix/bsd/Implies: Don't include unix/common.
45187         * sysdeps/unix/sysv/linux/Implies: Likewise.
45189 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
45191         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
45192         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
45193         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
45194         Moved to ...
45195         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
45196         Here.
45197         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
45198         to ...
45199         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
45200         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
45201         to ...
45202         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
45203         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
45204         to ...
45205         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
45206         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
45207         to ...
45208         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
45209         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
45210         to ...
45211         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
45212         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
45213         to ...
45214         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
45215         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
45216         to ...
45217         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
45218         Here.
45219         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
45220         to ...
45221         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
45222         Here.
45223         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
45224         to ...
45225         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
45226         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
45227         Moved to ...
45228         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
45229         Here.
45230         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
45231         to ...
45232         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
45234 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
45236         * sysdeps/unix/common/bits/dirent.h: Remove file.
45237         * sysdeps/unix/common/bits/fcntl.h: Likewise.
45239         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
45240         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
45241         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
45242         * sysdeps/unix/bsd/isatty.c: Likewise.
45243         * sysdeps/unix/bsd/tcdrain.c: Likewise.
45244         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
45245         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
45247 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45249         [BZ #13563]
45250         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
45251         long double comparison inaccuracies.
45252         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
45253         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45255 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
45257         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
45258         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
45260 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
45262         [BZ #14049]
45263         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
45264         nonzero digits before rounding a hex value.
45265         * stdlib/tst-strtod.c (tests): Add another test.
45267 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
45269         * sysdeps/s390/fpu/libm-test-ulps: Update.
45271 2012-05-03  Andreas Jaeger  <aj@suse.de>
45273         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
45274         does not get optimized out.
45275         (malloc_opt_barrier): New.
45277 2012-05-03  Andreas Jaeger  <aj@suse.de>
45278             Roland McGrath  <roland@hack.frob.com>
45280         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
45281         intermediate file deletion.
45282         (generated): Add .symlist files.
45284 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
45286         [BZ #13775]
45287         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
45288         Redirect under this condition.
45289         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
45290         [__USE_GNU] (__dprintf_chk): Not under this condition.
45291         [__USE_GNU] (__vdprintf_chk): Likewise.
45292         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
45293         under this condition.
45294         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
45295         [__USE_XOPEN2K8] (dprintf): Define under this condition.
45296         [__USE_XOPEN2K8] (vdprintf): Likewise.
45297         [__USE_GNU] (__dprintf_chk): Not under this condition.
45298         [__USE_GNU] (__vdprintf_chk): Likewise.
45299         [__USE_GNU] (dprintf): Likewise.
45300         [__USE_GNU] (vdprintf): Likewise.
45302 2012-05-03  Roland McGrath  <roland@hack.frob.com>
45304         * elf/Makefile (common-generated): Set this instead of generated for
45305         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
45306         $(all-built-dso)-derived lists.
45308 2012-05-03  Andreas Jaeger  <aj@suse.de>
45310         * sysdeps/i386/fpu/libm-test-ulps: Update.
45312         * FAQ: Removed.
45313         * FAQ.in: Likewise.
45314         * scripts/gen-FAQ.pl: Likewise.
45315         * manual/install.texi (Installation): Point to online location of
45316         FAQ.
45317         * Makefile (files-for-dist): Remove FAQ.
45318         (FAQ): Remove.
45320 2012-05-02  Allan McRae  <allan@archlinux.org>
45322         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
45323         (LDFLAGS-reldepmod5.so): Likewise.
45324         (LDFLAGS-reldep6mod1.so): Likewise.
45325         (LDFLAGS-reldep6mod4.so): Likewise.
45326         (LDFLAGS-reldep8mod3.so): Likewise.
45327         (LDFLAGS-unload4mod1.so): Likewise.
45328         (LDFLAGS-unload4mod2.so): Likewise.
45329         (LDFLAGS-tst-initorder): Likewise.
45330         (LDFLAGS-tst-initordera2.so): Likewise.
45331         (LDFLAGS-tst-initordera3.so): Likewise.
45332         (LDFLAGS-tst-initordera4.so): Likewise.
45333         (LDFLAGS-tst-initorderb2.so): Likewise.
45334         (LDFLAGS-noload): Likewise.
45335         (LDFLAGS-next): Likewise.
45336         (LDFLAGS-order2mod1.so): Likewise.
45337         (LDFLAGS-order2mod2.so): Likewise.
45338         (LDFLAGS-tst-initorder2): Likewise.
45339         (LDFLAGS-tst-initorder2a.so): Likewise.
45340         (LDFLAGS-tst-initorder2b.so): Likewise.
45341         (LDFLAGS-tst-initorder2c.so): Likewise.
45342         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
45344 2012-05-02  David S. Miller  <davem@davemloft.net>
45346         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45348 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
45350         [BZ #14055]
45351         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
45353 2012-05-02  Andreas Jaeger  <aj@suse.de>
45355         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
45356         since we manipulate rounding mode.
45357         (CPPFLAGS-test-idouble.c): Likewise.
45358         (CPPFLAGS-test-ifloat.c): Likewise.
45359         (CFLAGS-test-ldouble.c): Likewise.
45360         (CFLAGS-test-double.c): Likewise.
45361         (CFLAGS-test-float.c): Likewise.
45362         (CFLAGS-test-misc.c): Likewise.
45363         (CFLAGS-test-test-fenv.c): Likewise.
45365 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45367         [BZ #2550]
45368         [BZ #2570]
45369         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
45370         comparisons to determine direction to adjust input.
45372 2012-05-01  Roland McGrath  <roland@hack.frob.com>
45374         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
45375         output to the target.
45377         * scripts/localplt.awk: New file.
45378         * elf/Makefile ($(objpfx)check-localplt): Target removed.
45379         (check-localplt-CFLAGS): Variable removed.
45380         ($(all-built-dso:=.jmprel)): New static pattern rule.
45381         (generated): Add those targets.
45382         (localplt-built-dso): New variable.
45383         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
45385         * elf/check-localplt.c: File removed.
45387         * scripts/check-execstack.awk: New file.
45388         * elf/Makefile ($(objpfx)check-execstack): Target removed.
45389         (check-execstack-CFLAGS): Variable removed.
45390         ($(objpfx)check-execstack.h): Target removed.
45391         ($(objpfx)execstack-default): New target.
45392         (generated): Add that instead of check-execstack.h.
45393         ($(all-built-dso:=.phdr)): New static pattern rule.
45394         (generated): Add those targets.
45395         * elf/check-execstack.c: File removed.
45397         * scripts/check-textrel.awk: New file.
45398         * elf/Makefile ($(objpfx)check-textrel): Target removed.
45399         (check-textrel-CFLAGS): Variable removed.
45400         (all-built-dso): Use := to define.o
45401         ($(all-built-dso:=.dyn)): New static pattern rule.
45402         (generated): Add those targets.
45403         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
45404         * config.make.in (READELF): New substituted variable.
45405         * elf/check-textrel.c: File removed.
45407 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
45409         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
45410         allow.
45411         * conform/data/ctype.h-data [C99-based standards] (isblank):
45412         Expect function.
45413         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
45414         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
45415         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45416         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
45417         Specify type.  Require positive value.
45418         (EILSEQ): Likewise.
45419         (ERANGE): Likewise.
45420         [ISO || POSIX] (EILSEQ): Do not expect.
45421         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
45422         Specify type.  Require positive value.
45423         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
45424         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
45425         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
45426         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
45427         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
45428         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
45429         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
45430         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
45431         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
45432         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
45433         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
45434         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
45435         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
45436         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
45437         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
45438         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
45439         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
45440         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
45441         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
45442         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
45443         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
45444         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
45445         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
45446         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
45447         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
45448         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
45449         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
45450         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
45451         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
45452         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
45453         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
45454         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
45455         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
45456         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
45457         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
45458         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
45459         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
45460         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
45461         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
45462         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
45463         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
45464         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
45465         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
45466         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
45467         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
45468         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
45469         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
45470         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
45471         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
45472         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
45473         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
45474         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
45475         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
45476         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
45477         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
45478         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
45479         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
45480         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
45481         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
45482         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
45483         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
45484         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
45485         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
45486         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
45487         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
45488         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
45489         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
45490         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
45491         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
45492         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
45493         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
45494         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
45495         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
45496         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
45497         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
45498         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
45499         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
45500         Require >= 2.
45501         (FLT_ROUNDS): Expect as macro, not constant.
45502         (FLT_MANT_DIG): Use macro-int-constant.
45503         (DBL_MANT_DIG): Likewise.
45504         (LDBL_MANT_DIG): Likewise.
45505         (FLT_DIG): Likewise.
45506         (DBL_DIG): Likewise.
45507         (LDBL_DIG): Likewise.
45508         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
45509         (DBL_MIN_EXP): Likewise.
45510         (LDBL_MIN_EXP): Likewise.
45511         (FLT_MAX_EXP): Use macro-int-constant.
45512         (DBL_MAX_EXP): Likewise.
45513         (LDBL_MAX_EXP): Likewise.
45514         (FLT_MAX_10_EXP): Likewise.
45515         (DBL_MAX_10_EXP): Likewise.
45516         (LDBL_MAX_10_EXP): Likewise.
45517         (FLT_MAX): Use macro-constant.
45518         (DBL_MAX): Likewise.
45519         (LDBL_MAX): Likewise.
45520         (FLT_EPSILON): Use macro-constant.  Give upper bound.
45521         (DBL_EPSILON): Likewise.
45522         (LDBL_EPSILON): Likewise.
45523         (FLT_MIN): Likewise.
45524         (DBL_MIN): Likewise.
45525         (LDBL_MIN): Likewise.
45526         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
45527         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
45528         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
45529         [ISO11] (FLT_HAS_SUBNORM): Likewise.
45530         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
45531         [ISO11] (DBL_DECIMAL_DIG): Likewise.
45532         [ISO11] (FLT_DECIMAL_DIG): Likewise.
45533         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
45534         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
45535         [ISO11] (FLT_TRUE_MIN): Likewise.
45536         [ISO11] (LDBL_TRUE_MIN): Likewise.
45537         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45538         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
45539         (SCHAR_MIN): Use macro-int-constant.  Specify type.
45540         (SCHAR_MAX): Likewise.
45541         (UCHAR_MAX): Likewise.
45542         (CHAR_MIN): Likewise.
45543         (CHAR_MAX): Likewise.
45544         (MB_LEN_MAX): Use macro-int-constant.
45545         (SHRT_MIN): Use macro-int-constant.  Specify type.
45546         (SHRT_MAX): Likewise.
45547         (USHRT_MAX): Likewise.
45548         (INT_MAX): Likewise.
45549         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
45550         bound negative.
45551         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
45552         bound with "U".
45553         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
45554         bound with "L".
45555         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
45556         bound negative.  Suffix upper bound with "L".
45557         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
45558         bound with "UL".
45559         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
45560         Specify type.
45561         [C99-based standards] (LLONG_MAX): Likewise.
45562         [C99-based standards] (ULLONG_MAX): Likewise.
45563         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
45564         == 0.
45565         [ISO11] (max_align_t): Require type.
45566         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45568         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
45569         from $CFLAGS, without defining away __attribute__ calls.
45570         (checknamespace): Use $CFLAGS_namespace.
45572         * conform/conformtest.pl (@keywords): Only include C99 keywords
45573         for standards based on C99 or C11.
45575         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
45576         Disable tests.
45577         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
45578         UNIX98]: Likewise.
45580         * conform/conformtest.pl: Handle "macro-int-constant" and test for
45581         usability of symbols in #if.
45583         * conform/conformtest.pl: If macro or constant types start
45584         "promoted:", expect the symbol to be of the following type
45585         promoted by the integer promotions.
45587         * conform/conformtest.pl: Parse all "constant" and "macro" lines
45588         in one place.  Also handle "macro-constant".
45590         * conform/conformtest.pl: Only accept expected macro values with
45591         "==".  Parse all "macro" lines in one place.
45592         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
45594         * conform/conformtest.pl: Handle braced types on "constant" lines
45595         instead of handling "typed-constant".
45596         * conform/data/signal.h-data: Use "constant" instead of
45597         "typed-constant".
45599         * conform/conformtest.pl: Handle "optional-" at start of lines in
45600         one place rather than duplicating several cases.  Handle each
45601         format of "macro" line with initial "optional-".
45603         * conform/conformtest.pl: Only accept expected constant or
45604         optional-constant values with "==".  Parse all "constant" lines in
45605         one place.  Parse all "optional-constant" lines in one place.
45606         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
45607         * conform/data/fmtmsg.h-data: Likewise.
45608         * conform/data/netinet/in.h-data: Likewise.
45609         * conform/data/tar.h-data: Likewise.
45610         * conform/data/limits.h-data: Use "==" form on "constant" and
45611         "optional-constant" lines.
45613         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
45614         Use -std=c99 for XOPEN2K.
45615         (@knownproblems): Remove.
45616         (newtoken): Don't check %isknown.
45618         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
45619         Do not expect macro.
45620         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
45621         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
45622         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
45623         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
45624         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
45625         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
45626         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
45627         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
45628         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
45629         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
45630         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
45631         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
45632         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
45633         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
45634         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
45635         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
45636         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
45637         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
45638         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
45639         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
45640         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
45641         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
45642         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
45643         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
45644         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
45645         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
45646         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
45647         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
45648         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
45649         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
45650         [XPG3] (acosh): Likewise.
45651         [XPG3] (asinh): Likewise.
45652         [XPG3] (atanh): Likewise.
45653         [XPG3] (cbrt): Likewise.
45654         [XPG3] (expm1): Likewise.
45655         [XPG3] (ilogb): Likewise.
45656         [XPG3] (log1p): Likewise.
45657         [XPG3] (logb): Likewise.
45658         [XPG3] (nextafter): Likewise.
45659         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
45660         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
45661         [XPG3] (remainder): Likewise.
45662         [XPG3] (rint): Likewise.
45663         [XPG3 || XPG4 || UNIX98] (round): Likewise.
45664         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
45665         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
45666         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
45667         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
45668         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
45669         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
45670         [UNIX98 || XOPEN2K] (scalb): Expect.
45671         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
45672         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
45673         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
45674         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
45675         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
45676         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
45677         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
45678         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
45679         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
45680         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
45681         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
45682         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
45683         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
45684         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
45685         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
45686         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
45687         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
45688         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
45689         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
45690         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
45691         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
45692         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
45693         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
45694         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
45695         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
45696         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
45697         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
45698         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
45699         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
45700         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
45701         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
45702         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
45703         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
45704         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
45705         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
45706         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
45707         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
45708         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
45709         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
45710         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
45711         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
45712         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
45713         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
45714         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
45715         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
45716         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
45717         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
45718         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
45719         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
45720         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
45721         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
45722         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
45723         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
45724         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
45725         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
45726         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
45727         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
45728         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
45729         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
45730         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
45731         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
45732         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
45733         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
45734         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
45735         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
45736         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
45737         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
45738         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
45739         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
45740         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
45741         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
45742         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
45743         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
45744         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
45745         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
45746         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
45747         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
45748         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
45749         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
45750         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
45751         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
45752         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
45753         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
45754         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
45755         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
45756         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
45757         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
45758         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
45759         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
45760         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
45761         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
45762         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
45763         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
45764         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
45765         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
45766         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
45767         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
45768         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
45769         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
45770         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
45771         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
45772         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
45773         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
45774         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
45775         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
45776         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
45777         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
45778         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
45779         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
45780         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
45781         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
45782         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
45783         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
45784         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
45785         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
45786         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
45787         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
45788         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
45789         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
45790         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
45791         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
45792         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
45793         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
45794         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
45795         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
45796         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
45797         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
45798         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
45799         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
45800         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
45801         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
45802         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
45803         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
45804         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
45805         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
45806         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
45807         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
45809         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
45810         _XOPEN_SOURCE_EXTENDED for XPG4.
45812         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
45814         * Makeconfig (localtime): Remove variable.
45815         (inst_localtime-file): Likewise.
45817 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
45819         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
45820         Update.
45821         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
45822         Update.
45823         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
45824         Update.
45825         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
45826         Update.
45827         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
45828         Update.
45829         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
45830         Update.
45831         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
45832         Update.
45833         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
45834         Update.
45835         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
45836         Update.
45838 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
45840         [BZ #2550]
45841         [BZ #2570]
45842         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
45843         comparisons to determine direction to adjust input.
45844         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
45845         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
45846         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
45847         Likewise.
45848         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
45849         Likewise.
45850         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
45851         Likewise.
45852         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
45853         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
45854         Likewise.
45855         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
45856         Likewise.
45857         * math/libm-test.inc (nexttoward_test): Add more tests.
45859 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
45861         [BZ #14040]
45862         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
45863         in version GLIBC_2.1, not GLIBC_2.0.
45864         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
45865         Likewise.
45867 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
45869         [BZ #13942]
45870         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
45871         (1 - x) * (1 + x).
45872         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
45873         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
45874         * math/libm-test.inc (acos_test): Add more tests.
45875         (asin_test): Likewise.
45876         * sysdeps/i386/fpu/libm-test-ulps: Update.
45877         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45879         [BZ #14034]
45880         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
45881         of square root.
45882         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
45883         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
45884         * math/libm-test.inc (acos_test_tonearest): New function.
45885         (acos_test_towardzero): Likewise.
45886         (acos_test_downward): Likewise.
45887         (acos_test_upward): Likewise.
45888         (asin_test_tonearest): Likewise.
45889         (asin_test_towardzero): Likewise.
45890         (asin_test_downward): Likewise.
45891         (asin_test_upward): Likewise.
45892         (main): Call the new functions.
45893         * sysdeps/i386/fpu/libm-test-ulps: Update.
45894         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45896         [BZ #13884]
45897         [BZ #13924]
45898         * math/e_exp10.c: Include <float.h>.
45899         (__ieee754_exp10): Handle underflow here rather than multiplying
45900         large negative argument by M_LN10.
45901         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
45902         of __ieee754_expf.
45903         * math/e_exp10l.c: Include <float.h>.
45904         (__ieee754_exp10l): Handle underflow here rather than multiplying
45905         large negative argument by M_LN10l.
45906         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
45907         spurious overflow exception on underflow.
45909 2012-04-29  Marek Polacek  <polacek@redhat.com>
45911         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
45912         (__fortify_function): New macro.
45913         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
45914         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
45915         __extern_always_inline.
45916         * libio/bits/stdio2.h: Likewise.
45917         * libio/bits/stdio.h: Likewise.
45918         * string/string.h: Likewise.
45919         * string/bits/string3.h: Likewise.
45920         * include/stdio.h: Likewise.
45921         * stdlib/bits/stdlib.h: Likewise.
45922         * stdlib/stdlib.h: Likewise.
45923         * rt/bits/mqueue2.h: Likewise.
45924         * rt/mqueue.h: Likewise.
45925         * posix/bits/unistd.h: Likewise.
45926         * posix/unistd.h: Likewise.
45927         * io/bits/poll2.h: Likewise.
45928         * io/bits/fcntl2.h: Likewise.
45929         * io/fcntl.h: Likewise.
45930         * io/sys/poll.h: Likewise.
45931         * misc/bits/syslog.h: Likewise.
45932         * misc/bits/syslog-ldbl.h: Likewise.
45933         * misc/sys/syslog.h: Likewise.
45934         * socket/bits/socket2.h: Likewise.
45935         * socket/sys/socket.h: Likewise.
45936         * debug/tst-chk1.c: Likewise.
45937         * wcsmbs/bits/wchar2.h: Likewise.
45938         * wcsmbs/bits/wchar-ldbl.h: Likewise.
45939         * wcsmbs/wchar.h: Likewise.
45941 2012-04-29  Andreas Jaeger  <aj@suse.de>
45943         * Makerules (tests): Remove enable-check-abi protection.
45944         (check-abi-warn): Remove.
45945         (check-abi-%): Remove check-abi-warn usage.
45947         * configure.in: Remove check-abi configure option.
45948         * configure: Regenerated.
45949         * config.make.in (enable-check-abi): Remove.
45951 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
45953         [BZ #14033]
45954         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
45955         double functions to double *_finite functions.
45957         [BZ #13941]
45958         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
45959         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
45960         LDBL_MIN_EXP.
45961         * stdio-common/Makefile (tests): Add tst-sprintf3.
45962         * stdio-common/tst-sprintf3.c: New file.
45964         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
45965         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
45967 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
45969         * conform/conformtest.pl: Remove duplicate typed-constant
45970         handling.
45972 2012-04-28  David S. Miller  <davem@davemloft.net>
45974         * Makerules (%.abilist): Add vpath on sysdep_dirs.
45975         (check-abi-%): Remove AWK script prerequisite and explicit
45976         abilist directory.
45977         (check-abi): Rewrite to just diff the symlist with the abilist.
45978         (config-tls, config-abi-config): Delete, no longer used.
45979         (update-abi-%): Remove AWK script and explicit abilist directory.
45980         (update-abi): Rewrite to simply compare and conditionally copy the
45981         symlist and the sysdep abilist file.  Remove update-abi-config
45982         checks.
45983         * abilist/ld.abilist: Remove.
45984         * abilist/libBrokenLocale.abilist: Remove.
45985         * abilist/libanl.abilist: Remove.
45986         * abilist/libcrypt.abilist: Remove.
45987         * abilist/libdl.abilist: Remove.
45988         * abilist/librt.abilist: Remove.
45989         * abilist/libthread_db.abilist: Remove.
45990         * abilist/libutil.abilist: Remove.
45991         * scripts/extract-abilist.awk: Remove.
45992         * scripts/merge-abilist.awk: Remove.
45993         * sysdeps/generic/libcidn.abilist: New file.
45994         * sysdeps/generic/libnss_compat.abilist: New file.
45995         * sysdeps/generic/libnss_db.abilist: New file.
45996         * sysdeps/generic/libnss_dns.abilist: New file.
45997         * sysdeps/generic/libnss_files.abilist: New file.
45998         * sysdeps/generic/libnss_hesiod.abilist: New file.
45999         * sysdeps/generic/libnss_nis.abilist: New file.
46000         * sysdeps/generic/libnss_nisplus.abilist: New file.
46001         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
46002         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
46003         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
46004         file.
46005         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
46006         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
46007         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
46008         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
46009         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
46010         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
46011         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
46012         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
46013         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
46014         file.
46015         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
46016         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
46017         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
46018         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
46019         file.
46020         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
46021         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
46022         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
46023         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
46024         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
46025         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
46026         file.
46027         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
46028         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
46029         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
46030         file.
46031         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
46032         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
46033         New file.
46034         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
46035         New file.
46036         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
46037         New file.
46038         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
46039         New file.
46040         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
46041         New file.
46042         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
46043         New file.
46044         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
46045         New file.
46046         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
46047         New file.
46048         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
46049         New file.
46050         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
46051         New file.
46052         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
46053         New file.
46054         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
46055         New file.
46056         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
46057         New file.
46058         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
46059         file.
46060         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
46061         New file.
46062         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
46063         New file.
46064         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
46065         file.
46066         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
46067         New file.
46068         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
46069         New file.
46070         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
46071         file.
46072         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
46073         New file.
46074         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
46075         New file.
46076         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
46077         New file.
46078         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
46079         New file.
46080         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
46081         New file.
46082         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
46083         New file.
46084         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
46085         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
46086         file.
46087         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
46088         New file.
46089         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
46090         file.
46091         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
46092         file.
46093         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
46094         file.
46095         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
46096         file.
46097         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
46098         file.
46099         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
46100         New file.
46101         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
46102         file.
46103         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
46104         file.
46105         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
46106         New file.
46107         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
46108         file.
46109         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
46110         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
46111         file.
46112         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
46113         New file.
46114         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
46115         file.
46116         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
46117         file.
46118         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
46119         file.
46120         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
46121         file.
46122         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
46123         file.
46124         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
46125         New file.
46126         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
46127         file.
46128         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
46129         file.
46130         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
46131         New file.
46132         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
46133         file.
46134         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
46135         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
46136         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
46137         file.
46138         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
46139         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
46140         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
46141         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
46142         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
46143         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
46144         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
46145         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
46146         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
46147         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
46148         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
46149         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
46150         file.
46151         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
46152         New file.
46153         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
46154         file.
46155         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
46156         file.
46157         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
46158         file.
46159         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
46160         file.
46161         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
46162         file.
46163         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
46164         New file.
46165         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
46166         New file.
46167         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
46168         file.
46169         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
46170         New file.
46171         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
46172         file.
46173         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
46174         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
46175         file.
46176         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
46177         New file.
46178         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
46179         file.
46180         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
46181         file.
46182         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
46183         file.
46184         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
46185         file.
46186         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
46187         file.
46188         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
46189         New file.
46190         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
46191         New file.
46192         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
46193         file.
46194         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
46195         New file.
46196         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
46197         file.
46199 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
46201         * conform/conformtest.pl: Fix typo in handling typed-constant from
46202         allow-header.
46204 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
46206         * README: Cut down references to pre-2.6 Linux kernels and
46207         Linuxthreads.  Update lists of configurations in libc and ports
46208         and sort alphabetically.  Say "or newer" with Linux kernel version
46209         requirements.
46211         * config.h.in [IS_IN_build]: Allow compiling without optimization.
46213 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
46215         [BZ #887]
46216         * math/libm-test.inc (logb_test_downward): New test to expose
46217         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
46218         rounding mode.
46220 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
46222         [BZ #14027]
46223         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
46224         to be done.
46225         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
46226         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
46228 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
46230         * sysdeps/unix/i386/brk.S: Remove file.
46231         * sysdeps/unix/i386/dl-brk.S: Likewise.
46232         * sysdeps/unix/i386/pipe.S: Likewise.
46233         * sysdeps/unix/i386/sigreturn.S: Likewise.
46234         * sysdeps/unix/i386/syscall.S: Likewise.
46235         * sysdeps/unix/i386/vfork.S: Likewise.
46236         * sysdeps/unix/i386/wait.S: Likewise.
46238         * sysdeps/unix/common/tcsendbrk.c: Move to ...
46239         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
46241         * configure.in (arm*-none*): Do not allow without
46242         --enable-hacker-mode.
46243         (netbsd*): Remove case setting base_os.
46244         (386bsd*): Likewise.
46245         (freebsd*): Likewise.
46246         (bsdi*): Likewise.
46247         (osf*): Likewise.
46248         (sunos*): Likewise.
46249         (ultrix*): Likewise.
46250         (newsos*): Likewise.
46251         (dynix*): Likewise.
46252         (*bsd*): Likewise.
46253         (sysv*): Likewise.
46254         (isc*): Likewise.
46255         (esix*): Likewise.
46256         (sco*): Likewise.
46257         (minix*): Likewise.
46258         (irix4*): Likewise.
46259         (irix6*): Likewise.
46260         (solaris[2-9]*): Likewise.
46261         (none): Likewise.
46262         * configure: Regenerated.
46264 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46266         [BZ #11521]
46267         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
46268         overflow or cancellation in calculating denominator.
46269         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
46270         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
46271         down expression to avoid unexpected rounding in newer GCCs.
46272         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
46274 2012-04-26  David S. Miller  <davem@davemloft.net>
46276         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
46277         long-double compat symbols.
46278         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
46279         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
46280         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
46281         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
46282         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
46283         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
46284         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
46285         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
46286         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
46287         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
46288         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
46289         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
46290         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
46292 2012-04-25  David S. Miller  <davem@davemloft.net>
46294         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
46295         HWCAP_* values only after the memory barriers have been defined.
46296         (atomic_full_barrier): Define.
46297         (atomic_read_barrier): Define.
46298         (atomic_write_barrier): Define.
46300 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
46302         * shlib-versions: Add libgcc_s version information.
46303         * sysdeps/generic/libgcc_s.h: Remove.
46304         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
46305         libgcc_s.h.
46306         * sysdeps/gnu/unwind-resume.c: Likewise.
46307         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
46309 2012-04-25  David S. Miller  <davem@davemloft.net>
46311         * sysdeps/unix/sparc/brk.S: Delete.
46312         * sysdeps/unix/sparc/dl-brk.S: Delete.
46313         * sysdeps/unix/sparc/pipe.S: Delete.
46314         * sysdeps/unix/sparc/sysdep.S: Delete.
46315         * sysdeps/unix/sparc/sysdep.h: Delete.
46316         * sysdeps/unix/sparc/vfork.S: Delete.
46317         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
46318         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
46319         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
46320         (ret_ERRVAL, r0, r1, MOVE): Define.
46321         (JUMPTARGET): Remove.
46322         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
46323         sysdeps/unix/sparc/sysdep.h
46324         (ENTRY, END): Remove.
46325         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46327 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
46329         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
46330         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
46331         -DIS_IN_build.
46333         * timezone/README: Update upstream location and email address for
46334         tzcode and tzdata.
46335         * timezone/zdump.c: Update from tzcode 2012b.
46336         * timezone/zic.c: Likewise.
46338         * configure.in (libc_cv_as_needed): Remove test.
46339         * configure: Regenerated.
46340         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
46341         conditional definition.
46342         [$(have-as-needed) != yes] (no-as-needed): Likewise.
46343         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
46344         * config.make.in (have-as-needed): Remove variable.
46346 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
46347             Paul Pluzhnikov  <ppluzhnikov@google.com>
46349         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
46350         strings correctly.
46352 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
46354         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
46355         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
46356         * sysdeps/sh/strlen.S: Likewise.
46358 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
46360         * sysdeps/unix/fork.S: Remove file.
46361         * sysdeps/unix/i386/fork.S: Likewise.
46362         * sysdeps/unix/sparc/fork.S: Likewise.
46364         * sysdeps/unix/system.c: Remove file.
46365         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
46367         * sysdeps/unix/getegid.S: Remove file.
46368         * sysdeps/unix/geteuid.S: Likewise.
46370 2012-04-24  Roland McGrath  <roland@hack.frob.com>
46372         * scripts/check-localplt.awk: New file.
46373         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
46374         of diff.
46375         * scripts/data/localplt-generic.data: Add a comment.
46377         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
46378         NODE when __dir_mkfile failed.
46379         * sysdeps/mach/hurd/symlinkat.c: Likewise.
46380         Reported by Ludovic Courtès <ludo@gnu.org>.
46382 2012-04-24  Andreas Jaeger  <aj@suse.de>
46384         * Makerules (common-clean): Also remove gen-as-const-headers
46385         files.
46387 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
46389         * Makerules (native-compile): Do not change working directory for
46390         build.  Use $(OUTPUT_OPTION) in command.
46391         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
46393 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46395         [BZ #13886]
46396         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
46397         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
46398         * math/libm-test.inc (floor_test): Add more tests.
46399         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
46401 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
46403         * sysdeps/unix/getdents.c: Remove file.
46404         * sysdeps/unix/sysv/getdents.c: Likewise.
46405         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
46407         * sysdeps/unix/syscalls.list (madvise): Add syscall from
46408         sysdeps/unix/mman/syscalls.list.
46409         (mmap): Likewise.
46410         (mprotect): Likewise.
46411         (msync): Likewise.
46412         (munmap): Likewise.
46413         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
46414         * sysdeps/unix/mman/syscalls.list: Remove.
46415         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
46417         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
46418         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
46419         * configure: Regenerated.
46420         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
46421         $(libgcc_s_suffix).
46422         * config.make.in (libgcc_s_suffix): Remove variable.
46424 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
46426         * sysdeps/unix/sysv/gethostname.c: Move to ...
46427         * sysdeps/posix/gethostname.c: ... here.
46429         * sysdeps/unix/execve.S: Remove file.
46431         * sysdeps/unix/_exit.S: Remove file.
46433 2012-04-23  Andreas Jaeger  <aj@suse.de>
46435         [BZ #13739]
46436         * manual/Makefile: Remove make dist support, there's no
46437         need for a stand-alone documentation tar ball.
46438         (TEXI2DVI): Define always, it's not in Makeconfig.
46439         (dist): Removed.
46440         (tar-it): Removed.
46441         (edition): Removed.
46442         (glibc-doc-$(edition).tar): Removed
46443         (%.Z): Removed.
46444         (%.gz): Removed.
46445         (%.uu): Removed.
46446         (ETAGS): Remove, it's in Makeconfig.
46447         (move-if-change): Remove, it's in Makeconfig.
46449 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
46451         [BZ #13970]
46452         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
46453         (strtod, strtof, strtold, strtol, strtoul, strtoq)
46454         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
46455         (strtod_l, strtof_l, strtold_l): Remove __wur.
46456         It is not necessarily an error to ignore strtol's return value.
46457         One can reliably look at the stored endptr to decide whether
46458         the number had valid syntax.
46460 2012-04-21  Andreas Jaeger  <aj@suse.de>
46462         [BZ #13739]
46463         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
46465 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
46467         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
46468         * sysdeps/unix/sysv/Versions: Remove file.
46470 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
46472         [BZ #13927]
46473         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
46475 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
46477         [BZ #7064]
46478         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
46479         version from __vm86.
46481 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
46483         * sysdeps/unix/common/lxstat.c: Remove file.
46484         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
46486         * sysdeps/unix/sysv/Makefile: Remove file.
46488         * sysdeps/unix/sysv/direct.h: Remove file.
46490         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
46491         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
46492         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
46493         * sysdeps/unix/sysv/bits/signum.h: Likewise.
46494         * sysdeps/unix/sysv/bits/stat.h: Likewise.
46495         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
46496         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
46498         * sysdeps/unix/sysv/setrlimit.c: Remove file.
46500         * sysdeps/unix/xmknod.c: Remove file.
46501         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
46503         * sysdeps/unix/sysv/settimeofday.c: Remove file.
46505         * sysdeps/unix/sysv/i386/time.S: Remove file.
46507         * sysdeps/unix/fxstat.c: Remove file.
46508         * sysdeps/unix/xstat.c: Likewise.
46509         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
46511         * sysdeps/unix/sysv/sigaction.c: Remove file.
46513         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
46514         (sysdep_headers): Remove variable.
46515         [termio.h not in sysdep_headers] (generated): Likewise.
46516         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
46517         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
46518         * sysdeps/unix/sysv/tcdrain.c: Likewise.
46519         * sysdeps/unix/sysv/tcflow.c: Likewise.
46520         * sysdeps/unix/sysv/tcflush.c: Likewise.
46521         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
46522         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
46523         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
46524         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
46525         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
46527         * sysdeps/unix/siglist.c: Remove file.
46529         * sysdeps/unix/getppid.S: Remove file.
46531         * sysdeps/unix/mkdir.c: Remove file.
46532         * sysdeps/unix/rmdir.c: Likewise.
46534 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
46536         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
46537         ERR_MAX value.
46538         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
46539         errlist-compat value.
46541 2012-04-18  David S. Miller  <davem@davemloft.net>
46543         * sysdeps/generic/memcopy.h (reg_char): Delete.
46544         * debug/strcat_chk.c: Use char, not reg_char.
46545         * debug/strcpy_chk.c: Likewise.
46546         * debug/strncat_chk.c: Likewise.
46547         * debug/strncpy_chk.c: Likewise.
46548         * string/memchr.c: Likewise.
46549         * string/memrchr.c: Likewise.
46550         * string/rawmemchr.c: Likewise.
46551         * string/strcat.c: Likewise.
46552         * string/strchr.c: Likewise.
46553         * string/strchrnul.c: Likewise.
46554         * string/strcmp.c: Likewise.
46555         * string/strcpy.c: Likewise.
46556         * string/strncat.c: Likewise.
46557         * string/strncmp.c: Likewise.
46558         * string/strncpy.c: Likewise.
46560 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
46562         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
46563         __builtin_memcopy is called when src and dest ranges are known to not
46564         overlap.
46566 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
46568         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
46569         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
46570         fwd_align_merge macro call.
46571         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
46572         bwd_align_merge macro call.
46573         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
46575 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
46577         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
46578         bwd_align_merge macros.
46579         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
46580         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
46581         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
46583 2012-04-18  David S. Miller  <davem@davemloft.net>
46585         * sysdeps/sparc/sparc64/memcopy.h: Delete.
46587 2012-04-18  Andreas Jaeger  <aj@suse.de>
46589         [BZ# 6794]
46590         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
46591         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
46592         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
46594         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
46595         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
46596         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
46598         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
46599         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
46600         Adjust for changed ldbl-128 files.
46602         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
46603         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
46604         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
46606 2012-04-17  David S. Miller  <davem@davemloft.net>
46608         * sysdeps/sparc/sparc32/memcopy.h: Delete.
46610 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
46612         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
46613         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
46614         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
46615         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
46616         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
46617         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
46619 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46621         [BZ #6794]
46622         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
46623         * math/libm-test.inc: Add ilogb errno and exception tests.
46624         * math/w_ilogb.c: New file: ilogb wrapper.
46625         * math/w_ilogbf.c: New file: ilogbf wrapper.
46626         * math/w_ilogbl.c: New file: ilogbl wrapper.
46627         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
46628         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
46629         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
46630         exception being thrown with 0.0 as argument.
46631         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
46632         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
46633         exception being thrown with 0.0 as argument.
46634         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
46635         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
46636         exception being thrown with 0.0 as argument.
46637         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
46638         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
46639         exception being thrown with 0.0 as argument.
46640         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
46641         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
46642         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
46643         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
46644         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
46645         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
46646         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
46647         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
46648         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
46650 2012-04-17  Petr Baudis  <pasky@ucw.cz>
46652         * include/sys/uio.h: Change __vector to __iovec to avoid clash
46653         with altivec.
46655 2012-04-16  Marek Polacek  <polacek@redhat.com>
46657         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
46659 2012-04-16  Marek Polacek  <polacek@redhat.com>
46661         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
46662         operands of fdivp instruction.
46664 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
46666         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
46667         * elf/tst-auditmod3b.c: Likewise.
46668         * elf/tst-auditmod4b.c: Likewise.
46669         * elf/tst-auditmod5b.c: Likewise.
46670         * elf/tst-auditmod6b.c: Likewise.
46671         * elf/tst-auditmod6c.c: Likewise.
46672         * elf/tst-auditmod7b.c: Likewise.
46673         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
46674         * sysdeps/x86_64/preconfigure.in: Likewise.
46675         * sysdeps/x86_64/preconfigure: Regenerated.
46677 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
46679         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
46680         __ILP32__.
46682 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
46684         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
46685         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
46687 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
46689         [BZ #13973]
46690         * locale/iso-639.def: Fix gl language name. Spotted by
46691         Yaron Shahrabani.
46693 2012-04-12  Roland McGrath  <roland@hack.frob.com>
46695         [BZ #2074]
46696         * libio/libio.h (__io_write_fn): Update comment.
46698 2012-04-12  Petr Baudis  <pasky@ucw.cz>
46700         [BZ #2074]
46701         * stdio.texi (Hook Functions): The user provided writer function
46702         is not allowed to return -1.
46704 2012-04-11  David S. Miller  <davem@davemloft.net>
46706         * sysdeps/sparc/fpu/libm-test-ulps: Update.
46708 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
46710         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
46711         Add a leading slash to rtkaio.
46713 2012-04-11  Jim Meyering  <meyering@redhat.com>
46715         [BZ #11959]
46716         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
46717         It is not necessarily an error to ignore fwrite's return
46718         value.  One can reliably use ferror to test for errors after
46719         the fact.
46721 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
46723         * bits/types.h (__snseconds_t): New type.
46724         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
46726         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
46727         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
46728         (__SNSECONDS_T_TYPE): Likewise.
46729         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
46730         (__SNSECONDS_T_TYPE): Likewise.
46731         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
46732         (__SNSECONDS_T_TYPE): Likewise.
46734 2012-04-10  Andreas Jaeger  <aj@suse.de>
46736         [BZ #2636]
46737         * manual/time.texi (Processor Time): Return type of times is
46738         elapsed real time since an arbitrary point in the past.
46739         (CPU Time): Move CLK_TCK from here...
46740         (Processor Time): ...to here.  Correct description.
46741         * manual/conf.texi (Constants for Sysconf): Correct description of
46742         _SC_CLK_TCK.
46744 2012-04-10  David S. Miller  <davem@davemloft.net>
46746         [BZ #13967]
46747         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
46748         where the is a gap between DT_REL(A) and DT_JMPREL.
46750 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
46752         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
46753         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
46754         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
46756 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
46758         * elf/dl-support.c (_dl_inhibit_cache): New variable.
46759         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
46760         (dl_main): Handle --inhibit-cache.
46761         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
46762         _dl_inhibit_cache.
46763         * elf/dl-load.c (_dl_map_object): Use it.
46764         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
46766 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
46768         [BZ #13872]
46769         * sysdeps/i386/fpu/e_powl.S (p78): New object.
46770         (__ieee754_powl): Saturate large exponents rather than testing for
46771         overflow of y*log2(x).
46772         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46773         * math/libm-test.inc (pow_test): Do not permit spurious overflow
46774         exceptions.
46776         [BZ #11521]
46777         * math/s_ctan.c: Include <float.h>.
46778         (__ctan): Avoid internal overflow or cancellation in calculating
46779         denominator.
46780         * math/s_ctanf.c: Likewise.
46781         * math/s_ctanl.c: Likewise.
46782         * math/s_ctanh.c: Likewise.
46783         * math/s_ctanhf.c: Likewise.
46784         * math/s_ctanhl.c: Likewise.
46785         * math/libm-test.inc (ctan_test): Add more tests.
46786         (ctanh_test): Likewise.
46787         * sysdeps/i386/fpu/libm-test-ulps: Update.
46788         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46790 2012-04-09  Andreas Jaeger  <aj@suse.de>
46792         [BZ #6894]
46793         * manual/filesys.texi (Directory Entries): Mention that d_namlen
46794         is an optional BSD extension.
46796         [BZ #10254]
46797         * manual/stdio.texi (Opening Streams): Document additional fopen
46798         parameters.
46800 2012-04-09  Roland McGrath  <roland@hack.frob.com>
46802         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
46803         %eax without telling the compiler.
46805 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
46807         [BZ # 13963]
46808         * manual/install.texi: Use sourceware.org.
46810 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
46812         [BZ #13873]
46813         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
46814         (__ieee754_pow): Generate overflow and underflow using huge*huge
46815         and tiny*tiny rather than just returning constant infinity or zero
46816         for large exponents.
46817         * math/libm-test.inc (pow_test): Require overflow exceptions for
46818         applicable cases of large exponents.
46820         [BZ #706]
46821         * sysdeps/i386/fpu/e_pow.S (p10): New object.
46822         (__ieee754_pow): Use iterative multiplication algorithm only for
46823         integer exponents with absolute value below 1024.  Check for odd
46824         integer exponents when using algorithm for real exponents.
46825         * math/libm-test.inc (pow_test): Add more tests.
46826         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
46828 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
46830         [BZ #13705]
46831         * math/libm-test.inc (exp_test): Do not allow overflow exception
46832         on underflow test.
46834 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
46836         [BZ #13705]
46837         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
46838         instead of __kernel_standard_f.
46840 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
46842         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
46843         * sysdeps/x86_64/memset_chk.S: Likewise.
46845 2012-04-08  Andreas Jaeger  <aj@suse.de>
46847         [BZ #10153]
46848         * manual/startup.texi (Environment Access): Describe return value
46849         for putenv and setenv.
46851         [BZ #6895]
46852         * manual/filesys.texi (Directory Entries): Add description for
46853         DT_LNK.
46855         [BZ #6890]
46856         * manual/filesys.texi (Directory Entries): Clarify that it's file
46857         system not operating system in the description of DT_UNKNOWN.
46859         [BZ #6578]
46860         * manual/syslog.texi (closelog): Fix reference, it's openlog.
46862 2012-04-08  Stephen Compall  <s11@member.fsf.org>
46864         [BZ #6649]
46865         * manual/llio.texi (Opening and Closing Files): Add cross
46866         reference to explain mode argument.
46868 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
46870         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
46871         * sysdeps/x86_64/memset_chk.S: Likewise.
46873 2012-04-07  David S. Miller  <davem@davemloft.net>
46875         * elf/elf.h (R_SPARC_WDISP10): Define.
46876         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
46877         R_SPARC_SIZE32.
46878         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
46879         R_SPARC_SIZE64 and R_SPARC_H34.
46881 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
46883         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
46884         conditions and remove no longer applicable assertion.
46886 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
46888         * bits/byteswap.h: Include <features.h>.
46889         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
46890         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
46892 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
46894         * bits/byteswap.h (__bswap_16): Removed.
46895         Include <bits/byteswap-16.h> to get __bswap_16.
46896         * sysdeps/i386/bits/byteswap.h: Likewise.
46897         * sysdeps/s390/bits/byteswap.h: Likewise.
46898         * sysdeps/x86_64/bits/byteswap.h: Likewise.
46899         * bits/byteswap-16.h: New file.
46900         * sysdeps/i386/bits/byteswap-16.h: Likewise.
46901         * sysdeps/s390/bits/byteswap-16.h: Likewise.
46902         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
46903         * string/Makefile (headers): Add bits/byteswap-16.h.
46905 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
46907         [BZ #13895]
46908         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
46909         extra indirection.
46910         * nss/Makefile (tests-static, tests): Add tst-nss-static.
46911         * nss/tst-nss-static.c: New.
46913 2012-04-06  Robert Millan  <rmh@gnu.org>
46915         [BZ #6486]
46916         * manual/llio.texi (File Position Primitive): lseek
46917         refers to WHENCE when it really means OFFSET.
46919 2012-04-06  Andreas Jaeger  <aj@suse.de>
46921         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
46922         strncmp declarations.
46924         * abilist/libc.abilist: Add __poll and __ppoll.
46926 2012-04-05  David S. Miller  <davem@davemloft.net>
46928         * scripts/check-local-headers.sh: Accept a host triplet in the
46929         path matched by the exclude regexp.
46931         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
46932         definition.
46933         * sysdeps/powerpc/powerpc32/dl-machine.h
46934         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
46935         * sysdeps/s390/s390-32/dl-machine.h
46936         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
46937         * sysdeps/sparc/sparc32/dl-machine.h
46938         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
46939         * sysdeps/sparc/sparc64/dl-machine.h
46940         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
46942         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
46943         lazy binding.
46944         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
46945         undefined symbol errors.
46947         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
46948         DT_NEEDED entries.
46950 2012-04-05  Michael Matz  <matz@suse.de>
46952         [BZ #13592]
46953         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
46955 2012-04-05  Andreas Jaeger  <aj@suse.de>
46957         [BZ #13908]
46958         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
46959         comment.
46961 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46963         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
46964         which ROUND is no valid rounding mode.
46966 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46968         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
46969         read again.
46970         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
46972 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46974         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
46975         an exception using FPU order intentionally.
46977 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
46979         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
46980         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
46981         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
46982         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
46984 2012-04-05  Simon Josefsson  <simon@josefsson.org>
46986         [BZ #12340]
46987         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
46988         EINVAL when BUFLEN is too smal.
46990 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
46992         [BZ #13553]
46993         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
46994         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
46996 2012-04-03  Andreas Jaeger  <aj@suse.de>
46998         [BZ #13938]
46999         * manual/setjmp.texi (System V contexts): Fix sentence.
47001         [BZ #13926]
47002         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
47003         New macro for this case.
47004         [!__GNUC__] (__bswap_64): New inline function for this case.
47005         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47006         * bits/byteswap.h: Likewise.
47007         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
47008         ull, guard with __GLIBC_HAVE_LONG_LONG.
47010         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
47011         __GLIBC_HAVE_LONG_LONG.
47013         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
47014         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
47016 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
47018         [BZ #13691]
47019         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
47020         inptr and inend, rather than using last_ch.
47022 2012-04-02  David S. Miller  <davem@davemloft.net>
47024         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
47025         * stdio-common/printf-parse.h (read_int): Change return type to
47026         'int', return -1 on INT_MAX overflow.
47027         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
47028         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
47029         overflows INT_MAX.  Check for overflow of in-format-string precision
47030         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
47031         SIZE_MAX not INT_MAX for integer overflow test.
47032         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
47033         skip the construct in the format string but do not record anything.
47034         * stdio-common/bug22.c: Adjust to test both width/prevision
47035         INT_MAX overflow as well as total length INT_MAX overflow.  Check
47036         explicitly for proper errno values.
47038 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
47040         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
47041         CHAR_MAX.
47042         * string/test-strcmp.c [! WIDE]: Likewise.
47043         * time/tst-mktime2.c: Likewise for INT_MAX.
47044         * string/test-string.h: #include <sys/param.h> for MIN.
47046         * csu/init-first.c (__libc_init_first): Call __ctype_init.
47047         * sysdeps/i386/init-first.c (init): Likewise.
47048         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
47049         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
47050         * sysdeps/sh/init-first.c (init): Likewise.
47052 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
47054         * po/ru.po: Update from translation team.
47055         * po/vi.po: Likewise.
47057 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
47059         * resolv/nss_dns/dns-host.c: Merge copyright years.
47061 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47063         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
47064         Optimize memcpy with prefetch if
47065         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
47066         src, dst pointers have unequal 16 byte alignments.
47068 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
47070         [BZ #13928]
47071         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
47072         from a CNAME entry and return the minimum ttl for the query.
47073         (gaih_getanswer_slice): Likewise.
47075 2012-03-30  Jeff Law  <law@redhat.com>
47077         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
47078         due to long keys.
47079         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
47080         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
47082         * resolv/nss_dns/dns-host.c: Update copyright year.
47084 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
47086         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
47087         requests to save a system call.  Fix check that all bytes are sent.
47089         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
47090         comments for sendmmsg.
47092 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
47094         [BZ #13691]
47095         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
47096         with only 1 character between 0x0041 and 0x01b0.
47097         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
47098         * wcsmbs/tst-mbsnrtowcs.c: New file.
47100 2012-03-29  David S. Miller  <davem@davemloft.net>
47102         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
47103         small copies by hand.
47105 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
47107         [BZ #13761]
47108         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
47109         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
47110         group memberships.
47112 2012-03-28  David S. Miller  <davem@davemloft.net>
47114         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
47115         that branches into memcpy.
47116         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
47117         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
47118         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
47119         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
47120         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
47121         bits.
47122         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
47123         implementation too.
47124         * sysdeps/sparc/mempcpy.S: New file.
47126         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
47127         the IFUNC routine in the libc case.
47128         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
47130         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
47131         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
47132         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
47133         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
47134         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
47135         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
47136         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
47137         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
47139         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
47140         loop to 256 bytes instead of 64 bytes and fix test signedness.
47142         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
47143         * sysdeps/sparc/sparc32/Makefile: rather than here...
47144         * sysdeps/sparc/sparc64/Makefile: and here.
47146 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
47148         * malloc/mallocbug.c: Avoid warnings about unused variables.
47150 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
47152         [BZ #13760]
47153         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
47154         in the right place. Discard and retry query if response is
47155         larger than input buffer size.
47157 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
47159         [BZ #369]
47160         [BZ #2678]
47161         [BZ #3866]
47162         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
47163         x for large integer exponent.
47164         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
47165         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
47166         sign of result as needed afterwards.
47167         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
47168         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
47169         result for underflowing pow the same as for overflow.
47170         (__kernel_standard_l): Handle powl overflow and underflow here
47171         rather than calling __kernel_standard.
47172         * math/libm-test.inc (pow_test): Add more tests.
47174         [BZ #3868]
47175         [BZ #13879]
47176         [BZ #13910]
47177         [BZ #13911]
47178         [BZ #13912]
47179         [BZ #13913]
47180         [BZ #13915]
47181         [BZ #13916]
47182         [BZ #13917]
47183         [BZ #13918]
47184         [BZ #13919]
47185         [BZ #13920]
47186         [BZ #13921]
47187         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
47188         * sysdeps/ieee754/k_standard.c: Include <float.h>.
47189         (__kernel_standard_l): New function.
47190         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
47191         __kernel_standard.
47192         * math/w_acosl.c (__acosl): Likewise.
47193         * math/w_asinl.c (__asinl): Likewise.
47194         * math/w_atan2l.c (__atan2l): Likewise.
47195         * math/w_atanhl.c (__atanhl): Likewise.
47196         * math/w_coshl.c (__coshl): Likewise.
47197         * math/w_exp10l.c (__exp10l): Likewise.
47198         * math/w_exp2l.c (__exp2l): Likewise.
47199         * math/w_fmodl.c (__fmodl): Likewise.
47200         * math/w_hypotl.c (__hypotl): Likewise.
47201         * math/w_j0l.c (__j0l, __y0l): Likewise.
47202         * math/w_j1l.c (__j1l, __y1l): Likewise.
47203         * math/w_jnl.c (__jnl, __ynl): Likewise.
47204         * math/w_lgammal.c (__lgammal): Likewise.
47205         * math/w_log10l.c (__log10l): Likewise.
47206         * math/w_log2l.c (__log2l): Likewise.
47207         * math/w_logl.c (__logl): Likewise.
47208         * math/w_powl.c (__powl): Likewise.
47209         * math/w_remainderl.c (__remainderl): Likewise.
47210         * math/w_scalbl.c (sysv_scalbl): Likewise.
47211         * math/w_sinhl.c (__sinhl): Likewise.
47212         * math/w_sqrtl.c (__sqrtl): Likewise.
47213         * math/w_tgammal.c (__tgammal): Likewise.
47214         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
47215         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
47216         * math/libm-test.inc (acos_test): Add more tests.
47217         (acosh_test): Likewise.
47218         (asin_test): Likewise.
47219         (atanh_test): Likewise.
47220         (exp_test): Likewise.
47221         (exp10_test): Likewise.
47222         (exp2_test): Likewise.
47223         (expm1_test): Likewise.
47224         (lgamma_test): Likewise.
47225         (log_test): Likewise.
47226         (log10_test): Likewise.
47227         (log1p_test): Likewise.
47228         (log2_test): Likewise.
47229         (pow_test): Do not allow some spurious overflow exceptions.
47230         (sqrt_test): Add more tests.
47231         (tgamma_test): Likewise.
47232         (y0_test): Likewise.
47233         (y1_test): Likewise.
47234         (yn_test): Likewise.
47236 2012-03-27  Anton Blanchard  <anton@samba.org>
47238         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
47239         MAP_HUGETLB.
47240         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
47241         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
47242         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
47244 2012-03-27  David S. Miller  <davem@davemloft.net>
47246         * conform/Makefile: Run run-conformtest.sh using $(BASH).
47248         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
47249         have-as-vis3 check.
47251 2012-03-27  Andreas Jaeger  <aj@suse.de>
47253         * sysdeps/x86_64/elf/configure.in: Moved to ...
47254         * sysdeps/x86_64/configure.in: ... here.
47255         * sysdeps/x86_64/elf/start.S: Moved to ...
47256         * sysdeps/x86_64/start.S: ... here.
47257         * sysdeps/x86_64/elf/configure: Delete.
47259         * sysdeps/x86_64/configure.in: Merge contents from
47260         sysdeps/i386/configure.in (without i686 check).
47262         * sysdeps/i386/elf/Versions: Merge into ...
47263         * sysdeps/i386/Versions: ... this.
47264         * sysdeps/i386/elf/Versions: Delete file.
47265         * sysdeps/i386/elf/start.S: Moved to ...
47266         * sysdeps/i386/start.S: ...here.
47267         * sysdeps/i386/elf/configure.in: Merge into...
47268         * sysdeps/i386/configure.in: ...here.
47269         * sysdeps/i386/elf/configure.in: Delete file.
47270         * sysdeps/i386/elf/configure: Delete file.
47272         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
47273         * debug/backtracesyms.c: ... here.
47274         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
47275         * debug/backtracesymsfd.c: ... here.
47276         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
47277         * sysdeps/generic/ifunc-sel.h: ... here.
47279         * sysdeps/unix/i386/start.c: Delete file.
47280         * sysdeps/unix/sparc/start.c: Delete file.
47281         * sysdeps/unix/start.c: Delete file.
47283         * sysdeps/sh/elf/configure.in: Moved to ...
47284         * sysdeps/sh/configure.in: ... here.
47285         * sysdeps/sh/elf/start.S: Moved to ...
47286         * sysdeps/sh/start.S: ... here.
47287         * sysdeps/sh/elf/configure: Delete file.
47289         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
47290         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
47291         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
47292         * sysdeps/powerpc/powerpc64/entry.h: ... here.
47293         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
47294         * sysdeps/powerpc/powerpc64/start.S: here.
47295         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
47296         * sysdeps/powerpc/powerpc64/Makefile: ... this.
47297         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
47298         * sysdeps/powerpc/powerpc64/configure.in: ... this.
47299         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
47301         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
47302         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
47303         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
47304         * sysdeps/powerpc/powerpc32/start.S: ... here.
47305         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
47306         * sysdeps/powerpc/powerpc32/configure.in: ... this.
47307         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
47309         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
47310         * sysdeps/powerpc/ifunc-sel.h: ... here.
47311         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
47312         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
47314         * sysdeps/sparc/elf/configure.in: Moved to ...
47315         * sysdeps/sparc/configure.in: ... here.
47316         * sysdeps/sparc/elf/configure: Delete file.
47317         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
47318         * sysdeps/sparc/sparc32/start.S: ... here.
47319         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
47320         * sysdeps/sparc/sparc64/start.S: ... here.
47321         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
47322         * sysdeps/sparc/sparc32/Makefile: ... this.
47323         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
47324         * sysdeps/sparc/sparc64/Makefile: ... this.
47326         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
47327         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
47328         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
47329         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
47330         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
47331         * sysdeps/s390/s390-32/setjmp.S: ... here.
47332         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
47333         * sysdeps/s390/s390-32/configure.in: ... here.
47334         * sysdeps/s390/s390-32/elf/configure: Delete file.
47335         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
47336         * sysdeps/s390/s390-32/start.S: ... here.
47338         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
47339         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
47340         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
47341         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
47342         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
47343         * sysdeps/s390/s390-64/setjmp.S: ... here.
47344         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
47345         * sysdeps/s390/s390-64/configure.in: ... here
47346         * sysdeps/s390/s390-64/elf/configure: Delete file.
47347         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
47348         * sysdeps/s390/s390-64/start.S: ... here.
47349         * sysdeps/s390/s390-64/elf/configure: Delete.
47351         * configure.in: Remove support for elf directories in sysdeps.
47353         * configure: Regenerated.
47354         * sysdeps/i386/configure: Regenerated.
47355         * sysdeps/powerpc/powerpc32/configure: Regenerated.
47356         * sysdeps/powerpc/powerpc64/configure: Regenerated.
47357         * sysdeps/s390/s390-32/configure: Regenerated.
47358         * sysdeps/s390/s390-64/configure: Regenerated.
47359         * sysdeps/sh/configure: Regenerated.
47360         * sysdeps/sparc/configure: Regenerated.
47361         * sysdeps/x86_64/configure: Regenerated.
47363 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
47365         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47367         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
47368         denormal result into account.
47370 2012-03-25  Roland McGrath  <roland@hack.frob.com>
47372         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
47373         Reported by Allan McRae <allan@archlinux.org>.
47375 2012-03-23  Jeff Law  <law@redhat.com>
47377         * nss/getnssent.c (__nss_getent): Fix typo.
47379 2012-03-23  David S. Miller  <davem@davemloft.net>
47381         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47383 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
47385         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
47386         to pad to uint64_t for each field.
47387         (dl_tls_index): Replace unsigned long with uint64_t.
47389 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
47390         Paul Pluzhnikov  <ppluzhnikov@google.com>
47392         [BZ #6528]
47393         * grp/Makefile (otherlibs): Don't set it.
47394         * inet/Makefile (otherlibs): Likewise.
47395         * login/Makefile (otherlibs): Likewise.
47396         * nscd/Makefile (otherlibs): Likewise.
47397         * posix/Makefile (otherlibs): Likewise.
47398         * pwd/Makefile (otherlibs): Likewise.
47399         * rt/Makefile (otherlibs): Likewise.
47400         * sunrpc/Makefile (otherlibs): Likewise.
47401         * nss/Makefile (otherlibs): Likewise.
47402         Add libnss_files to routines and static-only-routines.
47403         ($(objpfx)getent): Remove rule.
47404         * resolv/Makefile: Add libnss_dns and libresolv to routines and
47405         static-only-routines.
47407 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
47409         [BZ #13892]
47410         * math/s_cexp.c: Include <float.h>.
47411         (__cexp): Handle exp result overflowing not necessarily
47412         overflowing both real and imaginary parts of result.
47413         * math/s_cexpf.c: Likewise.
47414         * math/s_cexpl.c: Likewise.
47415         * math/libm-test.inc (cexp_test): Add more tests.
47416         * sysdeps/i386/fpu/libm-test-ulps: Update.
47417         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47419 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47421         * include/link.h (ELFW): New macro.
47422         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
47423         Replace ELF64_R_TYPE with ELFW(R_TYPE).
47425 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47427         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
47428         with uint64_t.
47430 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47432         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
47433         declaration.
47434         (struct La_x32_retval): Likewise.
47436 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47438         * sysdeps/x86_64/preconfigure.in: New file.
47439         * sysdeps/x86_64/preconfigure: New generated file.
47441 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
47443         [BZ #13824]
47444         * math/e_exp2l.c: Include <float.h>.
47445         (__ieee754_exp2l): Handle overflow and underflow cases
47446         separately.  Only pass fractional part of argument to
47447         __ieee754_expl.
47448         * math/libm-test.inc (exp2_test): Add more tests.
47450         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
47451         negating x to take absolute value.
47452         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
47453         Likewise.
47454         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
47455         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
47456         Likewise.
47457         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
47458         computing low part if x was negated.
47459         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
47461 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
47463         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
47464         la_x32_gnu_pltexit.
47465         (pltexit): Cast int_retval to ptrdiff_t.
47466         * elf/tst-auditmod3b.c: Likewise.
47467         * elf/tst-auditmod4b.c: Likewise.
47468         * elf/tst-auditmod5b.c: Likewise.
47469         * elf/tst-auditmod6b.c: Likewise.
47470         * elf/tst-auditmod6c.c: Likewise.
47471         * elf/tst-auditmod7b.c: Likewise.
47473         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
47474         and x32_gnu_pltexit.
47476         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
47477         __ELF_NATIVE_CLASS.
47478         (La_x32_regs): New macro.
47479         (La_x32_retval): Likewise.
47480         (la_x32_gnu_pltenter): New function prototype.
47481         (la_x32_gnu_pltexit): Likewise.
47483 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
47485         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
47486         exponent.
47488         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47490         * configure.in (libc_cv_cc_nofma): Check for option to disable
47491         generation of FMA instructions.
47492         * configure: Regenerate.
47493         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
47494         * sysdeps/ieee754/dbl-64/Makefile: New file.
47495         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
47496         Remove brandred-fma4.
47497         (CFLAGS-brandred-fma4.c): Remove.
47498         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
47499         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
47500         define.
47501         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
47502         define.
47504 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
47506         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
47507         LLONG_MAX != LONG_MAX.
47508         (_itoa_word): Use _ITOA_WORD_TYPE on value.
47509         (_fitoa_word): Likewise.
47510         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
47511         LLONG_MAX != LONG_MAX.
47512         * stdio-common/_itowa.h: Include <_itoa.h>.
47513         (_itowa_word): Use _ITOA_WORD_TYPE on value.
47514         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
47515         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
47516         only if not defined.
47517         (_ITOA_WORD_TYPE): Likewise.
47518         (_itoa_word): Use _ITOA_WORD_TYPE on value.
47519         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
47521 2012-03-21  David S. Miller  <davem@davemloft.net>
47523         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47525 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
47527         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
47528         of x86_64 when setting libc_cv_slibdir, libdir and
47529         libc_cv_localedir.
47530         * sysdeps/unix/sysv/linux/configure: Regenerated.
47532 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
47534         * manual/lang.texi (Old Varargs): Remove section.
47535         (How Variadic): Update menu.
47536         (va_start): Do not mention varargs.h.
47538 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
47539             Joseph Myers  <joseph@codesourcery.com>
47541         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
47542         link test.
47543         * configure: Regenerated.
47545 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
47547         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
47548         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
47549         conformtest.pl
47551 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
47553         * NOTES: Remove.
47554         * Makefile (files-for-dist): Remove NOTES.
47555         (NOTES): Remove rule.
47556         * README: Don't refer to NOTES.
47557         * manual/creature.texi: Don't include macros.texi.
47558         * manual/intro.texi (creature.texi): Remove comment referring to
47559         NOTES.
47561         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
47562         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
47563         * configure: Regenerated.
47564         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
47565         LIBC_TRY_CC_OPTION.
47566         (libc_cv_as_i686): Likewise.
47567         (libc_cv_cc_avx): Likewise.
47568         (libc_cv_cc_sse2avx): Likewise.
47569         (libc_cv_cc_fma4): Likewise.
47570         (libc_cv_cc_novzeroupper): Likewise.
47571         * sysdeps/i386/configure: Regenerated.
47573         [BZ #13883]
47574         * sysdeps/i386/fpu/s_cexp.S: Remove.
47575         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
47576         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
47577         * math/libm-test.inc (cexp_test): Add more tests.
47578         * sysdeps/i386/fpu/libm-test-ulps: Update.
47579         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47581 2012-03-21  Allan McRae  <allan@archlinux.org>
47583         * timezone/Makefile: Do not install iso3166.tab and zone.tab
47585 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
47587         [BZ #13871]
47588         * math/w_exp2.c: Do not include <float.h>.
47589         (o_threshold, u_threshold): Remove.
47590         (__exp2): Calculate result before checking finiteness and calling
47591         __kernel_standard.
47592         * math/w_exp2f.c: Likewise.
47593         * math/w_exp2l.c: Likewise.
47594         * math/libm-test.inc (exp2_test): Require overflow exception for
47595         1e6 input.
47597         [BZ #3866]
47598         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
47599         range of signed 64-bit integers before using fistpll.  Remove
47600         checks for whether integers fit in mantissa bits.
47601         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
47602         the range of signed 32-bit integers before using fistpl.  Remove
47603         checks for whether integers fit in mantissa bits.
47604         * sysdeps/i386/fpu/e_powl.S (p64): New object.
47605         (__ieee754_powl): Test for y outside the range of signed 64-bit
47606         integers before using fistpll.  Reduce 64-bit values to 63-bit
47607         ones as needed.
47608         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
47609         divide-by-zero is raised for zero to large negative powers.
47610         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
47611         (__ieee754_powl): Test for y outside the range of signed 64-bit
47612         integers before using fistpll.  Reduce 64-bit values to 63-bit
47613         ones as needed.
47614         * math/libm-test.inc (pow_test): Add more tests.
47616 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
47618         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
47619         <stdio-common/_itoa.h>.
47620         * debug/segfault.c: Likewise.
47621         * elf/dl-cache.c: Likewise.
47622         * elf/dl-minimal.c: Likewise.
47623         * elf/dl-misc.c: Likewise.
47624         * elf/dl-sysdep.c: Likewise.
47625         * elf/dl-version.c: Likewise.
47626         * elf/rtld.c: Likewise.
47627         * hurd/hurdsock.c: Likewise.
47628         * hurd/lookup-retry.c: Likewise.
47629         * malloc/malloc.c: Likewise.
47630         * malloc/mtrace.c: Likewise.
47631         * nscd/nscd_getgr_r.c: Likewise.
47632         * nscd/nscd_getpw_r.c: Likewise.
47633         * nscd/nscd_getserv_r.c: Likewise.
47634         * posix/getopt_init.c: Likewise.
47635         * posix/wordexp.c: Likewise.
47636         * stdio-common/_itoa.c: Likewise.
47637         * stdio-common/printf_fphex.c: Likewise.
47638         * stdio-common/vfprintf.c: Likewise.
47639         * string/_strerror.c: Likewise.
47640         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
47641         * sysdeps/i386/i686/hp-timing.h: Likewise.
47642         * sysdeps/mach/_strerror.c: Likewise.
47643         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
47644         * sysdeps/mach/hurd/sethostid.c: Likewise.
47645         * sysdeps/mach/hurd/xmknodat.c: Likewise.
47646         * sysdeps/mach/xpg-strerror.c: Likewise.
47647         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
47648         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
47649         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
47650         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
47651         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
47652         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
47653         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
47654         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
47655         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
47656         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
47657         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
47658         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
47659         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
47660         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
47661         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
47662         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
47663         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
47664         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
47665         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
47666         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
47667         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
47669         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
47671         * stdio-common/_itoa.h: Moved to ...
47672         * sysdeps/generic/_itoa.h: Here.
47674         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
47676         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
47677         instead of "_itoa.h" and "_itowa.h".
47678         * stdio-common/vfprintf.: Likewise.
47680 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
47682         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
47683         <bits/wordsize.h>.
47684         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
47685         (__signbit): Likwise.
47686         (llrintf): Likwise.
47687         (llrint): Likwise.
47689 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
47691         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
47692         __WORDSIZE != 64.
47694 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
47696         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
47697         OVERFLOW_EXCEPTION_OK.
47698         * math/libm-test.inc ("Philosophy"): Update comment about
47699         exception testing.
47700         (OVERFLOW_EXCEPTION): Define.
47701         (OVERFLOW_EXCEPTION_OK): Likewise.
47702         (INVALID_EXCEPTION_OK): Renumber.
47703         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
47704         (IGNORE_ZERO_INF_SIGN): Likewise.
47705         (test_exceptions): Handle FE_OVERFLOW.
47706         (exp10_test): Expect overflow exceptions.
47707         (exp2_test): Likewise.
47708         (expm1_test): Likewise.
47709         (nextafter_test): Likewise.
47710         (pow_test): Likewise.
47711         (scalbn_test): Likewise.
47712         (scalbln_test): Likewise.
47714 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47716         * sysdeps/x86_64/bits/atomic.h
47717         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
47718         64bit integer.
47719         (atomic_exchange_acq): Likewise.
47720         (__arch_exchange_and_add_body): Likewise.
47721         (__arch_add_body): Likewise.
47722         (atomic_add_negative): Likewise.
47723         (atomic_add_zero): Likewise.
47725 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47727         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
47728         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
47730 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47732         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
47733         Check __x86_64__ instead of __WORDSIZE.
47735 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47737         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
47739 2012-03-19  David S. Miller  <davem@davemloft.net>
47741         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47743         * sysdeps/sparc/fpu/fenv_private.h: New file.
47744         * sysdeps/sparc/fpu/math_private.h: Use it.
47745         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
47746         Remove.
47747         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
47748         (libc_feholdexcept_setroundl): Remove.
47749         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
47750         Remove.
47751         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
47752         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
47754 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47756         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
47757         int64_t instead of long int.
47758         (INSERT_WORDS64): Likwise.
47760 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
47762         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
47763         _Unwind_GetCFA return to _Unwind_Ptr first.
47765 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
47767         [BZ #13629]
47768         * math/s_clog.c: Include <float.h>.
47769         (__clog): Scale large or subnormal inputs.
47770         * math/s_clogf.c: Likewise.
47771         * math/s_clogl.c: Likewise.
47772         * math/s_clog10.c: Include <float.h>.
47773         (M_LOG10_2): Define.
47774         (__clog10): Scale large or subnormal inputs.
47775         * math/s_clog10f.c: Likewise.
47776         * math/s_clog10l.c: Likewise.
47777         * math/libm-test.inc (clog_test): Add more tests.
47778         (clog10_test): Likewise.
47779         * sysdeps/i386/fpu/libm-test-ulps: Update.
47780         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47782         [BZ #11451]
47783         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
47784         x and y.
47785         * math/libm-test.inc (atan2_test): Add another test.
47787         * Makerules (common-objdir-compile): Remove.
47788         * sysdeps/unix/Makefile (config-generated): Do not add
47789         $(unix-generated) to variable.
47790         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
47791         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
47792         Remove rule.
47793         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
47794         Likewise.
47795         [generic bits/local_lim.h] (before-compile): Do not append to
47796         variable.
47797         [generic bits/local_lim.h] (common-generated): Likewise.
47798         [generic sys/param.h] (before-compile): Do not append to variable.
47799         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
47800         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
47801         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
47802         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
47803         include.
47804         [generic sys/param.h] (sys/param.h-includes): Remove variable.
47805         [generic sys/param.h] (sys/param.h-includes): Remove rule.
47806         [generic sys/param.h] ($(addprefix
47807         $(common-objpfx),$(sys/param.h-includes))): Likewise.
47808         [generic sys/param.h] (common-generated): Do not append to
47809         variable.
47810         [generic sys/param.h] (sysdep_headers): Likewise.
47811         [generic bits/errno.h] (before-compile): Do not append to
47812         variable.
47813         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
47814         rule.
47815         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
47816         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
47817         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
47818         [generic bits/errno.h] (common-generated): Do not append to
47819         variable.
47820         [generic bits/ioctls.h] (before-compile): Do not append to
47821         variable.
47822         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
47823         rule.
47824         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
47825         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
47826         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
47827         rule.
47828         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
47829         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
47830         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
47831         [generic bits/ioctls.h] (common-generated): Do not append to
47832         variable.
47833         [generic sys/syscall.h] (syscall.h): Remove variable.
47834         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
47835         rule.
47836         [generic sys/syscall.h] (before-compile): Do not append to
47837         variable.
47838         [generic sys/syscall.h] (common-generated): Likewise.
47839         * sysdeps/unix/errnos-tmpl.c: Remove file.
47840         * sysdeps/unix/errnos.awk: Likewise.
47841         * sysdeps/unix/ioctls-tmpl.c: Likewise.
47842         * sysdeps/unix/ioctls.awk: Likewise.
47843         * sysdeps/unix/mk-local_lim.c: Likewise.
47844         * sysdeps/unix/snarf-ioctls: Likewise.
47846 2012-03-19  Richard Henderson  <rth@twiddle.net>
47848         * sysdeps/i386/fpu/fenv_private.h: New file.
47849         * sysdeps/i386/fpu/math_private.h: Use it.
47850         (math_opt_barrier, math_force_eval): Remove.
47851         (libc_feholdexcept_setround_53bit): Remove.
47852         (libc_feupdateenv_53bit): Remove.
47853         * sysdeps/x86_64/fpu/math_private.h: Likewise.
47854         (math_opt_barrier, math_force_eval): Remove.
47855         (libc_feholdexcept): Remove.
47856         (libc_feholdexcept_setround): Remove.
47857         (libc_fetestexcept, libc_fesetenv): Remove.
47858         (libc_feupdateenv_test): Remove.
47859         (libc_feupdateenv, libc_feholdsetround): Remove.
47860         (libc_feresetround): Remove.
47862         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
47863         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
47865         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
47866         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
47867         (libc_feupdateenv_testl): New.
47868         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
47869         (libc_feupdateenv_testf): New.
47870         (libc_feupdateenv): Use libc_feupdateenv_test.
47871         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
47872         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
47874         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
47875         (libc_feholdsetroundf, libc_feholdsetroundl): New.
47876         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
47877         (libc_feresetround_noex): New.
47878         (libc_feresetround_noexf): New.
47879         (libc_feresetround_noexl): New.
47880         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
47881         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
47882         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
47883         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
47884         SET_RESTORE_ROUND.
47885         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
47886         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
47887         (__cos): Likewise.
47888         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
47889         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
47890         SET_RESTORE_ROUND_NOEX.
47891         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
47892         SET_RESTORE_ROUND_NOEXF.
47893         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
47894         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
47895         (libc_feholdsetroundf): New.
47896         (libc_feresetround, libc_feresetroundf): New.
47898         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
47899         (libc_feholdexcept_setround_53bit): Convert from macro to function.
47900         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
47902         * sysdeps/generic/math_private.h: Include <fenv.h>.
47903         (default_libc_feholdexcept): New.
47904         (default_libc_feholdexcept_setround): New.
47905         (default_libc_fesetenv, default_libc_feupdateenv): New.
47906         (libc_feholdexcept): Only define if undefined.
47907         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
47908         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
47909         (libc_feholdexcept_setroundl): Likewise.
47910         (libc_feholdexcept_setround_53bit): Likewise.
47911         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
47912         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
47913         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
47914         (libc_feupdateenv_53bit): Likewise.
47915         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
47916         (libc_feholdexcept): Convert from macro to inline function.
47917         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
47918         (libc_fesetenv, libc_feupdateenv): Likewise.
47920         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
47921         not previously defined.
47922         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
47923         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
47924         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
47925         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
47926         * sysdeps/ieee754/flt-32/math_private.h: New file.
47927         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
47928         math_private.h below SET_FLOAT_WORD.
47929         (__isnan, __isinf_ns, __finite): Remove.
47930         (__isnanf, __isinf_nsf, __finitef): Remove.
47932 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
47934         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47936 2012-03-17  David S. Miller  <davem@davemloft.net>
47938         [BZ #6471]
47939         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
47940         for 2.16.
47942 2012-03-16  David S. Miller  <davem@davemloft.net>
47944         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
47945         warnings.
47947         [BZ #6471]
47948         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
47949         properly.
47950         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
47951         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
47952         sysdep_routines when subdir is sysvipc.
47953         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
47954         __getshmlba helper.
47956         * sysdeps/sparc/fpu/libm-test/ulps: Update.
47958 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47960         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
47961         [__LP64__].
47963 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47965         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
47966         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
47967         (__lround): Renamed to ...
47968         (__llround): This.  Replace long int with long long int.
47969         Define lround functions as aliases of llround functions.
47970         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
47972 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47974         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
47975         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
47976         adresses to uintptr_t.  Replace "long int" and "unsigned long
47977         int" with "greg_t" on va_arg.
47979 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
47981         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
47982         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
47984         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
47985         Move e_machine check before EI_CLASS check.  Handle x32
47986         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
47987         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
47988         SKIP_EM_IA_64 and include
47989         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
47991         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
47992         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
47993         (add_system_dir): New macro.
47995         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
47996         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
47998 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
48000         [BZ #2551]
48001         [BZ #2552]
48002         [BZ #2553]
48003         [BZ #2554]
48004         [BZ #2562]
48005         [BZ #2563]
48006         [BZ #2565]
48007         [BZ #2566]
48008         [BZ #2576]
48009         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
48010         (y0): Likewise.
48011         * math/w_j0f.c (j0f): Likewise.
48012         (y0f): Likewise.
48013         * math/w_j0l.c (__j0l): Likewise.
48014         (__y0l): Likewise.
48015         * math/w_j1.c (j1): Likewise.
48016         (y1): Likewise.
48017         * math/w_j1f.c (j1f): Likewise.
48018         (y1f): Likewise.
48019         * math/w_j1l.c (__j1l): Likewise.
48020         (__y1l): Likewise.
48021         * math/w_jn.c (jn): Likewise.
48022         (yn): Likewise.
48023         * math/w_jnf.c (jnf): Likewise.
48024         (ynf): Likewise.
48025         * math/w_jnl.c (__jnl): Likewise.
48026         (__ynl): Likewise.
48027         * math/libm-test.inc (j0_test): Add more tests.
48028         (j1_test): Likewise.
48029         (jn_test): Likewise.  Add trailing semicolon to existing test.
48030         (y0_test): Likewise.
48031         (y1_test): Likewise.
48032         * sysdeps/i386/fpu/libm-test-ulps: Update.
48033         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48035         [BZ #13851]
48036         [BZ #13854]
48037         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
48038         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
48039         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
48040         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
48041         (__tanl): Set errno for infinite argument.
48042         * sysdeps/i386/fpu/mptan.c: Remove.
48043         * sysdeps/i386/fpu/s_tan.S: Likewise.
48044         * sysdeps/i386/fpu/s_tanl.S: Likewise.
48045         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
48046         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
48047         * math/libm-test.inc (tan_test): Add more tests and enable more
48048         tests for double and long double.
48049         * sysdeps/i386/fpu/libm-test-ulps: Update.
48050         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48052 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
48054         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
48055         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
48057 2012-03-16  Roland McGrath  <roland@hack.frob.com>
48059         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
48060         * configure.in: Use it for both main tree and add-ons.
48061         * configure: Regenerated.
48063 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48065         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
48067 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
48069         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
48070         in comment.
48072         [BZ #13851]
48073         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
48074         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
48075         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
48076         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
48077         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
48078         infinite argument.
48079         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
48080         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
48081         != 0 for prec == 2.
48082         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
48083         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
48084         * sysdeps/i386/fpu/s_cosl.S: Likewise.
48085         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
48086         * sysdeps/i386/fpu/s_sinl.S: Likewise.
48087         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
48088         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
48089         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
48090         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
48091         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
48092         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
48093         * math/libm-test.inc (cos_test): Add more tests and enable more
48094         tests for long double.
48095         (sin_test): Likewise.
48096         (sincos_test): Likewise.
48097         * sysdeps/i386/fpu/libm-test-ulps: Update.
48098         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48100 2012-03-16  David S. Miller  <davem@davemloft.net>
48102         * sysdeps/sparc/fpu/math_private.h: New file.
48104 2012-03-15  David S. Miller  <davem@davemloft.net>
48106         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
48107         file.
48108         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
48109         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
48110         file.
48111         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
48112         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
48113         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
48114         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
48115         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
48116         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
48117         sysdep routines.
48118         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
48120         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
48121         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
48123         * sysdeps/sparc/sparc-ifunc.h: New file.
48124         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
48125         sparc-ifunc.h
48126         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
48127         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
48128         Likewise.
48129         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
48130         Likewise.
48131         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
48132         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
48133         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
48134         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
48135         Likewise.
48136         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
48137         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
48138         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
48139         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
48140         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
48141         Likewise.
48142         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
48143         Likewise.
48144         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
48145         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
48146         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
48147         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
48148         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
48149         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
48150         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
48151         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
48152         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
48153         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
48154         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
48155         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
48156         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
48157         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
48158         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
48159         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
48160         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
48161         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
48162         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
48163         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
48164         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
48165         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
48166         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
48167         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
48169 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
48171         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
48172         scaling.
48173         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48175 2012-03-15  Andreas Jaeger  <aj@suse.de>
48177         [BZ #13852]
48178         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
48179         ieee754/flt-32 implementation for sin, cos and sincos.
48180         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
48181         * sysdeps/i386/fpu/s_cosf.S: Likewise.
48182         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
48183         * sysdeps/i386/fpu/s_sinf.S: Likewise.
48184         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
48185         ieee754/flt-32 implementation for tan.
48187         * math/libm-test.inc (cos_test): Enable some large input tests for
48188         float as well
48189         (sin_test): Likewise.
48190         (sincos_test): Likewise.
48191         (tan_test): Add tests for large input.
48193         * sysdeps/i386/fpu/libm-test-ulps: Update.
48195 2012-03-15  Andreas Jaeger  <aj@suse.de>
48197         [BZ #13658]
48198         * math/libm-test.inc (cos_test): Add more test cases.
48199         (sin_test): Likewise.
48200         (sincos_test): Likewise.
48202 2012-03-15  Andreas Jaeger  <aj@suse.de>
48204         [BZ #13837]
48205         * math/libm-test.inc (cos_test): Add a test case for large input
48206         value.
48207         (sin_test): Likewise.
48208         (sincos_test): Likewise.
48210 2012-03-15  Andreas Jaeger  <aj@suse.de>
48211             Joseph Myers  <joseph@codesourcery.com>
48213         [BZ #13658]
48214         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
48215         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
48216         * sysdeps/i386/fpu/branred.c: Likewise.
48217         * sysdeps/i386/fpu/dosincos.c: Likewise.
48218         * sysdeps/i386/fpu/mpa.c: Likewise.
48219         * sysdeps/i386/fpu/s_cos.S: Likewise.
48220         * sysdeps/i386/fpu/s_sin.S: Likewise.
48221         * sysdeps/i386/fpu/s_sincos.S: Likewise.
48222         * sysdeps/i386/fpu/sincos32.c: Likewise.
48224         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
48225         Define.
48226         (libc_feupdateenv_53bit): Define.
48227         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
48228         Define.
48229         (libc_feupdateenv_53bit): Define.
48231         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
48232         53 bit (without extend i386 double precision).
48234         * math/libm-test.inc (sincos_test): Add tests for large input.
48235         (sin): Likewise.
48236         (cos): Likewise.
48238         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
48240 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
48242         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48244 2012-03-15  David S. Miller  <davem@davemloft.net>
48246         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
48247         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
48248         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
48249         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
48250         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
48251         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
48252         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
48253         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
48254         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
48255         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
48256         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
48257         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
48258         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
48259         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
48260         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
48261         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
48262         file.
48263         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
48264         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
48265         file.
48266         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
48267         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
48268         file.
48269         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
48270         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
48271         file.
48272         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
48273         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
48274         fmin/fmax sysdep routines.
48275         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
48277 2012-03-14  David S. Miller  <davem@davemloft.net>
48279         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
48280         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
48281         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
48282         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
48283         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
48284         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
48285         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
48286         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
48287         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
48288         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
48289         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
48290         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
48291         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
48292         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
48293         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
48294         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
48295         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
48296         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
48297         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
48298         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
48299         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
48300         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
48301         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
48302         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
48303         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
48304         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
48305         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
48306         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
48307         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
48308         routines.
48309         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
48310         file.
48311         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
48312         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
48313         file.
48314         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
48315         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
48316         file.
48317         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
48318         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
48319         file.
48320         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
48321         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
48322         file.
48323         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
48324         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
48325         file.
48326         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
48327         file.
48328         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
48329         file.
48330         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
48331         file.
48332         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
48333         New file.
48334         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
48335         file.
48336         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
48337         file.
48338         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
48339         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
48340         file.
48341         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
48342         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
48343         file.
48344         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
48345         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
48346         file.
48347         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
48348         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
48349         VIS3 routines.
48351         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
48352         New file.
48354         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48356         * sysdeps/sparc/configure.in: New file.
48357         * sysdeps/sparc/configure: Generate.
48358         * configure.in (libc_cv_sparc_as_vis3): Substitute.
48359         * configure: Regenerate.
48360         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
48361         * config.make.in (have-as-vis3): New.
48362         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
48363         available use -Av9d instead of -Av9a.
48364         * sysdeps/sparc/sparc64/Makefile: Likewise.
48365         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
48366         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
48367         New file.
48368         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
48369         file.
48370         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
48371         New file.
48372         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
48373         file.
48374         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
48375         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
48376         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
48377         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
48378         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
48380         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
48381         fzeros/fnegs to load 0x80000000 into a float register instead of
48382         using the stack.
48383         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
48385 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
48387         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48388         bits/syscall.h.
48389         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
48390         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
48391         ($(inst_includedir)/bits/syscall.h): Remove rule.
48392         ($(objpfx)bits/syscall.d): Include instead of
48393         $(objpfx)syscall-list.d.
48394         (generated): Change syscall-list.h and syscall-list.d to
48395         bits/syscall.h and bits/syscall.d.
48397 2012-03-14  Roland McGrath  <roland@hack.frob.com>
48399         [BZ #13846]
48400         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
48402 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
48404         [BZ #13841]
48405         * math/s_csqrt.c: Include <float.h>.
48406         (__csqrt): Scale large or subnormal inputs.
48407         * math/s_csqrtf.c: Likewise.
48408         * math/s_csqrtl.c: Likewise.
48409         * math/libm-test.inc (csqrt_test): Add more tests.
48410         * sysdeps/i386/fpu/libm-test-ulps: Update.
48411         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48413         [BZ #13840]
48414         * math/libm-test.inc (hypot_test): Add more tests.
48416 2012-03-13  David S. Miller  <davem@davemloft.net>
48418         [BZ #13840]
48419         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
48420         double-precision for the calculation instead of scaling.
48422 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
48424         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
48425         manipulate bits before adding and subtracting TWO52[sx].
48426         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
48427         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
48428         Likewise.
48429         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
48431 2012-03-13  David S. Miller  <davem@davemloft.net>
48433         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
48434         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
48435         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
48436         rtld-global-offsets.h
48437         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
48439         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
48440         large parameters.
48442         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
48444         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
48445         'err' in the ifdef scope in which it is actually used.
48447         * nss/nss_db/db-init.c: Include string.h
48449 2012-03-12  David S. Miller  <davem@davemloft.net>
48451         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
48452         masking out of the most significant byte of random value used.
48453         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48454         Fix coding style in previous change.
48456         * sysdeps/unix/sysv/linux/kernel-features.h
48457         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
48458         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
48459         expression.
48460         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
48461         later.
48463 2012-03-11  David S. Miller  <davem@davemloft.net>
48465         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
48466         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
48467         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
48468         for 'resultvar' otherwise things get truncated on 64-bit.
48470         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48471         Fix masking out of the most significant byte of random value used.
48473         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48475 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
48477         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48479 2012-03-09  David S. Miller  <davem@davemloft.net>
48481         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
48482         variables with appropriate CPP guards.
48483         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
48484         from the frame pointer, not the stack pointer.  Correct layout
48485         comments.  Fix test on resulting framesize and the management of
48486         the outregs buffer for pltexit.  Preserve floating point return
48487         values across _dl_call_pltexit call.
48488         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
48489         framesize and the management of the outregs buffer for pltexit.
48490         Preserve floating point return values across _dl_call_pltexit
48491         call.
48492         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
48493         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
48494         (la_sparc64_gnu_pltexit): New functions.
48495         (print_exit): Fix format string for return register value.
48497 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
48499         * sunrpc/Makefile (others): Add rpcgen.
48500         ($(objpfx)rpcgen): Remove special build rule and dependency on
48501         libc.
48502         * sunrpc/rpcgen.c: New file.
48504 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
48506         [BZ #13673]
48507         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
48508         * stdio-common/bug-vfprintf-nargs.c: Likewise.
48509         * sysdeps/i386/crti.S: Likewise.
48510         * sysdeps/i386/crtn.S: Likewise.
48511         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
48512         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
48513         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
48514         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
48515         * sysdeps/sh/crti.S: Likewise.
48516         * sysdeps/sh/crtn.S: Likewise.
48517         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
48519         [BZ #13673]
48520         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
48521         with URL.
48522         * locale/programs/locfile-kw.gperf: Likewise.
48523         * locale/programs/charmap-kw.h: Regenerated.
48524         * locale/programs/locfile-kw.h: Likewise.
48526         [BZ #13673]
48527         * intl/plural.y: Replace FSF snail mail address with URL.
48528         * intl/plural.c: Regenerated.
48530 2012-03-09  Richard Henderson  <rth@twiddle.net>
48532         * include/math_private.h: Remove file.
48533         * math/math_private.h: Move file ...
48534         * sysdeps/generic/math_private.h: ... here.
48536         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
48537         * sysdeps/powerpc/fpu/math_private.h: Likewise.
48538         * sysdeps/x86_64/fpu/math_private.h: Likewise.
48540         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
48541         and <math_private.h>.
48542         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
48543         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
48544         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
48545         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
48546         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
48547         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
48548         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48549         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48550         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
48551         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48552         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48553         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
48554         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
48555         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48556         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
48557         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
48558         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48559         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
48560         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
48561         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
48562         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48563         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
48564         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
48565         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48566         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
48567         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
48568         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
48569         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48570         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48571         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
48572         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
48573         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48574         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
48575         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
48576         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
48577         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
48578         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
48579         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
48580         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
48581         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48582         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
48583         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
48584         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
48585         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
48586         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
48587         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
48588         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
48589         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
48590         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
48591         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
48592         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
48593         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
48594         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
48595         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
48596         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
48597         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
48598         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48599         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
48600         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
48601         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
48602         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48603         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
48604         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48605         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
48606         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
48607         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48608         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48609         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48610         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
48611         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
48612         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
48613         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48614         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
48615         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48616         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
48617         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
48618         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
48619         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
48620         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
48621         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
48622         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
48623         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
48624         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
48625         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
48626         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
48627         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
48628         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
48629         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
48630         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
48631         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
48632         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
48633         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
48634         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48635         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
48636         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
48637         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
48638         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48639         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
48640         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
48641         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
48642         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
48643         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
48644         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
48645         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
48646         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
48647         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
48648         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
48649         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
48650         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
48651         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
48652         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
48653         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
48654         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
48655         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
48656         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
48657         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48658         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
48659         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
48660         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
48661         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
48662         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
48663         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
48664         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48665         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
48666         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
48667         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
48668         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
48669         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
48670         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
48671         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
48672         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
48673         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
48674         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
48675         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
48676         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
48677         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
48678         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
48679         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
48680         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
48681         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
48682         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48683         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
48684         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
48685         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
48686         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
48687         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
48688         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
48689         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
48690         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
48691         * sysdeps/ieee754/k_standard.c: Likewise.
48692         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
48693         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
48694         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
48695         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
48696         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
48697         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
48698         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
48699         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
48700         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
48701         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
48702         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
48703         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
48704         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
48705         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
48706         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
48707         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
48708         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
48709         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
48710         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
48711         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
48712         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
48713         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
48714         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
48715         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
48716         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
48717         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
48718         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
48719         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
48720         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
48721         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
48722         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
48723         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
48724         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
48725         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
48726         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
48727         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
48728         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
48729         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
48730         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
48731         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
48732         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
48733         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
48734         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
48735         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
48736         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
48737         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
48738         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
48739         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
48740         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
48741         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
48742         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
48743         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
48744         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
48745         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
48746         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
48747         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
48748         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
48749         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
48750         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
48751         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
48752         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
48753         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
48754         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
48755         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
48756         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
48757         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
48758         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
48759         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
48760         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
48761         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
48762         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
48763         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
48764         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
48765         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
48766         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
48767         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
48768         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
48769         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
48770         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
48771         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
48772         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
48773         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
48774         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
48775         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
48776         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
48777         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
48778         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
48779         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
48780         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
48781         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
48782         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
48783         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
48784         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
48785         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
48786         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
48787         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
48788         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
48789         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
48790         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
48791         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
48792         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
48793         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
48794         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
48795         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
48796         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
48797         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
48798         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
48799         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
48800         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
48801         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
48802         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
48803         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
48804         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
48805         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
48806         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
48807         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48808         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
48809         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
48810         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48811         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
48812         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
48813         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
48814         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
48815         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
48816         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
48817         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
48818         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
48819         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
48820         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
48821         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
48822         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
48823         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
48824         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
48825         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
48826         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
48827         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
48828         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
48829         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
48830         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
48831         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
48832         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
48833         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
48834         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
48835         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
48836         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
48837         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
48838         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
48839         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
48840         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
48841         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
48842         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
48843         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
48844         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
48845         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
48846         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
48847         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
48848         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
48849         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
48850         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
48851         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
48852         * sysdeps/ieee754/s_lib_version.c: Likewise.
48853         * sysdeps/ieee754/s_matherr.c: Likewise.
48854         * sysdeps/ieee754/s_signgam.c: Likewise.
48855         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
48856         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
48857         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
48858         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
48859         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
48860         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
48861         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
48862         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
48863         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
48864         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
48865         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
48866         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
48867         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
48868         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
48869         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
48870         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
48871         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
48872         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
48873         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
48874         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
48875         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
48877 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
48879         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
48880         * sunrpc/rpc_main.c: Likewise.
48881         * sunrpc/rpc_svcout.c: Likewise.
48883 2012-03-09  David S. Miller  <davem@davemloft.net>
48885         * include/math_private.h: New file.
48887 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
48889         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
48890         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
48891         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
48892         from <bits/socket_type.h>.
48893         (enum __socket_type): Don't define here.
48894         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
48895         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48896         bits/socket_type.h.
48898         [BZ #13566]
48899         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
48900         checking __USE_GNU.
48902         * Makerules ($(inst_includedir)/%.h): New rule.
48903         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
48904         (install-others): Remove variable setting.
48905         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
48907 2012-03-08  Richard Henderson  <rth@twiddle.net>
48909         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
48910         from macro to inline function; merge with the
48911         !__LIBC_INTERNAL_MATH_INLINES version.
48912         (__ieee754_sqrtf): Likewise.
48914         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
48915         to inline function.
48916         (__rintf, __floor, __floorf): Likewise.
48918         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
48919         macro to inline function.
48920         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
48922         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
48923         not <math/math_private.h>.
48925 2012-03-08  David S. Miller  <davem@davemloft.net>
48927         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
48928         copyright year.
48929         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
48931 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
48933         * resolv/gai_misc.c (handle_requests): Fix struct timespec
48934         normalization.
48935         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
48936         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
48938 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
48940         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
48941         be defined individually, they must be defined as a block.  Define
48942         S for printing a string instead of hidint the different by using a
48943         macro for adding the 'l'.
48944         * stdio-common/tst-fphex-wide.c: Adjust.
48946 2012-03-07  Marek Polacek  <polacek@redhat.com>
48948         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
48950 2012-03-08  Marek Polacek  <polacek@redhat.com>
48952         [BZ #13806]
48953         * stdio-common/Makefile (tests): Add tst-fphex-wide.
48954         * stdio-common/tst-fphex.c: Define a few macros to make the
48955         test reusable.  Use them.
48956         * stdio-common/tst-fphex-wide.c: New file.
48958 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
48960         [BZ #6911]
48961         * manual/macros.texi (gnusystems): New macro.
48962         (nongnusystems): Likewise.
48963         (gnulinuxhurdsystems): Likewise.
48964         (gnuhurdsystems): Likewise..
48965         (gnulinuxsystems): Likewise.
48966         * manual/charset.texi: Use new macros or @theglibc{} to refer to
48967         variants of the GNU system, not "GNU system".
48968         * manual/conf.texi: Likewise.
48969         * manual/errno.texi: Likewise.  Update example of errno macro
48970         expansion.
48971         * manual/filesys.texi: Likewise.
48972         (getumask): Document as specific to GNU/Hurd.
48973         * manual/install.texi: Likewise.  Reword some references to
48974         GNU/Linux.
48975         * manual/intro.texi: Likewise.
48976         * manual/io.texi: Likewise.
48977         (File Name Portability): Detail which constraints are inapplicable
48978         to all GNU systems and which are only inapplicable to GNU/Hurd.
48979         * manual/job.texi: Likewise.
48980         * manual/llio.texi: Likewise.
48981         (O_NOCTTY): Document as present on GNU/Linux.
48982         * manual/maint.texi: Likewise.
48983         * manual/memory.texi: Likewise.
48984         * manual/pattern.texi: Likewise.
48985         * manual/pipe.texi: Likewise.
48986         * manual/process.texi: Likewise.
48987         * manual/resource.texi: Likewise.
48988         (RUSAGE_CHILDREN): Remove statement about specifying a particular
48989         child on GNU/Hurd.
48990         * manual/setjmp.texi: Likewise.
48991         * manual/signal.texi: Likewise.
48992         * manual/startup.texi: Likewise.
48993         * manual/stdio.texi: Likewise.
48994         * manual/terminal.texi: Likewise.
48995         (ONLCR): Document as POSIX.
48996         (OXTABS): Document availability on GNU/Linux as XTABS.
48997         (ONOEOT): Document availability separately from other bits.
48998         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
48999         * manual/time.texi: Likewise.
49000         * manual/users.texi: Likewise.
49001         * INSTALL: Regenerated.
49002         * sysdeps/gnu/errlist.c: Regenerated.
49004         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
49005         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
49006         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
49007         puts.
49008         * configure: Regenerated.
49010 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
49012         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
49013         default includes instead of AC_HEADER_CHECK.
49014         * sysdeps/i386/configure: Regenerated.
49016         [BZ #10716]
49017         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
49018         * math/s_cacoshf.c (__cacoshf): Likewise.
49019         * math/s_cacoshl.c (__cacoshl): Likewise.
49020         * math/s_casinh.c (__casinh): Set signs of result from argument.
49021         * math/s_casinhf.c (__casinhf): Likewise.
49022         * math/s_casinhl.c (__casinhl): Likewise.
49023         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
49024         (casinh_test): Add more tests.
49025         * sysdeps/i386/fpu/libm-test-ulps: Update.
49026         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49028 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
49030         * po/zh_TW.po: Update from translation team.
49032         * login/Makefile (distribute): Remove variable.
49033         * catgets/Makefile: Likewise.
49034         * mach/Makefile: Likewise.
49035         * malloc/Makefile: Likewise.
49036         * misc/Makefile: Likewise.
49037         * iconv/Makefile: Likewise.
49038         * nscd/Makefile: Likewise.
49039         * hurd/Makefile: Likewise.
49040         * manual/Makefile: Likewise.
49041         * locale/Makefile: Likewise.
49042         * intl/Makefile: Likewise.
49043         * conform/Makefile: Likewise.
49044         * nss/Makefile: Likewise.
49045         * time/Makefile: Likewise.
49046         * soft-fp/Makefile: Likewise.
49047         * dirent/Makefile: Likewise.
49048         * gmon/Makefile: Likewise.
49049         * po/Makefile: Likewise.
49050         * rt/Makefile: Likewise.
49051         * socket/Makefile: Likewise.
49052         * math/Makefile: Likewise.
49053         * signal/Makefile: Likewise.
49054         * debug/Makefile: Likewise.
49055         * elf/Makefile: Likewise.
49056         * timezone/Makefile: Likewise.
49057         * stdlib/Makefile: Likewise.
49058         * iconvdata/Makefile: Likewise.
49059         * sunrpc/Makefile: Likewise.
49060         * io/Makefile: Likewise.
49061         * argp/Makefile: Likewise.
49062         * inet/Makefile: Likewise.
49063         * hesiod/Makefile: Likewise.
49064         * grp/Makefile: Likewise.
49065         * csu/Makefile: Likewise.
49066         * wctype/Makefile: Likewise.
49067         * crypt/Makefile: Likewise.
49068         * libio/Makefile: Likewise.
49069         * string/Makefile: Likewise.
49070         * nis/Makefile: Likewise.
49071         * resolv/Makefile: Likewise.
49072         * stdio-common/Makefile: Likewise.
49073         * wcsmbs/Makefile: Likewise.
49074         * dlfcn/Makefile: Likewise.
49075         * posix/Makefile: Likewise.
49077         [BZ #6959]
49078         * timezone/Makefile: Don't install timezone files, just the programs
49079         and scripts.
49081 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
49083         * nss/databases.def: Add missing gshadow entry.
49085         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
49087 2012-03-06  Marek Polacek  <polacek@redhat.com>
49089         [BZ #13726]
49090         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
49091         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
49092         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
49093         * stdio-common/tst-long-dbl-fphex.c: New file.
49095 2012-03-06  David S. Miller  <davem@davemloft.net>
49097         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
49098         (set_obp_int): New function.
49099         (get_obp_int): New function.
49100         (__get_clockfreq_via_dev_openprom): Likewise.
49101         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
49102         Avoid unused variable warnings on 'val' and use builtin_expect.
49103         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
49104         __builtin_expect.
49105         (INLINE_CLONE_SYSCALL): Likewise.
49107 2012-03-05  David S. Miller  <davem@davemloft.net>
49109         * sysdeps/sparc/fpu/libm-test-ulps: Update.
49111 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
49113         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49115         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
49116         only for |x| >= 40.
49117         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49119 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
49121         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
49122         Replace gettimeofday with __vdso_gettimeofday.
49124         * sysdeps/unix/sysv/linux/x86_64/init-first.c
49125         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
49126         __vdso_clock_gettime and __vdso_getcpu.
49128         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
49129         time with __vdso_time.
49131 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
49133         * manual/lang.texi (size_t): Note types to which size_t may be
49134         equivalent with the GNU C Library, but do not describe when
49135         differences between them are significant.
49137 2012-03-05  Andreas Jaeger  <aj@suse.de>
49139         * sysdeps/i386/fpu/libm-test-ulps: Update.
49141 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
49143         [BZ #3976]
49144         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
49145         (__ieee754_pow): Save and restore rounding mode and use
49146         round-to-nearest for main computations.
49147         * math/libm-test.inc (pow_test_tonearest): New function.
49148         (pow_test_towardzero): Likewise.
49149         (pow_test_downward): Likewise.
49150         (pow_test_upward): Likewise.
49151         (main): Call the new functions.
49152         * sysdeps/i386/fpu/libm-test-ulps: Update.
49153         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49155         [BZ #3976]
49156         * math/libm-test.inc (cosh_test_tonearest): New function.
49157         (cosh_test_towardzero): Likewise.
49158         (cosh_test_downward): Likewise.
49159         (cosh_test_upward): Likewise.
49160         (sinh_test_tonearest): Likewise.
49161         (sinh_test_towardzero): Likewise.
49162         (sinh_test_downward): Likewise.
49163         (sinh_test_upward): Likewise.
49164         (main): Call the new functions.
49165         * sysdeps/i386/fpu/libm-test-ulps: Update.
49166         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49168 2012-03-05  Tom de Vries  <tom@codesourcery.com>
49170         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
49171         default stack guard is set in last bytes.
49172         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
49174 2012-03-05  Kees Cook  <keescook@chromium.org>
49176         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
49178         [BZ #13656]
49179         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
49180         possibly allocate from heap instead of stack.
49181         * stdio-common/bug-vfprintf-nargs.c: New file.
49182         * stdio-common/Makefile (tests): Add nargs overflow test.
49184 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
49186         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49188 2012-03-03  Marek Polacek  <polacek@redhat.com>
49190         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
49191         * math/math_private.h: Likewise.
49192         * stdlib/tst-strtod.c: Likewise.
49193         * sysdeps/i386/i486/bits/atomic.h: Likewise.
49194         * sysdeps/x86_64/bits/atomic.h: Likewise.
49196 2012-03-02  David S. Miller  <davem@davemloft.net>
49198         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
49199         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
49200         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
49201         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
49202         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
49203         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
49204         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
49205         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
49207 2012-03-02  Roland McGrath  <roland@hack.frob.com>
49209         [BZ #13792]
49210         * manual/examples/README: New file, says the example source files
49211         can be used under GPL>=2.
49212         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
49213         line containing just "*/".
49214         * manual/examples/add.c: Add copyright header (GPL>=2).
49215         * manual/examples/argp-ex1.c: Likewise.
49216         * manual/examples/argp-ex2.c: Likewise.
49217         * manual/examples/argp-ex3.c: Likewise.
49218         * manual/examples/argp-ex4.c: Likewise.
49219         * manual/examples/atexit.c: Likewise.
49220         * manual/examples/db.c: Likewise.
49221         * manual/examples/dir.c: Likewise.
49222         * manual/examples/dir2.c: Likewise.
49223         * manual/examples/execinfo.c: Likewise.
49224         * manual/examples/filecli.c: Likewise.
49225         * manual/examples/filesrv.c: Likewise.
49226         * manual/examples/fmtmsgexpl.c: Likewise.
49227         * manual/examples/genpass.c: Likewise.
49228         * manual/examples/inetcli.c: Likewise.
49229         * manual/examples/inetsrv.c: Likewise.
49230         * manual/examples/isockad.c: Likewise.
49231         * manual/examples/longopt.c: Likewise.
49232         * manual/examples/memopen.c: Likewise.
49233         * manual/examples/memstrm.c: Likewise.
49234         * manual/examples/mkfsock.c: Likewise.
49235         * manual/examples/mkisock.c: Likewise.
49236         * manual/examples/mygetpass.c: Likewise.
49237         * manual/examples/pipe.c: Likewise.
49238         * manual/examples/popen.c: Likewise.
49239         * manual/examples/rprintf.c: Likewise.
49240         * manual/examples/search.c: Likewise.
49241         * manual/examples/select.c: Likewise.
49242         * manual/examples/setjmp.c: Likewise.
49243         * manual/examples/sigh1.c: Likewise.
49244         * manual/examples/sigusr.c: Likewise.
49245         * manual/examples/stpcpy.c: Likewise.
49246         * manual/examples/strdupa.c: Likewise.
49247         * manual/examples/strftim.c: Likewise.
49248         * manual/examples/strncat.c: Likewise.
49249         * manual/examples/subopt.c: Likewise.
49250         * manual/examples/swapcontext.c: Likewise.
49251         * manual/examples/termios.c: Likewise.
49252         * manual/examples/testopt.c: Likewise.
49253         * manual/examples/testpass.c: Likewise.
49254         * manual/examples/timeval_subtract.c: Likewise.
49256         [BZ #13792]
49257         * manual/time.texi (Elapsed Time): Move timeval_subtract example
49258         function to ...
49259         * manual/timeval_subtract.c.texi: ... here, new file.
49261 2012-03-02  David S. Miller  <davem@davemloft.net>
49263         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
49265 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
49267         [BZ #3976]
49268         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
49269         (__sin): Save and restore rounding mode and use round-to-nearest
49270         for all computations.
49271         (__cos): Save and restore rounding mode and use round-to-nearest
49272         for all computations.
49273         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
49274         <fenv.h>.
49275         (tan): Save and restore rounding mode and use round-to-nearest for
49276         all computations.
49277         * math/libm-test.inc (cos_test_tonearest): New function.
49278         (cos_test_towardzero): Likewise.
49279         (cos_test_downward): Likewise.
49280         (cos_test_upward): Likewise.
49281         (sin_test_tonearest): Likewise.
49282         (sin_test_towardzero): Likewise.
49283         (sin_test_downward): Likewise.
49284         (sin_test_upward): Likewise.
49285         (tan_test_tonearest): Likewise.
49286         (tan_test_towardzero): Likewise.
49287         (tan_test_downward): Likewise.
49288         (tan_test_upward): Likewise.
49289         (main): Call the new functions.
49290         * sysdeps/i386/fpu/libm-test-ulps: Update.
49291         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49293         [BZ #10135]
49294         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
49295         small n, then large n, before computing and testing k+n.
49296         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
49297         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
49298         Likewise.
49299         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
49300         Likewise.
49301         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
49302         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
49303         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
49304         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
49305         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
49306         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
49307         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
49308         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
49309         * math/libm-test.inc (scalbn_test): Add more tests.
49310         (scalbln_test): Likewise.
49312         * manual/filesys.texi (mode_t): Describe constraints on size and
49313         signedness, not exact equivalence to a particular type.
49314         (ino_t): Likewise.
49315         (ino64_t): Likewise.
49316         (dev_t): Likewise.
49317         (nlink_t): Likewise.
49318         (blkcnt_t): Likewise.
49319         (blkcnt64_t): Likewise.
49320         * manual/llio.texi (off_t): Likewise.
49322         [BZ #3976]
49323         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
49324         (__ieee754_exp): Save and restore rounding mode and use
49325         round-to-nearest for all computations.
49326         * math/libm-test.inc (exp_test_tonearest): New function.
49327         (exp_test_towardzero): Likewise.
49328         (exp_test_downward): Likewise.
49329         (exp_test_upward): Likewise.
49330         (main): Call the new functions.
49331         * sysdeps/i386/fpu/libm-test-ulps: Update.
49332         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49334 2012-03-01  Chris Demetriou  <cgd@google.com>
49336         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
49337         have predictable order.
49339 2012-03-01  David S. Miller  <davem@davemloft.net>
49341         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
49343         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
49344         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
49345         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
49346         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
49348         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
49349         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
49350         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
49351         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
49352         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
49353         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
49354         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
49355         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
49356         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
49358         * sysdeps/sparc/fpu/libm-test-ulps: Update.
49360         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
49361         * sysdeps/sparc/fpu/libm-test-ulps: to here.
49362         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
49364         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
49365         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
49366         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
49367         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
49368         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
49369         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
49370         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
49371         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
49372         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
49373         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
49374         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
49375         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
49376         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
49377         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
49378         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
49379         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49380         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
49381         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
49382         * sysdeps/sparc/elf/configure: Regenerated.
49384 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
49386         * configure.in (AS, LD): Require binutils 2.20 or later.
49387         * configure: Regenerated.
49388         * manual/install.texi (Tools for Compilation): Give binutils 2.20
49389         as required minimum version.
49390         * INSTALL: Regenerated.
49392         [BZ #2541]
49393         [BZ #4108]
49394         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
49395         before squaring exponent.
49396         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
49397         bottom long double and 27 bits of top long double before squaring
49398         exponent.
49399         * math/libm-test.inc (erfc_test): Add more tests.
49400         * sysdeps/i386/fpu/libm-test-ulps: Update.
49401         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
49402         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49404 2012-03-01  Kai Tietz  <ktietz@redhat.com>
49406         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
49407         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
49408         containing bit-fields.
49409         * soft-fp/extended.h (_FP_UNION_E): Likewise.
49410         * soft-fp/single.h (_FP_UNION_S): Likewise.
49411         * soft-fp/double.h (_FP_UNION_D): Likewise.
49413 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
49415         [BZ #13786]
49416         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
49417         not include ../strcmp.S.
49418         [USE_AS_STRNCASECMP_L]: Likewise.
49419         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
49420         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
49421         * sysdeps/i386/i686/multiarch/strncase_l-c.c
49422         (__strncasecmp_l_ia32): Define as alias to
49423         __strncasecmp_l_nonascii.
49425         [BZ #5794]
49426         * math/libm-test.inc (expm1_test): Add test for bug 5794.
49427         * sysdeps/i386/fpu/libm-test-ulps: Update.
49428         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49430         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
49431         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49433 2012-02-29  Jeff Law  <law@redhat.com>
49435         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
49436         out of bounds read.
49438 2012-02-29  Marek Polacek  <polacek@redhat.com>
49440         [BZ #13706]
49441         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
49442         * elf/Makefile: Add rules to run tst-unused-dep.out.
49444 2012-02-28  David S. Miller  <davem@davemloft.net>
49446         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
49447         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
49448         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
49449         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
49450         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
49451         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
49453 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
49455         * math/libm-test.inc (llround_test): Move one test from
49456         lround_test.  Use TEST_f_L in moved test.
49457         (lround_test): Move misplaced test to llround_test.  Add testcase
49458         from bug 2561.
49460 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
49462         * sysdeps/x86_64/fpu/e_expf.S: New file.
49463         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
49465 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
49467         [BZ #13637]
49468         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
49469         of remain_len that may cause incomplete multi-byte character and
49470         false match.
49471         * posix/bug-regex33.c: New file.
49472         * posix/Makefile (tests): Add bug-regex33.
49474 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
49476         * manual/macros.texi: New file.
49477         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
49478         * manual/libc.texinfo: Include macros.texi.
49479         * manual/creatute.texi: Likewise.
49480         * manual/install.texi: Likewise.
49481         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
49482         @glibcadj{} in references to the GNU C Library.
49483         * manual/charset.texi: Likewise.
49484         * manual/conf.texi: Likewise.
49485         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
49486         when not using those macros.
49487         * manual/creature.texi: Likewise.
49488         * manual/crypt.texi: Likewise.
49489         * manual/errno.texi: Likewise.
49490         * manual/filesys.texi: Likewise.
49491         * manual/header.texi: Likewise.
49492         * manual/install.texi: Likewise.
49493         * manual/intro.texi: Likewise.
49494         * manual/io.texi: Likewise.
49495         * manual/job.texi: Likewise.
49496         * manual/lang.texi: Likewise.
49497         * manual/libc.texiinfo: Likewise.
49498         * manual/llio.texi: Likewise.
49499         * manual/locale.texi: Likewise.
49500         * manual/maint.texi: Likewise.
49501         * manual/math.texi: Likewise.
49502         * manual/memory.texi: Likewise.
49503         * manual/message.texi: Likewise.
49504         * manual/nss.texi: Likewise.
49505         * manual/pattern.texi: Likewise.
49506         * manual/process.texi: Likewise.
49507         * manual/resource.texi: Likewise.
49508         * manual/search.texi: Likewise.
49509         * manual/setjmp.texi: Likewise.
49510         * manual/signal.texi: Likewise.
49511         * manual/socket.texi: Likewise.
49512         * manual/startup.texi: Likewise.
49513         * manual/stdio.texi: Likewise.
49514         * manual/string.texi: Likewise.
49515         * manual/sysinfo.texi: Likewise.
49516         * manual/syslog.texi: Likewise.
49517         * manual/terminal.texi: Likewise.
49518         * manual/time.texi: Likewise.
49519         * manual/users.texi: Likewise.
49520         * INSTALL: Regenerated.
49521         * NOTES: Regenerated.
49522         * sysdeps/gnu/errlist.c: Regenerated.
49524 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
49526         * include/dirent.h: Include <dirstream.h> before
49527         <dirent/dirent.h>.
49529 2012-02-28  David S. Miller  <davem@davemloft.net>
49531         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
49532         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
49533         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
49534         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
49536 2012-02-27  David S. Miller  <davem@davemloft.net>
49538         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
49539         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
49540         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
49541         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
49543         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
49544         frame pointer instead of stack pointer relative arg slot.
49545         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
49546         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
49547         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
49549 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
49551         [BZ #3992]
49552         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
49554 2012-02-27  David S. Miller  <davem@davemloft.net>
49556         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
49557         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
49558         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
49559         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
49560         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
49561         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
49562         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
49563         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
49565 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
49567         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
49568         later.  Allow versions 5-9.
49569         * configure: Regenerated.
49570         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
49571         required minimum version and 4.6 as recommended version.  Do not
49572         mention bugs in GCC 2.7 and 2.8.
49573         * INSTALL: Regenerated.
49575 2012-02-27  David S. Miller  <davem@davemloft.net>
49577         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
49578         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
49579         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
49580         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
49581         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
49582         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
49583         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
49584         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
49586         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
49587         manipulate bits before adding and subtracting TWO112[sx].
49588         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
49590 2012-02-27  Roland McGrath  <roland@hack.frob.com>
49592         [BZ #13775]
49593         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
49594         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
49595         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
49596         being in POSIX, because they are in 1003.1-2008.
49598         * rt/tst-aio.c: Include <fcntl.h>.
49599         * rt/tst-aio7.c: Likewise.
49600         * rt/tst-aio64.c: Likewise.
49602         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
49604 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
49606         * manual/install.texi (--with-headers): Describe headers as
49607         interface headers, not private headers.
49608         (Specific advice for GNU/Linux systems): Describe use of headers
49609         from "make headers_install", not private headers from older
49610         kernels.
49611         * INSTALL: Regenerated.
49612         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
49613         Change to 2.6.19.
49614         * sysdeps/unix/sysv/linux/configure: Regenerated.
49616         * manual/llio.texi (fclean): Remove documentation.
49618         * manual/Makefile (libc-texi-generated): New variable.  Include
49619         version.texi.
49620         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
49621         $(libc-texi-generated), not duplicated list of files.
49622         (version.texi, stamp-version): New rules.
49623         (realclean): Remove $(libc-texi-generated), not individual files
49624         from that list.  Do not remove dir-add.texinfo.
49625         * manual/libc.texinfo: Comment out uses of edition numbers and
49626         references to printed manual.  Remove last-updated dates.
49627         (EDITION): Comment out.
49628         (ISBN): Likewise.
49629         (VERSION, UPDATED): Remove.
49630         (version.texi): Include.
49632 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
49634         * sysdeps/posix/spawni.c: Include <signal.h>.
49635         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
49636         * sysdeps/pthread/aio_fsync.c: Likewise.
49638 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
49640         * conform/Makefile (tests): Run only when not cross-compiling and
49641         when fast-check is not defined.
49643         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
49644         * conform/data/limits.h-data: Fixes for POSIX2008.
49645         * conform/run-conformtest.sh: Run all tests.
49646         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
49647         headers.
49648         * include/bits/dlfcn.h: Likewise.
49649         * include/langinfo.h: Likewise.
49650         * include/monetary.h: Likewise.
49651         * include/sys/poll.h: Likewise.
49653         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
49654         for __USE_GNU.
49655         * posix/spawn.h: Define __need_sigset_t.
49656         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
49657         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
49658         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
49659         to get sigevent_t only.
49660         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
49661         only for __USE_GNU.
49662         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49663         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
49664         process_vm_writev only for __USE_GNU.
49665         * termios/termios.h: Declare tcgetsid also for POSIX2008.
49667         * conform/Makefile: For now ignore errors from run-conformtest.
49668         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
49669         POSIX to avoid namespace pollution.  Don't prepend headers.
49670         * conform/data/aio.h-data: Fixes for POSIX testing.
49671         * conform/data/fcntl.h-data: Likewise.
49672         * conform/data/glob.h-data: Likewise.
49673         * conform/data/grp.h-data: Likewise.
49674         * conform/data/pthread.h-data: Likewise.
49675         * conform/data/pwd.h-data: Likewise.
49676         * conform/data/signal.h-data: Likewise.
49677         * conform/data/spawn.h-data: Likewise.
49678         * conform/data/stdio.h-data: Likewise.
49679         * conform/data/stdlib.h-data: Likewise.
49680         * conform/data/stropts.h-data: Likewise.
49681         * conform/data/sys/mman.h-data: Likewise.
49682         * conform/data/sys/stat.h-data: Likewise.
49683         * conform/data/sys/types.h-data: Likewise.
49684         * conform/data/sys/wait.h-data: Likewise.
49685         * conform/data/time.h-data: Likewise.
49686         * conform/data/unistd.h-data: Likewise.
49687         * conform/data/utime.h-data: Likewise.
49689         * io/sys/stat.h: fchmod was always in POSIX.
49690         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
49691         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
49692         * rt/aio.h: Define __need_timespec before including <time.h>.
49693         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
49694         struct.  Add forward declaration of pthread_attr_t and use it in
49695         sigevent.
49696         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
49697         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
49698         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
49699         always remove CLK_TCK definition.
49701 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
49703         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
49705 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
49707         * conform/run-conformtest.sh: New file.
49708         * conform/Makefile: Run run-conformtest for tests.
49709         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
49710         support.
49712         * conform/data/uchar.h-data: New file.
49713         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
49714         * conform/data/arpa/inet.h-data: Likewise.
49715         * conform/data/assert.h-data: Likewise.
49716         * conform/data/complex.h-data: Likewise.
49717         * conform/data/cpio.h-data: Likewise.
49718         * conform/data/ctype.h-data: Likewise.
49719         * conform/data/dirent.h-data: Likewise.
49720         * conform/data/dlfcn.h-data: Likewise.
49721         * conform/data/errno.h-data: Likewise.
49722         * conform/data/fcntl.h-data: Likewise.
49723         * conform/data/float.h-data: Likewise.
49724         * conform/data/fmtmsg.h-data: Likewise.
49725         * conform/data/fnmatch.h-data: Likewise.
49726         * conform/data/ftw.h-data: Likewise.
49727         * conform/data/glob.h-data: Likewise.
49728         * conform/data/grp.h-data: Likewise.
49729         * conform/data/iconv.h-data: Likewise.
49730         * conform/data/inttypes.h-data: Likewise.
49731         * conform/data/langinfo.h-data: Likewise.
49732         * conform/data/libgen.h-data: Likewise.
49733         * conform/data/limits.h-data: Likewise.
49734         * conform/data/locale.h-data: Likewise.
49735         * conform/data/math.h-data: Likewise.
49736         * conform/data/monetary.h-data: Likewise.
49737         * conform/data/mqueue.h-data: Likewise.
49738         * conform/data/ndbm.h-data: Likewise.
49739         * conform/data/net/if.h-data: Likewise.
49740         * conform/data/netdb.h-data: Likewise.
49741         * conform/data/netinet/in.h-data: Likewise.
49742         * conform/data/nl_types.h-data: Likewise.
49743         * conform/data/poll.h-data: Likewise.
49744         * conform/data/pthread.h-data: Likewise.
49745         * conform/data/pwd.h-data: Likewise.
49746         * conform/data/regex.h-data: Likewise.
49747         * conform/data/sched.h-data: Likewise.
49748         * conform/data/search.h-data: Likewise.
49749         * conform/data/semaphore.h-data: Likewise.
49750         * conform/data/setjmp.h-data: Likewise.
49751         * conform/data/signal.h-data: Likewise.
49752         * conform/data/spawn.h-data: Likewise.
49753         * conform/data/stdarg.h-data: Likewise.
49754         * conform/data/stdio.h-data: Likewise.
49755         * conform/data/stdlib.h-data: Likewise.
49756         * conform/data/string.h-data: Likewise.
49757         * conform/data/strings.h-data: Likewise.
49758         * conform/data/stropts.h-data: Likewise.
49759         * conform/data/sys/ipc.h-data: Likewise.
49760         * conform/data/sys/mman.h-data: Likewise.
49761         * conform/data/sys/msg.h-data: Likewise.
49762         * conform/data/sys/resource.h-data: Likewise.
49763         * conform/data/sys/select.h-data: Likewise.
49764         * conform/data/sys/sem.h-data: Likewise.
49765         * conform/data/sys/shm.h-data: Likewise.
49766         * conform/data/sys/socket.h-data: Likewise.
49767         * conform/data/sys/stat.h-data: Likewise.
49768         * conform/data/sys/statvfs.h-data: Likewise.
49769         * conform/data/sys/time.h-data: Likewise.
49770         * conform/data/sys/timeb.h-data: Likewise.
49771         * conform/data/sys/times.h-data: Likewise.
49772         * conform/data/sys/types.h-data: Likewise.
49773         * conform/data/sys/uio.h-data: Likewise.
49774         * conform/data/sys/un.h-data: Likewise.
49775         * conform/data/sys/utsname.h-data: Likewise.
49776         * conform/data/sys/wait.h-data: Likewise.
49777         * conform/data/syslog.h-data: Likewise.
49778         * conform/data/tar.h-data: Likewise.
49779         * conform/data/termios.h-data: Likewise.
49780         * conform/data/utime.h-data: Likewise.
49781         * conform/data/utmpx.h-data: Likewise.
49782         * conform/data/varargs.h-data: Likewise.
49783         * conform/data/wchar.h-data: Likewise.
49784         * conform/data/wctype.h-data: Likewise.
49785         * conform/data/wordexp.h-data: Likewise.
49787         * include/stropts.h: New file.
49788         * include/uchar.h: New file.
49789         * include/aio.h: Changes to allow conformtest.pl to use the headers.
49790         * include/assert.h: Likewise.
49791         * include/ctype.h: Likewise.
49792         * include/dirent.h: Likewise.
49793         * include/dlfcn.h: Likewise.
49794         * include/fcntl.h: Likewise.
49795         * include/fnmatch.h: Likewise.
49796         * include/glob.h: Likewise.
49797         * include/grp.h: Likewise.
49798         * include/libio.h: Likewise.
49799         * include/locale.h: Likewise.
49800         * include/math.h: Likewise.
49801         * include/net/if.h: Likewise.
49802         * include/netdb.h: Likewise.
49803         * include/netinet/in.h: Likewise.
49804         * include/pthread.h: Likewise.
49805         * include/pwd.h: Likewise.
49806         * include/regex.h: Likewise.
49807         * include/sched.h: Likewise.
49808         * include/search.h: Likewise.
49809         * include/setjmp.h: Likewise.
49810         * include/signal.h: Likewise.
49811         * include/stdio.h: Likewise.
49812         * include/stdlib.h: Likewise.
49813         * include/string.h: Likewise.
49814         * include/sys/cdefs.h: Likewise.
49815         * include/sys/mman.h: Likewise.
49816         * include/sys/msg.h: Likewise.
49817         * include/sys/resource.h: Likewise.
49818         * include/sys/select.h: Likewise.
49819         * include/sys/socket.h: Likewise.
49820         * include/sys/stat.h: Likewise.
49821         * include/sys/statvfs.h: Likewise.
49822         * include/sys/time.h: Likewise.
49823         * include/sys/times.h: Likewise.
49824         * include/sys/uio.h: Likewise.
49825         * include/sys/utsname.h: Likewise.
49826         * include/sys/wait.h: Likewise.
49827         * include/termios.h: Likewise.
49828         * include/time.h: Likewise.
49829         * include/ulimit.h: Likewise.
49830         * include/unistd.h: Likewise.
49831         * include/utime.h: Likewise.
49832         * include/wchar.h: Likewise.
49833         * include/wctype.h: Likewise.
49834         * include/wordexp.h: Likewise.
49836         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
49838         * time/time.h: TIME_UTC must be a macro.
49839         Make timespec_get available for ISO C11 only as well.
49841 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
49843         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
49844         Reported by Peng Haitao <penght@cn.fujitsu.com>.
49846 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
49848         * configure.in: Use -o not -a in test for unsupported multi-arch.
49850 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
49852         * manual/texinfo.tex: Update to version 2012-01-19.16.
49854 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
49856         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
49858 2012-02-24  Roland McGrath  <roland@hack.frob.com>
49860         [BZ #13738]
49861         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
49862         * manual/fdl-1.3.texi: New file.
49863         * manual/fdl-1.1.texi: File removed.
49865         [BZ #13738]
49866         * manual/libc.texinfo (FDL_VERSION): New @set.
49867         Use it for mention of FDL in cover text.
49868         (Documentation License): Use it in @include file name.
49870 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49871             Roland McGrath  <roland@hack.frob.com>
49873         [BZ #5461]
49874         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
49875         (not LONG_LONG_MAX and LONG_LONG_MIN.
49876         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
49877         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
49878         name.
49879         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
49881 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49883         [BZ #2547]
49884         [BZ #11365]
49885         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
49886         manipulate bits before adding and subtracting TWO23[sx].
49887         * math/libm-test.inc (nearbyint_test): Add more tests.
49889 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49891         [BZ #2548]
49892         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
49893         bits before adding and subtracting TWO23[sx].
49894         * math/libm-test.inc (rint_test): Add more tests.
49895         (rint_test_tonearest): Likewise.
49896         (rint_test_towardzero): Likewise.
49897         (rint_test_downward): Likewise.
49898         (rint_test_upward: Likewise.
49900 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49902         [BZ #10110]
49903         * include/stdc-predef.h: New file.  Extracted from features.h.
49904         * include/features.h: Include stdc-predef.h.
49905         * Makefile (headers): Add stdc-predef.h.
49906         * CONFORMANCE (Compiler limitations): Update.
49908 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
49910         * manual/libc.texinfo (VERSION, UPDATED): Revert.
49912 2012-02-21  David S. Miller  <davem@davemloft.net>
49914         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
49915         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
49917 2012-02-20  David S. Miller  <davem@davemloft.net>
49919         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
49920         using a normal save/restore sequence, rather than allocating a
49921         dummy stack frame just to store a frame pointer and restore.
49922         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
49924 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
49926         * manual/install.texi: Fix stray word in line-wrapped comment.
49928 2012-02-20  David S. Miller  <davem@davemloft.net>
49930         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
49931         both binutils and gcc support GOTDATA.
49933         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
49934         "rd %pc" in the PIC register setup sequences.
49936         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
49937         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
49938         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
49939         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
49940         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
49941         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
49942         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
49943         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
49944         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
49945         (SYSCALL_ERROR_HANDLER): Likewise.
49946         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
49947         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
49948         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
49949         (SYSCALL_ERROR_HANDLER): Likewise.
49951         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
49952         (HAVE_GCC_GOTDATA): New.
49953         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
49954         relocation support in both binutils and gcc.
49955         * sysdeps/sparc/elf/configure: Regenerate.
49957         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
49958         * sysdeps/sparc/sparc32/elf/configure: Delete.
49959         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
49960         * sysdeps/sparc/sparc64/elf/configure: Delete.
49961         * sysdeps/sparc/elf/configure.in: New file.
49962         * sysdeps/sparc/elf/configure: Generate.
49964         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
49965         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
49966         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
49967         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
49968         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
49970 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
49972         * manual/install.texi: Do not mention specific glibc version
49973         numbers.
49974         * manual/libc.texinfo (VERSION, UPDATED): Update.
49975         (@copying): Use @copyright{} and range of years.
49977 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
49979         [BZ #13695]
49980         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
49981         [crti.S not in sysdirs] (generated): Do not append.
49982         [crti.S not in sysdirs] (omit-deps): Likewise.
49983         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
49984         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
49985         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
49986         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
49987         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
49988         Likewise.
49989         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
49990         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
49991         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
49992         * csu/defs.awk: Remove file.
49993         * sysdeps/generic/initfini.c: Likewise.
49994         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
49995         variable.
49996         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
49997         Likewise.
49999 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
50001         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
50002         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
50003         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
50004         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
50005         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
50006         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
50007         <bits/epoll.h>.
50008         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
50009         (__EPOLL_PACKED): Define to empty if not defined by
50010         <bits/epoll.h>.
50011         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
50012         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50013         bits/epoll.h.
50015 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
50017         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
50018         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
50019         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
50020         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
50021         <bits/timerfd.h>.
50022         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
50023         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50024         bits/timerfd.h.
50026 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
50028         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
50029         in C locale.
50030         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
50031         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
50032         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
50033         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50035 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
50037         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50038         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
50040 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
50042         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
50043         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
50044         defined.
50045         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
50046         Likewise.
50047         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
50048         entry for 2.16.
50050 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
50052         * math/w_acos.c: Use non-signaling floating-point comparisons.
50053         * math/w_acosf.c: Likewise.
50054         * math/w_acosh.c: Likewise.
50055         * math/w_acoshf.c: Likewise.
50056         * math/w_acoshl.c: Likewise.
50057         * math/w_acosl.c: Likewise.
50058         * math/w_asin.c: Likewise.
50059         * math/w_asinf.c: Likewise.
50060         * math/w_asinl.c: Likewise.
50061         * math/w_atanh.c: Likewise.
50062         * math/w_atanhf.c: Likewise.
50063         * math/w_atanhl.c: Likewise.
50064         * math/w_exp2.c: Likewise.
50065         * math/w_exp2f.c: Likewise.
50066         * math/w_exp2l.c: Likewise.
50067         * math/w_j0.c: Likewise.
50068         * math/w_j0f.c: Likewise.
50069         * math/w_j0l.c: Likewise.
50070         * math/w_j1.c: Likewise.
50071         * math/w_j1f.c: Likewise.
50072         * math/w_j1l.c: Likewise.
50073         * math/w_jn.c: Likewise.
50074         * math/w_jnf.c: Likewise.
50075         * math/w_log.c: Likewise.
50076         * math/w_log10.c: Likewise.
50077         * math/w_log10f.c: Likewise.
50078         * math/w_log10l.c: Likewise.
50079         * math/w_log2.c: Likewise.
50080         * math/w_log2f.c: Likewise.
50081         * math/w_log2l.c: Likewise.
50082         * math/w_logf.c: Likewise.
50083         * math/w_logl.c: Likewise.
50084         * math/w_sqrt.c: Likewise.
50085         * math/w_sqrtf.c: Likewise.
50086         * math/w_sqrtl.c: Likewise.
50087         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
50088         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
50089         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
50090         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
50091         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
50093 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
50095         [BZ #9739]
50096         * manual/string.texi (strnlen): Use correct parameter name in
50097         equivalent expression.
50099 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
50101         [BZ #11174]
50102         * manual/users.texi (seteuid): Consistently use neweuid for
50103         argument name.
50105 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
50107         [BZ #13704]
50108         * manual/nss.texi (Services in the NSS configuration): Correct
50109         list of services in example configuration file.
50111 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
50113         [BZ #11322]
50114         * manual/arith.texi: Remove statements about negative zero
50115         behaving identically to zero.
50117 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
50119         [BZ #5993]
50120         * manual/install.texi: Do not document upgrading from libc5.
50122 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
50124         [BZ #4596]
50125         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
50127 2012-02-18  David S. Miller  <davem@davemloft.net>
50129         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
50130         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
50131         %o7 across the call.
50132         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
50133         instead.
50134         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
50135         SETUP_PIC_REG_LEAF.
50136         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
50137         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
50138         * sysdeps/sparc/crtn.S: Likewise.
50140 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
50142         * aout/Makefile: Remove.
50144 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
50146         [BZ #13058]
50147         * manual/examples/argp-ex1.c (main): Format definition in GNU
50148         style.
50149         * manual/examples/argp-ex2.c (main): Likewise.
50150         * manual/examples/argp-ex3.c (main): Likewise.
50151         * manual/examples/argp-ex4.c (main): Likewise.
50152         * manual/examples/longopt.c (main): Use new-style prototype
50153         definition.
50154         * manual/examples/strncat.c (main): Specify return type and use
50155         (void) for arguments.
50156         * manual/examples/subopt.c (main): Use char **argv argument.
50158 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50160         [BZ #5077]
50161         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
50162         rounding modes.
50164 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
50166         [BZ #6907]
50167         * manual/string.texi (strchr): Change when strchrnul is
50168         recommended.
50170 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
50172         [BZ #174]
50173         * manual/locale.texi (setlocale): Document LOCPATH.
50175 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50177         [BZ #10210]
50178         * manual/process.texi (execle): Move @dots{} before last argument.
50180 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
50182         [BZ #12047]
50183         * manual/charset.texi (Generic Charset Conversion): Fix typo
50184         (LC_TYPE -> LC_CTYPE).
50186 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
50188         [BZ #5805]
50189         * manual/arith.texi (scalbn): Use @var{} on parameter names.
50190         (scalbnf): Likewise.
50191         (scalbnl): Likewise.
50192         (scalbln): Likewise.
50193         (scalblnf): Likewise.
50194         (scalblnl): Likewise.
50195         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
50196         (vwarnx): Likewise.
50197         (verr): Likewise.
50198         (verrx): Likewise.
50199         * manual/filesys.texi (telldir): Use braces around return type.
50200         * manual/llio.texi (mmap): Add space after comma.
50201         (mmap64): Likewise.
50202         * manual/math.texi (jn): Use @var{} on parameter names.
50203         (jnf): Likewise.
50204         (jnl): Likewise.
50205         (yn): Likewise.
50206         (ynf): Likewise.
50207         (ynl): Likewise.
50208         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
50209         line.
50210         * manual/resource.texi (ulimit): Use @dots{} instead of literal
50211         "...".
50212         (sched_get_priority_min): Remove semicolon on @deftypefun line.
50213         (sched_get_priority_max): Likewise.
50214         * manual/signal.texi (sigvec): Add space after comma.
50215         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
50216         names.
50217         (if_indextoname): Likewise.
50218         (if_freenameindex): Likewise.
50219         (sendto): Use ',' instead of '.' in prototype.
50220         * manual/startup.texi (syscall): Use @dots{} instead of literal
50221         "...".
50222         * manual/stdio.texi (__fpending): Separate initial words of
50223         paragraph from @deftypefun line.
50224         * manual/syslog.texi (syslog): Use @dots{} instead of literal
50225         "...".
50226         (vsyslog): Use @var{} on parameter names.
50227         * manual/terminal.texi (stty): Use @var{} on parameter names.
50228         * manual/users.texi (getutmp): Use @var{} on parameter names.
50229         (getutmpx): Likewise.
50231 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50233         [BZ #6884]
50234         * manual/stdio.texi (fopen): Fix typos in description of
50235         ",ccs=STRING".
50237 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
50239         [BZ #4026]
50240         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
50241         get clock_id definition.
50243 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
50245         [BZ #4822]
50246         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
50247         (madvise): Cast every argument to void on its own.
50249 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50251         [BZ #9902]
50252         * manual/startup.texi (Exit Status): Fix typo.
50254 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50256         [BZ #10140]
50257         * manual/examples/argp-ex1.c: Include <stdlib.h>.
50258         * manual/examples/argp-ex2.c: Likewise.
50259         * manual/examples/argp-ex3.c: Likewise.
50261 2012-02-16  Richard Henderson  <rth@redhat.com>
50263         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
50264         * sysdeps/s390/s390-32/initfini.c: Remove.
50265         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
50266         * sysdeps/s390/s390-64/initfini.c: Remove.
50268 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
50270         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
50271         compiler output for sysdeps/generic/initfini.c.
50272         * sysdeps/sh/elf/initfini.c: Remove file.
50274 2012-02-16  David S. Miller  <davem@davemloft.net>
50276         [BZ #11494]
50277         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
50279         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
50280         * sysdeps/sparc/crti.S: New file.
50281         * sysdeps/sparc/crtn.S: New file.
50282         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
50283         * sysdeps/sparc/sparc64/Makefile: Likewise.
50285 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
50287         [BZ #3335]
50288         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
50290 2012-02-15  Roland McGrath  <roland@hack.frob.com>
50292         [BZ #4822]
50293         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
50295         * mach/devstream.c (cookie_io_functions_t): Macro removed.
50296         (write, read, close): Likewise.
50297         Patch by Aurelien Jarno <aurelien@aurel32.net>.
50299 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
50301         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
50302         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
50303         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
50304         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
50305         <bits/signalfd.h>.
50306         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
50307         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50308         bits/signalfd.h.
50310 2012-02-14  Marek Polacek  <polacek@redhat.com>
50312         * sysdeps/x86_64/crti.S: New file.
50313         * sysdeps/x86_64/crtn.S: New file.
50314         * sysdeps/x86_64/elf/initfini.c: Remove file.
50316 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
50318         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
50319         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
50320         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
50321         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
50322         <bits/inotify.h>.
50323         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
50324         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50325         bits/inotify.h.
50327 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
50329         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
50330         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
50331         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
50332         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
50333         <bits/eventfd.h>.
50334         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
50335         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50336         bits/eventfd.h.
50338 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
50340         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
50341         __feraiseexcept instead of feraiseexcept.
50343         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
50344         nanosleep invocations.
50345         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
50346         strings, and add error checking for a nanosleep invocations.
50348 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
50350         Replace FSF snail mail address with URLs, as per GNU coding standards.
50351         Most of the snail mail addresses were wrong anyway, and omitting
50352         them makes the source code easier to maintain.  Almost all of the
50353         changes are to license notices and to locale LC_IDENTIFICATION
50354         addresses, except for this one:
50355         * manual/libc.texinfo: In "Published by", give the FSF's URL,
50356         not its snail mail address.
50358 2012-02-09  Richard Henderson  <rth@twiddle.net>
50360         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
50361         of kernel-features.h.
50363         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
50365 2012-02-08  Marek Polacek  <polacek@redhat.com>
50367         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
50368         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
50369         * sysdeps/gnu/_G_config.h: Likewise.
50370         * sysdeps/generic/_G_config.h: Likewise.
50372 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
50374         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
50375         tests.
50376         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50378         * sysdeps/powerpc/powerpc32/crti.S: New file.
50379         * sysdeps/powerpc/powerpc32/crtn.S: New file.
50380         * sysdeps/powerpc/powerpc64/crti.S: New file.
50381         * sysdeps/powerpc/powerpc64/crtn.S: New file.
50383         * Makeconfig (have-initfini): Don't set.
50384         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
50385         * configure.in (nopic_initfini): Don't substitute.
50386         * config.h.in (HAVE_INITFINI): Don't #undef.
50387         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
50388         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
50390 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
50392         Support crti.S and crtn.S provided directly by architectures.
50393         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
50394         [crti.S in sysdirs] (omit-deps): Likewise.
50395         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
50396         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
50397         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
50398         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
50399         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
50400         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
50401         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
50402         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
50403         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
50404         compiler output for sysdeps/generic/initfini.c.
50405         * sysdeps/i386/elf/Makefile: Remove file.
50406         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
50408 2012-02-07  Marek Polacek  <polacek@redhat.com>
50410         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
50411         * sysdeps/gnu/_G_config.h: Likewise.
50412         * sysdeps/mach/hurd/_G_config.h: Likewise.
50414 2012-02-07  Marek Polacek  <polacek@redhat.com>
50416         * math/Makefile (tests): Add tst-CMPLX2.
50417         * math/tst-CMPLX2.c: New file.
50419 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
50421         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50423         * math/libm-test.inc (jn_test): Add missing L suffix.
50425 2012-02-06  Marek Polacek  <polacek@redhat.com>
50427         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
50428         * sysdeps/i386/fpu/e_powf.S: Likewise.
50429         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
50430         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
50431         * sysdeps/i386/fpu/e_acosh.S: Likewise.
50432         * sysdeps/i386/fpu/e_pow.S: Likewise.
50433         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
50434         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
50435         * sysdeps/i386/fpu/s_expm1.S: Likewise.
50436         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
50437         * sysdeps/i386/fpu/e_log2.S: Likewise.
50438         * sysdeps/i386/fpu/e_log2l.S: Likewise.
50439         * sysdeps/i386/fpu/e_scalb.S: Likewise.
50440         * sysdeps/i386/fpu/e_powl.S: Likewise.
50441         * sysdeps/i386/fpu/s_log1p.S: Likewise.
50442         * sysdeps/i386/fpu/e_log10f.S: Likewise.
50443         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
50444         * sysdeps/i386/fpu/e_logl.S: Likewise.
50445         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
50446         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
50447         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
50448         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
50449         * sysdeps/i386/fpu/e_log2f.S: Likewise.
50450         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
50451         * sysdeps/i386/fpu/e_log.S: Likewise.
50452         * sysdeps/i386/fpu/s_cexp.S: Likewise.
50453         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
50454         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
50455         * sysdeps/i386/fpu/e_logf.S: Likewise.
50456         * sysdeps/i386/fpu/e_log10l.S: Likewise.
50457         * sysdeps/i386/fpu/e_atanh.S: Likewise.
50458         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
50459         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
50460         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
50461         * sysdeps/i386/fpu/e_log10.S: Likewise.
50462         * sysdeps/i386/fpu/s_frexp.S: Likewise.
50463         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
50464         * sysdeps/i386/fpu/s_asinh.S: Likewise.
50465         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
50466         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
50467         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
50468         * sysdeps/i386/asm-syntax.h: Likewise.
50469         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
50470         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
50471         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
50472         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
50473         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
50474         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
50475         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
50476         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
50477         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
50478         * sysdeps/powerpc/sysdep.h: Likewise.
50479         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
50480         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
50482 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
50484         [BZ #411]
50485         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
50487 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
50489         * sysdeps/i386/sysdep.h: Include <features.h>.
50490         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
50491         version.
50493 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
50495         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
50496         Define.
50497         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
50498         LOAD_PIC_REG_STR.
50500 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
50502         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
50503         (SETUP_PIC_REG): Use GET_PC_THUNK.
50504         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
50505         macro.
50507 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
50509         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
50510         for non-PIC compilation.
50511         (SETUP_PIC_REG): Add .p2align directive.
50512         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
50513         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
50514         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
50515         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
50516         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
50517         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
50518         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
50519         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
50520         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
50521         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
50522         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
50523         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
50524         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
50525         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
50526         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
50527         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
50528         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
50529         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
50530         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
50531         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
50532         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
50533         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
50534         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
50535         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
50536         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
50537         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
50538         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
50539         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
50540         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
50541         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
50542         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
50543         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
50544         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
50545         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
50546         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
50547         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
50548         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
50549         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
50550         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
50551         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
50552         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
50554 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
50556         * math/tst-CMPLX.c: Include <stdio.h>.
50558 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
50560         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
50561         float.
50562         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
50563         * sysdeps/sparc/bits/mathdef.h: Likewise.
50565 2012-01-31  Marek Polacek  <polacek@redhat.com>
50567         * libio/libio.h: Don't define _PARAMS.
50568         * locale/programs/config.h: Don't define PARAMS.
50569         * stdlib/strtol_l.c: Likewise.
50570         (__strtol_l): Remove PARAMS from the prototype.
50572 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
50574         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
50575         names.  Just use the correct names.  Remove unnecessary wrapper
50576         functions.
50577         * malloc/arena.c: Likewise.
50578         * malloc/hooks.c: Likewise.
50580         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
50581         ARENA_TEST says not to.  Simplify test for creation of a new arena.
50582         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
50584 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
50586         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
50587         into tail calls.
50588         (update_get_addr): New function.
50589         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
50590         GET_ADDR_MODULE parameter.
50592 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
50594         * crypt/cert.c: Remove __STDC__ conditionals.
50595         * crypt/crypt-entry.c: Likewise.
50596         * crypt/crypt_util.c: Likewise.
50597         * libio/filedoalloc.c: Likewise.
50598         * libio/fileops.c: Likewise.
50599         * libio/genops.c: Likewise.
50600         * libio/iofclose.c: Likewise.
50601         * libio/iofdopen.c: Likewise.
50602         * libio/iofopen.c: Likewise.
50603         * libio/iofopen64.c: Likewise.
50604         * libio/iogetdelim.c: Likewise.
50605         * libio/iopopen.c: Likewise.
50606         * libio/obprintf.c: Likewise.
50607         * libio/oldfileops.c: Likewise.
50608         * libio/oldiofclose.c: Likewise.
50609         * libio/oldiofdopen.c: Likewise.
50610         * libio/oldiofopen.c: Likewise.
50611         * libio/oldiopopen.c: Likewise.
50612         * libio/wfiledoalloc.c: Likewise.
50613         * libio/wgenops.c: Likewise.
50614         * locale/programs/xmalloc.c: Likewise.
50615         * misc/syslog.c: Likewise.
50616         * stdio-common/xbug.c: Likewise.
50617         * string/memchr.c: Likewise.
50618         * string/memcmp.c: Likewise.
50619         * string/memrchr.c: Likewise.
50620         * string/rawmemchr.c: Likewise.
50621         * sysdeps/posix/getcwd.c: Likewise.
50622         * time/strftime_l.c: Likewise.
50624 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
50626         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
50627         * config.make.in (config-cflags-sse2avx): Define.
50628         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
50629         Fix typo.
50631 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
50633         * scripts/config.guess: Update from upstream config git repository.
50634         * scripts/config.sub: Likewise.
50636 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
50638         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
50639         (EM_NUM): Update.
50640         (R_TILEPRO_*, R_TILEGX_*): New macros.
50642         * scripts/firstversions.awk: Fix bug in version range handling.
50644         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
50646         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
50648         * include/sys/epoll.h: New file.
50649         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
50650         libc_hidden_def.
50652 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
50654         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
50655         Avoid unnecessary __WORDSIZE == 64 test.
50656         (fmaxf): Use VEX format if possible.
50657         (fmax): Likewise.
50658         (fminf): Likewise.
50659         (fmin): Likewise.
50661         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
50662         * math/math_private.h: Remove libc_fegetround* and
50663         libc_fesetround*.
50664         * sysdeps/i386/configure.in: Check for -msse2avx.
50665         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
50666         also if SSE2AVX is defined.
50667         Remove libc_fegetround* and libc_fesetround*.
50668         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
50669         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
50670         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
50671         of HAS_YMM_USABLE.
50672         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
50673         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
50674         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
50675         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
50676         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
50678         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
50680 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50682         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
50683         size is not set.
50684         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
50686 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
50688         [BZ #13618]
50689         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
50690         relocation.
50691         * Makeconfig (libm): Define.
50692         * elf/Makefile: Add rules to build and run tst-relsort1.
50693         * elf/tst-relsort1.c: New file.
50694         * elf/tst-relsort1mod1.c: New file.
50695         * elf/tst-relsort1mod2.c: New file.
50697 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
50699         * math/s_ldexp.c: Remove __STDC__ conditionals.
50700         * math/s_ldexpf.c: Likewise.
50701         * math/s_ldexpl.c: Likewise.
50702         * math/s_nextafter.c: Likewise.
50703         * math/s_nexttowardf.c: Likewise.
50704         * math/s_significand.c: Likewise.
50705         * math/s_significandf.c: Likewise.
50706         * math/s_significandl.c: Likewise.
50707         * math/w_jnl.c: Likewise.
50708         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
50709         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
50710         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
50711         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
50712         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
50713         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
50714         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
50715         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
50716         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
50717         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
50718         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
50719         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
50720         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
50721         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
50722         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
50723         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
50724         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
50725         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
50726         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
50727         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
50728         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
50729         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
50730         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
50731         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
50732         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
50733         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
50734         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
50735         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
50736         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
50737         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
50738         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
50739         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
50740         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
50741         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
50742         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
50743         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
50744         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
50745         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
50746         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
50747         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
50748         * sysdeps/ieee754/k_standard.c: Likewise.
50749         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
50750         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
50751         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
50752         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
50753         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
50754         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
50755         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
50756         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
50757         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
50758         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
50759         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
50760         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
50761         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
50762         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
50763         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
50764         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
50765         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
50766         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
50767         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
50768         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
50769         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
50770         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
50771         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
50772         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
50773         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
50774         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
50775         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
50776         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
50777         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
50778         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
50779         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
50780         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
50781         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
50782         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
50783         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
50784         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
50785         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
50786         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
50787         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
50788         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
50789         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
50790         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
50791         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
50792         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
50793         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
50794         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
50795         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
50796         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
50797         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
50798         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
50799         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
50800         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
50801         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
50802         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
50803         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
50804         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
50805         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
50806         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
50807         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
50808         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
50809         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
50810         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
50811         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
50812         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
50813         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
50814         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
50815         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
50816         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
50817         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
50818         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
50819         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
50820         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
50821         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
50822         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
50823         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
50824         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
50825         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
50826         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
50827         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
50828         * sysdeps/ieee754/s_matherr.c: Likewise.
50829         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
50830         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
50831         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
50832         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
50834 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
50836         * crypt/md5.h: Remove __STDC__ conditionals.
50837         * libio/libioP.h: Likewise.
50838         * locale/programs/config.h: Likewise.
50839         * sysdeps/generic/sysdep.h: Likewise.
50840         * sysdeps/i386/asm-syntax.h: Likewise.
50841         * sysdeps/s390/asm-syntax.h: Likewise.
50842         * sysdeps/unix/sysdep.h: Likewise.
50843         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
50844         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
50846 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
50848         * libio/libio.h: Remove __STDC__ conditionals.
50849         * malloc/obstack.h: Likewise.
50850         * math/complex.h: Likewise.
50851         * math/math.h: Likewise.
50852         * sysdeps/generic/_G_config.h: Likewise.
50853         * sysdeps/gnu/_G_config.h: Likewise.
50854         * sysdeps/mach/hurd/_G_config.h: Likewise.
50855         * sysdeps/powerpc/bits/mathdef.h: Likewise.
50856         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
50857         * sysdeps/sparc/bits/mathdef.h: Likewise.
50859 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
50861         [BZ #13583]
50862         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
50863         Clean up HAS_* macros.
50864         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
50865         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
50866         possible.
50867         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
50868         HAS_AVX.
50869         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
50870         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
50871         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
50872         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
50873         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
50875 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
50877         * elf/tst-unique3.cc (gets): Remove declaration.
50878         * elf/tst-unique3lib.cc (gets): Likewise.
50879         * elf/tst-unique3lib2.cc (gets): Likewise.
50880         * elf/tst-unique4.cc (gets): Likewise.
50882 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
50884         * include/stdio.h: Add C++ protection.  Add gets declarations and
50885         definitions.
50886         * debug/tst-chk1.c: Don't declare gets here.
50887         * stdio-common/tst-gets.c: Likewise.
50889 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
50891         * posix/glob: Remove directory.
50893 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
50895         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
50897 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
50899         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
50900         of the non-standard EPFNOSUPPORT.
50902 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50904         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
50905         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
50906         ANYWHERE set to 1 only on KERN_NO_SPACE error.
50908 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
50910         * wcsmbs/uchar.h: Test __STDC_VERSION__.
50912 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
50914         * nscd/aicache.c (addhstaiX): Do not cache negative results of
50915         transient errors.
50916         * nscd/grpcache.c (cache_addgr): Likewise.
50917         * nscd/hstcache.c (cache_addhst): Likewise.
50918         * nscd/initgrcache.c (addinitgroupsX): Likewise.
50919         * nscd/pwdcache.c (cache_addpw): Likewise.
50920         * nscd/servicescache.c (cache_addserv): Likewise.
50922 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
50924         * malloc/malloc.c: Various cleanups.
50925         * malloc/hooks.c: Likewise.
50927         * stdlib/Makefile (tests): Add bug-fmtmsg1.
50928         * stdlib/bug-fmtmsg1.c: New file.
50930         * stdlib/fmtmsg.c (init): Add missing unlock.
50931         Patch by Peng Haitao <penght@cn.fujitsu.com>.
50933 2012-01-12  Marek Polacek  <polacek@redhat.com>
50935         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
50936         and _GNU_SOURCE.
50938 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
50940         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
50941         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
50942         macro to ensure uniqueness of label name.
50943         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
50944         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
50946 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
50948         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
50950         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
50951         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
50952         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
50953         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
50955 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
50957         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
50959         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
50960         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
50961         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
50963         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
50965         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
50966         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
50967         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
50968         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
50970         * math/bits/math-finite.h: Add ldexp support.
50972 2012-01-10  Marek Polacek  <polacek@redhat.com>
50974         * locale/programs/localedef.h (show_archive_content): Add noreturn
50975         attribute.
50977 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
50979         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
50981 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
50983         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
50985         * io/Makefile (headers): Add bits/poll2.h.
50987 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
50989         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
50990         typo #include statement.
50992 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
50994         * include/sys/cdefs.h: Define __attribute_alloc_size.
50995         * catgets/gencat.c: Add alloc_size attribute and apply consistently
50996         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
50997         * elf/pldd.c: Likewise.
50998         * iconv/iconv_charmap.c: Likewise.
50999         * iconv/iconvconfig.c: Likewise.
51000         * iconv/strtab.c: Likewise.
51001         * locale/programs/locale.c: Likewise.
51002         * locale/programs/localedef.h: Likewise.
51003         * locale/programs/simple-hash.c: Likewise.
51004         * nscd/nscd.h: Likewise.
51005         * nss/makedb.c: Likewise.
51006         * sysdeps/generic/ldconfig.h: Likewise.
51007         * locale/programs/localedef.c: Remove xmalloc prototype.
51008         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
51010 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
51012         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
51013         appropriate.
51015 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
51017         * math/Makefile (tests): Add tst-CMPLX.
51018         * math/tst-CMPLX.c: New file.
51020         * math/complex.h (CMPLXL): Fix typo.
51022         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
51023         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
51024         GLIBC_2.16.
51025         * debug/tst-chk1.c: Add poll and ppoll tests.
51026         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
51027         * include/sys/poll.h: Add hidden proto for ppoll.
51028         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
51029         * sysdeps/mach/hurd/ppoll.c: Likewise.
51030         * io/ppoll.c: Likewise.
51031         * debug/poll_chk.c: New file.
51032         * debug/ppoll_chk.c: New file.
51033         * include/bits/poll2.h: New file.
51034         * io/bits/poll2.h: New file.
51036         [BZ #1350]
51037         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
51039         * configure.in: static is always set to yes.  Remove.
51040         * config.make.in: Don't set build-static.
51041         * Makeconfig: Remove use of build-static.
51042         * dlfcn/Makefile: Likewise.
51043         * elf/Makefile: Likewise.
51044         * math/Makefile: Likewise.
51045         * misc/Makefile: Likewise.
51046         * nptl/Makefile: Likewise.
51047         * sysdeps/mach/hurd/Makefile: Likewise.
51049         * configure.in: PWD_P is not used anymore.
51050         * config.make.in: Remove PWD_P entry.
51052         * configure.in: Remove last remnants of RANLIB.
51053         No need to check for signed size_t anymore.
51054         Don't set libc_commonpagesize and libc_relro_required here for Alpha
51055         and IA-64.
51056         Remove __builtin_expect test because we require at least gcc 3.4.
51057         * aclocal.m4: Likewise.
51059         * wcsmbs/mbrtoc16.c: Implement using towc function.
51060         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
51061         * wcsmbs/wcsmbsload.c: Likewise.
51062         * iconv/gconv_simple.c: Likewise.
51063         * iconv/gconv_int.h: Likewise.
51064         * iconv/gconv_builtin.h: Likewise.
51065         * iconv/iconv_prog.c: Remove CHAR16 handling.
51067         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
51069         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
51071         * configure.in: Remove --with-elf and --enable-bounded options.
51072         Dont set base_machine for ia64.  More non-ELF conditions removed.
51073         Remove testing and setting of leading underscore information.
51074         * config.make.in (build-bounded): Set to no.
51075         * config.h.in: Remove NO_UNDERSCORES entry.
51076         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
51077         them.
51078         * csu/start.c: Remove !NO_UNDERSCORE code.
51079         * locale/localeinfo.h: Likewise.
51080         * sysdeps/generic/machine-gmon.h: Likewise.
51081         * sysdeps/generic/sysdep.h: Likewise.
51082         * sysdeps/i386/sysdep.h: Likewise.
51083         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
51084         * sysdeps/mach/sysdep.h: Likewise.
51085         * sysdeps/s390/s390-32/sysdep.h: Likewise.
51086         * sysdeps/s390/s390-64/sysdep.h: Likewise.
51087         * sysdeps/sh/sysdep.h: Likewise.
51088         * sysdeps/sparc/sparc32/alloca.S: Likewise.
51089         * sysdeps/unix/i386/sysdep.S: Likewise.
51090         * sysdeps/unix/sparc/start.c: Likewise.
51091         * sysdeps/unix/sparc/sysdep.S: Likewise.
51092         * sysdeps/unix/sparc/sysdep.h: Likewise.
51093         * sysdeps/unix/start.c: Likewise.
51094         * sysdeps/unix/x86_64/sysdep.S: Likewise.
51095         * sysdeps/x86_64/sysdep.h: Likewise.
51097 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
51099         [BZ #13553]
51100         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
51101         for non-gcc.
51102         * argp/argp-fmtstream.h: Use const instead __const.
51103         * argp/argp.h: Likewise.
51104         * assert/assert.h: Likewise.
51105         * bits/fenv.h: Likewise.
51106         * bits/sched.h: Likewise.
51107         * bits/sigset.h: Likewise.
51108         * bits/sigthread.h: Likewise.
51109         * catgets/nl_types.h: Likewise.
51110         * conform/data/pthread.h-data: Likewise.
51111         * crypt/crypt-private.h: Likewise.
51112         * crypt/crypt.h: Likewise.
51113         * crypt/crypt_util.c: Likewise.
51114         * ctype/ctype.h: Likewise.
51115         * debug/execinfo.h: Likewise.
51116         * debug/mbsnrtowcs_chk.c: Likewise.
51117         * debug/mbsrtowcs_chk.c: Likewise.
51118         * debug/wcsnrtombs_chk.c: Likewise.
51119         * debug/wcsrtombs_chk.c: Likewise.
51120         * debug/wcstombs_chk.c: Likewise.
51121         * dirent/dirent.h: Likewise.
51122         * dlfcn/dlfcn.h: Likewise.
51123         * elf/neededtest4.c: Likewise.
51124         * grp/grp.h: Likewise.
51125         * gshadow/gshadow.h: Likewise.
51126         * iconv/gconv.h: Likewise.
51127         * iconv/gconv_int.h: Likewise.
51128         * iconv/gconv_simple.c: Likewise.
51129         * iconv/iconv.h: Likewise.
51130         * iconv/loop.c: Likewise.
51131         * iconv/skeleton.c: Likewise.
51132         * include/aio.h: Likewise.
51133         * include/aliases.h: Likewise.
51134         * include/argz.h: Likewise.
51135         * include/arpa/inet.h: Likewise.
51136         * include/assert.h: Likewise.
51137         * include/dirent.h: Likewise.
51138         * include/dlfcn.h: Likewise.
51139         * include/execinfo.h: Likewise.
51140         * include/fcntl.h: Likewise.
51141         * include/fenv.h: Likewise.
51142         * include/glob.h: Likewise.
51143         * include/grp.h: Likewise.
51144         * include/libintl.h: Likewise.
51145         * include/mntent.h: Likewise.
51146         * include/netdb.h: Likewise.
51147         * include/pwd.h: Likewise.
51148         * include/rpc/netdb.h: Likewise.
51149         * include/sched.h: Likewise.
51150         * include/search.h: Likewise.
51151         * include/shadow.h: Likewise.
51152         * include/signal.h: Likewise.
51153         * include/stdio.h: Likewise.
51154         * include/stdlib.h: Likewise.
51155         * include/string.h: Likewise.
51156         * include/sys/socket.h: Likewise.
51157         * include/sys/stat.h: Likewise.
51158         * include/sys/statfs.h: Likewise.
51159         * include/sys/statvfs.h: Likewise.
51160         * include/sys/syslog.h: Likewise.
51161         * include/sys/time.h: Likewise.
51162         * include/sys/uio.h: Likewise.
51163         * include/time.h: Likewise.
51164         * include/unistd.h: Likewise.
51165         * include/utmp.h: Likewise.
51166         * include/wchar.h: Likewise.
51167         * include/wctype.h: Likewise.
51168         * inet/aliases.h: Likewise.
51169         * inet/arpa/inet.h: Likewise.
51170         * inet/netinet/ether.h: Likewise.
51171         * inet/netinet/in.h: Likewise.
51172         * intl/libintl.h: Likewise.
51173         * io/bits/fcntl2.h: Likewise.
51174         * io/fcntl.h: Likewise.
51175         * io/ftw.h: Likewise.
51176         * io/sys/poll.h: Likewise.
51177         * io/sys/stat.h: Likewise.
51178         * io/sys/statfs.h: Likewise.
51179         * io/sys/statvfs.h: Likewise.
51180         * io/utime.h: Likewise.
51181         * libio/bits/stdio.h: Likewise.
51182         * libio/bits/stdio2.h: Likewise.
51183         * libio/libio.h: Likewise.
51184         * libio/libioP.h: Likewise.
51185         * libio/stdio.h: Likewise.
51186         * locale/lc-ctype.c: Likewise.
51187         * locale/locale.h: Likewise.
51188         * login/utmp.h: Likewise.
51189         * malloc/arena.c: Likewise.
51190         * malloc/malloc.c: Likewise.
51191         * malloc/malloc.h: Likewise.
51192         * malloc/mcheck.c: Likewise.
51193         * malloc/mtrace.c: Likewise.
51194         * math/bits/mathcalls.h: Likewise.
51195         * math/fenv.h: Likewise.
51196         * math/math_private.h: Likewise.
51197         * misc/bits/error.h: Likewise.
51198         * misc/bits/syslog.h: Likewise.
51199         * misc/err.h: Likewise.
51200         * misc/error.h: Likewise.
51201         * misc/fstab.h: Likewise.
51202         * misc/mntent.h: Likewise.
51203         * misc/regexp.h: Likewise.
51204         * misc/search.h: Likewise.
51205         * misc/sgtty.h: Likewise.
51206         * misc/sys/mman.h: Likewise.
51207         * misc/sys/syslog.h: Likewise.
51208         * misc/sys/uio.h: Likewise.
51209         * misc/sys/xattr.h: Likewise.
51210         * misc/ttyent.h: Likewise.
51211         * nis/rpcsvc/ypclnt.h: Likewise.
51212         * nss/nss.h: Likewise.
51213         * posix/bits/unistd.h: Likewise.
51214         * posix/fnmatch.h: Likewise.
51215         * posix/glob.h: Likewise.
51216         * posix/sched.h: Likewise.
51217         * posix/spawn.h: Likewise.
51218         * posix/sys/wait.h: Likewise.
51219         * posix/unistd.h: Likewise.
51220         * posix/wordexp.h: Likewise.
51221         * pwd/pwd.h: Likewise.
51222         * resolv/netdb.h: Likewise.
51223         * resource/sys/resource.h: Likewise.
51224         * rt/aio.h: Likewise.
51225         * rt/bits/mqueue2.h: Likewise.
51226         * rt/mqueue.h: Likewise.
51227         * shadow/shadow.h: Likewise.
51228         * signal/signal.h: Likewise.
51229         * socket/send.c: Likewise.
51230         * socket/sendto.c: Likewise.
51231         * socket/sys/socket.h: Likewise.
51232         * stdio-common/printf.h: Likewise.
51233         * stdlib/bits/stdlib.h: Likewise.
51234         * stdlib/fmtmsg.h: Likewise.
51235         * stdlib/monetary.h: Likewise.
51236         * stdlib/stdlib.h: Likewise.
51237         * stdlib/ucontext.h: Likewise.
51238         * streams/stropts.h: Likewise.
51239         * string/argz.h: Likewise.
51240         * string/bits/string2.h: Likewise.
51241         * string/string.h: Likewise.
51242         * string/strings.h: Likewise.
51243         * sunrpc/rpc/auth.h: Likewise.
51244         * sunrpc/rpc/auth_des.h: Likewise.
51245         * sunrpc/rpc/clnt.h: Likewise.
51246         * sunrpc/rpc/netdb.h: Likewise.
51247         * sunrpc/rpc/pmap_clnt.h: Likewise.
51248         * sunrpc/rpc/xdr.h: Likewise.
51249         * sysdeps/generic/inttypes.h: Likewise.
51250         * sysdeps/generic/net/if.h: Likewise.
51251         * sysdeps/generic/sys/swap.h: Likewise.
51252         * sysdeps/gnu/net/if.h: Likewise.
51253         * sysdeps/gnu/utmpx.h: Likewise.
51254         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
51255         * sysdeps/i386/i486/bits/string.h: Likewise.
51256         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
51257         * sysdeps/s390/bits/string.h: Likewise.
51258         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
51259         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
51260         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
51261         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
51262         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
51263         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
51264         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
51265         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
51266         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
51267         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
51268         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
51269         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
51270         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
51271         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
51272         * sysdeps/unix/sysv/linux/readv.c: Likewise.
51273         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
51274         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
51275         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
51276         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
51277         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
51278         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
51279         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
51280         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
51281         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
51282         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
51283         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
51284         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
51285         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
51286         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
51287         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
51288         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
51289         * sysvipc/sys/ipc.h: Likewise.
51290         * sysvipc/sys/msg.h: Likewise.
51291         * sysvipc/sys/sem.h: Likewise.
51292         * sysvipc/sys/shm.h: Likewise.
51293         * termios/termios.h: Likewise.
51294         * time/sys/time.h: Likewise.
51295         * time/time.h: Likewise.
51296         * wcsmbs/bits/wchar2.h: Likewise.
51297         * wcsmbs/uchar.h: Likewise.
51298         * wcsmbs/wchar.h: Likewise.
51299         * wctype/wctype.h: Likewise.
51301         [BZ #13551]
51302         * Makeconfig: Remove all but ELF support including AIX support.
51303         * Makerules: Likewise.
51304         * config.h.in: Likewise.
51305         * config.make.in: Likewise.
51306         * configure: Likewise.
51307         * configure.in: Likewise.
51308         * csu/Makefile: Likewise.
51309         * csu/version.c: Likewise.
51310         * debug/Makefile: Likewise.
51311         * dlfcn/Makefile: Likewise.
51312         * elf/Makefile: Likewise.
51313         * extra-lib.mk: Likewise.
51314         * iconv/Makefile: Likewise.
51315         * include/libc-symbols.h: Likewise.
51316         * include/shlib-compat.h: Likewise.
51317         * resolv/Makefile: Likewise.
51318         * resolv/res_libc.c: Likewise.
51319         * rt/Makefile: Likewise.
51320         * sysdeps/i386/asm-syntax.h: Likewise.
51321         * sysdeps/i386/sysdep.h: Likewise.
51322         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
51323         * sysdeps/mach/sysdep.h: Likewise.
51324         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
51325         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
51326         * sysdeps/s390/asm-syntax.h: Likewise.
51327         * sysdeps/s390/s390-32/sysdep.h: Likewise.
51328         * sysdeps/s390/s390-64/sysdep.h: Likewise.
51329         * sysdeps/sh/sysdep.h: Likewise.
51330         * sysdeps/unix/sparc/sysdep.h: Likewise.
51331         * sysdeps/wordsize-32/divdi3.c: Likewise.
51332         * sysdeps/x86_64/sysdep.h: Likewise.
51334         * argp/Versions: Remove _argp_unlock_xxx.
51336         [BZ #13559]
51337         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
51338         * abilist/libBrokenLocale.abilist: Likewise.
51339         * abilist/libanl.abilist: Likewise.
51340         * abilist/libc.abilist: Likewise.
51341         * abilist/libcrypt.abilist: Likewise.
51342         * abilist/libdl.abilist: Likewise.
51343         * abilist/libm.abilist: Likewise.
51344         * abilist/libnsl.abilist: Likewise.
51345         * abilist/libpthread.abilist: Likewise.
51346         * abilist/libresolv.abilist: Likewise.
51347         * abilist/librt.abilist: Likewise.
51348         * abilist/libthread_db.abilist: Likewise.
51349         * abilist/libutil.abilist: Likewise.
51350         * abilist/libnss_db.abilist: New file.
51352         * scripts/abilist.awk: Add support for indirect functions.
51354         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
51356         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
51358         * shlib-versions: Remove entries for ports architectures.
51360         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
51361         files in ports.
51362         * elf/stackguard-macros.h: Remove support for IA-64.
51363         * elf/tst-auditmod1.c: Likewise.
51364         * sysdeps/generic/ldsodefs.h: Likewise.
51366         * sysdeps/unix/sysv/linux/configure.in: Ports should define
51367         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
51368         configure files.
51370         [BZ #13552]
51371         * configure.in: Remove --enable-omitfp support.
51372         * FAQ.in: Adjust.
51373         * config.make.in: Likewise.
51374         * Makeconfig: Likewise.
51375         * manual/install.texi: Likewise.
51377         In case anyone cares, the IA-64 architecture could move to ports.
51378         * sysdeps/ia64/*: Removed.
51379         * sysdeps/unix/sysv/linux/ia64/*: Removed.
51380         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
51382         [BZ #13555]
51383         * configure.in: Remove entries for unsupported architectures.
51385         [BZ #13533]
51386         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
51387         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
51388         routines.
51389         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
51390         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
51391         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
51392         fall back to using wcrtomb.
51393         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
51394         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
51395         renaming.
51396         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
51397         * wcsmbs/tst-c16c32-1.c: New file.
51399         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
51400         local variable.
51402         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
51404         * elf/tst-unique3.cc: Add explicit declaration of gets.
51405         * elf/tst-unique3lib.cc: Likewise.
51406         * elf/tst-unique3lib2.cc: Likewise.
51407         * elf/tst-unique4.cc: Likewise.
51409         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
51411 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
51413         [BZ #13566]
51414         * assert/assert.h (static_assert): Don't define for C++.
51415         * libio/stdio.h (gets): Do declare for C++ <= C++11.
51416         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
51418 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
51420         * iconv/loop.c (single loop): Fix assertion in storing of
51421         remaining bytes.
51423         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
51425 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
51427         * posix/getconf.c: Update copyright year.
51428         * nss/getent.c: Likewise.
51429         * nss/makedb.c: Likewise.
51430         * iconv/iconvconfig.c: Likewise.
51431         * iconv/iconv_prog.c: Likewise.
51432         * elf/ldconfig.c: Likewise.
51433         * elf/pldd.c: Likewise.
51434         * elf/sotruss.ksh: Likewise.
51435         * catgets/gencat.c: Likewise.
51436         * csu/version.c: Likewise.
51437         * elf/ldd.bash.in: Likewise.
51438         * elf/sprof.c (print_version): Likewise.
51439         * locale/programs/locale.c: Likewise.
51440         * locale/programs/localedef.c: Likewise.
51441         * login/programs/pt_chown.c: Likewise.
51442         * nscd/nscd.c (print_version): Likewise.
51443         * debug/xtrace.sh: Likewise.
51444         * malloc/memusage.sh: Likewise.
51445         * malloc/mtrace.pl: Likewise.
51446         * debug/catchsegv.sh: Likewise.
51448 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
51450         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
51451         pure attribute.
51453 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
51455         [BZ #13533]
51456         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
51457         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
51458         transformations.
51459         * iconv/gconv_int.h: Likewise.
51460         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
51461         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
51462         from libc for GLIBC_2.16.
51463         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
51464         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
51465         * wcsmbs/uchar.h: Really define mbstate_t.
51466         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
51467         * wcsmbs/c16rtomb.c: New file.
51468         * wcsmbs/mbrtoc16.c: New file.
51469         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
51470         for C/POSIX locale.
51471         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
51472         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
51474         * wcsmbs/wchar.h: Add missing __restrict.
51476 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
51478         [BZ #13532]
51479         * time/Makefile (routines): Add timespec_get.
51480         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
51481         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
51482         timespec for ISO C11.
51483         * time/timespec_get.c: New file.
51484         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
51485         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
51487         [BZ #13531]
51488         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
51489         * stdlib/stdlib.h: Declare aligned_alloc.
51490         * Versions.def: Add GLIBC_2.16 for libc.
51491         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
51493         [BZ 13527]
51494         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
51495         ISO C11.
51497         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
51498         code.
51500         [BZ #13528]
51501         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
51503         [BZ #13529]
51504         * assert/assert.h (static_assert): Define.
51506         * version.h: Update for 2.16 development version.
51508         [BZ #13526]
51509         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
51510         _ISOC11_SOURCE.
51512         * version.h (RELEASE): Bump for 2.15 release.
51513         * include/features.h (__GLIBC_MINOR__): Bump to 15.
51515         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
51516         Patch by Marek Polacek <mpolacek@redhat.com>.
51518         * bits/byteswap.h: Protect long long constants with __extension__.
51519         * sysdeps/i386/bits/byteswap.h: Likewise.
51520         * sysdeps/ia64/bits/byteswap.h: Likewise.
51521         * sysdeps/s390/bits/byteswap.h: Likewise.
51522         * sysdeps/x86_64/bits/byteswap.h: Likewise.
51524 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51526         [BZ #13540]
51527         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
51528         destination buffer.
51529         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
51531 2011-12-23  Marek Polacek  <polacek@redhat.com>
51533         * elf/dl-addr.c (determine_info): Add inline keyword.
51534         * elf/tst-auditmod4b.c (check_avx): Likewise.
51535         * elf/tst-auditmod6b.c (check_avx): Likewise.
51536         * elf/tst-auditmod6c.c (check_avx): Likewise.
51537         * elf/tst-auditmod7b.c (check_avx): Likewise.
51539 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
51541         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
51542         !__SSE_MATH__.
51544 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51546         [BZ #13540]
51547         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
51548         processing for last bytes.
51550 2011-08-06  Bruno Haible  <bruno@clisp.org>
51552         [BZ #13061]
51553         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
51554         U+0385, not to U+1FEE.
51556         [BZ #13062]
51557         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
51558         entry for U+00A5 U+0301.
51560 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
51562         [BZ #13166]
51563         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
51564         buffer for the output is too small.
51566         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
51567         optimization.
51569         [BZ #13185]
51570         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
51571         SSE flags if possible.
51573 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51575         [BZ #13540]
51576         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
51577         processing for last bytes.
51579 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
51581         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
51582         (syscall-list-default-options, syscall-list-default-condition)
51583         (syscall-list-includes): Define.
51584         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
51585         list of ABIs and options and #if conditions for each ABI.  Do not
51586         handle common syscalls between ABIs specially.
51587         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
51588         Remove.
51589         (syscall-list-variants, syscall-list-32bit-options)
51590         (syscall-list-32bit-condition, syscall-list-64bit-options)
51591         (syscall-list-64bit-condition): Define.
51592         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
51593         (syscall-list-variants, syscall-list-32bit-options)
51594         (syscall-list-32bit-condition, syscall-list-64bit-options)
51595         (syscall-list-64bit-condition): Define.
51596         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
51597         Remove.
51598         (syscall-list-variants, syscall-list-32bit-options)
51599         (syscall-list-32bit-condition, syscall-list-64bit-options)
51600         (syscall-list-64bit-condition): Define.
51601         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
51602         Remove.
51603         (syscall-list-variants, syscall-list-32bit-options)
51604         (syscall-list-32bit-condition, syscall-list-64bit-options)
51605         (syscall-list-64bit-condition): Define.
51607 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
51609         * locale/iso-639.def: Add brx entry.
51611         [BZ #13328]
51612         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
51613         Proposed by Mariusz_Cukr <marcukr@op.pl>.
51615         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
51616         __feraiseexcept_renamed.
51618 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
51620         [BZ #13538]
51621         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
51622         EPOLLET with unsigned values.
51623         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
51624         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
51626         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
51627         to large cancellation.
51628         * math/s_cacoshf.c: Likewise.
51629         * math/s_cacoshl.c: Likewise.
51631 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
51633         [BZ #13305]
51634         [BZ #12786]
51635         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
51636         * math/s_cacoshf.c: Likewise.
51637         * math/s_cacoshl.c: Likewise.
51639 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
51641         [BZ #13439]
51642         * iconv/gconv.h: Define __GCONV_SWAP.
51643         * iconvdata/unicode.c: The swap bit must be stored in __flags.
51644         * iconvdata/utf-16.c: Likewise.
51645         * iconvdata/utf-32.c: Likewise.
51647 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
51649         [BZ #13524]
51650         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
51651         numerator after shifting it by one limb.
51653 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
51655         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
51656         under [__USE_EXTERN_INLINES].
51658 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
51660         [BZ #13446]
51661         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
51663 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51665         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
51666         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
51667         optimized code.
51668         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
51669         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
51670         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
51671         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
51672         for strncasecmp/strncasecmp_l compilation.
51673         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
51674         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
51676 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
51678         [BZ #13484]
51679         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
51680         of __asm__.
51682 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
51684         [BZ #13506]
51685         * time/tzfile.c (__tzfile_read): Check values from file header.
51687 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
51689         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
51690         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
51691         * powerpc/powerpc32/dl-start.S: Likewise.
51692         * powerpc/powerpc32/elf/start.S: Likewise.
51693         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
51694         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
51695         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
51696         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
51697         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
51698         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
51699         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
51700         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
51701         * powerpc/powerpc32/fpu/s_round.S: Likewise.
51702         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
51703         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
51704         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
51705         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
51706         * powerpc/powerpc32/memset.S: Likewise.
51707         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
51708         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
51709         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
51710         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
51711         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
51712         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
51713         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
51714         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
51715         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
51716         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
51717         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
51718         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
51719         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
51721 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51723         * math/libm-test.inc: Added more nearbyint tests.
51724         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
51725         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
51726         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
51727         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
51729 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
51731         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
51732         FD_CLOEXEC.
51734 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51736         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
51737         Add wcscpy-ssse3 wcscpy-c.
51738         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
51739         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
51740         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
51741         * sysdeps/x86_64/wcschr.S: New file.
51742         * sysdeps/x86_64/wcsrchr.S: New file.
51743         * string/test-strcmp.c: Remove checking of wcscmp function for
51744         wrong alignments.
51745         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
51746         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
51747         wcsrchr-sse2 wcsrchr-c.
51748         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
51749         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
51750         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
51751         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
51752         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
51753         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
51754         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
51755         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
51756         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
51757         * wcsmbc/wcschr.c (WCSCHR): New macro.
51759 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51761         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
51762         * wcsmbs/test-wcsrchr.c: New file.
51763         * string/test-strrchr.c: Add wcsrchr support.
51764         (WIDE): New macro.
51765         * wcsmbs/test-wcscpy.c: New file.
51766         * string/test-strcpy.c: Add wcscpy support.
51767         (WIDE): New macro.
51769 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
51771         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
51772         the inner loop.
51774 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
51776         [BZ #13472]
51777         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
51779 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
51781         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
51782         Minor optimizations.
51784         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
51785         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
51786         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
51788 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
51790         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
51791         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
51792         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
51793         for gcc to avoid warnings.
51794         * inet/Makefile (tests): Add tst-checks.
51795         * inet/tst-checks.c: New file.
51797         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
51798         warning.
51800         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
51801         __wmemcmp_sse2.
51803         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
51804         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
51806         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
51808 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
51810         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
51811         problem.
51813         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
51815 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
51817         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
51818         conditional on GCC version.
51819         (__arch_compare_and_exchange_val_8_acq)
51820         (__arch_compare_and_exchange_val_16_acq)
51821         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
51822         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
51823         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
51825 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
51827         * sysdeps/sh/backtrace.c: New file.
51829 2011-12-02  Andreas Schwab  <schwab@redhat.com>
51831         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
51832         parenthesis.
51834 2011-12-01  Andreas Schwab  <schwab@redhat.com>
51836         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
51837         falling back to utime.
51839 2011-11-30  Andreas Schwab  <schwab@redhat.com>
51841         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
51842         expectations for float.
51844 2011-11-29  Andreas Schwab  <schwab@redhat.com>
51846         * locale/weight.h (findidx): Add parameter len.
51847         * locale/weightwc.h (findidx): Likewise.
51848         * posix/fnmatch_loop.c (FCT): Adjust caller.
51849         * posix/regcomp.c (build_equiv_class): Likewise.
51850         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
51851         * posix/regexec.c (check_node_accept_bytes): Likewise.
51852         * string/strcoll_l.c (STRCOLL): Likewise.
51853         * string/strxfrm_l.c (STRXFRM): Likewise.
51855 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
51857         * Makefile.in: Remove CVSOPT handling.
51858         * configure.in: Remove use of AC_REVISION.
51859         * iconvdata/Makefile (distribute): No need to filter out CVS.
51860         * scripts/list-sources.sh: Remove CVS, subversion and monotone
51861         handling.
51863 2011-11-16  Andreas Schwab  <schwab@redhat.com>
51865         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
51866         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
51867         [USE_AS_STRNCASECMP_L]: Likewise.
51868         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
51869         NO_TLS_DIRECT_SEG_REFS.
51870         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
51871         Fix argument offsets for non-PIC.
51872         [USE_AS_STRNCASECMP_L]: Likewise.
51873         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
51874         NO_TLS_DIRECT_SEG_REFS.
51876 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
51878         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
51879         O_CLOEXEC.
51880         * locale/loadlocale.c (_nl_load_locale): Likewise.
51882 2011-11-15  Andreas Schwab  <schwab@redhat.com>
51884         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
51885         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
51886         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
51887         (SYSCALL_GETTIME): Set errno on error.
51889         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
51890         count references to noai6ai_cached.
51892 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
51894         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
51896         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
51897         FD_CLOEXEC for /proc/self/maps.
51899         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
51900         FD_CLOEXEC for /proc/meminfo.
51902         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
51903         gai.conf.
51905         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
51906         FD_CLOEXEC for given file.
51908         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
51910         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
51911         FD_CLOEXEC for /etc/hosts.
51912         (_gethtent): Likewise.
51914         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
51916         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
51917         cancellation and set FD_CLOEXEC for /etc/netgroup.
51919         * nss/nss_files/files-key.c (search): Don't allow cancellation when
51920         reading /etc/publickey.
51922         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
51923         allow cancellation when reading /etc/group.
51925         * nss/nss_files/files-alias.c (internal_setent): Don't allow
51926         cancellation.
51927         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
51929         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
51930         when using data file.
51932         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
51934         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
51935         (write_nis_obj): Use "c" and "e" in fopen.
51937         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
51939         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
51941         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
51943         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
51945         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
51946         locale.alias.
51948         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
51950         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
51952         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
51954         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
51955         file parsing and set FD_CLOEXEC.
51957 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
51959         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
51961 2011-11-14  Andreas Schwab  <schwab@redhat.com>
51963         * malloc/arena.c (arena_get2): Don't call reused_arena when
51964         _int_new_arena failed.
51966 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
51968         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
51969         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
51970         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
51971         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
51972         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
51973         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
51974         to compile strcasecmp and strncasecmp.
51975         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
51976         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
51978         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
51980 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
51982         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
51983         locale-defines.sym to gen-as-const-headers.
51984         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
51985         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
51986         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
51987         to compile strcasecmp and strncasecmp.
51988         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
51989         strcasecmp_l and strncasecmp_l.
51990         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
51991         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
51992         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
51993         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
51994         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
51995         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
51996         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
51997         * sysdeps/i386/i686/multiarch/strncase.S: New file.
51998         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
51999         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
52000         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
52002 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
52004         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
52005         result of SYSDEP_GETTIME_CPU to retval.
52006         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
52007         parameter list to macro.  Remove trailing semicolon.  Adjust users.
52009         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
52010         variable.
52012         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
52013         mantissa words.
52014         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
52016         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
52017         from unused variable.
52019         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
52020         DWARF definitions.
52021         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
52022         for assembling.
52024         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
52025         over namespaces.
52027         * sunrpc/rpc_prot.c (rejected): Fix case value.
52029         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
52030         unsigned long long int to avoid warnings in shift.
52032         * posix/regex_internal.c (re_string_reconstruct): Actually use result
52033         of use of trans.
52034         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
52035         variable tmp.
52037         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
52038         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
52039         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
52041         * nis/nis_table.c (nis_list): Use variable of correct type for
52042         result of __follow_path call.
52044 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
52046         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
52047         of math functions ceil, trunc, floor, round, and sqrt, when
52048         avaliable on the platform.
52049         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
52050         name clash.
52051         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
52052         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
52053         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
52055 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
52057         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
52058         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
52060 2011-11-11  Roland McGrath  <roland@hack.frob.com>
52062         * include/unistd.h: Fix __readlink return type.
52063         Reported by Chris Metcalf <cmetcalf@tilera.com>.
52065 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
52067         * stdlib/ucontext.h: Undo last change for makecontext.
52069 2011-11-11  Andreas Schwab  <schwab@redhat.com>
52071         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
52073         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
52074         * setjmp/setjmp.h: Mark functions as non-leaf.
52075         * setjmp/bits/setjmp2.h: Likewise.
52076         * stdlib/ucontext.h: Likewise.
52078 2011-11-10  Andreas Schwab  <schwab@redhat.com>
52080         * malloc/arena.c (_int_new_arena): Don't increment narenas.
52081         (reused_arena): Don't check arena limit.
52082         (arena_get2): Atomically check arena limit.
52084 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
52086         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
52087         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
52089         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
52090         instructions.
52092 2011-11-07  Andreas Schwab  <schwab@redhat.com>
52094         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
52095         handler when locking.
52097         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
52098         Fix size of allocated buffer.
52100 2011-11-04  Andreas Schwab  <schwab@redhat.com>
52102         [BZ #10103]
52103         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
52104         declarations for long double functions.
52105         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
52107         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
52109 2011-11-03  Andreas Schwab  <schwab@redhat.com>
52111         * nscd/nscd.c (main): Don't start AVC thread until credentials are
52112         installed.
52114         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
52115         is disabled.
52117 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52119         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
52121 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
52123         * include/alloca.h (stackinfo_alloca_round): Define.
52124         (extend_alloca): Use it.
52125         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
52126         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
52127         here.
52129         * scripts/check-local-headers.sh: Ignore libaudit.h.
52131         * nscd/Makefile (extra-objs): Make recursively expanded.
52133 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
52135         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
52136         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
52138         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
52139         * posix/tst-rfc3484-2.c: Likewise.
52140         * posix/tst-rfc3484-3.c: Likewise.
52142         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
52143         process_vm_writev.
52144         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
52145         process_vm_writev.
52146         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
52147         process_vm_writev from libc using GLIBC_2.15 version.
52149         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
52151 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
52153         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
52154         stack usage.
52156 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
52158         [BZ #13367]
52159         * nss/getent.c (initgroups_keys): Show error message in case no group
52160         names are given.
52162         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
52163         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
52164         __bump_nl_timestamp.
52165         * nscd/connections (nscd_init): When host database is served open
52166         netlink socket and request notification about configuration changes.
52167         (main_loop_poll): Track netlink file descriptor and bump timestamp
52168         in case data becomes available.
52169         (main_loop_epoll): Likewise.
52170         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
52171         (database_pers_head): Add extra_data fileds.
52172         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
52173         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
52174         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
52175         Adjust caller.
52176         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
52177         in6ai data, call __free_in6ai.
52178         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
52179         Add -DHAVE_NETLINK.
52180         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
52181         interface information.  Reuse previous data if netlink timestamp
52182         is not changed.
52183         (__bump_nl_timestamp): New function.
52184         (__free_in6ai): New function.
52186 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
52188         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
52189         close_not_cancel_no_status here.
52190         (__check_pf): Reorganize code a bit to not call close twice if OOM.
52192 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
52194         [BZ #13276]
52195         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
52196         return value.
52198         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
52199         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
52200         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
52202 2011-07-03  Andreas Jaeger  <aj@suse.de>
52204         [BZ #10709]
52205         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
52206         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
52207         * math/libm-test.inc (sin_test): Add test case.
52209 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
52211         [BZ #13337]
52212         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
52213         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
52215         * elf/chroot_canon.c (chroot_canon): Cleanups.
52217         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
52219         [BZ #13335]
52220         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
52221         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
52223         * string/test-strchr.c: Make usable for strchrnul testing.
52224         * string/test-strchrnul.c: New file.
52225         * string/Makefile (strop-tests): Add strchrnul.
52227         * po/it.po: Update from translation team.
52228         * po/es.po: Likewise.
52230 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
52232         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
52233         the three constants needed as parameters.  Drop the others.
52234         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
52235         __m128i_strloadu_tolower.
52236         Create and initialize variable zero and use it in all the places
52237         where _mm_setzero_si128 was used.
52239         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
52240         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
52241         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
52242         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
52243         anymore.
52244         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
52245         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
52246         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
52247         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
52248         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
52249         __mpranred, __mptan.
52250         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
52251         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
52252         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
52253         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
52254         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
52255         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
52256         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
52257         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
52258         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
52260 2011-10-28  Andreas Schwab  <schwab@redhat.com>
52262         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
52263         redefine if SHARED.
52264         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
52266         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
52267         wide char related routines to wcsmbs subdir.
52269 2011-10-27  Andreas Schwab  <schwab@redhat.com>
52271         [BZ #13344]
52272         * misc/sys/cdefs.h (__THROWNL): Define.
52273         * posix/unistd.h: Use __THREADNL instead of __THREAD
52274         for memory synchronization functions.
52276 2011-10-26  Roland McGrath  <roland@hack.frob.com>
52278         [BZ #13349]
52279         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
52280         doesn't exist.
52281         * manual/stdio.texi (Obstack Streams): Node removed.
52283 2011-10-26  Andreas Schwab  <schwab@redhat.com>
52285         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
52286         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
52287         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
52289         * math/math_private.h (math_force_eval): Allow non-addressable
52290         arguments.
52291         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
52293 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
52295         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
52296         file is not needed.
52298         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
52299         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
52300         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
52301         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
52302         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
52303         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
52304         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
52305         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
52306         Add AVX variants.
52307         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
52308         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
52309         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
52310         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
52311         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
52312         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
52313         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
52314         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
52315         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
52316         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
52317         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
52318         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
52319         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
52320         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
52321         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
52322         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
52323         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
52324         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
52325         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
52327         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
52328         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
52330         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
52331         place.  Use VEX encoding when compiling for AVX.
52333 2011-10-25  Andreas Schwab  <schwab@redhat.com>
52335         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
52336         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
52338         * string/test-strchr.c (do_test): Don't generate NUL bytes.
52340 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
52342         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
52343         useless if() expression.
52344         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
52345         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
52346         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
52347         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
52348         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
52349         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
52350         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
52351         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
52352         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
52353         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
52354         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
52355         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
52356         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
52357         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
52358         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
52359         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
52360         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
52361         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
52362         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
52364         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
52366 2011-10-25  Andreas Schwab  <schwab@redhat.com>
52368         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
52369         condition.
52370         * elf/dl-fini.c (_dl_sort_fini): Likewise.
52372 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
52374         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
52375         .text section.  Avoid duplicate constants.
52376         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
52377         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52378         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
52379         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52380         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52381         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52382         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52383         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52384         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
52385         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
52386         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
52387         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
52388         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
52389         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
52390         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
52391         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
52392         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
52393         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
52394         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
52395         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52396         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
52397         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
52398         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
52399         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
52400         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
52401         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
52402         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
52403         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
52404         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
52405         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
52406         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
52407         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
52408         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
52409         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
52410         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
52411         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
52412         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
52413         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
52414         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
52415         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
52416         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
52417         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
52418         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
52419         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
52420         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
52422 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
52424         * sysdeps/x86_64/dla.h: Move to ...
52425         * sysdeps/x86_64/fpu/dla.h: ...here.
52426         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
52427         situations.  Use __builtin_fma only for gcc 4.6 and up.
52429         * config.make.in: Add have-mfma4 entry.
52430         * configure.in: Substitute libc_cv_cc_fma4.
52431         * math/Makefile (dbl-only-routines): Add sincostab.
52432         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
52433         Use __sincostab not sincos.
52434         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
52435         name is a macro.
52436         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52437         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52438         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52439         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
52440         using __copysign.
52441         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
52442         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
52443         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
52444         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
52445         and __inv.
52446         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
52447         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
52448         __copysign.
52449         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
52450         define aliases when function name is a macro.
52451         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
52452         sysdeps/ieee754/dbl-64/sincos.tbl.
52453         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
52454         fma4-enabled routines.
52455         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
52456         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
52457         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
52458         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
52459         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
52460         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
52461         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
52462         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
52463         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
52464         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
52465         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
52466         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
52467         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
52468         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
52469         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
52470         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
52471         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
52472         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
52473         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
52474         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
52475         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
52476         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
52477         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
52478         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
52479         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
52480         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
52481         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
52482         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
52483         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
52484         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
52486         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
52487         rename.
52488         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52489         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52490         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52491         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52492         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52493         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52494         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
52495         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52497 2011-10-24  Andreas Schwab  <schwab@redhat.com>
52499         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
52501 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
52503         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
52505         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
52506         prediction.
52507         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
52509         * string/strnlen.c: Don't define STRNLEN, reverse logic.
52510         Remove unused variable magic_bits.
52511         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
52513         * string/strnlen.c: Define and use STRNLEN macro.
52514         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
52515         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
52516         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
52517         * wcsmbs/wcslen.c: Define and use WCSLEN.
52518         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
52519         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
52520         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
52521         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
52522         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
52523         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
52524         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
52526 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52528         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52529         strnlen-sse2-no-bsf.
52530         Rename strlen-no-bsf to strlen-sse2-no-bsf.
52531         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
52532         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
52533         Add strnlen support.
52534         (USE_AS_STRNLEN): New macro.
52535         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
52536         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
52537         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
52538         * sysdeps/x86_64/wcslen.S: New file.
52540 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
52542         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
52543         XMM-moves are used for copying on small sizes.
52545 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52547         * wcsmbs/Makefile (strop-tests): Add wcschr.
52548         * wcsmbs/test-wcschr.c: New file.
52549         * string/test-strchr.c: Update.
52550         Add wcschr support.
52551         (WIDE): New macro.
52553 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52555         * wcsmbs/Makefile (strop-tests): Add wcslen.
52556         * wcsmbs/test-wcslen.c: New file.
52557         * string/test-strlen.c: Update.
52558         Add wcslen support.
52559         (WIDE): New macro.
52561 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
52563         * po/it.po: Update from translation team.
52565 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52567         * sysdeps/x86_64/wcscmp.S: Update.
52568         Fix wrong comparison semantics.
52569         wcscmp shall use signed comparison not unsigned.
52570         Don't use substraction to avoid overflow bug.
52571         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
52572         * wcsmbc/wcscmp.c: Likewise.
52573         * string/test-strcmp.c: Likewise.
52574         Add new tests to check cases with negative values.
52576 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
52578         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
52579         * sysdeps/x86_64/dla.h: ...here.  New file.
52580         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
52581         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52582         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52583         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52584         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52585         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
52586         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52587         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
52588         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52590 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
52592         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
52593         __ynl_finite aliases.
52595 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
52597         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
52599         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
52600         define DLA_FMA.
52601         [DLA_FMA] (EMULV): Use DLA_FMA.
52602         [DLA_FMA] (MUL12): Use EMULV.
52603         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
52604         that are not needed.
52605         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52606         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52607         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52608         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52609         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52610         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
52611         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52613 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
52615         * math/s_nan.c: Undef __nan.
52616         * math/s_nanf.c: Undef __nanf.
52617         * math/s_nanl.c: Undef __nanl.
52618         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
52619         "math_private.h".
52621 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
52623         * math/s_catan.c: Add branch predictions.
52624         * math/s_catanf.c: Likewise.
52625         * math/s_catanh.c: Likewise.
52626         * math/s_catanhf.c: Likewise.
52627         * math/s_catanhl.c: Likewise.
52628         * math/s_catanl.c: Likewise.
52629         * math/s_cexp.c: Likewise.
52630         * math/s_cexpf.c: Likewise.
52631         * math/s_cexpl.c: Likewise.
52632         * math/s_clog.c: Likewise.
52633         * math/s_clog10.c: Likewise.
52634         * math/s_clog10f.c: Likewise.
52635         * math/s_clog10l.c: Likewise.
52636         * math/s_clogf.c: Likewise.
52637         * math/s_clogl.c: Likewise.
52638         * math/s_csqrt.c: Likewise.
52639         * math/s_csqrtf.c: Likewise.
52640         * math/s_csqrtl.c: Likewise.
52641         * math/s_ctanf.c: Likewise.
52642         * math/s_ctanh.c: Likewise.
52643         * math/s_ctanhf.c: Likewise.
52644         * math/s_ctanhl.c: Likewise.
52645         * math/s_ctanl.c: Likewise.
52647         * math/math_private.h: Define __nan, __nanf, __nanl.
52648         * math/s_cacosh.c: Include <math_private.h>.
52649         * math/s_cacoshl.c: Likewise.
52650         * math/s_casinh.c: Likewise.
52651         * math/s_casinhf.c: Likewise.
52652         * math/s_casinhl.c: Likewise.
52653         * math/s_ccos.c: Rely entire on ccosh.
52654         * math/s_ccosf.c: Rely entire on ccoshf.
52655         * math/s_ccosl.c: Rely entirely on ccoshl.
52656         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
52657         Remove tests for FE_INVALID.
52658         * math/s_ccoshf.c: Likewise.
52659         * math/s_ccoshl.c: Likewise.
52660         * math/s_csin.c: Likewise.
52661         * math/s_csinf.c: Likewise.
52662         * math/s_csinh.c Likewise.
52663         * math/s_csinhf.c: Likewise.
52664         * math/s_csinhl.c: Likewise.
52665         * math/s_csinl.c: Likewise.
52666         * math/s_ctan.c: Likewise.
52667         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
52668         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
52669         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
52671 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
52673         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
52674         compilation problems.
52676         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
52677         __builtin_expect.
52679 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
52681         * sysdeps/i386/configure.in: Test for -mfma4 option.
52682         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
52683         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
52684         COMMON_CPUID_INDEX_80000001.
52685         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
52686         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
52687         use it if FMA3 is not supported.
52688         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
52690         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
52691         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
52693 2011-10-20  Andreas Schwab  <schwab@redhat.com>
52695         [BZ #12892]
52696         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
52697         it would create a cycle with a link time dependency.
52699 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
52701         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
52702         instruction.
52703         * string/Makefile (strop-tests): Add rawmemchr.
52704         * string/test-rawmemchr.c: New file.
52706         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
52707         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
52708         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
52709         when compiling str{,n}casecmp and when AVX is available.  Hook up
52710         new optimized code in initializers.
52712 2011-10-19  Andreas Schwab  <schwab@redhat.com>
52714         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
52715         __feraiseexcept instead of feraiseexcept.
52717 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
52719         * math/math_private.h: Define defaults for libc_fetestexcept and
52720         libc_feupdateenv.
52721         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
52722         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
52723         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
52724         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
52725         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
52726         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
52727         libc_fetestexcept and libc_feupdateenv.
52729         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
52730         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
52731         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
52732         * sysdeps/x86_64/fpu/math_private.h: Define special version of
52733         libc_feholdexcept_setround.
52735         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
52736         Add s_nearbyint-c and s_nearbyintf-c.
52737         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
52738         nearbyintf inlines.
52739         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
52740         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
52741         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
52742         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
52744         * math/math_private.h: Define defaults for libc_fegetround,
52745         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
52746         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
52747         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
52748         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
52749         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
52750         standard functions.
52751         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
52752         Remove comments and hacks for old compiler versions.
52753         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
52754         libc_fegetround, libc_fesetround, libc_feholdexcept, and
52755         libc_feholdexceptl.
52757 2011-10-18  Andreas Schwab  <schwab@redhat.com>
52759         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
52760         (__feraiseexcept_renamed): Add __NTH.
52761         (feraiseexcept): Add __NTH.  Rename local variables to fix
52762         namespace violations.
52764 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
52766         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
52768         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
52770         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
52771         recently added interfaces.
52772         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
52774         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
52775         about macro parameter expansion.
52777         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
52778         __NO_MATH_INLINES is defined.  Cleanups.
52780         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
52781         and __floorf is target has SSE4.1.
52782         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
52783         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
52784         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
52785         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
52787         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
52788         name.
52789         (floorf): Likewise.
52791         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
52793 2011-10-17  Andreas Schwab  <schwab@redhat.com>
52795         * misc/sys/cdefs.h: Fix last change.
52797         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
52798         database lookup.
52800 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
52802         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
52804         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
52805         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
52806         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
52807         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
52808         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
52809         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
52810         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
52811         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
52812         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
52813         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
52814         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
52815         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
52816         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
52817         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
52818         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
52819         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
52820         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
52821         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
52822         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
52823         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
52824         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
52825         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
52827         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
52828         ceil, ceilf, floor, floorf.
52830         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
52831         Perform IRELATIVE relocations last.
52833         * elf/do-rel.h: Add another parameter nrelative, replacing the
52834         local variable with the same name.  Change name of the function
52835         to end in Rel or Rela (uppercase).
52836         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
52837         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
52838         elf_dynamic_do_##reloc function.
52840 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
52842         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
52843         is sufficient, at least on modern CPUs.
52845         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
52847         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
52848         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
52850         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
52851         __expl_finite.
52852         * math/bits/math-finite.h: Add entries for exp.
52853         * math/e_expl.c: Add __*_finite alias.
52854         * sysdeps/i386/fpu/e_exp.S: Likewise.
52855         * sysdeps/i386/fpu/e_expf.S: Likewise.
52856         * sysdeps/i386/fpu/e_expl.c: Likewise.
52857         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52858         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
52859         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
52860         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
52861         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
52862         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
52863         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
52865         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
52866         is sufficient, at least on modern CPUs.
52868         * ctype/ctype-info.c (__ctype_init): Define.
52869         * include/ctype.h (__ctype_init): Declare.
52870         (__ctype_b_loc): The variable is always initialized.
52871         (__ctype_toupper_loc): Likewise.
52872         (__ctype_tolower_loc): Likewise.
52873         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
52874         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
52876 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
52878         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
52880         * configure.in: Also look in $cxxmachine/include for C++ system
52881         headers.
52883 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52885         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
52886         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
52887         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
52888         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
52889         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
52890         (USE_AS_WMEMCMP): New macro.
52891         Fixing indents.
52892         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
52893         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
52894         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
52895         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
52896         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52897         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
52898         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
52899         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
52900         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
52901         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
52902         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
52903         (USE_AS_WMEMCMP): New macro.
52904         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
52905         * sysdeps/string/test-memcmp.c: Update.
52906         Fix simple_wmemcmp.
52907         Add new tests.
52908         * wcsmbs/wmemcmp.c: Update.
52909         (WMEMCMP): New macro.
52910         Fix overflow bug.
52912 2011-10-12  Andreas Jaeger  <aj@suse.de>
52914         [BZ #13268]
52915         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
52917 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
52919         * libio/iofwide.c (do_length): Avoid warning.
52921         * ctype/ctype.h (__isctype_f): Add missing __THROW.
52923 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
52925         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
52927         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
52928         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
52929         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
52930         * sysdeps/i386/i686/fpu/e_log.S: New file.
52931         * sysdeps/i386/i686/fpu/e_logf.S: New file.
52932         * sysdeps/i386/i686/fpu/e_logl.S: New file.
52934         * ctype/ctype.h: Add support for inlined isXXX functions when
52935         compiling C++ code.
52937 2011-10-14  Andreas Schwab  <schwab@redhat.com>
52939         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
52941         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
52943 2011-10-13  Roland McGrath  <roland@hack.frob.com>
52945         [BZ #13291]
52946         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
52948 2011-10-13  Andreas Schwab  <schwab@redhat.com>
52950         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
52951         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
52952         feraiseexcept.
52954         * sysdeps/x86_64/memrchr.S: Check for zero size.
52956         * string/stratcliff.c: Add memrchr tests.
52958 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52960         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52961         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
52962         rawmemchr-sse2 rawmemchr-sse2-bsf.
52963         * sysdeps/i386/i686/multiarch/memchr.S: New file.
52964         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
52965         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
52966         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
52967         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
52968         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
52969         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
52970         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
52971         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
52972         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
52973         * string/memrchr.c (MEMRCHR): New macro.
52975 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
52977         Add integration with gcc's -ffinite-math-only and optimize wrapper
52978         functions in libm.
52979         * Versions.def: Define GLIBC_2.15 version for libm.
52980         * math/Makefile (headers): Add bits/math-finite.h.
52981         * math/bits/math-finite.h: New file.
52982         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
52983         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
52984         * math/e_acoshl.c: Add __*_finite alias.
52985         * math/e_acosl.c: Likewise.
52986         * math/e_asinl.c: Likewise.
52987         * math/e_atan2l.c: Likewise.
52988         * math/e_atanhl.c: Likewise.
52989         * math/e_coshl.c: Likewise.
52990         * math/e_exp10.c: Likewise.
52991         * math/e_exp10f.c: Likewise.
52992         * math/e_exp10l.c: Likewise.
52993         * math/e_exp2l.c: Likewise.
52994         * math/e_fmodl.c: Likewise.
52995         * math/e_gammal_r.c: Likewise.
52996         * math/e_hypotl.c: Likewise.
52997         * math/e_j0l.c: Likewise.
52998         * math/e_j1l.c: Likewise.
52999         * math/e_jnl.c: Likewise.
53000         * math/e_lgammal_r.c: Likewise.
53001         * math/e_log10l.c: Likewise.
53002         * math/e_log2l.c: Likewise.
53003         * math/e_logl.c: Likewise.
53004         * math/e_powl.c: Likewise.
53005         * math/e_sinhl.c: Likewise.
53006         * math/e_sqrtl.c: Likewise.
53007         * math/e_scalb.c: Completely rewritten and optimized.
53008         * math/e_scalbf.c: Likewise.
53009         * math/e_scalbl.c: Likewise.
53010         * math/w_acos.c: Likewise.
53011         * math/w_acosf.c: Likewise.
53012         * math/w_acosl.c: Likewise.
53013         * math/w_acosh.c: Likewise.
53014         * math/w_acoshf.c: Likewise.
53015         * math/w_acoshl.c: Likewise.
53016         * math/w_asin.c: Likewise.
53017         * math/w_asinf.c: Likewise.
53018         * math/w_asinl.c: Likewise.
53019         * math/w_atan2.c: Likewise.
53020         * math/w_atan2f.c: Likewise.
53021         * math/w_atan2l.c: Likewise.
53022         * math/w_atanh.c: Likewise.
53023         * math/w_atanhf.c: Likewise.
53024         * math/w_atanhl.c: Likewise.
53025         * math/w_exp10.c: Likewise.
53026         * math/w_exp10f.c: Likewise.
53027         * math/w_exp10l.c: Likewise.
53028         * math/w_fmod.c: Likewise.
53029         * math/w_fmodf.c: Likewise.
53030         * math/w_fmodl.c: Likewise.
53031         * math/w_j0.c: Likewise.
53032         * math/w_j0f.c: Likewise.
53033         * math/w_j0l.c: Likewise.
53034         * math/w_j1.c: Likewise.
53035         * math/w_j1f.c: Likewise.
53036         * math/w_j1l.c: Likewise.
53037         * math/w_jn.c: Likewise.
53038         * math/w_jnf.c: Likewise.
53039         * math/w_log.c: Likewise.
53040         * math/w_logf.c: Likewise.
53041         * math/w_logl.c: Likewise.
53042         * math/w_log10.c: Likewise.
53043         * math/w_log10f.c: Likewise.
53044         * math/w_log10l.c: Likewise.
53045         * math/w_log2.c: Likewise.
53046         * math/w_log2f.c: Likewise.
53047         * math/w_log2l.c: Likewise.
53048         * math/w_pow.c: Likewise.
53049         * math/w_powf.c: Likewise.
53050         * math/w_powl.c: Likewise.
53051         * math/w_remainder.c: Likewise.
53052         * math/w_remainderf.c: Likewise.
53053         * math/w_remainderl.c: Likewise.
53054         * math/w_scalb.c: Likewise.
53055         * math/w_scalbf.c: Likewise.
53056         * math/w_scalbl.c: Likewise.
53057         * math/w_sqrt.c: Likewise.
53058         * math/w_sqrtf.c: Likewise.
53059         * math/w_sqrtl.c: Likewise.
53060         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
53061         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
53062         used.
53063         * math/math_private.h: Declare __kernel_standard_f.
53064         * math/w_cosh.c: Remove cruft and optimize a bit.
53065         * math/w_coshf.c: Likewise.
53066         * math/w_coshl.c: Likewise.
53067         * math/w_exp2.c: Likewise.
53068         * math/w_exp2f.c: Likewise.
53069         * math/w_exp2l.c: Likewise.
53070         * math/w_hypot.c: Likewise.
53071         * math/w_hypotf.c: Likewise.
53072         * math/w_hypotl.c: Likewise.
53073         * math/w_lgamma.c: Likewise.
53074         * math/w_lgamma_r.c: Likewise.
53075         * math/w_lgammaf.c: Likewise.
53076         * math/w_lgammaf_r.c: Likewise.
53077         * math/w_lgammal.c: Likewise.
53078         * math/w_lgammal_r.c: Likewise.
53079         * math/w_sinh.c: Likewise.
53080         * math/w_sinhf.c: Likewise.
53081         * math/w_sinhl.c: Likewise.
53082         * math/w_tgamma.c: Likewise.
53083         * math/w_tgammaf.c: Likewise.
53084         * math/w_tgammal.c: Likewise.
53085         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
53086         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
53087         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
53088         Minor optimizations.  Pretty printing.  Remove cruft.
53089         * sysdeps/i386/fpu/e_acosf.S: Likewise.
53090         * sysdeps/i386/fpu/e_acosh.S: Likewise.
53091         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
53092         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
53093         * sysdeps/i386/fpu/e_acosl.c: Likewise.
53094         * sysdeps/i386/fpu/e_asin.S: Likewise.
53095         * sysdeps/i386/fpu/e_asinf.S: Likewise.
53096         * sysdeps/i386/fpu/e_atan2.S: Likewise.
53097         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
53098         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
53099         * sysdeps/i386/fpu/e_atanh.S: Likewise.
53100         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
53101         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
53102         * sysdeps/i386/fpu/e_exp10.S: Likewise.
53103         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
53104         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
53105         * sysdeps/i386/fpu/e_exp2.S: Likewise.
53106         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
53107         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
53108         * sysdeps/i386/fpu/e_fmod.S: Likewise.
53109         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
53110         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
53111         * sysdeps/i386/fpu/e_hypot.S: Likewise.
53112         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
53113         * sysdeps/i386/fpu/e_log.S: Likewise.
53114         * sysdeps/i386/fpu/e_log10.S: Likewise.
53115         * sysdeps/i386/fpu/e_log10f.S: Likewise.
53116         * sysdeps/i386/fpu/e_log10l.S: Likewise.
53117         * sysdeps/i386/fpu/e_log2.S: Likewise.
53118         * sysdeps/i386/fpu/e_log2f.S: Likewise.
53119         * sysdeps/i386/fpu/e_log2l.S: Likewise.
53120         * sysdeps/i386/fpu/e_logf.S: Likewise.
53121         * sysdeps/i386/fpu/e_logl.S: Likewise.
53122         * sysdeps/i386/fpu/e_pow.S: Likewise.
53123         * sysdeps/i386/fpu/e_powf.S: Likewise.
53124         * sysdeps/i386/fpu/e_powl.S: Likewise.
53125         * sysdeps/i386/fpu/e_remainder.S: Likewise.
53126         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
53127         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
53128         * sysdeps/i386/fpu/e_scalb.S: Likewise.
53129         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
53130         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
53131         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
53132         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
53133         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
53134         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
53135         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
53136         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
53137         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
53138         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
53139         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
53140         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
53141         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
53142         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
53143         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
53144         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
53145         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
53146         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
53147         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
53148         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
53149         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
53150         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
53151         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
53152         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
53153         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
53154         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
53155         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
53156         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
53157         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
53158         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
53159         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
53160         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
53161         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
53162         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
53163         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
53164         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
53165         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
53166         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
53167         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
53168         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
53169         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
53170         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
53171         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
53172         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
53173         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
53174         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
53175         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
53176         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
53177         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
53178         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
53179         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
53180         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
53181         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
53182         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
53183         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
53184         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
53185         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
53186         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
53187         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
53188         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
53189         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
53190         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
53191         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
53192         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
53193         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
53194         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
53195         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
53196         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
53197         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
53198         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
53199         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
53200         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
53201         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
53202         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
53203         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
53204         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
53205         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
53206         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
53207         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
53208         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
53209         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
53210         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
53211         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
53212         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
53213         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
53214         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
53215         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
53216         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
53217         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
53218         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
53219         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
53220         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
53221         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
53222         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
53223         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
53224         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
53225         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
53226         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
53227         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
53228         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
53229         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
53230         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
53231         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
53232         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
53233         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
53234         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
53235         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
53236         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
53237         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
53238         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
53239         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
53240         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
53241         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
53242         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
53243         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
53244         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
53245         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
53246         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
53247         (__isnanf): Likewise.
53248         (__isinf_ns): Likewise.
53249         (__isinf_nsf): Likewise.
53250         (__finite): Likewise.
53251         (__finitef): Likewise.
53252         (__ieee754_sqrt): Define as macro.
53253         (__ieee754_sqrtf): Define as macro.
53254         (__ieee754_sqrtl): Define as macro.
53255         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
53256         inlined copy.
53257         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
53258         __FINITE_MATH_ONLY__ consistent.
53259         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
53261 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
53263         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
53264         of rawmemchr.
53266         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
53268 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
53270         * po/ja.po: Update from translation team.
53272 2011-10-08  Roland McGrath  <roland@hack.frob.com>
53274         * locale/programs/locarchive.c (prepare_address_space): New function.
53275         (create_archive, enlarge_archive, open_archive): Use it.
53277         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
53278         inside [SHARED], where it is used.
53280         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
53282         * nss/getent.c (netgroup_keys): Remove unused variable.
53283         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
53285 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
53287         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
53288         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
53289         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
53290         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
53291         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
53292         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
53293         * math/Makefile (libm-calls): Add s_isinf_ns.
53294         * math/divtc3.c: Use __isinf_nsl instead of isinf.
53295         * math/multc3.c: Likewise.
53296         * math/s_casin.c: Likewise.
53297         * math/s_casinf.c: Likewise.
53298         * math/s_casinl.c: Likewise.
53299         * math/s_ccos.c: Likewise.
53300         * math/s_ccosf.c: Likewise.
53301         * math/s_ccosl.c: Likewise.
53302         * math/s_ctan.c: Likewise.
53303         * math/s_ctanf.c: Likewise.
53304         * math/s_ctanh.c: Likewise.
53305         * math/s_ctanhf.c: Likewise.
53306         * math/s_ctanhl.c: Likewise.
53307         * math/s_ctanl.c: Likewise.
53308         * math/w_fmod.c: Likewise.
53309         * math/w_fmodf.c: Likewise.
53310         * math/w_fmodl.c: Likewise.
53311         * math/w_remainder.c: Likewise.
53312         * math/w_remainderf.c: Likewise.
53313         * math/w_remainderl.c: Likewise.
53314         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
53315         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
53316         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
53317         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
53318         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
53319         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
53320         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
53321         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
53323         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
53324         of the number.
53325         * stdio-common/printf_fphex.c: Likewise.
53326         * stdio-common/printf_size.c: Likewise.
53328         * math/e_exp10.c: Include math_private.h using <...> not "...".
53329         * math/e_exp10f.c: Likewise.
53330         * math/e_exp10l.c: Likewise.
53331         * math/e_exp2l.c: Likewise.
53332         * math/e_j0l.c: Likewise.
53333         * math/e_j1l.c: Likewise.
53334         * math/e_jnl.c: Likewise.
53335         * math/e_lgammal_r.c: Likewise.
53336         * math/e_rem_pio2l.c: Likewise.
53337         * math/e_scalb.c: Likewise.
53338         * math/e_scalbf.c: Likewise.
53339         * math/e_scalbl.c: Likewise.
53340         * math/k_cosl.c: Likewise.
53341         * math/k_sinl.c: Likewise.
53342         * math/k_tanl.c: Likewise.
53343         * math/s_cacoshf.c: Likewise.
53344         * math/s_catan.c: Likewise.
53345         * math/s_catanf.c: Likewise.
53346         * math/s_catanh.c: Likewise.
53347         * math/s_catanhf.c: Likewise.
53348         * math/s_catanhl.c: Likewise.
53349         * math/s_catanl.c: Likewise.
53350         * math/s_ccosh.c: Likewise.
53351         * math/s_ccoshf.c: Likewise.
53352         * math/s_ccoshl.c: Likewise.
53353         * math/s_cexp.c: Likewise.
53354         * math/s_cexpf.c: Likewise.
53355         * math/s_cexpl.c: Likewise.
53356         * math/s_clog.c: Likewise.
53357         * math/s_clog10.c: Likewise.
53358         * math/s_clog10f.c: Likewise.
53359         * math/s_clog10l.c: Likewise.
53360         * math/s_clogf.c: Likewise.
53361         * math/s_clogl.c: Likewise.
53362         * math/s_csin.c: Likewise.
53363         * math/s_csinf.c: Likewise.
53364         * math/s_csinh.c: Likewise.
53365         * math/s_csinhf.c: Likewise.
53366         * math/s_csinhl.c: Likewise.
53367         * math/s_csinl.c: Likewise.
53368         * math/s_csqrt.c: Likewise.
53369         * math/s_csqrtf.c: Likewise.
53370         * math/s_csqrtl.c: Likewise.
53371         * math/s_ctan.c: Likewise.
53372         * math/s_ctanf.c: Likewise.
53373         * math/s_ctanh.c: Likewise.
53374         * math/s_ctanhf.c: Likewise.
53375         * math/s_ctanhl.c: Likewise.
53376         * math/s_ctanl.c: Likewise.
53377         * math/s_ldexp.c: Likewise.
53378         * math/s_ldexpf.c: Likewise.
53379         * math/s_ldexpl.c: Likewise.
53380         * math/s_significand.c: Likewise.
53381         * math/s_significandf.c: Likewise.
53382         * math/s_significandl.c: Likewise.
53383         * math/w_acos.c: Likewise.
53384         * math/w_acosf.c: Likewise.
53385         * math/w_acosh.c: Likewise.
53386         * math/w_acoshf.c: Likewise.
53387         * math/w_acoshl.c: Likewise.
53388         * math/w_acosl.c: Likewise.
53389         * math/w_asin.c: Likewise.
53390         * math/w_asinf.c: Likewise.
53391         * math/w_asinl.c: Likewise.
53392         * math/w_atan2.c: Likewise.
53393         * math/w_atan2f.c: Likewise.
53394         * math/w_atan2l.c: Likewise.
53395         * math/w_atanh.c: Likewise.
53396         * math/w_atanhf.c: Likewise.
53397         * math/w_atanhl.c: Likewise.
53398         * math/w_cosh.c: Likewise.
53399         * math/w_coshf.c: Likewise.
53400         * math/w_coshl.c: Likewise.
53401         * math/w_dremf.c: Likewise.
53402         * math/w_exp10.c: Likewise.
53403         * math/w_exp10f.c: Likewise.
53404         * math/w_exp10l.c: Likewise.
53405         * math/w_exp2.c: Likewise.
53406         * math/w_exp2f.c: Likewise.
53407         * math/w_fmod.c: Likewise.
53408         * math/w_fmodf.c: Likewise.
53409         * math/w_fmodl.c: Likewise.
53410         * math/w_hypot.c: Likewise.
53411         * math/w_hypotf.c: Likewise.
53412         * math/w_hypotl.c: Likewise.
53413         * math/w_j0.c: Likewise.
53414         * math/w_j0f.c: Likewise.
53415         * math/w_j0l.c: Likewise.
53416         * math/w_j1.c: Likewise.
53417         * math/w_j1f.c: Likewise.
53418         * math/w_j1l.c: Likewise.
53419         * math/w_jn.c: Likewise.
53420         * math/w_jnf.c: Likewise.
53421         * math/w_jnl.c: Likewise.
53422         * math/w_lgamma.c: Likewise.
53423         * math/w_lgamma_r.c: Likewise.
53424         * math/w_lgammaf.c: Likewise.
53425         * math/w_lgammaf_r.c: Likewise.
53426         * math/w_lgammal.c: Likewise.
53427         * math/w_lgammal_r.c: Likewise.
53428         * math/w_log.c: Likewise.
53429         * math/w_log10.c: Likewise.
53430         * math/w_log10f.c: Likewise.
53431         * math/w_log10l.c: Likewise.
53432         * math/w_log2.c: Likewise.
53433         * math/w_log2f.c: Likewise.
53434         * math/w_log2l.c: Likewise.
53435         * math/w_logf.c: Likewise.
53436         * math/w_logl.c: Likewise.
53437         * math/w_pow.c: Likewise.
53438         * math/w_powf.c: Likewise.
53439         * math/w_powl.c: Likewise.
53440         * math/w_remainder.c: Likewise.
53441         * math/w_remainderf.c: Likewise.
53442         * math/w_remainderl.c: Likewise.
53443         * math/w_scalb.c: Likewise.
53444         * math/w_scalbf.c: Likewise.
53445         * math/w_scalbl.c: Likewise.
53446         * math/w_sinh.c: Likewise.
53447         * math/w_sinhf.c: Likewise.
53448         * math/w_sinhl.c: Likewise.
53449         * math/w_sqrt.c: Likewise.
53450         * math/w_sqrtf.c: Likewise.
53451         * math/w_sqrtl.c: Likewise.
53452         * math/w_tgamma.c: Likewise.
53453         * math/w_tgammaf.c: Likewise.
53454         * math/w_tgammal.c: Likewise.
53456         * po/ja.po: Update from translation team.
53458 2011-09-29  Andreas Jaeger  <aj@suse.de>
53460         [BZ #13179]
53461         * sunrpc/netname.c (netname2host): Fix logic.
53463         [BZ #6779]
53464         [BZ #6783]
53465         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
53466         correctly.
53467         * math/w_remainder.c (__remainder): Likewise.
53468         * math/w_remainderf.c (__remainderf): Likewise.
53469         * math/libm-test.inc (remainder_test): Add test cases.
53471 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53473         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
53474         sdiv_qrnnd.
53476 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
53478         * string/test-memcmp.c: Avoid unncessary #defines.
53479         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
53481 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53483         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
53484         Use new sse2 version for core i3 - i7 as it's faster
53485         than sse42 version.
53486         (bit_Prefer_PMINUB_for_stringop): New.
53487         * sysdeps/x86_64/rawmemchr.S: Update.
53488         Replace with faster SSE2 version.
53489         * sysdeps/x86_64/memrchr.S: New file.
53490         * sysdeps/x86_64/memchr.S: Update.
53491         Replace with faster SSE2 version.
53493 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
53495         * elf/dl-load.c (lose): Add cast to avoid warning.
53497 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
53499         * po/ca.po: Update from translation team.
53501         * inet/getnetgrent_r.c: Hook up nscd.
53502         * nscd/Makefile (routines): Add nscd_netgroup.
53503         (nscd-modules): Add netgroupcache.
53504         (CFLAGS-netgroupcache.c): Define.
53505         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
53506         (cache_search): Add const to second parameter.
53507         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
53508         INNETGR.
53509         (dbs): Add netgrdb entry.
53510         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
53511         (verify_persistent_db): Handle netgrdb.
53512         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
53513         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
53514         GETFDNETGR.
53515         (netgroup_response_header): Define.
53516         (innetgroup_response_header): Define.
53517         (datahead): Add netgroup_response_header and innetgroup_response_header
53518         elements.
53519         * nscd/nscd.conf: Add entries for netgroup cache.
53520         * nscd/nscd.h (dbtype): Add netgrdb.
53521         (_PATH_NSCD_NETGROUP_DB): Define.
53522         (netgroup_iov_disabled): Declare.
53523         (xmalloc, xcalloc, xrealloc): Move declarations here.
53524         (cache_search): Adjust prototype.
53525         Add netgroup-related prototypes.
53526         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
53527         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
53528         (__nscd_innetgr): Declare.
53529         * nscd/selinux.c (perms): Use access_vector_t as element type and
53530         add netgroup-related initializers.
53531         * nscd/netgroupcache.c: New file.
53532         * nscd/nscd_netgroup.c: New file.
53533         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
53534         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
53535         For four parameters use innetgr.
53536         * nss/nss_files/files-init.c: Add definition and callback for netgr.
53537         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
53538         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
53539         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
53541         * nscd/connections.c (register_traced_file): Don't register file
53542         for disabled databases.
53544 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
53546         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
53548         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
53549         from tree and freeing node.
53551 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
53553         * nss/nsswitch.c (__nss_database_lookup): Handle
53554         nss_parse_service_list out of memory case.
53556 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
53558         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
53559         out of memory case.
53561 2011-10-04  Andreas Schwab  <schwab@redhat.com>
53563         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
53564         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
53565         pass it down.
53566         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
53567         elf_machine_rela, elf_machine_lazy_rel.
53568         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
53569         (ELF_DYNAMIC_DO_REL): Likewise.
53570         (ELF_DYNAMIC_DO_RELA): Likewise.
53571         (ELF_DYNAMIC_RELOCATE): Likewise.
53572         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
53573         to ELF_DYNAMIC_DO_REL.
53574         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
53575         (dl_main): In trace mode always set __RTLD_NOIFUNC.
53576         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
53577         elf_machine_rela.
53578         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
53579         skip_ifunc, don't call ifunc function if non-zero.
53580         (elf_machine_rela): Likewise.
53581         (elf_machine_lazy_rel): Likewise.
53582         (elf_machine_lazy_rela): Likewise.
53583         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
53584         (elf_machine_lazy_rel): Likewise.
53585         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
53586         Likewise.
53587         (elf_machine_lazy_rel): Likewise.
53588         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53589         Likewise.
53590         (elf_machine_lazy_rel): Likewise.
53591         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
53592         (elf_machine_lazy_rel): Likewise.
53593         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
53594         (elf_machine_lazy_rel): Likewise.
53595         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
53596         (elf_machine_lazy_rel): Likewise.
53597         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
53598         (elf_machine_lazy_rel): Likewise.
53599         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
53600         (elf_machine_lazy_rel): Likewise.
53601         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
53602         (elf_machine_lazy_rel): Likewise.
53604 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
53606         * nss/nss_files/files-init.c (_nss_files_init): Use static
53607         initialization for all the *_traced_file variables.
53609 2011-09-28  Andreas Schwab  <schwab@redhat.com>
53611         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
53613 2011-09-27  Roland McGrath  <roland@hack.frob.com>
53615         [BZ #13226]
53616         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
53618 2011-09-27  Andreas Schwab  <schwab@redhat.com>
53620         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
53621         Reread the line before reparsing it.
53623 2011-09-26  Andreas Schwab  <schwab@redhat.com>
53625         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
53627 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
53628             Maxim Kuvyrkov  <maxim@codesourcery.com>
53629             Joseph Myers  <joseph@codesourcery.com>
53631         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
53632         if needed for __stack_chk_guard.
53634 2011-09-19  Roland McGrath  <roland@hack.frob.com>
53636         * sysdeps/posix/spawni.c (script_execute): Always define it.
53637         It will be optimized away if unused.
53638         (maybe_script_execute): New function.
53639         (__spawni): Call it.
53641         * Makerules: Don't include tls.make.
53642         (config-tls): Always set to thread.
53643         * tls.make.c: File removed.
53645 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
53647         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
53648         * config.make.in (CPPFLAGS-config): New substituted variable.
53650 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
53652         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
53654         [BZ #13192]
53655         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
53656         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
53658 2011-09-15  Roland McGrath  <roland@hack.frob.com>
53660         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
53661         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
53662         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
53663         (CALL_FAIL): Likewise.
53664         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
53665         (CALL_FAIL): Macro removed.
53666         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
53668 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
53670         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
53671         for __FINITE_MATH_ONLY__ == 1.
53673 2011-09-15  Andreas Schwab  <schwab@redhat.com>
53675         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
53676         __ieee754_sqrt instead of sqrt.
53677         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
53678         __ieee754_sqrtf instead of sqrtf.
53679         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
53680         __floorf instead of floorf.
53681         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
53682         __floorf, __truncf instead of floorf, truncf.
53684 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
53686         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
53688         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
53689         __extern_always_inline.
53690         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
53691         32-bit.
53693 2011-09-14  Andreas Schwab  <schwab@redhat.com>
53695         * elf/rtld.c (dl_main): Also relocate in dependency order when
53696         doing symbol dependency testing.
53698 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
53700         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53701         Always define `refsym'.
53703 2011-09-13  Andreas Schwab  <schwab@redhat.com>
53705         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
53706         (__FD_ELT): Renamed from __FDELT.
53707         * misc/bits/select2.h (__FD_ELT): Likewise.
53708         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
53709         __FD_MASK instead of __FDELT, __FDMASK.
53710         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
53711         Likewise.
53712         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
53713         Likewise.
53715         * elf/Makefile (gen-ldd): Fix pattern.
53717         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
53718         (init_tls): Likewise.
53720 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
53722         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
53724 2011-09-12  Andreas Schwab  <schwab@redhat.com>
53726         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
53727         `struct cmsghdr *' instead of `void *'.
53728         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
53729         Likewise.
53731 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
53733         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
53734         if non-absolute.
53735         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
53736         ldd_rewrite_script.
53738 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
53740         * configure.in: Remove --with-tls option.
53741         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
53742         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
53743         out in case it is missing.
53744         * sysdeps/ia64/elf/configure.in: Likewise.
53745         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
53746         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
53747         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
53748         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
53749         * sysdeps/sh/elf/configure.in: Likewise.
53750         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
53751         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
53752         * sysdeps/x86_64/elf/configure.in: Likewise.
53753         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
53754         * sysdeps/mach/hurd/tls.h: Likewise.
53756         [BZ #13067]
53757         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
53759         [BZ #13090]
53760         * configure.in: Fix use of AC_INIT.
53762         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
53764 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
53766         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
53767         __set_errno.
53768         * malloc/hooks.c: Likewise.
53770         [BZ #11929]
53771         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
53772         variables statically.
53773         (narenas): Initialize.
53774         (list_lock): Initialize.
53775         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
53776         initializtion of main_arena and list_lock.  Small cleanups.
53777         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
53778         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
53779         Add initializers to main_arena and mp_.
53780         (malloc_state): Remove pagesize member.  Change all users to use
53781         GLRO(dl_pagesize).
53783         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
53784         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
53785         is always initialized.
53787         * malloc/malloc.c: Removed unused configurations and dead code.
53788         * malloc/arena.c: Likewise.
53789         * malloc/hooks.c: Likewise.
53790         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
53792         * include/tls.h: Removed.  USE___THREAD must always be defined.
53793         * bits/libc-tsd.h: Don't handle !USE___THREAD.
53794         * elf/dl-libc.c: Likewise.
53795         * elf/dl-tsd.c: Likewise.
53796         * include/errno.h: Likewise.
53797         * include/netdb.h: Likewise.
53798         * include/resolv.h: Likewise.
53799         * inet/herrno-loc.c: Likewise.
53800         * inet/herrno.c: Likewise.
53801         * malloc/arena.c: Likewise.
53802         * malloc/hooks.c: Likewise.
53803         * malloc/malloc.c: Likewise.
53804         * resolv/res-state.c: Likewise.
53805         * resolv/res_libc.c: Likewise.
53806         * sysdeps/i386/dl-machine.h: Likewise.
53807         * sysdeps/ia64/dl-machine.h: Likewise.
53808         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
53809         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
53810         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
53811         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
53812         * sysdeps/sh/dl-machine.h: Likewise.
53813         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
53814         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
53815         * sysdeps/unix/i386/sysdep.S: Likewise.
53816         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
53817         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
53818         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
53819         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
53820         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
53821         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
53822         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
53823         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
53824         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
53825         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
53826         * sysdeps/unix/x86_64/sysdep.S: Likewise.
53827         * sysdeps/x86_64/dl-machine.h: Likewise.
53828         * tls.make.c: Likewise.
53830         * configure.in: Remove --with-__thread option.  Make tests for
53831         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
53832         tls_model attribute fail if no support is available.  Remove
53833         USE_IN_LIBIO.
53834         * Makeconfig: Adjust for dropped configure option.  All features are
53835         now mandatory.
53836         * Makerules: Likewise.
53837         * Versions.def: Likewise.
53838         * argp/argp-fmtstream.c: Likewise.
53839         * argp/argp-fmtstream.h: Likewise.
53840         * argp/argp-help.c: Likewise.
53841         * assert/assert.c: Likewise.
53842         * config.h.in: Likewise.
53843         * config.make.in: Likewise.
53844         * configure: Likewise.
53845         * configure.in: Likewise.
53846         * csu/Versions: Likewise.
53847         * csu/init.c: Likewise.
53848         * elf/tst-audit2.c: Likewise.
53849         * elf/tst-tls10.c: Likewise.
53850         * elf/tst-tls10.h: Likewise.
53851         * elf/tst-tls11.c: Likewise.
53852         * elf/tst-tls12.c: Likewise.
53853         * elf/tst-tls14.c: Likewise.
53854         * elf/tst-tlsmod11.c: Likewise.
53855         * elf/tst-tlsmod12.c: Likewise.
53856         * elf/tst-tlsmod13.c: Likewise.
53857         * elf/tst-tlsmod13a.c: Likewise.
53858         * elf/tst-tlsmod14a.c: Likewise.
53859         * elf/tst-tlsmod15b.c: Likewise.
53860         * elf/tst-tlsmod16a.c: Likewise.
53861         * elf/tst-tlsmod16b.c: Likewise.
53862         * elf/tst-tlsmod7.c: Likewise.
53863         * elf/tst-tlsmod8.c: Likewise.
53864         * elf/tst-tlsmod9.c: Likewise.
53865         * gmon/gmon.c: Likewise.
53866         * grp/fgetgrent_r.c: Likewise.
53867         * grp/putgrent.c: Likewise.
53868         * hurd/fopenport.c: Likewise.
53869         * include/libc-symbols.h: Likewise.
53870         * include/tls.h: Likewise.
53871         * intl/gettextP.h: Likewise.
53872         * intl/loadinfo.h: Likewise.
53873         * locale/global-locale.c: Likewise.
53874         * locale/localeinfo.h: Likewise.
53875         * mach/devstream.c: Likewise.
53876         * malloc/arena.c: Likewise.
53877         * malloc/set-freeres.c: Likewise.
53878         * misc/err.c: Likewise.
53879         * misc/getttyent.c: Likewise.
53880         * misc/mntent_r.c: Likewise.
53881         * posix/getopt.c: Likewise.
53882         * posix/wordexp.c: Likewise.
53883         * pwd/fgetpwent_r.c: Likewise.
53884         * resolv/Versions: Likewise.
53885         * resolv/res_hconf.c: Likewise.
53886         * shadow/fgetspent_r.c: Likewise.
53887         * shadow/putspent.c: Likewise.
53888         * stdio-common/printf_fphex.c: Likewise.
53889         * stdio-common/tmpfile.c: Likewise.
53890         * stdlib/abort.c: Likewise.
53891         * stdlib/fmtmsg.c: Likewise.
53892         * sunrpc/auth_unix.c: Likewise.
53893         * sunrpc/clnt_perr.c: Likewise.
53894         * sunrpc/clnt_tcp.c: Likewise.
53895         * sunrpc/clnt_udp.c: Likewise.
53896         * sunrpc/clnt_unix.c: Likewise.
53897         * sunrpc/openchild.c: Likewise.
53898         * sunrpc/svc_simple.c: Likewise.
53899         * sunrpc/svc_tcp.c: Likewise.
53900         * sunrpc/svc_udp.c: Likewise.
53901         * sunrpc/svc_unix.c: Likewise.
53902         * sunrpc/xdr.c: Likewise.
53903         * sunrpc/xdr_array.c: Likewise.
53904         * sunrpc/xdr_rec.c: Likewise.
53905         * sunrpc/xdr_ref.c: Likewise.
53906         * sunrpc/xdr_stdio.c: Likewise.
53908 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
53910         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
53912 2011-07-03  Andreas Jaeger  <aj@suse.de>
53914         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
53915         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
53916         regenerate with gen-libm-tests.pl.
53918 2010-05-12  Petr Baudis  <pasky@suse.cz>
53920         [BZ #11589]
53921         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
53922         around j0() zero points by switching to j1().
53923         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
53924         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
53925         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
53926         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
53928 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
53930         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
53931         instead of 0.
53932         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
53933         instead of 0.
53934         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
53935         Patch in part by Pavel Roskin <proski@gnu.org>.
53937         [BZ #13138]
53938         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
53939         realloc.
53940         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
53941         Free memory block if necessary.
53943         [BZ #12847]
53944         * libio/genops.c (INTDEF): For string streams the _lock pointer can
53945         be NULL.  Don't lock in this case.
53947 2011-09-09  Roland McGrath  <roland@hack.frob.com>
53949         * elf/elf.h (ELFOSABI_GNU): New macro.
53950         (ELFOSABI_LINUX): Define to that.
53952 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
53954         * string/strncat.c (strncat): Undef the symbol in case it has been
53955         defined in bits/string.h.
53957 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
53959         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
53961         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
53962         link map.
53964 2011-08-17  Andreas Jaeger  <aj@suse.de>
53966         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
53968 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
53969             Ian Lance Taylor  <iant@google.com>
53971         * math/libm-test.inc (lround_test): New testcase.
53972         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
53974 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
53976         * Makefile: Remove support for automatic cvs check-ins.
53977         * Makerules: Likewise.
53978         * config.make.in: Likewise.
53979         * configure.in: Likewise.
53980         * intl/Makefile: Likewise.
53981         * locale/Makefile: Likewise.
53982         * po/Makefile: Likewise.
53983         * posix/Makefile: Likewise.
53984         * sysdeps/gnu/Makefile: Likewise.
53985         * sysdeps/mach/hurd/Makefile: Likewise.
53986         * sysdeps/sparc/sparc32/Makefile: Likewise.
53988         [BZ #13118]
53989         * posix/Makefile (bug-regex32-ENV): Define.
53990         Patch by John Stanley <jpsinthemix@verizon.net>.
53992         * misc/Makefile (headers): Add bits/select2.h.
53993         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
53994         * misc/bits/select2.h: New file.
53995         * include/bits/select2.h: New file.
53996         * debug/Makefile (routines): Add fdelt_chk.
53997         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
53998         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
53999         FD_ISSET.
54000         * debug/fdelt_chk.c: New file.
54002         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
54003         * wcsmbs/test-wmemcmp.c: Likewise.
54004         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
54005         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
54007 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54009         * string/Makefile (strop-tests): Add memcmp.
54010         * string/test-wmemcmp.c: New file.
54011         * string/test-memcmp.c: Add wmemcmp support.
54013 2011-09-08  Roland McGrath  <roland@hack.frob.com>
54015         [BZ #13153]
54016         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
54017         2011-07-19 change.
54019         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
54020         garbage value in a __mach_port_mod_refs call in the cases of the
54021         task-self and thread-self ports.
54023 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54025         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
54027 2011-09-08  Andreas Schwab  <schwab@redhat.com>
54029         * elf/dl-load.c (lose): Check for non-null L.
54031 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
54033         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
54035         * elf/dl-libc.c (dlerror_run): Pass back error code from
54036         dl_catch_error.
54038         [BZ #13123]
54039         * elf/dl-load.c (lose): Free l_origin if it is valid.
54041         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
54042         names.
54043         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
54044         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
54045         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
54046         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
54047         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
54048         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
54050 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
54052         * sysdeps/powerpc/fpu/e_hypot.c: New file.
54053         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
54054         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
54055         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
54056         * sysdeps/powerpc/fpu/k_cosf.c: New file.
54057         * sysdeps/powerpc/fpu/k_sinf.c: New file.
54058         * sysdeps/powerpc/fpu/s_cosf.c: New file.
54059         * sysdeps/powerpc/fpu/s_sinf.c: New file.
54060         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
54061         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
54063 2011-08-15  Alan Modra  <amodra@gmail.com>
54065         [BZ #13092]
54066         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
54067         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
54068         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
54069         ppc_mcount to static-only-routines.
54070         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
54071         __mcount_internal.
54072         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
54073         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
54075 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
54077         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
54078         for finite and infinity parameters.
54080 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
54082         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
54083         and add nop instructions for throughput optimization.
54084         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
54086 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
54088         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
54089         aligned copy for power7 with vector-scalar instructions.
54090         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
54092 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
54094         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
54095         AVX check.
54097 2011-09-07  Andreas Schwab  <schwab@redhat.com>
54099         [BZ #13144]
54100         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
54101         last change.
54103 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
54105         * sysdeps/unix/sysv/linux/x86_64/init-first.c
54106         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
54107         syscall wrapper around clock_gettime in __vdso_clock_gettime.
54108         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
54109         clock_gettime.
54111 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
54113         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
54114         Forgot to demangle the pointer.
54116         * sysdeps/i386/sysdep.h: Define atom_text_section.
54117         * sysdeps/x86_64/sysdep.h: Likewise.
54118         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
54119         section with atom_text_section.
54120         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
54121         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
54122         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
54123         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
54124         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
54126         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
54127         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
54128         already be defined.  Change to take two parameters and don't assign
54129         result to variable.  Adjust all users.
54130         Define INTERNAL_GETTIME if not already defined.
54131         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
54132         call.
54133         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
54134         HAVE_CLOCK_GETTIME_VSYSCALL.
54135         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
54137         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
54138         gettimeofday vsyscall, just use time.
54140 2011-09-06  Andreas Schwab  <schwab@redhat.com>
54142         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
54143         <errno.h>.
54145 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
54147         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
54148         syscall on x86-64.
54149         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
54150         syscall.
54151         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
54152         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
54153         syscall if possible.
54155 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
54157         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
54158         e_ident.  Don't pass to find_mapsXX.
54159         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
54161 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54163         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54164         strchr-sse2-no-bsf strrchr-sse2-no-bsf
54165         * sysdeps/x86_64/multiarch/strchr.S: Update.
54166         Check bit_slow_BSF bit.
54167         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
54168         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
54169         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
54171 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
54173         [BZ #13134]
54174         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
54175         before glibc 2.15.
54176         (tryshell): Define.
54177         (__spawni): Change last parameter to be flag.  Test
54178         SPAWN_XFLAGS_USE_PATH flag to use path or not.
54179         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
54180         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
54181         * posix/spawni.c: Likewise.
54182         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
54183         * posix/spawnp.c: Likewise.  Change normal version to use
54184         SPAWN_XFLAGS_USE_PATH.
54185         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
54186         SPAWN_XFLAGS_TRY_SHELL.
54188         [BZ #13150]
54189         * posix/glob.h: Remove gcc 1.x support.
54191         [BZ #13068]
54192         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
54194 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54196         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54197         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
54198         strrchr-sse2-bsf
54199         * sysdeps/i386/i686/multiarch/strchr.S: New file.
54200         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
54201         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
54202         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
54203         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
54204         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
54206 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54208         * sysdeps/x86_64/wcscmp.S: New file.
54210         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
54211         wcscmp-c wcscmp-sse2
54212         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
54213         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
54214         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
54215         * wcsmbs/wcscmp.c: Allow renaming.
54217 2011-09-05  David S. Miller  <davem@davemloft.net>
54219         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
54220         stack slot, rather than the struct return pointer slot.
54221         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
54222         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
54223         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
54224         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
54226 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
54228         * po/ja.po: Update from translation team.
54230         [BZ #13144]
54231         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
54232         kernel in 64-bit binaries.
54234 2011-09-01  David S. Miller  <davem@davemloft.net>
54236         * elf/elf.h (HWCAP_SPARC_*): Move to..
54237         * sysdeps/sparc/sysdep.h: this new file and add new values.
54238         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
54239         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
54240         _DL_HWCAP_COUNT to 24.
54241         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
54242         entries.
54243         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
54244         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
54245         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
54246         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
54247         instead of magic constants.
54248         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
54250 2011-08-31  David S. Miller  <davem@davemloft.net>
54252         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
54253         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
54254         Reimplement to do errno handling inline.
54255         (SYSCALL_ERROR_HANDLER): New macro.
54256         (__SYSCALL_STRING): Do not do errno handling in asm.
54257         (__CLONE_SYSCALL_STRING): Delete.
54258         (__INTERNAL_SYSCALL_STRING): Delete.
54259         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
54260         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
54261         (PSEUDO): Reimplement to do errno handling inline.
54262         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
54263         (SYSCALL_ERROR_HANDLER): New macro.
54264         (__SYSCALL_STRING): Do not do errno handling in asm.
54265         (__CLONE_SYSCALL_STRING): Delete.
54266         (__INTERNAL_SYSCALL_STRING): Delete.
54267         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
54268         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
54269         i386.
54270         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
54271         (inline_syscall*): Add 'err' argument.
54272         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
54273         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
54274         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
54275         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
54277         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
54278         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
54280 2011-08-30  Andreas Schwab  <schwab@redhat.com>
54282         * elf/rtld.c (dl_main): Relocate objects in dependency order.
54284 2011-08-29  Jiri Olsa <jolsa@redhat.com>
54286         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
54287         directive.
54289 2011-08-24  David S. Miller  <davem@davemloft.net>
54291         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
54293 2011-08-24  Andreas Schwab  <schwab@redhat.com>
54295         * elf/Makefile: Add rules to build and run unload8 test.
54296         * elf/unload8.c: New file.
54297         * elf/unload8mod1.c: New file.
54298         * elf/unload8mod1x.c: New file.
54299         * elf/unload8mod2.c: New file.
54300         * elf/unload8mod3.c: New file.
54302         * elf/dl-close.c (_dl_close_worker): Reset private search list if
54303         it wasn't used.
54305 2011-08-23  David S. Miller  <davem@davemloft.net>
54307         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
54308         subtract stack bias.
54309         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
54310         %sp not %fp in calculations.
54311         (_JMPBUF_UNWINDS_ADJ): Likewise.
54313         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
54314         (aio_suspend): Call it to force an exception region around the
54315         AIO_MISC_WAIT() invocation.
54317 2011-08-23  Andreas Schwab  <schwab@redhat.com>
54319         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
54320         backslash.
54322 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
54324         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
54325         protection macro.
54326         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
54327         and <dl-machine.h>.
54328         (Elf64_FuncDesc): Remove.
54330 2011-08-22  David S. Miller  <davem@davemloft.net>
54332         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
54333         sigaltstack check, add missing cfi directives.
54334         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
54335         missing cfi directives, and sigaltstack handling.
54337 2011-08-16  Andreas Schwab  <schwab@redhat.com>
54339         [BZ #11724]
54340         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
54341         object is seen twice.
54342         * elf/dl-fini.c (_dl_sort_fini): Likewise.
54344         * elf/Makefile (distribute): Add tst-initorder2.c.
54345         (tests): Add tst-initorder2.
54346         (modules-names): Add tst-initorder2a tst-initorder2b
54347         tst-initorder2c tst-initorder2d.  Add rules to build them.
54348         ($(objpfx)tst-initorder2.out): New rule.
54349         * elf/tst-initorder2.c: New file.
54350         * elf/tst-initorder2.exp: New file.
54352 2011-08-22  Andreas Schwab  <schwab@redhat.com>
54354         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
54356         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
54357         dependencies back to end of function.
54359         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
54360         $(elfobjdir)/ld.so.
54362 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
54364         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
54365         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
54366         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
54367         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
54368         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
54369         of __vdso_gettimeofday.
54370         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
54371         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
54372         attribute_hidden.
54373         (_libc_vdso_platform_setup): Remove initialization of
54374         __vdso_gettimeofday and __vdso_time.
54376 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
54378         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
54379         and fgetc_unlocked.
54380         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
54381         getc_unlocked.
54383         * elf/dl-open.c (add_to_global): Report additions to the global scope
54384         for LD_DEBUG=scopes.
54385         (dl_open_worker): Also print scope of newly loaded dependencies.
54386         (_dl_show_scope): Indicate if there is no scope.
54388         [BZ #13114]
54389         * stdio-common/Makefile (tests): Add bug24.
54390         * stdio-common/bug24.c: New file.
54392 2011-08-19  Andreas Jaeger  <aj@suse.de>
54394         [BZ #13114]
54395         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
54396         non-existant file when using close-on-exec mode.
54398 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
54400         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
54401         the very first instruction.
54403         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
54404         the CFI state in the end.
54405         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
54406         inclusion of dl-trampoline.h.
54407         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
54409 2011-08-19  Andreas Schwab  <schwab@redhat.com>
54411         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
54412         expectations for long double.
54414         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
54415         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
54417 2011-08-14  David S. Miller  <davem@davemloft.net>
54419         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
54420         artificual limit depends upon the system page size.
54422 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
54424         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
54425         * resolv/Makefile: Define CFLAGS-libresolv.
54427 2011-08-17  Andreas Schwab  <schwab@redhat.com>
54429         * nss/makedb.c (compute_tables): Make variables used in nested
54430         function static.
54432 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
54434         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
54435         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
54436         if buffer was too small.
54438         * elf/pldd.c (main): Attach to all threads in the process.
54439         Rewrite /proc handling to use *at functions.
54441 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
54443         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
54444         specifies first scope to show.
54445         (dl_open_worker): Update callers.  Move printing scope of new
54446         object to before the relocation.
54447         * elf/rtld.c (dl_main): Update _dl_show_scope call.
54448         * sysdeps/generic/ldsodefs.h: Update declaration.
54450         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
54451         string for the scope number.
54453 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
54455         * nscd/servicescache.c (cache_addserv): Make sure written is always
54456         initialized.
54458 2011-08-14  Roland McGrath  <roland@hack.frob.com>
54460         * sysdeps/i386/i486/bits/atomic.h
54461         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
54462         statement expression, so as to suppress "set but not used" warning.
54463         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
54465         * string/strncat.c (STRNCAT): Use prototype definition.
54467         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
54468         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
54469         -Iprograms here.
54470         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
54471         (localedef-modules): Add localedef.
54472         (locale-modules): Add locale.
54474         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
54475         * elf/rtld.c (dl_main): Invert order of assignment in last change,
54476         to avoid a warning.
54478 2011-08-14  David S. Miller  <davem@davemloft.net>
54480         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
54481         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
54483 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
54485         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
54486         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
54487         * elf/rtld.c (dl_main): Set l_name of vDSO.
54488         Call _dl_show_scope when DL_DEBUG_SCOPES.
54489         (process_dl_debug): Recognize scopes flag and also set it for all.
54490         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
54491         Declare _dl_show_scope.
54493         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
54494         (do_dlopen): Pass caller_dlopen to dl_open.
54495         (__libc_dlopen_mode): Initialize caller_dlopen.
54497         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
54498         of libc.  Make tolower call locale-independent.  Optimize a bit by
54499         using isdigit instead of isalnum.
54500         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
54502 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
54504         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
54505         was a dependency or dynamically loaded.
54507 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
54509         * intl/l10nflist.c: Allow architecture-specific pop function.
54510         * sysdeps/x86_64/l10nflist.c: New file.
54512         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
54513         classification.
54515 2011-08-10  Andreas Schwab  <schwab@redhat.com>
54517         * include/dirent.h: Add libc_hidden_proto for scandirat and
54518         scandirat64.  Don't declare __scandirat64.
54519         * dirent/scandirat.c: Add libc_hidden_def.
54520         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
54521         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
54523 2011-08-10  David S. Miller  <davem@davemloft.net>
54525         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
54526         enum.
54527         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
54528         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
54529         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
54531 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
54533         * Versions.def [libc]: Add GLIBC_2.15.
54534         * dirent/Makefile (routines): Add scandirat and scandirat64.
54535         * dirent/Versions [libc]: Export scandirat and scandirat64 for
54536         GLIBC_2.15.
54537         * dirent/dirent.h: Declare scandirat and scandirat64.
54538         * dirent/scandirat.c: New file.
54539         * dirent/scandirat64.c: New file.
54540         * sysdeps/wordsize-64/scandirat.c: New file.
54541         * sysdeps/wordsize-64/scandirat64.c: New file.
54542         * dirent/opendir.c: Define opendirat.
54543         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
54544         using scandirat.
54545         * dirent/scandir64.c: Adjust for scandir.c change.
54546         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
54547         __scandirat64, and __scandir_cancel_handler.
54548         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
54549         additional parameter and use openat instead of open (outside of ld.so).
54550         Add new __opendir as wrapper around __opendirat.
54551         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
54552         here without requiring old scandirat implementation.
54554 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
54556         * dirent/scandir.c (cancel_handler): Renamed to
54557         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
54558         defined.  Adjust users.
54559         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
54560         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
54562 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
54564         * string/test-string.h (IMPL): Use __STRING to expand name and then
54565         stringify it.
54567         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
54568         of cleanups.
54570 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54572         * string/Makefile: Update.
54573         (strop-tests): Append strncat.
54574         * string/test-wcscmp.c: New file.
54575         New comprehensive test for wcscmp.
54576         * string/test-strcmp.c: Update.
54577         (WIDE): New define.
54579 2011-07-22  Andreas Schwab  <schwab@redhat.com>
54581         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
54582         line.
54584 2011-07-26  Andreas Schwab  <schwab@redhat.com>
54586         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
54587         encoding to ACE if AI_IDN.
54589 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
54591         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
54592         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
54594 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54596         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
54597         Fix overflow bug in strncat.
54598         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
54600         * string/test-strncat.c: Update.
54601         Add new tests for checking overflow bugs.
54603 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54605         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54606         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
54607         * sysdeps/i386/i686/multiarch/strcat.S: New file.
54608         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
54609         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
54610         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
54611         * sysdeps/i386/i686/multiarch/strncat.S: New file.
54612         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
54613         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
54615         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
54616         (USE_AS_STRCAT): Define.
54617         Add strcat and strncat support.
54618         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
54620 2011-07-25  Andreas Schwab  <schwab@redhat.com>
54622         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
54623         __n bigger than INT_MAX+1.
54624         (__strncmp_g): Likewise.
54626 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
54628         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
54629         * libio/stido.h: Likewise.
54631         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
54632         (AF_NFC): Define.
54633         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
54634         (AF_NFC): Define.
54636         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
54637         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
54638         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
54639         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
54640         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
54642         [BZ #13021]
54643         * scripts/test-installation.pl: Don't expect libnss_test1 to be
54644         installed.
54646         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
54647         typo.
54648         (_dl_x86_64_save_sse): Likewise.
54650 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
54652         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
54653         OSXSAVE.
54654         (_dl_x86_64_save_sse): Likewise.
54656         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
54658         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
54660 2011-07-21  Andreas Schwab  <schwab@redhat.com>
54662         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
54663         change.
54664         (_dl_x86_64_save_sse): Use correct AVX check.
54666 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54668         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
54669         bug in strncpy/strncat.
54670         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
54672 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
54674         * string/tester.c (test_strcat): Add tests for different alignments
54675         of source and destination.
54676         (test_strncat): Likewise.
54678 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
54680         [BZ #12852]
54681         * posix/glob.c (glob): Check passed in values before using them in
54682         expressions to avoid some overflows.
54683         (glob_in_dir): Likewise.
54685         [BZ #13007]
54686         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
54687         check for AVX enablement so that we don't crash with old kernels and
54688         new hardware.
54689         * elf/tst-audit4.c: Add same checks here.
54690         * elf/tst-audit6.c: Likewise.
54692         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
54694 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
54696         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
54698 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
54700         * po/cs.po: Update from translation team.
54701         * po/bg.po: Likewise.
54703 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
54705         * misc/sys/cdefs.h: Add support for const attribute.
54706         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
54707         to gnu_dev_{major,minor,makedev} functions.
54709 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
54711         * intl/dcigettext.c (get_output_charset): Add missing bracket.
54713 2011-07-20  Andreas Schwab  <schwab@redhat.com>
54715         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
54716         strlen results.
54718 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
54720         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
54721         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
54722         register in order to avoid conflicts with the soft frame pointer
54723         being held in r11 when necessary.
54724         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
54725         (INTERNAL_VSYSCALL_NCS): Likewise.
54727 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
54729         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
54730         * elf/dl-fini.c (_dl_fini): Adjust caller.
54731         * elf/dl-close.c (_dl_close_worker): Likewise.
54732         * sysdeps/generic/ldsodefs.h: Adjust declaration.
54734 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
54736         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
54737         "aux_cache->nlibs < 0".
54739         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
54740         in the reload-count case.
54742 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54744         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54745         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
54746         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
54747         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
54748         * sysdeps/x86_64/multiarch/strcat.S: New file.
54749         * sysdeps/x86_64/multiarch/strncat.S: New file.
54750         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
54751         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
54752         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
54753         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
54754         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
54755         (USE_AS_STRCAT): Define.
54756         Add strcat and strncat support.
54757         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
54758         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
54759         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
54760         * string/strncat.c: Update.
54761         (USE_AS_STRNCAT): Define.
54762         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54763         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
54764         and i7.
54765         * sysdeps/x86_64/multiarch/init-arch.h
54766         (bit_Prefer_PMINUB_for_stringop): New.
54767         (index_Prefer_PMINUB_for_stringop): Likewise.
54768         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
54769         bit_Prefer_PMINUB_for_stringop.
54771 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
54773         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
54774         buffer64.
54775         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
54776         of casting of buffer.
54777         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
54778         buffer32 and buffer64.
54779         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
54780         writes instead of casting of buffer.
54781         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
54782         buffer32.
54783         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
54784         casting of buffer.
54786 2011-07-19  Andreas Schwab  <schwab@redhat.com>
54788         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
54790 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
54792         * nscd/nscd.c (termination_handler): Don't do anything for a database
54793         if it has not yet been initialized.
54795 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
54797         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
54799 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
54801         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
54803 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
54805         * po/nl.po: Update from translation team.
54806         * po/sv.po: Likewise.
54808 2011-07-16  Roland McGrath  <roland@hack.frob.com>
54810         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
54811         now disallowed by GCC.
54813         * configure.in (use-default-link): Default to yes if a test -shared
54814         link meets our qualifications.
54815         * configure: Regenerated.
54817         * config.make.in (output-format): New variable.
54818         * configure.in: Check for ld --print-output-format support.
54819         * configure: Regenerated.
54820         * Makerules ($(common-objpfx)format.lds)
54821         [$(output-format) != unknown]: Just use $(output-format),
54822         instead of the linker-script munging.
54824 2011-07-14  Roland McGrath  <roland@hack.frob.com>
54826         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
54827         of $(common-objpfx)shlib.lds.
54828         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
54830         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
54831         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
54833         * configure.in (-z relro check): Adjust test code to add a large
54834         writable data section after it.
54835         * configure: Regenerated.
54837 2011-07-11  Roland McGrath  <roland@hack.frob.com>
54839         * configure.in (-z relro check): Fix test code to make the variable
54840         truly const.
54841         * configure: Regenerated.
54843 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
54845         * nscd/nscd.h (struct traced_file): Define.
54846         (struct database_dyn): Remove inotify_descr, reset_res, and filename
54847         elements.  Add traced_files.
54848         (inotify_fd): Declare.
54849         (register_traced_file): Declare.
54850         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
54851         (inotify_fd): Export.
54852         (resolv_conf_descr): Remove.
54853         (nscd_init): Move inotify descriptor creation to main.
54854         Don't register files for notification here.
54855         (register_traced_file): New function.
54856         (invalidate_cache): Don't use reset_res to determine whether to call
54857         res_init, go through the list of registered files.
54858         (main_loop_poll): The inotify descriptors are now stored in the
54859         structures for the traced files.
54860         (main_loop_epoll): Likewise
54861         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
54862         to __nss_disable_nscd.
54863         * nscd/cache.c (prune_cache): There is no single inotify descriptor
54864         for a database anymore.  Check the records for all the registered
54865         files instead.
54866         * nss/Makefile (libnss_files-routines): Add files-init.
54867         (libnss_db-routines): Add db-init.
54868         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
54869         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
54870         * nss/nss_db/db-init.c: New file.
54871         * nss/nss_files/files-init.c: New file.
54872         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
54873         __nss_lookup_function.
54874         (__nss_lookup_function): Call nss_load_library.
54875         (nss_load_all_libraries): New function.
54876         (__nss_disable_nscd): Take parameter with callback function for files
54877         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
54878         used for the cached services.
54879         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
54880         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
54881         options for features to all the files in nscd.
54883         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
54885 2011-07-10  Roland McGrath  <roland@hack.frob.com>
54887         * csu/elf-init.c (__libc_csu_init): Comment typo.
54889 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
54891         * po/pl.po: Update from translation team.
54892         * po/ja.po: Likewise.
54893         * po/ru.po: Likewise.
54894         * po/ko.po: Likewise.
54895         * po/fr.po: Likewise.
54897 2011-07-09  Roland McGrath  <roland@hack.frob.com>
54899         * configure.in (.ctors/.dtors header and trailer check):
54900         Use an empirical test on a built program.
54901         * configure: Regenerated.
54903         * configure.in (-z relro check): Use an empirical test on a built DSO.
54904         Detect, but do not require, on ia64.
54905         * configure: Regenerated.
54907         * configure.in (READELF): Find it with AC_CHECK_TOOL.
54908         Update tests that use readelf to use $READELF instead.
54909         * configure: Regenerated.
54911 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
54913         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
54914         if the result is not used.
54916 2011-07-05  Andreas Jaeger  <aj@suse.de>
54918         [BZ#9696]
54919         * stdlib/tst-strtod.c: Add testcase.
54921 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
54923         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
54924         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
54925         The latter has a higher limit.  Take additional parameter to pass to
54926         the new function.
54927         (__pathconf): Pass file to __statfs_link_max.
54928         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
54929         __statfs_link_max.
54930         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
54931         __statfs_link_max.
54933         [BZ #12868]
54934         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
54935         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
54936         Handle Lustre.
54937         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
54938         (__statfs_filesize_max): Likewise.
54939         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
54941 2011-07-05  Andreas Jaeger  <aj@suse.de>
54943         * resolv/res_comp.c (dn_skipname): Remove unused variable.
54945 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
54947         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
54948         `status' variable.
54949         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
54950         Likewise.
54952 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
54954         * Makefile (strop-tests): Add strncat.
54955         * string/test-strncat.c: New file.
54957 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
54959         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
54961 2011-06-21  Andreas Jaeger  <aj@suse.de>
54963         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
54964         Copy rule from iconvdata/Makefile.
54966 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
54968         [BZ #12922]
54969         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
54970         but no long options are defined, just return 'W'.
54972 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
54974         [BZ #9696]
54975         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
54977 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
54979         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
54980         netgroups to read.
54981         (innetgr): Likewise.
54983 2011-07-05  Roland McGrath  <roland@hack.frob.com>
54985         * config.make.in (install_root): Default to $(DESTDIR).
54987 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
54989         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
54991 2011-07-02  Roland McGrath  <roland@hack.frob.com>
54993         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
54995         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
54996         containing directory rather than embedding absolute directory names.
54998         * scripts/check-local-headers.sh: Rewritten using awk.
54999         Match by word, not by line.  Print error messages for matches.
55000         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
55002         * Makerules [shlib-lds-flags empty]:
55003         ($(common-objpfx)libc_pic.opts): New target.
55004         ($(common-objpfx)libc_pic.os.clean): New target.
55005         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
55007         * config.make.in (OBJCOPY): New variable.
55008         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
55009         * configure: Regenerated.
55011         * config.make.in (use-default-link): New variable.
55012         * configure.in (use_default_link): Grok --with-default-link to set it.
55013         * configure: Regenerated.
55014         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
55015         (shlib-lds, shlib-lds-flags): Define to empty.
55017         * Makerules (shlib-lds): New variable.
55018         (shlib-lds-flags): New variable.
55019         (build-shlib, build-moduile, build-module-asneeded): Use it.
55020         ($(common-objpfx)libc.so): Use $(shlib-lds).
55021         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
55022         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
55024         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
55025         DT_FLAGS/DT_FLAGS_1 with zero flags.
55027         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
55028         linker script munging.
55030 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
55032         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
55033         as 128-bit value.
55034         * crypt/sha512.c (sha512_process_block): Perform total addition using
55035         128-bit if possible.
55036         (__sha512_finish_ctx): Likewise.
55037         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
55038         as 64-bit value.
55039         * crypt/sha256.c (SWAP64): Define.
55040         (sha256_process_block): Perform total addition using 64-bit if
55041         possible.
55042         (__sha256_finish_ctx): Likewise.
55044 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
55046         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
55047         * nscd/initgrcache.c (addinitgroupsX): Likewise.
55048         * nscd/hstcache.c (cache_addhst): Likewise.
55049         * nscd/grpcache.c (cache_addgr): Likewise.
55050         * nscd/aicache.c (addhstaiX): Likewise
55051         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
55053 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
55055         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
55056         * nscd/initgrcache.c (addinitgroupsX): Likewise.
55057         * nscd/hstcache.c (cache_addhst): Likewise.
55058         * nscd/grpcache.c (cache_addgr): Likewise.
55059         * nscd/aicache.c (addhstaiX): Likewise
55061 2011-07-01  Andreas Schwab  <schwab@redhat.com>
55063         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
55064         domain only when needed.
55066 2011-06-30  Andreas Schwab  <schwab@redhat.com>
55068         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
55069         is always restored.
55071 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
55073         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
55074         are re-adding the entry.
55075         * nscd/servicescache.c (cache_addserv): Likewise.
55077 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
55079         * sysdeps/generic/dl-irel.h: fix protection against multiple
55080         inclusions.
55081         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
55083 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
55085         [BZ #12935]
55086         * malloc/memusage.sh: Fix quoting in message.
55087         * debug/xtrace.sh: Likewise.
55089         * configure.in: Remove support for --experimental-malloc option, make
55090         it the default.
55091         * config.make.in: Likewise.
55092         * malloc/Makefile: Likewise.
55094 2011-06-27  Andreas Schwab  <schwab@redhat.com>
55096         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
55097         two-byte characters.
55099 2011-06-27  Roland McGrath  <roland@hack.frob.com>
55101         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
55102         AC_CACHE_CHECK invocation.
55103         * configure: Regenerated.
55105         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
55107 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
55109         [BZ #12350]
55110         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
55111         bit from old_res_options.
55113         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
55115         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
55116         value type for setfct.
55118 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
55120         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
55121         __gettimeofday instead of gettimeofday.
55123 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
55125         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
55127 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
55129         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
55131         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
55132         info.
55134 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
55136         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55137         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
55138         strcpy-sse2-unaligned strncpy-sse2-unaligned
55139         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
55140         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
55141         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
55142         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
55143         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
55144         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
55145         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
55146         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
55147         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
55148         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
55149         (STRCPY): Support SSE2 and SSSE3 versions.
55151 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
55153         [BZ #12874]
55154         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
55155         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
55156         kernels which artificially limit size of requests.
55158 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
55160         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
55161         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
55162         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
55163         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
55164         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
55165         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
55166         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
55167         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
55168         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
55169         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
55170         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
55171         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
55172         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
55173         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
55174         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
55175         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55176         Enable unaligned load optimization for Intel Core i3, i5 and i7
55177         processors.
55178         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
55179         Define.
55180         (index_Fast_Unaligned_Load): Define.
55181         (HAS_FAST_UNALIGNED_LOAD): Define.
55183 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
55185         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
55187 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
55189         [BZ #12907]
55190         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
55191         until it is clear that the information is realy needed.
55192         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
55194 2011-06-22  Andreas Schwab  <schwab@redhat.com>
55196         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
55198 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
55200         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
55201         /sys/devices/system/cpu/online if it is usable.
55203         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
55204         reading the information from the /proc filesystem to once a second.
55206 2011-06-21  Andreas Jaeger  <aj@suse.de>
55208         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
55209         NULL after inclusion of kernel headers.
55211 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
55213         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
55214         calls to internal_setent.
55216         [BZ #12885]
55217         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
55218         addresses using gethostbyname4_r ignore IPv4 addresses.
55220         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
55221         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
55223         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
55225 2011-06-20  David S. Miller  <davem@davemloft.net>
55227         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
55228         inclusions.
55229         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
55231         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
55232         (elf_irel): Use it.
55233         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
55234         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
55235         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
55236         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
55237         * sysdeps/x86_64/dl-irel.h: Likewise.
55239         * elf/dl-runtime.c: Use elf_ifunc_invoke.
55240         * elf/dl-sym.c: Likewise.
55242 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
55244         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
55245         need to dereference resplen2.
55247 2011-06-14  Andreas Schwab  <schwab@redhat.com>
55249         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
55251 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
55253         * Makeconfig: Define vardbdir and inst_vardbdir.
55254         * nss/Makefile: Add rules to install db-Makefile.
55256         * nss/nss_db/db-XXX.c: Cleanup.
55258         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
55259         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
55260         GLIBC_PRIVATE.
55261         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
55262         * nss/makedb.c: Implement -g option to specify that value strings
55263         are generated and should not be added to table iterated over for
55264         get*ent calls.
55265         * nss/nss_db/db-initgroups.c: New file.
55267         * nss/getent.c: Add support for initgroups lookups through getgrouplist
55268         interface.
55270         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
55271         (internal_getgrouplist): Adjust to name change.
55272         Update use_initgroups_entry if this is not the first call.
55273         * nss/databases.def: Add initgroups entry.
55275         * nss/makedb.c (compute_tables): Check result of multiple hash table
55276         sizes to minimize maximum chain length.
55278 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
55280         * Versions.def: Add entry for libnss_db.
55281         * shlib-versions: Likewise.
55282         * nss/Makefile: Add rules to build libnss_db.
55283         * nss/Versions: Add libnss_db information.  Organize libnss_files
55284         entries better.
55285         * nss/db-Makefile: Add gshadow support.  Change rules for the new
55286         makedb progra.  Some minor improvements to generate smaller files.
55287         * nss/nss_db/nss_db.h: Move NSS database header data structures to
55288         here from...
55289         * nss/makedb.c: ...here.
55290         Improve database format to be smaller and require less memory at
55291         runtime.
55292         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
55293         db anymore.
55294         * nss/nss_db/db-netgrp.c: Likewise.
55295         * nss/nss_db/db-open.c: Likewise.
55296         * nss/nss_files/flies-XXX.x: Adjust comments.
55297         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
55298         * nss/nss_files/files-grp.c: Likewise.
55299         * nss/nss_files/files-hosts.c: Likewise.
55300         * nss/nss_files/files-network.c: Likewise.
55301         * nss/nss_files/files-proto.c: Likewise.
55302         * nss/nss_files/files-pwd.c: Likewise.
55303         * nss/nss_files/files-rpc.c: Likewise.
55304         * nss/nss_files/files-service.c: Likewise.
55305         * nss/nss_files/files-sgrp.c: Likewise.
55306         * nss/nss_files/files-spwd.c: Likewise.
55307         * nss/nss_db/db-alias.c: Removed.
55308         * nss/nss_db/dummy-db.h: Removed.
55310 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
55312         * nss/makedb.c: Rewritten to not use database library.
55313         * nss/Makefile: Update to build new makedb program.
55315 2011-06-14  Andreas Jaeger  <aj@suse.de>
55317         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
55318         memset declaration.
55320 2011-06-10  Andreas Schwab  <schwab@redhat.com>
55322         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
55323         tmpbuf.
55325 2011-06-10  Roland McGrath  <roland@hack.frob.com>
55327         * Makerules (shlib.lds): Fail if the linker script comes out empty.
55328         * elf/Makefile ($(objpfx)ld.so): Likewise.
55330         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
55331         Don't list ld.so twice in dependencies.
55333         * posix/bug-regex31.c: Include <stdlib.h>.
55335         * nscd/hstcache.c (cache_addhst): Remove unused variable.
55337         * nis/nss_compat/compat-spwd.c
55338         (getspent_next_nss_netgr): Remove unused variable.
55339         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
55341         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
55342         nonmembers" output to use the right array.
55344         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
55346         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
55348         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
55349         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
55350         * catgets/gencat.c (read_input_file): Likewise.
55351         * locale/programs/locarchive.c (enlarge_archive): Likewise.
55353         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
55354         variable definition inside #if's controlling its use.
55356         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
55358         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
55360         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
55362         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
55363         unreachable code.
55365         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
55367         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
55368         * configure: Regenerated.
55370         * Makerules: Revert last change.
55371         * elf/Makefile: Likewise.
55373 2011-06-09  Roland McGrath  <roland@hack.frob.com>
55375         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
55376         * elf/Makefile ($(objpfx)librtld.os): Likewise.
55377         (reloc-link): Likewise.
55379 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
55381         * elf/Makefile: Add rules to build pldd.
55382         * elf/pldd.c: New file.
55383         * elf/pldd-xx.c: New file.
55385 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
55387         * version.h: Update for 2.15 development version.
55389 2011-06-07  David S. Miller  <davem@davemloft.net>
55391         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
55392         ifuncs.
55393         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
55394         elf_machine_lazy_rel): Likewise.
55395         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
55396         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
55397         elf_machine_lazy_rel): Likewise.
55398         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
55399         dl_hwcap via passed in argument.
55400         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
55401         Likewise.
55403 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55405         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
55407 2011-06-06  Roland McGrath  <roland@hack.frob.com>
55409         [BZ #12849]
55410         * manual/fdl-1.1.texi: New file, verbatim from:
55411         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
55412         * manual/lgpl-2.1.texi: New file, verbatim from:
55413         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
55414         * manual/Makefile (licenses): New variable, list those new file names.
55415         (texis): Use it.
55416         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
55418         * manual/fdl.texi: File removed.
55419         * manual/lesser.texi: File removed.
55420         * manual/libc.texinfo (Copying, Documentation License):
55421         Use new @include file names, put @appendix directive before @include.
55423 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
55425         [BZ #12841]
55426         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
55427         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
55428         (mq_open): Add __NTH.
55430 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
55432         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55433         Assume Intel Core i3/i5/i7 processor if AVX is available.
55435 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
55437         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
55438         typo.
55440 2011-05-31  Andreas Schwab  <schwab@redhat.com>
55442         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
55443         memory.  Use alloca_account.  Fix memory leak when retrying.
55445 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
55447         * version.h (RELEASE): Bump for 2.14 release.
55448         * include/features.h (__GLIBC_MINOR__): Bump to 14.
55450         * config.make.in (RANLIB): Remove entry.
55452 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
55454         * po/Makefile (po-sed-cmd): Add ksh to extensions.
55455         (libc.pot): Work around missing support for .ksh extension in xgettext.
55457         [BZ #12684]
55458         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
55459         if both request failed.
55460         (send_dg): In case of server errors clear resplen or *resplen2.
55462         [BZ #12454]
55463         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
55464         when there are multiple maps.
55465         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
55466         (_dl_fini): Remove test here.
55468         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
55470 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
55472         [BZ #12350]
55473         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
55474         bit from old_res_options.
55475         (gaih_inet): Likewise.
55477         [BZ #11099]
55478         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
55479         as signed.
55481         * resolv/res_init.c (res_setoptions): Make the code more compact.
55483         [BZ #11558]
55484         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
55485         set RES_USEVC.
55487         [BZ #11634]
55488         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
55490         * malloc/malloc.h: Mark malloc hook variables as deprecated.
55492         [BZ #11781]
55493         * malloc/malloc.h: Declare malloc hook variables as volatile.
55495         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
55496         in last patch.
55498         [BZ #11799]
55499         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
55500         raise in the comment.
55501         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
55502         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
55503         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
55505 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
55507         [BZ #12811]
55508         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
55509         grow the buffers more if it already has to be sufficient.
55510         (build_wcs_upper_buffer): Likewise.
55511         * posix/regexec.c (check_matching): Likewise.
55512         (clean_state_log_if_needed): Likewise.
55513         (extend_buffers): Don't enlarge buffers beyond size of the input
55514         buffer.
55515         Patches mostly by Emil Wojak <emil@wojak.eu>.
55516         * posix/bug-regex32.c: New file.
55517         * posix/Makefile (tests): Add bug-regex32.
55519         * locale/findlocale.c (_nl_find_locale): Return right away if
55520         _nl_explode_name failed.
55521         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
55523         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
55525         * debug/xtrace.sh: Unify messages.
55526         * malloc/memusage.sh: Likewise.
55528         [BZ #12813]
55529         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
55530         time symbol from vDSO.  Substitute with vsyscall if not available.
55531         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
55532         __vdso_time.
55534         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
55535         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
55536         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
55537         Add sendmmsg and internal_sendmmsg.
55538         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
55539         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
55540         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
55542         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
55543         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
55544         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
55546 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
55548         [BZ #12813]
55549         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
55550         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
55551         available.
55552         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
55553         __vdso_getcpu.
55555         [BZ #12814]
55556         * iconvdata/Makefile (tests): Add bug-iconv9.
55557         * iconvdata/bug-iconv9.c: New file.
55559 2011-05-27  Andreas Schwab  <schwab@redhat.com>
55561         [BZ #12814]
55562         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
55564 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
55566         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
55567         (struct user_regs_struct): Change intcs field back to cs.
55569 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
55571         * po/ja.po: Update from translation team.
55573 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
55575         [BZ #12795]
55576         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
55577         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
55579 2011-05-20  Andreas Schwab  <schwab@redhat.com>
55581         * stdlib/longlong.h: Update from GCC.
55583 2011-05-23  Andreas Schwab  <schwab@redhat.com>
55585         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
55586         parameter name.
55587         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
55588         Add parameter name.
55589         (__sysconf): Pass it down.
55591 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
55593         [BZ #12671]
55594         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
55595         some situations.
55596         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
55597         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
55598         add in in __libc_use_alloca calls.  Adjust callers.
55599         (glob): Use malloc in some situations.
55601         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
55602         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
55603         pltexit.
55605 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
55607         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
55608         and CLOCK_BOOTTIME_ALARM.
55610         [BZ #12782]
55611         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
55612         is returned.
55614         * string/_strerror.c (__strerror_r): Print negative errors as signed
55615         numbers.
55617         [BZ #12777]
55618         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
55619         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
55620         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
55622         * configure.in: Fix typo in redirection and correct removal of test
55623         files in two cases.
55625         [BZ #12788]
55626         * locale/setlocale.c (new_composite_name): Fix test to check for
55627         identical name of all categories.
55629         [BZ #12792]
55630         * libio/filedoalloc.c (local_isatty): New function.
55631         (_IO_file_doallocate): Use local_isatty.
55632         * stdio-common/perror.c (perror): In case a new stream is used
55633         forward the stream error.
55634         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
55635         error flag.
55637 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
55639         [BZ #11869]
55640         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
55641         alloca.
55642         * include/alloca.h (extend_alloca_account): Define.
55644         [BZ #11857]
55645         * posix/regex.h: Fix comments with documentation of user-accessible
55646         fields after compilation and describe correct free'ing of pattern
55647         after re_compile_pattern.
55648         Patch by Reuben Thomas <rrt@sc3d.org>.
55650 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
55652         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
55653         and -mno-altivec to prevent the compiler from using Altivec and/or
55654         VSX instructions when the corresponding registers are not available.
55656 2011-05-19  Andreas Schwab  <schwab@redhat.com>
55658         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
55660 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
55662         * libio/freopen.c (freopen): Use __dup2, not dup2.
55663         * libio/freopen64.c (freopen64): Likewise.
55665 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
55667         [BZ #12775]
55668         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
55669         * math/Makefile (tests): Add test-powl.
55670         (CFLAGS-test-powl.c): Define.
55671         * math/test-powl.c: New file.
55673 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
55675         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
55677 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
55679         [BZ #11837]
55680         * iconvdata/gb18030.c: Update to GB18020-2005.
55682 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
55684         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
55685         RE_SYNTAX_POSIX_AWK): Update to match recent development.
55686         Patch by Aharon Robbins <arnold@skeeve.com>.
55688         [BZ #11892]
55689         * stdlib/putenv.c (putenv): Don't always create copy of the variable
55690         on the stack.
55692         [BZ #11895]
55693         * misc/pselect.c (__pselect): Handle timeout value errors hidden
55694         through underflows.
55696         [BZ #12766]
55697         * misc/error.c (error_at_line): Ensure file_name and old_file_name
55698         point to strings before performing equality test for error_one_per_line
55699         mode.
55701         [BZ #11697]
55702         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
55704         [BZ #11820]
55705         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
55706         (struct user_fpregs_struct): Avoid __uint*_t types.
55708         [BZ #6420]
55709         * malloc/mtrace.c (tr_where): Add additional parameter to point to
55710         symbol info.  Use it instead of calling _dl_addr locally.
55711         (lock_and_info): New function.
55712         (tr_freehook): Call lock_and_info and pass symbol info as additional
55713         parameter to tr_where.
55714         (tr_mallochook): Likewise.
55715         (tr_reallochook): Likewise.
55716         (tr_memalignhook): Likewise.
55718         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
55719         used and couldn't be at all thread-safe.
55721 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
55723         * libio/freopen.c (freopen): Don't close old file descriptor
55724         before the new one is opened.  Instead dup the new file descriptor
55725         to the old one after the new stream is created.
55726         * libio/freopen64.c (freopen64): Likewise.
55727         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
55728         * libio/fileops.c (_IO_new_file_close_it): Handle new
55729         _IO_FLAGS2_NOCLOSE flag.
55730         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
55731         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
55732         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
55733         _IO_FLAGS2_NOCLOSE flag.
55734         * include/unistd.h: Add hidden_proto for dup3.
55735         Define __have_dup3.
55736         * io/dup3.c: Define hidden symbol.
55737         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
55739         [BZ #7101]
55740         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
55741         when an incomplete long option is used.
55742         * posix/tst-getopt_long1.c: New file.
55743         * posix/Makefile (tests): Add tst-getopt_long1.
55745         [BZ #10138]
55746         * scripts/config.guess: Update from autoconf-2.68.
55747         * scripts/config.sub: Likewise.
55749         [BZ #10157]
55750         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
55751         tests into ...
55752         (has_cpuclock): ...this.  New function.
55753         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
55754         macro here based on has_cpuclock code.
55756         [BZ #10149]
55757         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
55758         First byte (not low byte) is now always NUL.
55759         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
55761         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
55762         Use non-cancelable interfaces.
55764         [BZ #9809]
55765         * locale/iso-639.def: Add entry for Sorani.
55767         [BZ #11901]
55768         * include/stdlib.h: Move include protection to the right place.
55769         Define abort_msg_s.  Declare __abort_msg with it.
55770         * stdlib/abort.c (__abort_msg): Adjust type.
55771         * assert/assert.c (__assert_fail_base): New function.  Majority
55772         of code from __assert_fail.  Allocate memory for __abort_msg with
55773         mmap.
55774         (__assert_fail): Now call __assert_fail_base.
55775         * assert/assert-perr.c: Remove bulk of implementation.  Use
55776         __assert_fail_base.
55777         * include/assert.hL Declare __assert_fail_base.
55778         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
55779         mmap.
55780         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
55782 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
55784         [BZ #11952]
55785         [BZ #12453]
55786         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
55787         until all modules are registered in the DTV.
55788         * elf/Makefile: Add rules to build and run tst-tls19.
55789         * elf/tst-tls19.c: New file.
55790         * elf/tst-tls19mod1.c: New file.
55791         * elf/tst-tls19mod2.c: New file.
55792         * elf/tst-tls19mod3.c: New file.
55793         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
55795         [BZ #12083]
55796         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
55797         correctly.
55799         [BZ #12601]
55800         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
55801         two-byte sequence errors.
55802         * iconvdata/Makefile (tests): Add bug-iconv8.
55803         * iconvdata/bug-iconv8.c: New file.
55805         [BZ #12626]
55806         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
55807         buf2 definition.
55809         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
55811         [BZ #12432]
55812         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
55813         (dummy_getcfa): New function.
55814         (init): Get _Unwind_GetCFA address, use dummy if not found.
55815         (backtrace_helper): In recursion check, also check whether CFA changes.
55816         (__backtrace): Completely initialize arg.
55818         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
55819         storing incomplete byte sequence in state object.  Avoid testing for
55820         guaranteed too small input if we know there is enough data available.
55822 2011-05-11  Andreas Schwab  <schwab@redhat.com>
55824         * Makeconfig (+link-pie): Indent.
55825         * Rules (binaries-pie): Define if $(have-fpie) and
55826         $(build-shared).
55827         (binaries-shared): Also filter out $(binaries-pie).
55828         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
55829         * nscd/Makefile (others-pie): Add nscd.
55830         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
55831         ($(objpfx)nscd): Remove command override.
55832         * login/Makefile (others-pie): Add pt_chown.
55833         ($(objpfx)pt_chown): Remove command override.
55834         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
55835         remove command overrides.
55837 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
55839         * libio/tst_putwc.c: Fix error messages.
55841         [BZ #12724]
55842         * libio/fileops.c (_IO_new_file_close_it): Always flush when
55843         currently writing and seek to current position when not.
55844         * libio/Makefile (tests): Add bug-fclose1.
55845         * libio/bug-fclose1.c: New file.
55847 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
55849         [BZ #12511]
55850         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
55851         don't set DF_1_NODELETE here.
55852         (do_lookup_x): When entering new entry test for copy relocation
55853         and if necessary set DF_1_NODELETE flag.
55854         * elf/tst-unique4.cc: New file.
55855         * elf/tst-unique4.h: New file.
55856         * elf/tst-unique4lib.cc: New file.
55857         * elf/Makefile: Add rules to build and run tst-unique4.
55858         Patch by Piotr Bury <pbury@goahead.com>.
55860 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
55862         [BZ #12052]
55863         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
55865         [BZ #12625]
55866         * misc/mntent_r.c (addmntent): Flush the stream after the output
55868         [BZ #12393]
55869         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
55870         (is_trusted_path_normalize): Skip initial colon.  Append slash
55871         to empty buffer.  Duplicate is_trusted_path code but allow
55872         constructed patch to be prefix.
55873         (is_dst): Allow $ORIGIN followed by /.
55874         (_dl_dst_substitute): Correct clearing of check_for_trusted.
55875         Correct testing of result of is_trusted_path_normalize
55876         (decompose_rpath): Fix warning.
55878 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
55880         [BZ #11257]
55881         * grp/initgroups.c (internal_getgrouplist): When we found the service
55882         list through the initgroups entry in nsswitch.conf do not always
55883         continue on a successful lookup.  Don't always use the
55884         __nss_group_database value if it is set.
55885         * nss/nsswitch.conf (initgroups): Change action for successful db
55886         lookup to continue for compatibility.
55888 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
55890         [BZ #11532]
55891         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
55892         and CP774 modules.
55893         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
55894         and CP774 modules.
55895         * iconvdata/tst-tables.sh: Likewise.
55896         * iconvdata/cp770.c: New file.
55897         * iconvdata/cp771.c: New file.
55898         * iconvdata/cp772.c: New file.
55899         * iconvdata/cp773.c: New file.
55900         * iconvdata/cp774.c: New file.
55901         * iconvdata/testdata/CP770: New file.
55902         * iconvdata/testdata/CP770..UTF8: New file.
55903         * iconvdata/testdata/CP771: New file.
55904         * iconvdata/testdata/CP771..UTF8: New file.
55905         * iconvdata/testdata/CP772: New file.
55906         * iconvdata/testdata/CP772..UTF8: New file.
55907         * iconvdata/testdata/CP773: New file.
55908         * iconvdata/testdata/CP773..UTF8: New file.
55909         * iconvdata/testdata/CP774: New file.
55910         * iconvdata/testdata/CP774..UTF8: New file.
55912         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
55913         END CHARMAP line.
55914         * iconvdata/gen-8bit-gap.sh: Likewise.
55915         * iconvdata/gen-8bit.sh: Likewise.
55917         * locale/iso-639.def: Add ary entry.
55919         [BZ #11258]
55920         * locale/C-translit.h.in: Add U20A1 transliteration.
55922         [BZ #12178]
55923         * locale/iso-639.def: Add wae entry.
55924         Patch by Kevin Bortis <bortis@translate-wae.ch>.
55926         [BZ #12545]
55927         * locale/programs/localedef.c (construct_output_path): Use ssize_t
55928         for n.
55930         [BZ #12711]
55931         * locale/C-translit.h.in: Add entry for U20B9.
55932         Patch by pravin.d.s@gmail.com.
55934 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
55936         [BZ #12713]
55937         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
55938         ENAMETOOLONG use generic getcwd.
55939         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
55940         in rtld.  Use *stat64.
55941         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
55942         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
55943         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
55944         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
55945         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
55946         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
55947         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
55948         __fstatat64 macros.
55949         * include/dirent.h: Add libc_hidden_proto for rewinddir.
55950         * dirent/rewinddir.c: Add libc_hidden_def.
55951         * sysdeps/mach/hurd/rewinddir.c: Likewise.
55952         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
55954         * include/dirent.h (__alloc_dir): Add flags parameter.
55955         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
55956         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
55957         __alloc_dir.
55958         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
55959         from fdopendir if O_CLOEXEC is already set.
55961 2011-03-15  Alan Modra  <amodra@gmail.com>
55963         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
55964         l_tls_firstbyte_offset non-zero.  Save padding offset in
55965         l_tls_firstbyte_offset for later use.
55966         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
55967         freeing static tls block.
55969 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
55971         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
55972         where #ifdef was intended.  The intent is to prevent ARG_MAX from
55973         being defined by the kernel headers.
55975 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
55977         [BZ #12734]
55978         * resolv/resolv.h: Define RES_NOTLDQUERY.
55979         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
55980         no-tld-query and set RES_NOTLDQUERY.
55981         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
55982         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
55983         modern BIND to search name as TLD unless forbidden.
55985 2011-05-07  Petr Baudis  <pasky@suse.cz>
55986             Ulrich Drepper  <drepper@gmail.com>
55988         [BZ #12393]
55989         * elf/dl-load.c (fillin_rpath): Move trusted path check...
55990         (is_trusted_path): ...to here.
55991         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
55992         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
55993         using is_trusted_path_normalize() in setuid scripts.
55995 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
55997         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
55998         __BEGIN/__END_DECLS.
56000 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
56002         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
56003         NSS_STATUS_NOTFOUND if no record was found.
56005 2011-05-05  Andreas Schwab  <schwab@redhat.com>
56007         * sunrpc/Makefile (headers): Add rpc/netdb.h.
56008         (headers-not-in-tirpc): Remove rpc/netdb.h
56009         * resolv/netdb.h: Revert last change.
56011 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
56013         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
56014         circular dependency between libgcc.a and libc.a.
56016 2011-05-05  Andreas Schwab  <schwab@redhat.com>
56018         * resolv/netdb.h: Don't include <rpc/netdb.h>.
56019         * nis/Makefile: Don't install rpcsvc/*.
56020         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
56021         instead of <rpc/types.h>.
56022         (MAXHOSTNAMELEN): Define.
56024 2011-05-03  Andreas Schwab  <schwab@redhat.com>
56026         * elf/ldconfig.c (add_dir): Don't crash on empty path.
56028 2011-04-28  Maciej Babinski  <mbabinski@google.com>
56030         [BZ #12714]
56031         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
56032         gethostbyname4_r when IPv6 results are possible.
56034 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
56036         [BZ #12723]
56037         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
56038         _PC_PIPE_BUF handling.
56040 2011-04-30  Bruno Haible  <bruno@clisp.org>
56042         [BZ #12717]
56043         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
56044         * resolv/netdb.h (getnameinfo): Change type of flags parameter
56045         to 'int'.
56046         * inet/getnameinfo.c (getnameinfo): Likewise.
56048 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
56050         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
56051         to groups setting in database lookup.
56052         * nss/nsswitch.conf: Add initgroups entry.
56054 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
56056         [BZ #12685]
56057         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
56058         mode string.
56059         Patch by Eric Blake <eblake@redhat.com>.
56061 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
56063         * sunrpc/Makefile (need-export-routines): Add svc_run.
56064         (routines): Remove svc_run.
56065         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
56066         * sunrpc/clnt_perr.c (clnt_perrno): Export.
56067         * sunrpc/svc_run.c (svc_run): Likewise.
56068         * sunrpc/svc_udp.c (svcudp_create): Likewise.
56070 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
56072         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
56073         problem in reallocation in last patch.
56075 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
56077         * sunrpc/Makefile: Move inclusion of Rules.
56079 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
56081         * nss/nss_files/files-initgroups.c: New file.
56082         * nss/Makefile (libnss_files-routines): Add files-initgroups.
56083         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
56084         _nss_files_initgroups_dyn.
56086 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
56088         * elf/elf.h (R_ARM_IRELATIVE): Define.
56090 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
56092         * po/ru.po: Update from translation team.
56094 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
56096         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
56097         dependencies.
56099 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
56101         [BZ #12653]
56102         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
56103         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
56104         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
56105         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
56106         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
56108 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
56110         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
56111         differing bytes.
56112         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
56113         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
56114         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
56116 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
56118         [BZ #12420]
56119         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
56120         storing it.
56121         * stdlib/bug-getcontext.c: New file.
56122         * stdlib/Makefile: Add rules to build and run bug-getcontext.
56124 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56126         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
56127         instructions into .machine "z9-109".
56128         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
56129         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
56131 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56133         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
56134         between environment variables and auxiliary vector.
56136 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
56138         * Makefile: Add rules to build linkobj/libc.so.
56139         * include/libc-symbols.h: Define libc_hidden_nolink.
56140         * include/rpc/auth.h: Mark functions which are to be hidden.
56141         * include/rpc/auth_des.h: Likewise.
56142         * include/rpc/auth_unix.h: Likewise.
56143         * include/rpc/clnt.h: Likewise.
56144         * include/rpc/des_crypt.h: Likewise.
56145         * include/rpc/key_prot.h: Likewise.
56146         * include/rpc/pmap_clnt.h: Likewise.
56147         * include/rpc/pmap_prot.h: Likewise.
56148         * include/rpc/pmap_rmt.h: Likewise.
56149         * include/rpc/rpc_msg.h: Likewise.
56150         * include/rpc/svc.h: Likewise.
56151         * include/rpc/svc_auth.h: Likewise.
56152         * include/rpc/xdr.h: Likewise.
56153         * nis/Makefile: Link all DSOs against linkobj/libc.so.
56154         * nss/Makefile: Likewise.
56155         * sunrpc/Makefile: Don't install headers.  Build library with normal
56156         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
56157         * sunrpc/auth_des.c: Hide exported symbols by default, export some
56158         for the compat linking library.  Remove use of INTDEF/INTUSE.
56159         * sunrpc/auth_none.c: Likewise.
56160         * sunrpc/auth_unix.c: Likewise.
56161         * sunrpc/authdes_prot.c: Likewise.
56162         * sunrpc/authuxprot.c: Likewise.
56163         * sunrpc/clnt_gen.c: Likewise.
56164         * sunrpc/clnt_perr.c: Likewise.
56165         * sunrpc/clnt_raw.c: Likewise.
56166         * sunrpc/clnt_simp.c: Likewise.
56167         * sunrpc/clnt_tcp.c: Likewise.
56168         * sunrpc/clnt_udp.c: Likewise.
56169         * sunrpc/clnt_unix.c: Likewise.
56170         * sunrpc/des_crypt.c: Likewise.
56171         * sunrpc/des_soft.c: Likewise.
56172         * sunrpc/get_myaddr.c: Likewise.
56173         * sunrpc/key_call.c: Likewise.
56174         * sunrpc/key_prot.c: Likewise.
56175         * sunrpc/netname.c: Likewise.
56176         * sunrpc/pm_getmaps.c: Likewise.
56177         * sunrpc/pm_getport.c: Likewise.
56178         * sunrpc/pmap_clnt.c: Likewise.
56179         * sunrpc/pmap_prot.c: Likewise.
56180         * sunrpc/pmap_prot2.c: Likewise.
56181         * sunrpc/pmap_rmt.c: Likewise.
56182         * sunrpc/publickey.c: Likewise.
56183         * sunrpc/rpc_cmsg.c: Likewise.
56184         * sunrpc/rpc_common.c: Likewise.
56185         * sunrpc/rpc_dtable.c: Likewise.
56186         * sunrpc/rpc_prot.c: Likewise.
56187         * sunrpc/rpc_thread.c: Likewise.
56188         * sunrpc/rtime.c: Likewise.
56189         * sunrpc/svc.c: Likewise.
56190         * sunrpc/svc_auth.c: Likewise.
56191         * sunrpc/svc_authux.c: Likewise.
56192         * sunrpc/svc_raw.c: Likewise.
56193         * sunrpc/svc_run.c: Likewise.
56194         * sunrpc/svc_simple.c: Likewise.
56195         * sunrpc/svc_tcp.c: Likewise.
56196         * sunrpc/svc_udp.c: Likewise.
56197         * sunrpc/svc_unix.c: Likewise.
56198         * sunrpc/svcauth_des.c: Likewise.
56199         * sunrpc/xcrypt.c: Likewise.
56200         * sunrpc/xdr.c: Likewise.
56201         * sunrpc/xdr_array.c: Likewise.
56202         * sunrpc/xdr_float.c: Likewise.
56203         * sunrpc/xdr_intXX_t.c: Likewise.
56204         * sunrpc/xdr_mem.c: Likewise.
56205         * sunrpc/xdr_rec.c: Likewise.
56206         * sunrpc/xdr_ref.c: Likewise.
56207         * sunrpc/xdr_sizeof.c: Likewise.
56208         * sunrpc/xdr_stdio.c: Likewise.
56210 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
56212         [BZ #12650]
56213         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
56214         * sysdeps/ia64/dl-tls.h: Likewise.
56215         * sysdeps/powerpc/dl-tls.h: Likewise.
56216         * sysdeps/s390/dl-tls.h: Likewise.
56217         * sysdeps/sh/dl-tls.h: Likewise.
56218         * sysdeps/sparc/dl-tls.h: Likewise.
56219         * sysdeps/x86_64/dl-tls.h: Likewise.
56220         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
56222 2011-03-14  Andreas Schwab  <schwab@redhat.com>
56224         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
56225         rpath element also skip the following colon.
56226         (expand_dynamic_string_token): Add is_path parameter and pass
56227         down to DL_DST_REQUIRED and _dl_dst_substitute.
56228         (decompose_rpath): Call expand_dynamic_string_token with
56229         non-zero is_path.  Ignore empty rpaths.
56230         (_dl_map_object_from_fd): Call expand_dynamic_string_token
56231         with zero is_path.
56233 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
56235         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
56236         Make cancelable.
56238 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
56240         [BZ #12655]
56241         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
56242         Patch by Filipe David Manana <fdmanana@apache.org>.
56244 2011-04-07  Andreas Schwab  <schwab@redhat.com>
56246         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
56247         Maintain aligned stack.
56248         (CHECK_RSP): Remove unused macro.
56250 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
56252         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
56253         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
56255 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
56257         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
56259         * include/features.h: Mention __USE_XOPEN2K8 in comment.
56261 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
56263         [BZ #12518]
56264         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
56265         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
56266         * sysdeps/x86_64/memmove.c: New file.
56267         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
56268         (memcpy): Renamed to ...
56269         (__new_memcpy): This.
56270         (memcpy): Provide GLIBC_2_14 memcpy.
56271         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
56272         (memcpy): Provide GLIBC_2_2_5 memcpy.
56274 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
56276         [BZ #12631]
56277         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
56279 2011-03-30  Andreas Schwab  <schwab@redhat.com>
56281         * misc/syncfs.c: New file.
56282         * misc/Makefile (routines): Add syncfs.
56283         * posix/unistd.h: Declare syncfs.
56284         * sysdeps/unix/syscalls.list: Add syncfs.
56286 2011-04-01  Andreas Schwab  <schwab@redhat.com>
56288         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
56289         open_by_handle_at.
56290         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
56291         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56292         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56293         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56294         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56295         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
56296         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56298 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
56300         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
56301         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56302         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
56303         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56304         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56305         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56306         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56308         * io/Makefile: Compile fallocate.c, fallocate64.c, and
56309         sync_file_range.c with -fexceptions.
56310         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
56311         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
56312         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
56313         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
56314         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
56315         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
56316         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
56317         sync_file_range as cancellation point
56318         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
56319         now a wrapper around __call_sync_file_range with cancellation handling.
56320         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
56321         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
56322         function name to __call_sync_file_range.
56323         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
56324         Add call_sync_file_range.
56326 2011-04-01  Andreas Schwab  <schwab@redhat.com>
56328         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
56329         bits/timex.h.
56331 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
56333         * iconv/iconv.h: Fix typo in comment.
56334         * io/fcntl.h: Likewise.
56335         * libio/stdio.h: Likewise.
56336         * posix/spawn.h: Likewise.
56337         * posix/unistd.h: Likewise.
56338         * stdlib/stdlib.h: Likewise.
56339         * time/time.h: Likewise.
56340         * wcsmbs/wchar.h: Likewise.
56342         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
56343         open_by_handle): Add.
56344         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
56345         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
56346         Augment a few comments.
56347         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56348         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56349         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56350         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56351         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56352         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
56353         open_by_handle.
56355         * io/fcntl.h (AT_EMPTY_PATH): Define.
56357 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
56359         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
56360         * sysdeps/unix/sysv/linux/bits/time.h: New file.
56361         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
56362         to...
56363         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
56364         * Versions.def: Add GLIBC_2.14.
56365         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
56366         Export.
56368 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
56370         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
56371         round counter.
56372         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
56374 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
56376         [BZ #12597]
56377         * string/test-strncmp.c (do_page_test): New function.
56378         (check2): Likewise.
56379         (test_main): Call check2.
56380         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
56382 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
56384         [BZ #12587]
56385         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
56386         Handle cache information in CPU leaf 4.
56387         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
56389 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
56391         [BZ #12583]
56392         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
56393         character representation.
56394         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
56396 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
56398         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
56399         END(__isnan) to END(__isnanf) to match function entry point/label
56400         EALIGN(__isnanf,...).
56402 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
56404         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
56406 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
56408         [BZ #12510]
56409         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
56410         copy from the symbol referenced in the relocation to initialize the
56411         used variable.
56412         Patch by Piotr Bury <pbury@goahead.com>.
56413         * elf/Makefile: Add rules to build and tst-unique3.
56414         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
56415         * elf/tst-unique3.cc: New file.
56416         * elf/tst-unique3.h: New file.
56417         * elf/tst-unique3lib.cc: New file.
56418         * elf/tst-unique3lib2.cc: New file.
56420         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
56422 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
56424         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
56425         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
56426         to _start.
56428 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
56430         * elf/dl-load.c (_dl_map_object): If we are looking for the first
56431         to-be-loaded object along a path to loader is ld.so.
56433 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
56434             Ulrich Drepper  <drepper@gmail.com>
56436         * sysdeps/x86_64/memset.S: After aligning destination, code
56437         branches to different locations depending on the value of
56438         misalignment, when multiarch is enabled. Fix this.
56440 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
56442         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
56443         Set _x86_64_preferred_memory_instruction for AMD processsors.
56444         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56445         Set bit_Prefer_SSE_for_memop for AMD processors.
56447 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
56449         * libio/fmemopen.c (fmemopen): Optimize a bit.
56451 2011-03-03  Andreas Schwab  <schwab@redhat.com>
56453         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
56455 2011-03-03  Roland McGrath  <roland@redhat.com>
56457         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
56459 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
56461         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
56462         __bzero_ultra1 instead of __memset_ultra1.
56464 2011-02-23  Andreas Schwab  <schwab@redhat.com>
56465             Ulrich Drepper  <drepper@gmail.com>
56467         [BZ #12509]
56468         * include/link.h (struct link_map): Add l_orig_initfini.
56469         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
56470         returning unsuccessfully.
56471         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
56472         close of a file loaded at startup, restore the original l_initfini
56473         list.
56474         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
56475         list, store the pointer.
56476         * elf/Makefile ($(objpfx)noload-mem): New rule.
56477         (noload-ENV): Define.
56478         (tests): Add $(objpfx)noload-mem.
56479         * elf/noload.c: Include <memcheck.h>.
56480         (main): Call mtrace.  Close all opened handles.
56482 2011-02-17  Andreas Schwab  <schwab@redhat.com>
56484         [BZ #12454]
56485         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
56486         dependencies are missing.
56488 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56490         Fix __if_freereq crash: Unlike the generic version which uses free,
56491         Hurd needs munmap.
56492         * sysdeps/mach/hurd/ifreq.h: New file.
56494 2011-01-27  Petr Baudis  <pasky@suse.cz>
56495             Ulrich Drepper  <drepper@gmail.com>
56497         [BZ 12445]#
56498         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
56499         to extend_alloca().
56500         * stdio-common/bug23.c: New file.
56501         * stdio-common/Makefile (tests): Add bug23.
56503 2010-09-28  Andreas Schwab  <schwab@redhat.com>
56504             Ulrich Drepper  <drepper@gmail.com>
56506         [BZ #12489]
56507         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
56508         before performing relro protection.  At old place add assertion
56509         to make sure nothing changed.
56511 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
56512             Glauber de Oliveira Costa  <glommer@gmail.com>
56514         * elf/elf.h: Add new ARM TLS relocs.
56516 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
56518         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
56519         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
56520         cast from r3.
56521         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
56522         'tests' variable.
56523         * sysdeps/wordsize-64/tst-writev.c: New file.
56525 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
56527         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
56528         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
56529         insns in _dl_start to prevent a TOC reference before relocs are
56530         resolved.
56532 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
56534         [BZ #12469]
56535         * Makeconfig: Remove RANLIB definition.
56536         * Makerules: Don't use RANLIB.
56537         * aclocal.m4: Remove ranlib test.
56538         * configure.in: No need to check for ranlib.
56539         * elf/rtld-Rules: Don't use RANLIB.
56541 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56543         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
56544         protection macro.
56545         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
56546         inclusion protection macro.
56548         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
56549         SIGRTMIN and SIGRTMAX and print information in that case only when
56550         SIGRTMIN is defined.
56552 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
56554         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
56555         arginfo fn returning -1.
56557         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
56558         and thousands string is zero terminated.
56560 2011-02-03  Andreas Schwab  <schwab@redhat.com>
56562         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
56563         sysdeps/unix/sysv/linux/bits/socket.h.
56565 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56567         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
56568         (__CPU_COUNT): Remove old macros.
56569         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
56570         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
56571         (__CPU_ALLOC, __CPU_FREE): Add macros.
56572         (__sched_cpualloc, __sched_cpufree): Add declarations.
56574 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
56576         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
56577         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
56578         * nscd/aicache.c (addhstaiX): Return timeout of added value.
56579         (readdhstai): Return value of addhstaiX call.
56580         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
56581         (addgrbyX): Return value returned by cache_addgr.
56582         (readdgrbyname): Return value returned by addgrbyX.
56583         (readdgrbygid): Likewise.
56584         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
56585         (addpwbyX): Return value returned by cache_addpw.
56586         (readdpwbyname): Return value returned by addhstbyX.
56587         (readdpwbyuid): Likewise.
56588         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
56589         (addservbyX): Return value returned by cache_addserv.
56590         (readdservbyname): Return value returned by addservbyX:
56591         (readdservbyport): Likewise.
56592         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
56593         (addhstbyX): Return value returned by cache_addhst.
56594         (readdhstbyname): Return value returned by addhstbyX.
56595         (readdhstbyaddr): Likewise.
56596         (readdhstbynamev6): Likewise.
56597         (readdhstbyaddrv6): Likewise.
56598         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
56599         (readdinitgroups): Return value returned by addinitgroupsX.
56600         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
56601         (prune_cache): Keep track of timeout value of re-added entries.
56602         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
56603         * nscd/nscd.h: Adjust prototypes of readd* functions.
56605 2011-02-04  Roland McGrath  <roland@redhat.com>
56607         * nis/nis_server.c (nis_servstate): Use the right name for 0.
56608         (nis_stats): Likewise.
56609         * nis/nis_modify.c (nis_modify): Likewise.
56610         * nis/nis_remove.c (nis_remove): Likewise.
56611         * nis/nis_add.c (nis_add): Likewise.
56613         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
56615         * posix/fnmatch_loop.c: Add some consts.
56617         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
56619 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
56621         [BZ #12460]
56622         * config.make.in (config-cflags-novzeroupper): Define.
56623         * configure.in: Substitute libc_cv_cc_novzeroupper.
56624         * elf/Makefile (AVX-CFLAGS): Define.
56625         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
56626         (CFLAGS-tst-auditmod4a.c): Likewise.
56627         (CFLAGS-tst-auditmod4b.c): Likewise.
56628         (CFLAGS-tst-auditmod6b.c): Likewise.
56629         (CFLAGS-tst-auditmod6c.c): Likewise.
56630         (CFLAGS-tst-auditmod7b.c): Likewise.
56631         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
56633 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
56635         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
56636         function to the callback.
56637         Patch partly by Jiri Olsa <jolsa@redhat.com>.
56639 2011-02-02  Andreas Schwab  <schwab@redhat.com>
56641         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
56642         of errno.
56644 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
56646         [BZ #11724]
56647         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
56648         of constructors.
56649         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
56650         of destructors.
56651         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
56653         [BZ #11724]
56654         * elf/Makefile: Add rules to build and run new test.
56655         * elf/tst-initorder.c: New file.
56656         * elf/tst-initorder.exp: New file.
56657         * elf/tst-initordera1.c: New file.
56658         * elf/tst-initordera2.c: New file.
56659         * elf/tst-initordera3.c: New file.
56660         * elf/tst-initordera4.c: New file.
56661         * elf/tst-initorderb1.c: New file.
56662         * elf/tst-initorderb2.c: New file.
56663         * elf/tst-order-a1.c: New file.
56664         * elf/tst-order-a2.c: New file.
56665         * elf/tst-order-a3.c: New file.
56666         * elf/tst-order-a4.c: New file.
56667         * elf/tst-order-b1.c: New file.
56668         * elf/tst-order-b2.c: New file.
56669         * elf/tst-order-main.c: New file.
56670         New test case by George Gensure <werkt0@gmail.com>.
56672 2010-10-01  Andreas Schwab  <schwab@redhat.com>
56674         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
56675         decoding ACE if AI_CANONIDN.
56677 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
56679         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
56681 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
56683         * version.h (RELEASE): Bump for 2.13 release.
56684         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
56686         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
56688         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
56689         MADV_NOHUGEPAGE.
56690         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
56691         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
56692         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
56693         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
56694         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
56695         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
56697         * posix/getconf.c: Update copyright year.
56698         * catgets/gencat.c: Likewise.
56699         * csu/version.c: Likewise.
56700         * debug/catchsegv.sh: Likewise.
56701         * debug/xtrace.sh: Likewise.
56702         * elf/ldconfig.c: Likewise.
56703         * elf/ldd.bash.in: Likewise.
56704         * elf/sprof.c (print_version): Likewise.
56705         * iconv/iconv_prog.c: Likewise.
56706         * iconv/iconvconfig.c: Likewise.
56707         * locale/programs/locale.c: Likewise.
56708         * locale/programs/localedef.c: Likewise.
56709         * malloc/memusage.sh: Likewise.
56710         * malloc/mtrace.pl: Likewise.
56711         * nscd/nscd.c (print_version): Likewise.
56712         * nss/getent.c: Likewise.
56714         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
56715         PF_CAIF, and PF_ALG.
56716         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
56718 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
56720         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
56721         (modules-names): Use them.
56722         (ifunc-test-modules, ifunc-pie-tests): Define.
56723         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
56724         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
56725         (test-extras): Likewise.
56726         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
56727         $(compile-command.c).
56728         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
56729         (all-built-dso): Define.
56730         (check-textrel.out, check-execstack.out): Depend on it.
56732         * configure.in: Don't override --enable-multi-arch.
56734 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
56736         [BZ #6812]
56737         * nscd/hstcache.c (tryagain): Define.
56738         (cache_addhst): Return tryagain not notfound for temporary errors.
56739         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
56740         failed.
56742 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
56744         [BZ #10563]
56745         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
56746         to make the syscall.
56747         * sysdeps/unix/sysv/linux/setgroups.c: New file.
56749         [BZ #12378]
56750         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
56751         and fall back to matching as normal character if the string ends before
56752         the matching ']' is found.  This is what POSIX requires.
56753         * posix/testfnm.c: Adjust test result.
56754         * posix/globtest.sh: Adjust test result.  Add new test.
56755         * posix/tst-fnmatch.input: Likewise.
56756         * posix/tst-fnmatch2.c: Add new test.
56758 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
56760         * elf/Makefile (check-execstack): Revert last change.  Depend on
56761         check-execstack.h.
56762         (check-execstack.h): New target.
56763         (generated): Add check-execstack.h.
56764         * elf/check-execstack.c: Include "check-execstack.h".
56765         (main): Revert last change.
56766         (handle_file): Return zero if GNU_STACK is absent and
56767         DEFAULT_STACK_PERMS doesn't include PF_X.
56769 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
56771         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
56772         in child fails because the descriptor is already closed.
56773         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
56774         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
56775         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
56777         [BZ #12397]
56778         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
56779         syscall.
56781         [BZ #10484]
56782         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
56783         temporary buffer used to handle multi lookups locally.
56784         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
56786 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
56788         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
56789         loader is ld.so.
56791 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
56793         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
56794         alignment for SSE2.
56796 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
56798         [BZ #12394]
56799         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
56800         characters.  When rounding increased number of integer digits recompute
56801         number of groups.
56802         * stdio-common/tst-grouping.c: New file.
56803         * stdio-common/Makefile: Add rules to build and run tst-grouping.
56805 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
56807         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
56808         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
56810         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
56811         void.
56812         * bits/select.h: Likewise.
56814 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
56816         * po/ja.po: Update from translation team.
56818 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
56820         [BZ #11155]
56821         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
56822         implementation just like for lxstat, fxstatat, et al.
56824 2010-12-27  Jim Meyering  <meyering@redhat.com>
56826         [BZ #12348]
56827         * posix/regexec.c (build_trtable): Return failure indication upon
56828         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
56830 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
56832         [BZ #12201]
56833         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
56834         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
56835         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
56836         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
56838         [BZ #12207]
56839         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
56841         [BZ #12204]
56842         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
56843         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
56845 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
56847         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
56848         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
56849         script has SORT_BY_INIT_PRIORITY.
56850         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
56851         NO_CTORS_DTORS_SECTIONS is defined.
56852         * elf/soinit.c: Likewise.
56853         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
56854         NO_CTORS_DTORS_SECTIONS is defined.
56855         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
56856         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
56857         * sysdeps/sh/init-first.c: Likewise.
56858         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
56860 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
56862         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
56863         always use the slow path.
56865 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
56867         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
56868         similar rule which adds the sysdep directories to the header search in
56869         order to pick up the correct platform stackinfo.h.
56870         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
56871         perform test if it is, otherwise return successfully without testing.
56872         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
56873         DEFAULT_STACK_PERMS define in stackinfo.h.
56874         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
56875         defined in stackinfo.h.
56876         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
56877         DEFAULT_STACK_PERMS defined in stackinfo.h.
56878         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
56879         * sysdeps/ia64/stackinfo.h: Likewise.
56880         * sysdeps/s390/stackinfo.h: Likewise.
56881         * sysdeps/sh/stackinfo.h: Likewise.
56882         * sysdeps/sparc/stackinfo.h: Likewise.
56883         * sysdeps/x86_64/stackinfo.h: Likewise.
56884         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
56885         PF_X for powerpc64.  Retain PF_X for powerpc32.
56887 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
56889         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
56890         accurately.
56891         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
56892         GETDENTS_64BIT_ALIGNED.
56894 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
56896         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
56898 2010-12-10  Andreas Schwab  <schwab@redhat.com>
56900         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
56901         _GNU_SOURCE.
56903         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
56904         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
56905         Remove __restrict.
56906         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
56907         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
56909 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
56911         [BZ #11655]
56912         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
56913         are initialized.
56915 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
56917         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
56919 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
56921         * po/it.po: Update from translation team.
56923 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
56925         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
56926         unused codes.
56928 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
56930         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
56932 2010-11-24  Andreas Schwab  <schwab@redhat.com>
56934         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
56935         specially.
56936         (gaih_getanswer_slice): Likewise.
56938 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
56940         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
56942 2010-05-31  Petr Baudis  <pasky@suse.cz>
56944         [BZ #11149]
56945         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
56946         silently even in the chroot mode.
56948 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
56950         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
56951         last patch a bit.  Pretty printing
56953 2010-05-31  Petr Baudis <pasky@suse.cz>
56955         [BZ #10085]
56956         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
56957         initialization of skip_initgroups_dyn.
56959 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
56961         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
56962         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
56964 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
56966         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
56968 2010-11-11  Andreas Schwab  <schwab@redhat.com>
56970         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
56971         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
56972         (tst-fnmatch-ENV): Set MALLOC_TRACE.
56973         ($(objpfx)tst-fnmatch-mem): New rule.
56974         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
56975         * posix/tst-fnmatch.c (main): Call mtrace.
56977 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
56979         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56980         Support Intel processor model 6 and model 0x2c.
56982 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
56984         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
56985           signed comparison.
56987 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
56989         [BZ #12205]
56990         * string/test-strncasecmp.c (check_result): New function.
56991         (do_one_test): Use it.
56992         (check1): New function.
56993         (test_main): Use it.
56994         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
56995         Support strcasecmp and strncasecmp.
56997 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
56999         [BZ #12194]
57000         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
57001         * sysdeps/x86_64/bits/byteswap.h: Likewise.
57003 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
57005         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
57006         IFUNC support.
57007         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
57008         memset-x86-64.
57009         * sysdeps/x86_64/multiarch/bzero.S: New file.
57010         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
57011         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
57012         * sysdeps/x86_64/multiarch/memset.S: New file.
57013         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
57014         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
57015         Set bit_Prefer_SSE_for_memop for Intel processors.
57016         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
57017         Define.
57018         (index_Prefer_SSE_for_memop): Define.
57019         (HAS_PREFER_SSE_FOR_MEMOP): Define.
57021 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
57023         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
57024         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
57026 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
57028         [BZ #12191]
57029         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
57030         (__x86_64_raw_data_cache_size_half): Likewise.
57031         (__x86_64_raw_shared_cache_size): Likewise.
57032         (__x86_64_raw_shared_cache_size_half): Likewise.
57034         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
57035         (__x86_64_raw_data_cache_size_half): Likewise.
57036         (__x86_64_raw_shared_cache_size): Likewise.
57037         (__x86_64_raw_shared_cache_size_half): Likewise.
57038         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
57039         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
57040         and __x86_64_raw_shared_cache_size_half.  Round
57041         __x86_64_data_cache_size_half, __x86_64_data_cache_size
57042         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
57043         to multiple of 256 bytes.
57045 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
57047         [BZ #12167]
57048         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
57049         of inacessible symlinks.  Verify result of symlink before returning it.
57050         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
57051         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
57053 2010-10-28  Erich Ritz  <erichritz@gmail.com>
57055         * math/math.h (isinf): Fix typo in comment.
57057 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
57059         * po/da.po: Update from translation team.
57061 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
57063         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
57064         is added to the list.
57066 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
57067             Ulrich Drepper  <drepper@gmail.com>
57069         * elf/dl-object.c (_dl_new_object): Don't append the new object to
57070         the global list here.  Move code to...
57071         (_dl_add_to_namespace_list): ...here.  New function.
57072         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
57073         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
57074         * elf/dl-load.c (lose): Don't remove the element from the list.
57075         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
57076         (_dl_map_object): Likewise.
57078 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
57080         [BZ #12159]
57081         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
57082         into all bytes of SSE register.
57083         Patch by Richard Li <richardpku@gmail.com>.
57085 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
57087         [BZ #12140]
57088         * malloc/malloc.c (_int_free): Fill correct number of bytes when
57089         perturbing.
57091 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
57093         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
57094         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
57095         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
57096         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
57097         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
57098         submachine.
57099         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
57101 2010-10-22  Andreas Schwab  <schwab@redhat.com>
57103         * include/dlfcn.h (__RTLD_SECURE): Define.
57104         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
57105         mode & __RTLD_SECURE instead.
57106         (open_path): Rename preloaded parameter to secure.
57107         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
57108         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
57109         * elf/dl-deps.c (openaux): Likewise.
57110         * elf/rtld.c (struct map_args): Remove is_preloaded.
57111         (map_doit): Don't use it.
57112         (dl_main): Likewise.
57113         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
57114         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
57116 2010-09-09  Andreas Schwab  <schwab@redhat.com>
57118         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
57119         (sysd-rules-targets): Remove duplicates.
57120         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
57121         rtld-%.$o dependency.
57123 2010-10-18  Andreas Schwab  <schwab@redhat.com>
57125         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
57126         _dl_map_object do it.
57128 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
57130         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
57131         fast fma builtins, define the macros in the C99 standard.
57132         (FP_FAST_FMAF): Likewise.
57133         (FP_FAST_FMAL): Likewise.
57134         * sysdeps/x86_64/bits/mathdef.h: Likewise.
57136         * bits/mathdef.h: Update copyright year.
57137         * sysdeps/powerpc/bits/mathdef.h: Likewise.
57139 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
57141         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
57142         builtins, define the macros in the C99 standard.
57143         (FP_FAST_FMAF): Likewise.
57144         (FP_FAST_FMAL): Likewise.
57145         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
57146         multiply/add.
57147         (FP_FAST_FMAF): Likewise.
57149 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
57151         [BZ #3268]
57152         * math/libm-test.inc (fma_test): Some new testcases.
57153         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
57154         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
57155         y and infinite z.  Do multiplication by C already in long double.
57156         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
57157         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
57158         y and infinite z.  Do bitwise or of inexact bit into u.d.
57159         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
57160         * sysdeps/i386/fpu/s_fmaf.S: Removed.
57161         * sysdeps/i386/fpu/s_fma.S: Removed.
57162         * sysdeps/i386/fpu/s_fmal.S: Removed.
57164 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
57166         [BZ #3268]
57167         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
57168         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
57169         computation is not scheduled after fetestexcept.  Fix value
57170         of minimum denormal long double.
57172 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
57174         [BZ #3268]
57175         * math/libm-test.inc (fma_test): Add some more tests.
57176         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
57177         correctly.
57179 2010-10-15  Andreas Schwab  <schwab@redhat.com>
57181         * scripts/data/localplt-s390-linux-gnu.data: New file.
57182         * scripts/data/localplt-s390x-linux-gnu.data: New file.
57184 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
57186         [BZ #3268]
57187         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
57188         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
57189         instead of dbl-64.
57190         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
57191         inlines.
57192         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
57193         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
57194         if one of x and y is very large and the other is subnormal.
57195         * sysdeps/s390/fpu/s_fmaf.c: New file.
57196         * sysdeps/s390/fpu/s_fma.c: New file.
57197         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
57198         * sysdeps/powerpc/fpu/s_fma.S: New file.
57199         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
57200         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
57201         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
57203 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
57205         [BZ #3268]
57206         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
57207         fma tests.
57208         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
57209         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
57210         * sysdeps/i386/i686/multiarch/s_fma.c: Include
57211         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
57212         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
57213         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
57214         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
57216 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
57218         [BZ #12078]
57219         * posix/regcomp.c (parse_branch): One more memory leak plugged.
57220         * posix/bug-regex31.input: Add test case.
57222 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
57224         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
57225         * posix/bug-regex31.input: New file.
57227         [BZ #12078]
57228         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
57229         (parse_sub_exp): Fix last change, use postorder.
57231         * posix/bug-regex31.c: New file.
57232         * posix/Makefile: Add rules to build and run bug-regex31.
57234         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
57236         [BZ #12078]
57237         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
57239         [BZ #12108]
57240         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
57241         to have entries in sys_siglist.
57243         [BZ #12093]
57244         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
57245         be NULL.
57247 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
57249         [BZ #3268]
57250         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
57251         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
57252         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
57253         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
57254         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
57255         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
57256         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
57257         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
57258         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
57259         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
57260         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
57261         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
57262         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
57263         * math/ftestexcept.c (fetestexcept): Likewise.
57264         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
57265         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
57266         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
57267         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
57268         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
57269         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
57270         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
57272 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
57274         [BZ #12107]
57275         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
57276         newline.
57278 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
57280         * string/bug-strstr1.c: New file.
57281         * string/Makefile: Add rules to build and run bug-strstr1.
57283 2010-10-05  Eric Blake  <eblake@redhat.com>
57285         [BZ #12092]
57286         * string/str-two-way.h (two_way_long_needle): Always clear memory
57287         when skipping input due to the shift table.
57289 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
57291         [BZ #12005]
57292         * malloc/mcheck.c: Handle large requests.
57294         [BZ #12077]
57295         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
57296         for strncmp and strncasecmp.
57297         * string/stratcliff.c: Add tests for strcmp and strncmp.
57298         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
57300 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
57302         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
57303         __set_fpscr.
57305 2010-09-30  Andreas Jaeger  <aj@suse.de>
57307         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
57308         (CGROUP_SUPER_MAGIC): Define.
57309         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
57310         Handle btrfs and cgroup file systems.
57311         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
57312         Likewise.
57314 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
57316         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
57317         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
57319 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
57321         [BZ #12067]
57322         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
57323         trying to locate the ELF header.
57325 2010-09-27  Andreas Schwab  <schwab@redhat.com>
57327         [BZ #11611]
57328         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
57329         Mask out sign-bit copies when constructing f_fsid.
57331 2010-09-24  Petr Baudis <pasky@suse.cz>
57333         * debug/stack_chk_fail_local.c: Add missing licence exception.
57334         * debug/warning-nop.c: Likewise.
57336 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
57338         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
57339         implementing getdents64 using getdents syscall, set d_type if
57340         __ASSUME_GETDENTS32_D_TYPE.
57342 2010-09-16  Andreas Schwab  <schwab@redhat.com>
57344         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
57345         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
57347 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
57349         [BZ #12037]
57350         * posix/unistd.h: Undo change of feature selection for ftruncate from
57351         2010-01-11.
57353 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
57355         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
57356         detection.
57358 2010-09-20  Andreas Schwab  <schwab@redhat.com>
57360         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
57361         fanotify_mark.
57362         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
57364 2010-09-14  Andreas Schwab  <schwab@redhat.com>
57366         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
57367         variables after CHECK_SP call.
57368         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
57370 2010-09-13  Andreas Schwab  <schwab@redhat.com>
57371             Ulrich Drepper  <drepper@redhat.com>
57373         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
57374         re-relocationg ld.so.
57375         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
57376         _dl_init_paths call.
57377         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
57378         here anymore.
57380 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
57382         * resolv/res_init.c (__res_vinit): Count the default server we added.
57384 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
57385             Ulrich Drepper  <drepper@redhat.com>
57387         [BZ #11968]
57388         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
57389         (____longjmp_chk): Use %ebx for saving value across system call.
57390         Add unwind info.
57392 2010-09-06  Andreas Schwab  <schwab@redhat.com>
57394         * manual/Makefile: Don't mix pattern rules with normal rules.
57396 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
57398         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
57399         operation.
57400         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
57401         * libio/iofopncook.c (_IO_cookie_init): Likewise.
57402         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
57403         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
57404         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
57405         Likewise.
57407 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
57409         [BZ #11979]
57410         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
57411         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
57413 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
57415         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
57416         * sysdeps/x86_64/addmul_1.S: Likewise.
57417         * sysdeps/x86_64/lshift.S: Likewise.
57418         * sysdeps/x86_64/mul_1.S: Likewise.
57419         * sysdeps/x86_64/rshift.S: Likewise.
57420         * sysdeps/x86_64/sub_n.S: Likewise.
57421         * sysdeps/x86_64/submul_1.S: Likewise.
57423 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57425         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
57426         Define __sched_param instead of SCHED_* and sched_param when
57427         <bits/sched.h> is included with __need_schedparam defined.
57428         * bits/sched.h [__need_schedparam]
57429         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
57430         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
57431         (__defined_schedparam): Define to 1.
57432         (__sched_param): New structure, identical to sched_param.
57433         (__need_schedparam): Undefine.
57435 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
57437         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
57438         (epoll_create1): Declare.
57440         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
57442 2010-08-31  Andreas Schwab  <schwab@redhat.com>
57444         [BZ #7066]
57445         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
57446         shifting retval into place.
57448 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
57450         * nis/rpcsvc/nis.h: Update copyright notice.
57451         * nis/rpcsvc/nis.x: Likewise.
57452         * nis/rpcsvc/nis_callback.h: Likewise.
57453         * nis/rpcsvc/nis_callback.x: Likewise.
57454         * nis/rpcsvc/nis_object.x: Likewise.
57455         * nis/rpcsvc/nis_tags.h: Likewise.
57456         * nis/rpcsvc/yp.h: Likewise.
57457         * nis/rpcsvc/yp.x: Likewise.
57458         * nis/rpcsvc/ypupd.h: Likewise.
57459         * nis/yp_xdr.c: Likewise.
57460         * nis/ypupdate_xdr.c: Likewise.
57462         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
57463         mainly the body of pmap_getport.  Add parameters to specify timeouts.
57464         (pmap_getport): Use __libc_rpc_getport.
57465         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
57466         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
57467         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
57469 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
57471         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
57472         fanotify_mark.
57474 2010-08-27  Roland McGrath  <roland@redhat.com>
57476         * sysdeps/i386/i686/multiarch/Makefile
57477         (CFLAGS-varshift.c): New variable.
57479 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
57481         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
57482         * sysdeps/i386/i686/multiarch/varshift.c: New file.
57484         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
57486         * sysdeps/x86_64/strlen.S: Minimal code improvement.
57488 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
57490         * sysdeps/x86_64/strlen.S: Unroll the loop.
57491         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
57492         strlen-sse2 strlen-sse2-bsf.
57493         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
57494         __strlen_no_bsf if bit_Slow_BSF is set.
57495         (__strlen_sse42): Removed.
57496         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
57497         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
57499 2010-08-25  Roland McGrath  <roland@redhat.com>
57501         * sysdeps/x86_64/multiarch/varshift.S: File removed.
57502         * sysdeps/x86_64/multiarch/varshift.c: New file.
57503         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
57504         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
57505         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
57506         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
57508 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
57510         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
57511         strlen-sse2 strlen-sse2-bsf.
57512         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
57513         __strlen_sse2_bsf if bit_Slow_BSF is unset.
57514         (__strlen_sse2): Removed.
57515         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
57516         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
57517         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
57518         bit_Slow_BSF for Atom.
57519         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
57520         (index_Slow_BSF): Define.
57521         (HAS_SLOW_BSF): Define.
57523 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
57525         [BZ #10851]
57526         * resolv/res_init.c (__res_vinit): When no server address at all
57527         is given default to loopback.
57529 2010-08-24  Roland McGrath  <roland@redhat.com>
57531         * configure.in: Remove config-name.h generation.
57532         * configure: Regenerated.
57533         * config-name.in: File removed.
57534         * scripts/config-uname.sh: New file.
57535         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
57536         ($(objdir)config-name.h): New target.
57538         * sunrpc/rpc_parse.h: Avoid nested comment.
57540 2010-08-24  Richard Henderson  <rth@redhat.com>
57541             Ulrich Drepper  <drepper@redhat.com>
57542             H.J. Lu  <hongjiu.lu@intel.com>
57544         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
57545         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
57546         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
57547         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
57548         _mm_alignr_epi8 with _mm_loadu_si128.
57549         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
57550         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
57551         (__m128i_shift_right): Removed.
57552         * sysdeps/i386/i686/multiarch/varshift.h: New file.
57553         * sysdeps/i386/i686/multiarch/varshift.S: New file.
57554         * sysdeps/x86_64/multiarch/varshift.h: New file.
57555         * sysdeps/x86_64/multiarch/varshift.S: New file.
57557 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
57559         * configure.in: Move assembler checks to before sysdep dir checking.
57561 2010-08-20  Petr Baudis  <pasky@suse.cz>
57563         * LICENSES: Sync the sunrpc license.
57565 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
57567         * sunrpc/auth_des.c: Update copyright notice once again.
57568         * sunrpc/auth_none.c: Likewise.
57569         * sunrpc/auth_unix.c: Likewise.
57570         * sunrpc/authdes_prot.c: Likewise.
57571         * sunrpc/authuxprot.c: Likewise.
57572         * sunrpc/bindrsvprt.c: Likewise.
57573         * sunrpc/clnt_gen.c: Likewise.
57574         * sunrpc/clnt_perr.c: Likewise.
57575         * sunrpc/clnt_raw.c: Likewise.
57576         * sunrpc/clnt_simp.c: Likewise.
57577         * sunrpc/clnt_tcp.c: Likewise.
57578         * sunrpc/clnt_udp.c: Likewise.
57579         * sunrpc/clnt_unix.c: Likewise.
57580         * sunrpc/des_crypt.c: Likewise.
57581         * sunrpc/des_soft.c: Likewise.
57582         * sunrpc/get_myaddr.c: Likewise.
57583         * sunrpc/getrpcport.c: Likewise.
57584         * sunrpc/key_call.c: Likewise.
57585         * sunrpc/key_prot.c: Likewise.
57586         * sunrpc/openchild.c: Likewise.
57587         * sunrpc/pm_getmaps.c: Likewise.
57588         * sunrpc/pm_getport.c: Likewise.
57589         * sunrpc/pmap_clnt.c: Likewise.
57590         * sunrpc/pmap_prot.c: Likewise.
57591         * sunrpc/pmap_prot2.c: Likewise.
57592         * sunrpc/pmap_rmt.c: Likewise.
57593         * sunrpc/rpc/auth.h: Likewise.
57594         * sunrpc/rpc/auth_unix.h: Likewise.
57595         * sunrpc/rpc/clnt.h: Likewise.
57596         * sunrpc/rpc/des_crypt.h: Likewise.
57597         * sunrpc/rpc/key_prot.h: Likewise.
57598         * sunrpc/rpc/netdb.h: Likewise.
57599         * sunrpc/rpc/pmap_clnt.h: Likewise.
57600         * sunrpc/rpc/pmap_prot.h: Likewise.
57601         * sunrpc/rpc/pmap_rmt.h: Likewise.
57602         * sunrpc/rpc/rpc.h: Likewise.
57603         * sunrpc/rpc/rpc_des.h: Likewise.
57604         * sunrpc/rpc/rpc_msg.h: Likewise.
57605         * sunrpc/rpc/svc.h: Likewise.
57606         * sunrpc/rpc/svc_auth.h: Likewise.
57607         * sunrpc/rpc/types.h: Likewise.
57608         * sunrpc/rpc/xdr.h: Likewise.
57609         * sunrpc/rpc_clntout.c: Likewise.
57610         * sunrpc/rpc_cmsg.c: Likewise.
57611         * sunrpc/rpc_common.c: Likewise.
57612         * sunrpc/rpc_cout.c: Likewise.
57613         * sunrpc/rpc_dtable.c: Likewise.
57614         * sunrpc/rpc_hout.c: Likewise.
57615         * sunrpc/rpc_main.c: Likewise.
57616         * sunrpc/rpc_parse.c: Likewise.
57617         * sunrpc/rpc_parse.h: Likewise.
57618         * sunrpc/rpc_prot.c: Likewise.
57619         * sunrpc/rpc_sample.c: Likewise.
57620         * sunrpc/rpc_scan.c: Likewise.
57621         * sunrpc/rpc_scan.h: Likewise.
57622         * sunrpc/rpc_svcout.c: Likewise.
57623         * sunrpc/rpc_tblout.c: Likewise.
57624         * sunrpc/rpc_util.c: Likewise.
57625         * sunrpc/rpc_util.h: Likewise.
57626         * sunrpc/rpcinfo.c: Likewise.
57627         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
57628         * sunrpc/rpcsvc/key_prot.x: Likewise.
57629         * sunrpc/rpcsvc/klm_prot.x: Likewise.
57630         * sunrpc/rpcsvc/mount.x: Likewise.
57631         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
57632         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
57633         * sunrpc/rpcsvc/rex.x: Likewise.
57634         * sunrpc/rpcsvc/rstat.x: Likewise.
57635         * sunrpc/rpcsvc/rusers.x: Likewise.
57636         * sunrpc/rpcsvc/sm_inter.x: Likewise.
57637         * sunrpc/rpcsvc/spray.x: Likewise.
57638         * sunrpc/rpcsvc/yppasswd.x: Likewise.
57639         * sunrpc/rtime.c: Likewise.
57640         * sunrpc/svc.c: Likewise.
57641         * sunrpc/svc_auth.c: Likewise.
57642         * sunrpc/svc_authux.c: Likewise.
57643         * sunrpc/svc_raw.c: Likewise.
57644         * sunrpc/svc_run.c: Likewise.
57645         * sunrpc/svc_simple.c: Likewise.
57646         * sunrpc/svc_tcp.c: Likewise.
57647         * sunrpc/svc_udp.c: Likewise.
57648         * sunrpc/svc_unix.c: Likewise.
57649         * sunrpc/svcauth_des.c: Likewise.
57650         * sunrpc/xcrypt.c: Likewise.
57651         * sunrpc/xdr.c: Likewise.
57652         * sunrpc/xdr_array.c: Likewise.
57653         * sunrpc/xdr_float.c: Likewise.
57654         * sunrpc/xdr_mem.c: Likewise.
57655         * sunrpc/xdr_rec.c: Likewise.
57656         * sunrpc/xdr_ref.c: Likewise.
57657         * sunrpc/xdr_sizeof.c: Likewise.
57658         * sunrpc/xdr_stdio.c: Likewise.
57660         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
57661         handling.
57663 2010-08-19  Andreas Schwab  <schwab@redhat.com>
57665         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
57667 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
57669         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
57670         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
57671         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
57672         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
57673         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
57674         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
57675         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
57676         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
57677         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
57678         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
57679         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
57680         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
57681         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
57682         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
57684 2010-07-26  Anton Blanchard  <anton@samba.org>
57686         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
57687         * malloc/arena.c (heap_trim): Likewise.
57689 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
57691         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
57692         here.  Not...
57693         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
57694         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
57696 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
57698         * sysdeps/i386/elf/Makefile: New file.
57700 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
57702         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
57703         from fanotify_init.
57704         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
57705         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
57707 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
57709         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
57710         of strncasecmp_l.
57711         * sysdeps/multiarch/strcmp.S: Likewise.
57713 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
57715         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
57716         strncase_l-nonascii.
57717         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
57718         Add strncase_l-ssse3.
57719         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
57720         * sysdeps/x86_64/strcmp.S: Likewise.
57721         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
57722         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
57723         * sysdeps/x86_64/strncase.S: New file.
57724         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
57725         * sysdeps/x86_64/strncase_l.S: New file.
57726         * string/Makefile (strop-tests): Add strncasecmp.
57727         * string/test-strncasecmp.c: New file.
57729         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
57730         warning.
57732         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
57733         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
57735 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
57737         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
57739 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
57741         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
57742         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
57743         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
57745 2010-05-01  Alan Modra  <amodra@gmail.com>
57747         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
57748         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
57749         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
57750         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
57751         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
57752         tidying.  Don't tail-call __sigjmp_save for static lib.
57753         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
57754         save location.
57755         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
57756         (CALL_MCOUNT): Add eh info, and nop after bl.
57757         (TAIL_CALL_SYSCALL_ERROR): New macro.
57758         (PSEUDO_RET): Use it.
57759         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
57760         Correct save location of integer regs and cr.
57761         (_dl_profile_resolve): Correct cr save location.  Delete nops
57762         after bl when SHARED.  Reduce cfi size a little by better
57763         placement of cfi directives.
57764         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
57765         make a stack frame.  Instead use parm save area as a temp.
57766         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
57767         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
57768         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
57769         Don't make a stack frame for parent, use parm save area.
57770         Increase child stack frame to 112 bytes.  Don't save unused reg,
57771         and adjust reg usage.  Set up cfi on error recovery and
57772         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
57773         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
57774         (__makecontext): Add dummy nop after jump to exit.
57775         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
57776         Use correct parm save area and cr save, reduce stack frame.
57777         Correct cfi for possible PSEUDO_RET frame setup.
57778         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
57779         Branch to local label emitted by PSEUDO_RET rather than
57780         __syscall_error.
57782 2010-08-12  Andreas Schwab  <schwab@redhat.com>
57784         [BZ #11904]
57785         * locale/programs/locale.c (print_assignment): New function.
57786         (show_locale_vars): Use it.
57788 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
57790         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
57791         field.
57792         (struct statfs64): Likewise.
57793         (_STATFS_F_FLAGS): Define.
57794         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
57795         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
57796         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
57797         (ST_VALID): Define locally.
57798         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
57799         __statvfs_getflags, use the provided value.
57800         * sysdeps/unix/sysv/linux/kernel-features.h: Define
57801         __ASSUME_STATFS_F_FLAGS.
57803         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
57805         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
57806         Add sys/fanotify.h.
57807         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
57808         fanotify_mask for GLIBC_2.13.
57809         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
57810         fanotify_init and fanotify_mark.
57811         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
57812         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
57814         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
57815         Add prlimit.
57816         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
57817         prlimit64 for GLIBC_2.13.
57818         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
57819         prlimit64.
57820         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
57821         syscall.
57822         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
57823         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
57824         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
57825         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
57826         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
57827         add prlimit alias.
57828         * sysdeps/unix/sysv/linux/prlimit.c: New file.
57830         [BZ #11903]
57831         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
57832         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
57834         * nss/Makefile: Add rules to build and run tst-nss-test1.
57835         * shlib-versions: Add entry for libnss_test1.
57836         * nss/nss_test1.c: New file.
57837         * nss/tst-nss-test1.c: New file.
57839         * nss/nsswitch.c (__nss_database_custom): Define new variable.
57840         (__nss_configure_lookup): Set appropriate entry in
57841         __nss_configure_lookup to true.
57842         * nss/nsswitch.h: Define enum with indeces of databases in
57843         databases and __nss_database_custom arrays.  Declare
57844         __nss_database_custom.
57845         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
57846         to avoid using nscd when custom rules are installed.
57847         * nss/getXXbyYY_r.c: Likewise.
57848         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
57850         * nss/nss_files/files-parse.c: Whitespace fixes.
57852 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
57854         [BZ #11883]
57855         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
57856         * posix/fnmatch_loop.c: Likewise.
57858 2010-07-17  Andi Kleen  <ak@linux.intel.com>
57860         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
57861         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
57862         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
57863         * Versions.def [GLIBC_2.13]: Add.
57865 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
57867         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
57868         Also fail if tpwd after pwuid call is NULL.
57870 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57872         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
57873         when converting to ms.
57875 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57877         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
57878         EOPNOTSUPP errors with ENOTTY.
57879         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
57880         EOPNOTSUPP errors with ENOTTY.
57882 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
57884         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
57885         Add strcasecmp_l-ssse3.
57886         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
57887         strcasecmp.
57888         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
57889         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
57890         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
57892 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
57894         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
57896         * string/Makefile (strop-tests): Add strcasecmp.
57897         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
57898         strcasecmp_l-nonascii.
57899         (gen-as-const-headers): Add locale-defines.sym.
57900         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
57901         * sysdeps/x86_64/strcasecmp.S: New file.
57902         * sysdeps/x86_64/strcasecmp_l.S: New file.
57903         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
57904         * sysdeps/x86_64/locale-defines.sym: New file.
57905         * string/test-strcasecmp.c: New file.
57907         * string/test-strcasestr.c: Test both ends of the range of characters.
57908         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
57910 2010-07-29  Roland McGrath  <roland@redhat.com>
57912         [BZ #11856]
57913         * manual/locale.texi (Yes-or-No Questions): Fix example code.
57915 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
57917         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
57918         for ld.so.
57920 2010-07-27  Andreas Schwab  <schwab@redhat.com>
57922         * manual/memory.texi (Malloc Tunable Parameters): Document
57923         M_PERTURB.
57925 2010-07-26  Roland McGrath  <roland@redhat.com>
57927         [BZ #11840]
57928         * configure.in (-fgnu89-inline check): Set and substitute
57929         gnu89_inline, not libc_cv_gnu89_inline.
57930         * configure: Regenerated.
57931         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
57933 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
57935         * string/test-strnlen.c: New file.
57936         * string/Makefile (strop-tests): Add strnlen.
57937         * string/tester.c (test_strnlen): Add a few more test cases.
57938         * string/tst-strlen.c: Better error reporting.
57940         * sysdeps/x86_64/strnlen.S: New file.
57942 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
57944         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
57945         lower-latency instructions.
57947 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
57949         * string/test-strcasestr.c: New file.
57950         * string/test-strstr.c: New file.
57951         * string/Makefile (strop-tests): Add strstr and strcasestr.
57952         * string/str-two-way.h: Don't undefine MAX.
57953         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
57955 2010-07-21  Andreas Schwab  <schwab@redhat.com>
57957         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
57958         strcasestr-nonascii.
57959         (CFLAGS-strcasestr-nonascii.c): Define.
57960         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
57961         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
57962         Remove unused attribute.
57964 2010-07-20  Roland McGrath  <roland@redhat.com>
57966         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
57967         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
57968         ld.so.cache was broken.  With it, there is no way to disable dsocaps
57969         like LD_HWCAP_MASK can disable hwcaps.
57971 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
57973         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
57975 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
57977         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
57978         call in strcasestr.
57979         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
57980         __strcasestr_sse42_nonascii.
57981         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
57982         strcasestr-nonascii.c.
57983         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
57985 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
57987         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
57988         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
57989         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
57990         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
57992 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
57994         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
57995         fcntl.
57997 2010-07-06  Andreas Schwab  <schwab@redhat.com>
57999         [BZ #11577]
58000         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
58001         dl_signal_cerror.
58003 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
58005         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
58006         _PC_PIPE_BUF using F_GETPIPE_SZ.
58008 2010-07-05  Roland McGrath  <roland@redhat.com>
58010         * manual/arith.texi (Rounding Functions): Fix rint description
58011         implicit in round description.
58013 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
58015         * elf/Makefile: Fix linking for a few tests to make recent linker
58016         happy.
58018 2010-06-30  Andreas Schwab  <schwab@redhat.com>
58020         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
58021         $(common-objpfx)libc_nonshared.a.
58023 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
58025         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
58026         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
58027         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
58028         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
58029         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
58030         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
58031         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
58032         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
58033         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
58034         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
58035         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
58036         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
58037         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
58038         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
58039         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
58040         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
58041         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
58042         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
58043         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
58044         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
58045         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
58046         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
58047         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
58048         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
58049         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
58050         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
58051         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
58052         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
58053         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
58054         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
58055         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
58056         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
58057         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
58058         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
58059         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
58060         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
58061         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
58062         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
58063         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
58064         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
58065         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
58066         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
58067         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
58068         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
58069         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
58070         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
58071         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
58072         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
58074 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
58076         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
58077         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
58078         * string/memmove.c (memmove): Renamed to ...
58079         (MEMMOVE): ...this.  Default to memmove.
58080         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
58081         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
58082         (END_CHK): Define.
58083         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
58084         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
58085         mempcpy-ssse3-back memmove-ssse3-back.
58086         * sysdeps/x86_64/multiarch/bcopy.S: New file .
58087         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
58088         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
58089         * sysdeps/x86_64/multiarch/memcpy.S: New file.
58090         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
58091         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
58092         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
58093         * sysdeps/x86_64/multiarch/memmove.c: New file.
58094         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
58095         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
58096         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
58097         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
58098         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
58099         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
58100         Define.
58101         (index_Fast_Copy_Backward): Define.
58102         (HAS_ARCH_FEATURE): Define.
58103         (HAS_FAST_REP_STRING): Define.
58104         (HAS_FAST_COPY_BACKWARD): Define.
58106 2010-06-21  Andreas Schwab  <schwab@redhat.com>
58108         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
58109         Restore proper fallback handling.
58111 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
58113         [BZ #11701]
58114         * posix/group_member.c (__group_member): Correct checking loop.
58116         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
58117         OOM in getpwuid_r correctly.  Return error number when the caller
58118         should return, otherwise -1.
58119         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
58120         call returning > 0 value.
58121         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
58123 2010-06-07  Andreas Schwab  <schwab@redhat.com>
58125         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
58126         libc_nonshared.a from targets in modules-names.
58128 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
58130         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
58131         requires it.
58133 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
58135         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
58136         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
58137         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
58138         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
58140 2010-06-02  Andreas Schwab  <schwab@redhat.com>
58142         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
58144 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
58146         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
58147         and F_GETPIPE_SZ.
58148         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
58149         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
58150         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
58151         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
58152         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
58153         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
58155 2010-06-14  Roland McGrath  <roland@redhat.com>
58157         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
58159 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
58161         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
58162         __REDIRECT followed by __THROW.
58163         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
58164         * posix/getopt.h (getopt): Likewise.
58166 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
58168         * hurd/lookup-at.c (__file_name_lookup_at): Accept
58169         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
58170         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
58171         in AT_FLAGS.
58172         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
58173         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
58175 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
58177         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
58179 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
58181         [BZ #11640]
58182         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
58183         Properly check family and model.
58185 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
58187         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
58189 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
58191         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
58193 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
58195         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
58196         symbol reference.
58198 2010-05-19  Andreas Schwab  <schwab@redhat.com>
58200         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
58201         symbol reference.
58203 2010-05-21  Andreas Schwab  <schwab@redhat.com>
58205         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
58206         and internal_recvmmsg.
58207         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
58208         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
58209         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
58210         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
58212         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
58213         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
58214         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
58216 2010-05-20  Andreas Schwab  <schwab@redhat.com>
58218         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
58220 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
58222         POWER7 optimizations.
58223         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
58224         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
58226 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
58228         * version.h: Update for 2.13 development version.
58230 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
58232         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
58233         exceptions.  Return 0.
58235 2010-05-07  Roland McGrath  <roland@redhat.com>
58237         * elf/ldconfig.c (main): Add a const.
58239 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
58241         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
58242         (args_options): Add no-idn option.
58243         (ahosts_keys_int): Add idn_flags to ai_flags.
58244         (parse_option): Handle 'i' option to clear idn_flags.
58246         * malloc/malloc.c (_int_free): Possible race in the most recently
58247         added check.  Only act on the data if no current modification
58248         happened.
58250 See ChangeLog.17 for earlier changes.